Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
timothe
duniter
Commits
d9388109
Commit
d9388109
authored
Apr 02, 2016
by
Cédric Moreau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v0.20.0a36
parent
c3e1ebd4
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
appveyor.yml
appveyor.yml
+1
-1
gui/index.html
gui/index.html
+1
-1
gui/package.json
gui/package.json
+2
-2
package.json
package.json
+1
-1
test/integration/branches.js
test/integration/branches.js
+1
-1
No files found.
appveyor.yml
View file @
d9388109
...
...
@@ -72,7 +72,7 @@ artifacts:
name
:
Duniter
deploy
:
release
:
v0.20.0a3
5
release
:
v0.20.0a3
6
provider
:
GitHub
auth_token
:
secure
:
Vp/M0r0i1yhGR2nhrPWEbTiDIF6r0cmwbNDFZUzdFe5clWxPXtuC0lgIpOQI78zt
...
...
gui/index.html
View file @
d9388109
...
...
@@ -3,7 +3,7 @@
<head>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<title>
Duniter 0.20.0a3
5
</title>
<title>
Duniter 0.20.0a3
6
</title>
<style>
html
{
font-family
:
"Courier New"
,
Courier
,
monospace
;
...
...
gui/package.json
View file @
d9388109
{
"name"
:
"v0.20.0a3
5
"
,
"name"
:
"v0.20.0a3
6
"
,
"main"
:
"index.html"
,
"node-main"
:
"../sources/bin/ucoind"
,
"window"
:
{
"icon"
:
"duniter.png"
,
"title"
:
"v0.20.0a3
5
"
,
"title"
:
"v0.20.0a3
6
"
,
"width"
:
800
,
"height"
:
800
,
"min_width"
:
750
,
...
...
package.json
View file @
d9388109
{
"name"
:
"ucoin"
,
"version"
:
"0.20.0a3
5
"
,
"version"
:
"0.20.0a3
6
"
,
"engines"
:
{
"node"
:
">=4.2.0"
,
"npm"
:
">=2.11"
...
...
test/integration/branches.js
View file @
d9388109
...
...
@@ -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.0a3
5
'
);
res
.
should
.
have
.
property
(
'
ucoin
'
).
property
(
'
version
'
).
equal
(
'
0.20.0a3
6
'
);
res
.
should
.
have
.
property
(
'
ucoin
'
).
property
(
'
forkWindowSize
'
).
equal
(
3
);
});
});
...
...
Write
Preview
Markdown
is supported
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