Commit Graph

19 Commits

Author SHA1 Message Date
2bd23e1f3c Merge remote-tracking branch 'upstream/master' into statediff-additions 2024-03-28 17:27:14 +08:00
Austin Roberts
52cd407f8b Remove unused utlity function 2024-01-22 14:24:15 -06:00
Austin Roberts
ffa8007e91 Align RLP and transactions with upstream geth
Align RLP implementation with upstream geth

Remove geth import

Update plugeth-utils version

Strip out ethereum import

Add omitted file
2024-01-17 13:04:34 -06:00
Austin Roberts
7e5f3b9e62 Update decode method to match encode method 2024-01-17 01:13:40 -06:00
Austin Roberts
de36173878 Update to decode blob_tx correctly 2024-01-17 01:02:11 -06:00
Austin Roberts
ade3091b04 Add accidentally omitted file 2024-01-16 17:22:17 -06:00
Austin Roberts
7bac6be2d4 Update types for cancun 2024-01-16 17:13:21 -06:00
philip-morlier
95319e5252 Updated the update method on the treiHasher object. 2023-09-07 19:04:39 -07:00
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
cd41de354c Fix various build errors and bugs
- bug in hex decoding in bls12381 package
- correct interfaces
- missing test variables
2023-07-07 00:01:22 +08:00
47ca0cc89f update TrieHasher 2023-06-14 21:42:22 +08:00
a6ae549ce2 copy effectivegasprice changes (871861) 2023-06-14 21:42:20 +08:00
de5e13f848 port consensus receipt encoding PR 2023-06-14 21:42:18 +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