Commit Graph

27 Commits

Author SHA1 Message Date
philip-morlier
f3c906a3a8 Removed logging from stateTrie update function. 2023-09-11 12:22:59 -07:00
philip-morlier
95319e5252 Updated the update method on the treiHasher object. 2023-09-07 19:04:39 -07:00
philip-morlier
7e8eb4c7d7 Merge remote-tracking branch 'laconic/add-trie-iterator' into laconic-merge 2023-09-07 18:56:06 -07:00
philip-morlier
f5884db6fb Merge remote-tracking branch 'laconic/receipt-encoding-updates' into laconic-merge 2023-09-07 18:43:20 -07:00
ca42bbef6b Add trie iterators 2023-07-19 13:44:40 +08:00
109e659945 restricted/types: Add path encoding utilities 2023-07-19 13:43:22 +08: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
philip-morlier
6667e62765 added hasher package 2023-04-04 21:25:44 -07:00
philip-morlier
d3e488ca30 added encbuffer to restricted rlp 2023-04-04 21:25:21 -07:00
philip-morlier
2f0a270ff2 cgo adjustments to avoid compile time errors 2023-03-24 09:41:58 -07:00
Austin Roberts
9127848510 Add ommitted consensus package 2023-03-24 09:20:36 -05:00
Austin Roberts
2c24710d5d Updates for consensus engine injection 2023-03-23 16:37:02 -05: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
05e3652c6c Update version numbers to align with PluGeth 2022-04-05 13:13:21 -05:00
philip-morlier
a1532d773b Changes to core/interface and addition of opcodes also in service of block tracer 2021-11-05 17:08:42 -07:00
Austin Roberts
92f38f719c Add database iteration to restricted backend
Needed for cardinal state dump
2021-09-23 16:47:38 -05:00
Austin Roberts
a55f805606 Misc updates to eliminate accidental geth imports 2021-09-16 15:52:50 -05:00
Austin Roberts
0ee401ca60 Add types package 2021-09-14 11:53:41 -05:00
Austin Roberts
8eb2ef63b8 Add params package 2021-09-14 11:53:20 -05:00
Austin Roberts
ffd0033781 Add crypto library 2021-09-13 15:12:49 -05:00
Austin Roberts
244866381c Add RLP package under restricted 2021-09-13 14:46:29 -05:00
Austin Roberts
0d3400ee78 Make Hash and Address implement JSON marshalling, add hexutils to restricted 2021-09-10 11:33:16 -05:00
Austin Roberts
e8b93d7597 Initial commit 2021-08-31 15:24:20 -05:00