add poststate and status to receipt ipld indexes #51

Merged
telackey merged 1 commits from v1.9.25-statediff-0.0.14 into v1.9.25-statediff 2021-02-10 15:07:05 +00:00
Member
  • Add poststate and status to receipt ipld indexes
  • Update unit tests
  • Remove vestigial tx isDeployment code

Satisfies #50

Note: after EIP 98 only status is stored in receipt, before EIP 98 the intermediate state root is packed into those bytes https://github.com/ethereum/EIPs/issues/98

* Add poststate and status to receipt ipld indexes * Update unit tests * Remove vestigial tx `isDeployment` code Satisfies #50 Note: after EIP 98 only status is stored in receipt, before EIP 98 the intermediate state root is packed into those bytes https://github.com/ethereum/EIPs/issues/98
Sign in to join this conversation.