Skip to content

Commit

Permalink
bump version to v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricfung committed Sep 26, 2022
1 parent 4517d5a commit 6c6c424
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

Semantic Versioning

## v0.13 Insomniac Mosquitoes
## v0.14 Armored Pseudoscorpions Sep 26, 2022

Slashing rules enabled, with updated transaction and snapshot encoding.

## v0.13 Insomniac Mosquitoes Aug 26, 2021

Upgrades the storage format, and optimizes memory usage.

Expand Down
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

const (
Debug = true
BuildVersion = "v0.13.16-BUILD_VERSION"
BuildVersion = "v0.14.0-BUILD_VERSION"

MainnetId = "6430225c42bb015b4da03102fa962e4f4ef3969e03e04345db229f8377ef7997"

Expand Down
2 changes: 1 addition & 1 deletion rpc/consensus_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func testConsensus(t *testing.T, snapVersionMint int) {
assert.Equal(transactionsCount, len(tl))
assert.Equal(transactionsCount, len(sl))
gt := testVerifyInfo(assert, nodes)
assert.Truef(gt.Timestamp.Before(epoch.Add(1*time.Second)), "%s should before %s", gt.Timestamp, epoch.Add(1*time.Second))
assert.Truef(gt.Timestamp.Before(epoch.Add(7*time.Second)), "%s should before %s", gt.Timestamp, epoch.Add(7*time.Second))

genesisAmount := 10003.5 / float64(INPUTS)
domainAddress := accounts[0].String()
Expand Down

0 comments on commit 6c6c424

Please sign in to comment.