Commit Graph

14347 Commits (88f3d61468a34fcb4d02f80edd0b061f446466aa)
 

Author SHA1 Message Date
Sina Mahmoodi fbe432fa15
graphql: implement withdrawals (EIP-4895) (#27072) 1 year ago
Delweng 0783cb7d91
eth,core: add api debug_getTrieFlushInterval (#27303) 1 year ago
Péter Szilágyi 950d5643b1
core/txpool: make transaction validation reusable across packages (pools) (#27429) 1 year ago
Paul Lange 4cf708d30b
les: remove unused var `AdvertiseProtocolVersions` (#27405) 1 year ago
Daniel Katzan b8ee2877c5
core/txpool: fix minor flaw in isGapped check (#27404) 1 year ago
Martin Holst Swende 8eb0c2de76
cmd/evm: make evm blocktest output logs if so instructed (#27396) 1 year ago
rjl493456442 0e5d2c7c53
core/state/snapshot, core/types, eth: move account definition to type (#27323) 1 year ago
Marius van der Wijden c537ace249
core: 4844 opcode and precompile (#27356) 1 year ago
rjl493456442 380fb4e249
core/state: clear out cached state data when reset occurs (#27376) 1 year ago
John Chase 78f7a6b7f2
graphql: simplify tx resolve (#27285) 1 year ago
Péter Szilágyi a7b2106edf
eth/downloader: drop beacon head updates if the syncer is restarting (#27397) 1 year ago
Péter Szilágyi c7c84ca16c
all: remove the Rinkeby testnet (#27406) 1 year ago
rjl493456442 15bd21f3c8
core/state: mark account as dirty when resetObject occurs (#27339) 1 year ago
jin 2372fb2781
internal/web3ext: fix parameter count of miner_start (#27400) 1 year ago
Guillaume Ballet 45a3ab42aa
core/state: move slot RLP encoding into the MPT implementation (#27000) 1 year ago
Felix Lange ac86547b01
p2p/discover: add Table configuration and Nodes method (#27387) 1 year ago
Péter Szilágyi 008086f935
core, eth/downloader: validate blobtx.To at serialization time (#27393) 1 year ago
Péter Szilágyi 495692c9db
core, eth/downloader, params: validate blob tx bodies (#27392) 1 year ago
Péter Szilágyi 1f9b69b36d
consensus, core, eth/downloader, params: 4844 chain validation (#27382) 1 year ago
ucwong cc2ab421e4
go.mod: golang.org/x upgrade (#27299) 1 year ago
rjl493456442 d4961881d7
miner: suspend miner if node is syncing (#27218) 1 year ago
James Prestwich 61dcf76230
internal/ethapi: prevent unnecessary resource usage in eth_getProof implementation (#27310) 1 year ago
Seungbae Yu 8013a494fe
event: move type fixation logic into Feed.init (#27249) 1 year ago
ucwong 560dceb58e
les, eth: fix typo in comment (#27369) 1 year ago
jwasinger d789c68b66
eth: make debug_StorageRangeAt take a block hash or number (#27328) 1 year ago
Guillaume Ballet 188817468e
core/types: remove superfluous todo-comment (#27383) 1 year ago
Delweng c57b3436f4
internal/ethapi: add more testcases for block/header rpc (#27325) 1 year ago
Delweng 13166210c8
eth: split api.go into namespace based files (#27263) 1 year ago
Delweng 1816cdc9fd
internal/ethapi: don't return header size from rpc (#27347) 1 year ago
Delweng db9a178ad2
eth/filters: retrieve logs in async (#27135) 1 year ago
Delweng 9358b62fcb
accounts: replace noarg fmt.Errorf with errors.New (#27331) 1 year ago
Delweng 6c732766c8
core,console: replace noarg fmt.Errorf with errors.New (#27332) 1 year ago
Martin Holst Swende 690249de7b
params: begin v1.12.1 release cycle 1 year ago
Martin Holst Swende e501b3b05d
params: go-ethereum v1.12.0 stable 1 year ago
Martin Holst Swende 33fdd030b1
ethdb/pebble: fix NewBatchWithSize to set db (#27350) 1 year ago
Delweng 8a78a4f79f
eth,consensus: replace noarg fmt.Errorf with errors.New (#27330) 1 year ago
Delweng b21ba668e6
internal,tests: replace noarg fmt.Errorf with errors.New (#27335) 1 year ago
Delweng dd25a4f5ab
les, signer, light: replace noarg fmt.Errorf with errors.New (#27336) 1 year ago
Delweng 21c87e0f1b
crypto: replace noarg fmt.Errorf with errors.New (#27333) 1 year ago
Delweng b0095eeb20
ethclient,event: replace noarg fmt.Errorf with errors.New (#27334) 1 year ago
Delweng e9c3183c52
cmd: use errrors.New instead of empty fmt.Errorf (#27329) 1 year ago
Martin Holst Swende 9231770811
rpc: change BlockNumber constant values to match ethclient (#27219) 1 year ago
Martin Holst Swende 1a18283e85
cmd/evm: make batched state-test execution possible (#27318) 1 year ago
Park Changwan bfded65ed8
core/state: do not ignore null addr while iterative dump (#27320) 1 year ago
minh-bq a190da9d68
eth/tracers: fix flatCallTracer crasher (#27304) 1 year ago
Chawin Aiemvaravutigul 5b792e0fdf
accounts/abi: add ErrorById (#27277) 1 year ago
Sina Mahmoodi b46d37ea52
graphql: upgrade UI to v2 (#27294) 1 year ago
Delweng 6fe0252571
rpc, internal/cmdtest: increase timeout in tests (#27083) 1 year ago
Felix Lange 944e1a0f90
beacon/types: auto-generate SyncCommittee marshaling methods (#27296) 1 year ago
Shude Li 3223950a5d
cmd/utils: do not check free disk space in dev mode (#27281) 1 year ago