Skip to content

Commit 594b5e7

Browse files
author
yihuang
authored
Problem: base fee hardfork is not released (#1262)
Solution: bump version
1 parent 3bdb73f commit 594b5e7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

3-
## UNRELEASED
3+
*Dec 15, 2023*
4+
5+
## v1.0.14
46

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

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
, nativeByteOrder ? true # nativeByteOrder mode will panic on big endian machines
1111
}:
1212
let
13-
version = "v1.0.13";
13+
version = "v1.0.14";
1414
pname = "cronosd";
1515
tags = [ "ledger" "netgo" network "rocksdb" "grocksdb_no_link" ]
1616
++ lib.optionals nativeByteOrder [ "nativebyteorder" ];

0 commit comments

Comments
 (0)