Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
goshimmer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iota-imt
goshimmer
Commits
7b2a18b4
Unverified
Commit
7b2a18b4
authored
4 years ago
by
capossele
Browse files
Options
Downloads
Patches
Plain Diff
Update version
parent
97d68173
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG.md
+4
-0
4 additions, 0 deletions
CHANGELOG.md
plugins/autopeering/parameters.go
+1
-1
1 addition, 1 deletion
plugins/autopeering/parameters.go
plugins/banner/plugin.go
+1
-1
1 addition, 1 deletion
plugins/banner/plugin.go
plugins/database/versioning.go
+1
-1
1 addition, 1 deletion
plugins/database/versioning.go
with
7 additions
and
3 deletions
CHANGELOG.md
+
4
−
0
View file @
7b2a18b4
# v0.3.4 - 2020-12-11
*
Revert Pebble to Badger.
*
**Breaking**
: bumps network and database versions
# v0.3.3 - 2020-12-10
*
Fix sync issue.
*
Fix pkger issue.
...
...
This diff is collapsed.
Click to expand it.
plugins/autopeering/parameters.go
+
1
−
1
View file @
7b2a18b4
...
...
@@ -13,5 +13,5 @@ const (
func
init
()
{
flag
.
StringSlice
(
CfgEntryNodes
,
[]
string
{
"2PV5487xMw5rasGBXXWeqSi4hLz7r19YBt8Y1TGAsQbj@ressims.iota.cafe:15626"
,
"5EDH4uY78EA6wrBkHHAVBWBMDt7EcksRq6pjzipoW15B@entrynode.alphanet.tanglebay.org:14656"
},
"list of trusted entry nodes for auto peering"
)
flag
.
Int
(
CfgNetworkVersion
,
1
1
,
"autopeering network version"
)
flag
.
Int
(
CfgNetworkVersion
,
1
2
,
"autopeering network version"
)
}
This diff is collapsed.
Click to expand it.
plugins/banner/plugin.go
+
1
−
1
View file @
7b2a18b4
...
...
@@ -17,7 +17,7 @@ var (
once
sync
.
Once
// AppVersion version number
AppVersion
=
"v0.3.
3
"
AppVersion
=
"v0.3.
4
"
// SimplifiedAppVersion is the version number without commit hash
SimplifiedAppVersion
=
simplifiedVersion
(
AppVersion
)
)
...
...
This diff is collapsed.
Click to expand it.
plugins/database/versioning.go
+
1
−
1
View file @
7b2a18b4
...
...
@@ -10,7 +10,7 @@ import (
const
(
// DBVersion defines the version of the database schema this version of GoShimmer supports.
// Every time there's a breaking change regarding the stored data, this version flag should be adjusted.
DBVersion
=
1
3
DBVersion
=
1
4
)
var
(
...
...
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