Skip to content

Commit

Permalink
Problem: base fee hardfork is not released (#1262)
Browse files Browse the repository at this point in the history
Solution: bump version
  • Loading branch information
yihuang authored Dec 16, 2023
1 parent 3bdb73f commit 594b5e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## UNRELEASED
*Dec 15, 2023*

## v1.0.14

- [#1259](https://github.com/crypto-org-chain/cronos/pull/1259) Use a hard-fork style upgrade to adjust feemarket parameters.

Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
, nativeByteOrder ? true # nativeByteOrder mode will panic on big endian machines
}:
let
version = "v1.0.13";
version = "v1.0.14";
pname = "cronosd";
tags = [ "ledger" "netgo" network "rocksdb" "grocksdb_no_link" ]
++ lib.optionals nativeByteOrder [ "nativebyteorder" ];
Expand Down

0 comments on commit 594b5e7

Please sign in to comment.