Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
burrow
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
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hang Yu
burrow
Commits
5c872e4e
Unverified
Commit
5c872e4e
authored
8 years ago
by
Benjamin Bollen
Browse files
Options
Downloads
Patches
Plain Diff
config, manager: update version erismint to 0.16.0
parent
78b35a14
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
config/config.go
+2
-2
2 additions, 2 deletions
config/config.go
config/templates.go
+1
-1
1 addition, 1 deletion
config/templates.go
manager/eris-mint/version.go
+1
-1
1 addition, 1 deletion
manager/eris-mint/version.go
with
4 additions
and
4 deletions
config/config.go
+
2
−
2
View file @
5c872e4e
...
...
@@ -92,7 +92,7 @@ func GetConfigurationFileBytes(chainId, moniker, seeds string, chainImageName st
erisdbChain
:=
&
ConfigChainGeneral
{
AssertChainId
:
chainId
,
ErisdbMajorVersion
:
uint8
(
0
),
ErisdbMinorVersion
:
uint8
(
1
2
),
ErisdbMinorVersion
:
uint8
(
1
6
),
GenesisRelativePath
:
"genesis.json"
,
}
chainConsensusModule
:=
&
ConfigChainModule
{
...
...
@@ -104,7 +104,7 @@ func GetConfigurationFileBytes(chainId, moniker, seeds string, chainImageName st
chainApplicationManagerModule
:=
&
ConfigChainModule
{
Name
:
"erismint"
,
MajorVersion
:
uint8
(
0
),
MinorVersion
:
uint8
(
1
2
),
MinorVersion
:
uint8
(
1
6
),
ModuleRelativeRoot
:
"erismint"
,
}
tendermintModule
:=
&
ConfigTendermint
{
...
...
This diff is collapsed.
Click to expand it.
config/templates.go
+
1
−
1
View file @
5c872e4e
...
...
@@ -300,7 +300,7 @@ const sectionErisMint = `
################################################################################
##
## Eris-Mint
## version 0.1
2
.0
## version 0.1
6
.0
##
## The original Ethereum virtual machine with IAVL merkle trees
## and tendermint/go-wire encoding
...
...
This diff is collapsed.
Click to expand it.
manager/eris-mint/version.go
+
1
−
1
View file @
5c872e4e
...
...
@@ -28,7 +28,7 @@ const (
// Major version component of the current release
erisMintVersionMajor
=
0
// Minor version component of the current release
erisMintVersionMinor
=
1
2
erisMintVersionMinor
=
1
6
// Patch version component of the current release
erisMintVersionPatch
=
0
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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