collect and emit codehash=>code mappings in state objects #27

Merged
telackey merged 1 commits from codeAndCodeHash into statediff_at_anyblock-1.9.11 2020-10-14 03:52:01 +00:00
Member

Satisfies #26
Towards vulcanize/ipld-eth-indexer#27

The code and codehash for any created contracts in a statediff object are now included in said object. Importantly, by collecting the code during state trie iteration rather than from txs we will include codehash=>code for contracts deployed by internal transactions.

Satisfies #26 Towards vulcanize/ipld-eth-indexer#27 The code and codehash for any created contracts in a statediff object are now included in said object. Importantly, by collecting the code during state trie iteration rather than from txs we will include codehash=>code for contracts deployed by internal transactions.
ramilexe (Migrated from github.com) reviewed 2020-10-13 18:23:55 +00:00
Sign in to join this conversation.
No Reviewers
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: cerc-io/go-ethereum#27