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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iota-imt
goshimmer
Commits
3e626eac
Unverified
Commit
3e626eac
authored
4 years ago
by
Luca Moser
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
bumps network and database versions (#610)
parent
ba4bd548
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
plugins/autopeering/autopeering.go
+1
-1
1 addition, 1 deletion
plugins/autopeering/autopeering.go
plugins/database/versioning.go
+1
-1
1 addition, 1 deletion
plugins/database/versioning.go
with
2 additions
and
2 deletions
plugins/autopeering/autopeering.go
+
1
−
1
View file @
3e626eac
...
...
@@ -25,7 +25,7 @@ import (
// autopeering constants
const
(
ProtocolVersion
=
0
// update on protocol changes
NetworkVersion
=
2
// update on network changes
NetworkVersion
=
3
// update on network changes
)
var
(
...
...
This diff is collapsed.
Click to expand it.
plugins/database/versioning.go
+
1
−
1
View file @
3e626eac
...
...
@@ -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
=
3
DBVersion
=
4
)
var
(
...
...
This diff is collapsed.
Click to expand it.
RUANO RINCON Santiago
@sruanor
mentioned in commit
9aa3d1bb
·
4 years ago
mentioned in commit
9aa3d1bb
mentioned in commit 9aa3d1bb9e3371b00ee42a39dd9ad69d55ddf347
Toggle commit list
RUANO RINCON Santiago
@sruanor
mentioned in commit
0be22ca3
·
4 years ago
mentioned in commit
0be22ca3
mentioned in commit 0be22ca34aafa777dd0b28acba3ac96ec7cb7a67
Toggle commit list
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