You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Add default value of CancunTime and PragueTime in chain config (#1851)
* fix: Add default value of CancunTime and PragueTime in chain config
* fix: chain config
* fix: changelog
* fix: tests
* test: separate test cases to test pre EIP-6780 and post EIP-6780
* fix: wrong addr format
* fix: lint
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,14 @@
10
10
11
11
12
12
### Improvements
13
+
13
14
*[#1841](https://github.com/crypto-org-chain/cronos/pull/1841) Ci: use `golangci-lint run --fix`.
14
15
*[#1779](https://github.com/crypto-org-chain/cronos/pull/1779) Upgrade rocksdb to `v9.11.2`.
15
16
*[#1824](https://github.com/crypto-org-chain/cronos/pull/1824) Rework on github actions.
16
17
*[#1826](https://github.com/crypto-org-chain/cronos/pull/1826) Update linter and tidy up code.
17
18
*[#1807](https://github.com/crypto-org-chain/cronos/pull/1807) Update go-ethereum version to [v1.15.11](https://github.com/ethereum/go-ethereum/releases/tag/v1.15.11).
0 commit comments