- 11 Jan, 2022 2 commits
- 
- 
Péter Szilágyi authoredgo.mod : go-nat-pmp v1.0.2 
- 
Péter Szilágyi authoredcore: periodically flush the transaction indexes 
 
- 
- 10 Jan, 2022 1 commit
- 
- 
Marius van der Wijden authored* core: implement eip-4399 random opcode * core: make vmconfig threadsafe * core: miner: pass vmConfig by value not reference * all: enable 4399 by Rules * core: remove diff (f) * tests: set proper difficulty (f) * smaller diff (f) * eth/catalyst: nit * core: make RANDOM a pointer which is only set post-merge * cmd/evm/internal/t8ntool: fix t8n tracing of 4399 * tests: set difficulty * cmd/evm/internal/t8ntool: check that baserules are london before applying the merge chainrules 
 
- 
- 07 Jan, 2022 4 commits
- 
- 
aaronbuchwald authored
- 
ucwong authored
- 
Péter Szilágyi authoredeth: continue after whitelist check 
- 
Martin Holst Swende authored
 
- 
- 06 Jan, 2022 4 commits
- 
- 
sanskarkhare authoredCo-authored-by:sanskar khare <sanskarkhare@sanskars-MacBook-Air.local> 
- 
Dmitriy Fishman authored
- 
Sam authored
- 
Péter Szilágyi authoredtrie, core, eth: use db.has over db.get where possible 
 
- 
- 05 Jan, 2022 8 commits
- 
- 
Felix Lange authored
- 
Felix Lange authored
- 
Martin Holst Swende authored
- 
Sina Mahmoodi authoredFixes #24161 
- 
Sina Mahmoodi authoredFixes #24124 
- 
Felix Lange authoredSyncProgress was modified in PR #23576 to add the fields reported for snap sync. The PR also changed ethclient to use the SyncProgress struct directly instead of wrapping it for hex-decoding. This broke the SyncProgress method. Fix it by putting back the custom wrapper. While here, also put back the fast sync related fields because SyncProgress is stable API and thus removing fields is not allowed. Fixes #24180 Fixes #24176 
- 
Sina Mahmoodi authoredFixes #24167 New behaviour is that the endpoint returns results only for available blocks without returning an error when it doesn't find a block. Note we skip any block after a non-existent block. This adds a header fetch for every block in range (even if header is not needed). Alternatively, we could do the check in every field's resolver method to avoid this overhead. 
- 
Gary Rong authored
 
- 
- 04 Jan, 2022 3 commits
- 
- 
Martin Holst Swende authoredFixes #24159 Co-authored-by:Felix Lange <fjl@twurst.com> 
- 
peter cresswell authoredChange two instances of the word `calulcated` to `calculated`. 
- 
Water authoredmispelled words in comments: th enext 
 
- 
- 30 Dec, 2021 1 commit
- 
- 
ucwong authored
 
- 
- 26 Dec, 2021 1 commit
- 
- 
zgfzgf authoredThis orders the items in slice definition same as the enum values. 
 
- 
- 23 Dec, 2021 2 commits
- 
- 
Felix Lange authored
- 
Felix Lange authored
 
- 
- 22 Dec, 2021 3 commits
- 
- 
Alexey Shekhirin authored
- 
Felix Lange authored
- 
Felix Lange authored
 
- 
- 20 Dec, 2021 1 commit
- 
- 
fomotrader authored
 
- 
- 17 Dec, 2021 6 commits
- 
- 
Marius van der Wijden authored
- 
Ikko Ashimine authored
- 
Sina Mahmoodi authoredFixes #22580 Co-authored-by:Felix Lange <fjl@twurst.com> 
- 
Andrei Maiboroda authored* core/vm: Define 0xfe opcode as INVALID * core/vm: Remove opInvalid as opUndefined handles it Co-authored-by:Alex Beregszaszi <alex@rtfs.hu> 
- 
Paweł Bylica authored* core/vm: reverse bit order in bytes of code bitmap This bit order is more natural for bit manipulation operations and we can eliminate some small number of CPU instructions. * core/vm: drop lookup table 
 
- 16 Dec, 2021 1 commit
- 
- 
Marius van der Wijden authored
 
- 
- 15 Dec, 2021 2 commits
- 
- 
Martin Holst Swende authored
- 
Roman Mazalov authoredThe "t" key overrides the log message time in JSON output. Co-authored-by:Felix Lange <fjl@twurst.com> 
 
- 
- 14 Dec, 2021 1 commit
- 
- 
Felföldi Zsolt authoredFixes #23848 
 
-