Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Nov 17, 2023
1 parent 7df15cc commit 9a494a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
- 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).
- feat: Unambiguously translate native messages to Ethereum transactions by:
- Detecting native messages that "look" like Ethereum transactions (creating smart contracts, invoking a smart contract, etc.), and decoding them as such.
- Otherwise, ABI-encoding the inputs as if they were calls to a `handle_filecoin_method` Solidity method.

## 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 9a494a0

Please sign in to comment.