Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Péter Szilágyi
bbc565ab05
core/types, params: add blob transaction type, RLP encoded for now (#27049)
* core/types, params: add blob transaction type, RLP encoded for now
* all: integrate Cancun (and timestamp based forks) into MakeSigner
* core/types: fix 2 back-and-forth type refactors
* core: fix review comment
* core/types: swap blob tx type id to 0x03
|
2 years ago |
.. |
stress
|
params: remove `EIP150Hash` from chainconfig (#27087)
|
2 years ago |
miner.go
|
miner, cmd, eth: require explicit etherbase address (#26413)
|
2 years ago |
miner_test.go
|
all: change chain head markers from block to header (#26777)
|
2 years ago |
payload_building.go
|
eth/catalyst,miner: include withdrawals in payload id calculation (#26554)
|
2 years ago |
payload_building_test.go
|
eth/catalyst,miner: include withdrawals in payload id calculation (#26554)
|
2 years ago |
unconfirmed.go
|
all: replace RWMutex with Mutex in places where RLock is not used (#21622)
|
4 years ago |
unconfirmed_test.go
|
all: fix some typos (#25551)
|
2 years ago |
worker.go
|
core/types, params: add blob transaction type, RLP encoded for now (#27049)
|
2 years ago |
worker_test.go
|
miner: use atomic type (#27013)
|
2 years ago |