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
feat: update EthGetTransactionCount test for earliest, latest, and pending block parameters (#12548)
* chore: fix EthGetTransactionCount for earliest block parameter
* feat: update `EthGetTransactionCount` test for `earliest`, `latest`, and `pending` block parameters and refactor `EthGetTransactionCount` to return empty block for `earliest`
* chore: refactor EthGetTransactionCount test
* update changelog
* refactor EthGetTransactionCount test and fix for earliest block parameter
* Update CHANGELOG.md
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@
12
12
13
13
## Improvements
14
14
15
+
- Update `TestEthGetTransactionCount` to test for `earliest`, `pending` and `finalized`. ([filecoin-project/lotus#12448](https://github.com/filecoin-project/lotus/pull/12448))
15
16
- Reduce size of embedded genesis CAR files by removing WASM actor blocks and compressing with zstd. This reduces the `lotus` binary size by approximately 10 MiB. ([filecoin-project/lotus#12439](https://github.com/filecoin-project/lotus/pull/12439))
16
17
- Add ChainSafe operated Calibration archival node to the bootstrap list ([filecoin-project/lotus#12517](https://github.com/filecoin-project/lotus/pull/12517))
0 commit comments