Commit Graph

7 Commits

Author SHA1 Message Date
54c41c300a restricted/types: fix discrepancy in receipt.EffectiveGasPrice json encoding tags
Port of https://github.com/ethereum/go-ethereum/pull/27114
2023-07-19 13:35:03 +08:00
211a8aba96 restricted/types: add EffectiveGasPrice in Receipt
Port of https://github.com/ethereum/go-ethereum/pull/26713
2023-07-19 13:35:03 +08:00
d69102afec restricted/types: add MarshalBinary, UnmarshalBinary for Receipt
Port of https://github.com/ethereum/go-ethereum/pull/22806
2023-07-19 13:35:03 +08:00
80a4c5f4c5 Fix various build errors and bugs
- bug in hex decoding in bls12381 package
- correct interfaces
- missing test variables
2023-07-07 00:07:06 +08:00
5c57181c36 update TrieHasher 2023-07-07 00:06:59 +08:00
Austin Roberts
920ed764db Add withdrawals to Block
Includes:
* restricted/types/withdrawal.go
* Additions to restricted/types/blocks.go

Note that I have not currently included withdrawal_gen.go, which
does not appear on the surface to be necessar,y but that may
require adjustment if testing shows otherwise.
2023-01-26 16:09:39 -06:00
Austin Roberts
0ee401ca60 Add types package 2021-09-14 11:53:41 -05:00