erigon-pulse/rlp
Andrew Ashikhmin 64a3156112
Support BaseFee in AuRa headers (#5820)
BaseFee is required in AuRa headers when
[EIP-1559](https://eips.ethereum.org/EIPS/eip-1559) is activated.

Also:
- Basic AuRa header verification
- Extract some common RLP methods
- Tiny log clean-up
2022-10-21 12:43:44 +02:00
..
decode_tail_test.go all: update license information 2016-04-15 09:48:05 +02:00
decode_test.go Replace strings.Replace with strings.ReplaceAll (#5128) 2022-08-21 21:21:09 +07:00
decode.go Reintroduce oom fix (#5604) 2022-10-04 10:44:23 +01:00
doc.go go1.19 gofmt (#4988) 2022-08-10 19:04:13 +07:00
encode_test.go rlp: add support for optional struct fields (#22832) (#3977) 2022-04-26 18:24:23 +07:00
encode.go Support BaseFee in AuRa headers (#5820) 2022-10-21 12:43:44 +02:00
encoder_example_test.go rlp: improve nil pointer handling (#20064) 2019-09-13 11:10:57 +02:00
iterator_test.go rename (#1978) 2021-05-20 19:25:53 +01:00
iterator.go cmd, core, eth: background transaction indexing (#20302) 2020-05-20 15:26:22 +03:00
raw_test.go Try to solve sentry hanging problem + p2p impovement from geth (#2191) 2021-06-18 12:47:46 +01:00
raw.go Try to solve sentry hanging problem + p2p impovement from geth (#2191) 2021-06-18 12:47:46 +01:00
typecache.go rlp: add support for optional struct fields (#22832) (#3977) 2022-04-26 18:24:23 +07:00