Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
timothe
duniter
Commits
95a4fdd0
Commit
95a4fdd0
authored
Mar 14, 2016
by
Cédric Moreau
Browse files
v0.20.0a8
parent
4ffeb669
Changes
2
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
95a4fdd0
{
"name"
:
"ucoin"
,
"version"
:
"0.20.0a
7
"
,
"version"
:
"0.20.0a
8
"
,
"engines"
:
{
"node"
:
">=4.2.0"
,
"npm"
:
">=2.11"
...
...
test/integration/branches.js
View file @
95a4fdd0
...
...
@@ -225,7 +225,7 @@ describe("Branches", function() {
it
(
'
should have a 3 blocks fork window size
'
,
function
()
{
return
expectAnswer
(
rp
(
'
http://127.0.0.1:7778/node/summary
'
,
{
json
:
true
}),
function
(
res
)
{
res
.
should
.
have
.
property
(
'
ucoin
'
).
property
(
'
software
'
).
equal
(
'
ucoind
'
);
res
.
should
.
have
.
property
(
'
ucoin
'
).
property
(
'
version
'
).
equal
(
'
0.20.0a
7
'
);
res
.
should
.
have
.
property
(
'
ucoin
'
).
property
(
'
version
'
).
equal
(
'
0.20.0a
8
'
);
res
.
should
.
have
.
property
(
'
ucoin
'
).
property
(
'
forkWindowSize
'
).
equal
(
3
);
});
});
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment