Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
duniter
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bpresles
duniter
Commits
c25b0d24
Commit
c25b0d24
authored
8 years ago
by
Cédric Moreau
Browse files
Options
Downloads
Patches
Plain Diff
v0.20.0a48
parent
c0bc31d6
Branches
Branches containing commit
Tags
v0.20.0a48
Tags containing commit
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
appveyor.yml
+1
-1
1 addition, 1 deletion
appveyor.yml
gui/index.html
+1
-1
1 addition, 1 deletion
gui/index.html
gui/package.json
+2
-2
2 additions, 2 deletions
gui/package.json
package.json
+1
-1
1 addition, 1 deletion
package.json
test/integration/branches.js
+1
-1
1 addition, 1 deletion
test/integration/branches.js
with
6 additions
and
6 deletions
appveyor.yml
+
1
−
1
View file @
c25b0d24
...
...
@@ -72,7 +72,7 @@ artifacts:
name
:
Duniter
deploy
:
release
:
v0.20.0a4
7
release
:
v0.20.0a4
8
provider
:
GitHub
auth_token
:
secure
:
Vp/M0r0i1yhGR2nhrPWEbTiDIF6r0cmwbNDFZUzdFe5clWxPXtuC0lgIpOQI78zt
...
...
This diff is collapsed.
Click to expand it.
gui/index.html
+
1
−
1
View file @
c25b0d24
...
...
@@ -3,7 +3,7 @@
<head>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<title>
Duniter 0.20.0a4
7
</title>
<title>
Duniter 0.20.0a4
8
</title>
<style>
html
{
font-family
:
"Courier New"
,
Courier
,
monospace
;
...
...
This diff is collapsed.
Click to expand it.
gui/package.json
+
2
−
2
View file @
c25b0d24
{
"name"
:
"v0.20.0a4
7
"
,
"name"
:
"v0.20.0a4
8
"
,
"main"
:
"index.html"
,
"node-main"
:
"../sources/bin/ucoind"
,
"window"
:
{
"icon"
:
"duniter.png"
,
"title"
:
"v0.20.0a4
7
"
,
"title"
:
"v0.20.0a4
8
"
,
"width"
:
800
,
"height"
:
800
,
"min_width"
:
750
,
...
...
This diff is collapsed.
Click to expand it.
package.json
+
1
−
1
View file @
c25b0d24
{
"name"
:
"ucoin"
,
"version"
:
"0.20.0a4
7
"
,
"version"
:
"0.20.0a4
8
"
,
"engines"
:
{
"node"
:
">=4.2.0"
,
"npm"
:
">=2.11"
...
...
This diff is collapsed.
Click to expand it.
test/integration/branches.js
+
1
−
1
View file @
c25b0d24
...
...
@@ -39,7 +39,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
(
'
duniter
'
);
res
.
should
.
have
.
property
(
'
ucoin
'
).
property
(
'
version
'
).
equal
(
'
0.20.0a4
7
'
);
res
.
should
.
have
.
property
(
'
ucoin
'
).
property
(
'
version
'
).
equal
(
'
0.20.0a4
8
'
);
res
.
should
.
have
.
property
(
'
ucoin
'
).
property
(
'
forkWindowSize
'
).
equal
(
3
);
});
});
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment