Skip to content

Commit

Permalink
fix the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Nov 17, 2023
1 parent ef64238 commit 9f9990f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
- fix: Add time slicing to splitstore purging step during compaction to reduce lock congestion [filecoin-project/lotus#11269](https://github.com/filecoin-project/lotus/pull/11269)
- feat: Added instructions on how to setup Prometheus/Grafana for monitoring a local Lotus node [filecoin-project/lotus#11276](https://github.com/filecoin-project/lotus/pull/11276)
- fix: Exclude reverted events in `eth_getLogs` results [filecoin-project/lotus#11318](https://github.com/filecoin-project/lotus/pull/11318)
- fix: `eth_GetTransaction*` methods will now never leave the from/to addresses blank for native messages. Instead:
- Pending messages from native account types won't be visible in the Ethereum API. Pending Ethereum transactions and native messages that have landed on-chain will still be visible.
- When encoded as an Ethereum transaction, native messages with a "to" address that cannot be resolved to a 0x-style address will appear to have been sent to `0xff0000000000000000000000ffffffffffffffff`. This can only happen when the native transaction _reverted_ (failing to create an account at the specified "to" address).
- fix: The Ethereum API will now use the correct state-tree when resolving "native" addresses into masked ID addresses. Additionally, pending messages from native account types won't be visible in the Ethereum API because there is no "correct" state-tree to pick in this case. However, pending _Ethereum_ transactions and native messages that have landed on-chain will still be visible through the Ethereum API.

## New features
- feat: Add move-partition command ([filecoin-project/lotus#11290](https://github.com/filecoin-project/lotus/pull/11290))
Expand Down

0 comments on commit 9f9990f

Please sign in to comment.