Commit graph

15224 commits

Author SHA1 Message Date
devopsbo3
ed7df9fe57 Revert "eth/fetcher: fix fetcher timeout (#28220)"
This reverts commit ddd8a08930.
2023-11-10 12:27:53 -06:00
devopsbo3
b6e778e269 Revert "params: release Geth v1.13.4"
This reverts commit 10cceb43ae.
2023-11-10 12:27:53 -06:00
devopsbo3
386a85ef51 Revert "params: begin v1.13.5 release cycle"
This reverts commit 41b59b4339.
2023-11-10 12:27:53 -06:00
devopsbo3
b1a0cd4d6f Revert "core, trie, eth: refactor stacktrie constructor (#28350)"
This reverts commit eed2347f95.
2023-11-10 12:27:53 -06:00
devopsbo3
7f09a1e931 Revert "ethclient: ensure the close of canceled context (#28349)"
This reverts commit 789c18df1f.
2023-11-10 12:27:53 -06:00
devopsbo3
3577d7f2ca Revert "internal/ethapi, accounts/abi/bind: use errors.Is for error comparison (#28348)"
This reverts commit 9377b87b2f.
2023-11-10 12:27:53 -06:00
devopsbo3
1661204834 Revert "api/bind: add CallOpts.BlockHash to allow calling contracts at a specific block hash (#28084)"
This reverts commit 9f7f4a7bb8.
2023-11-10 12:27:53 -06:00
devopsbo3
8c3478e50c Revert "core/chain_makers: add SetParentBeaconRoot(..) to chain makers (#28252)"
This reverts commit c547c0b0b1.
2023-11-10 12:27:53 -06:00
devopsbo3
2ae6a0c3d3 Revert "tests/fuzzers/les: fix crash in fuzzer (#28362)"
This reverts commit 0bceb02de7.
2023-11-10 12:27:53 -06:00
devopsbo3
5bf64a8efd Revert "eth/fetcher: downgrade stale txs log from warn to debug (#28364)"
This reverts commit f993744a05.
2023-11-10 12:27:53 -06:00
devopsbo3
e88029f803 Revert "tests/fuzzers: update fuzzers to be based on go-native fuzzing (#28352)"
This reverts commit e88c671f8e.
2023-11-10 12:27:53 -06:00
devopsbo3
1dd23c224c Revert "rpc: increase timeout in TestClientWebsocketPing (#28371)"
This reverts commit ba43767ca5.
2023-11-10 12:27:53 -06:00
devopsbo3
75890f77df Revert "eth/filters: fix flaky test TestPendingTxFilterDeadlock (#28376)"
This reverts commit 492977c671.
2023-11-10 12:27:53 -06:00
devopsbo3
4e458239fb Revert "crypto/blake2b: put architecture-dependent features behind build-tag (#28381)"
This reverts commit 5e9d8bdd73.
2023-11-10 12:27:53 -06:00
devopsbo3
7ae5506e8c Revert "core/state, tests: fix memory leak via fastcache (#28387)"
This reverts commit 470d1cb31d.
2023-11-10 12:27:53 -06:00
devopsbo3
5ba808cd6f Revert "crypto/kzg4844: use the new trusted setup file and format (#28383)"
This reverts commit 2318fea6fd.
2023-11-10 12:27:53 -06:00
devopsbo3
b2c2e00212 Revert "event: fix Resubscribe deadlock when unsubscribing after inner sub ends (#28359)"
This reverts commit 3a1adc8a6e.
2023-11-10 12:27:53 -06:00
devopsbo3
190c6c8923 Revert "core/state/pruner: track number of skipped items during state pruning (#28368)"
This reverts commit 225b77fe49.
2023-11-10 12:27:53 -06:00
devopsbo3
8314e9d740 Revert "ethstats: fix bug in block reporting (#28398)"
This reverts commit a4ebc4d38b.
2023-11-10 12:27:53 -06:00
devopsbo3
5e566e84d4 Revert "core/blockchain: fix typos and grammar (#28295)"
This reverts commit 7ae1f808cc.
2023-11-10 12:27:53 -06:00
devopsbo3
15581049b1 Revert "trie/triedb/pathdb, core/rawdb: enhance error message in freezer (#28198)"
This reverts commit e90266a302.
2023-11-10 12:27:53 -06:00
devopsbo3
cf2f02c1a4 Revert "graphql: return error if block from>to (#28393)"
This reverts commit c637c84fc4.
2023-11-10 12:27:53 -06:00
devopsbo3
26cd4e60f8 Revert "core, eth, trie: filter out boundary nodes and remove dangling nodes in stacktrie (#28327)"
This reverts commit 6fe5774fb2.
2023-11-10 12:27:53 -06:00
devopsbo3
2daaf7dc54 Revert "txpool/legacypool: remove already known error in legacypool (#28400)"
This reverts commit 6b24a378dc.
2023-11-10 12:27:53 -06:00
devopsbo3
39eec21334 Revert "cmd/evm: make t8ntool handle transaction decoding errors better (#28397)"
This reverts commit b5c13fa95c.
2023-11-10 12:27:53 -06:00
devopsbo3
4250c2cb1a Revert "trie: use explicit errors in stacktrie (instead of panic) (#28361)"
This reverts commit 5cbd9502ca.
2023-11-10 12:27:53 -06:00
devopsbo3
ec5e951acc Revert "graphql: logs return error if from block > to (#28412)"
This reverts commit 528758f2a9.
2023-11-10 12:27:53 -06:00
devopsbo3
d1a79dc19c Revert "rpc: use correct stringer-method for serializing BlockNumberOrHash (#28358)"
This reverts commit b7be93f9e3.
2023-11-10 12:27:53 -06:00
devopsbo3
c03f863ee3 Revert "cmd/geth: test for logging-output (#28373)"
This reverts commit 6a1deaea39.
2023-11-10 12:27:53 -06:00
devopsbo3
5acfa594f4 Revert "graphql: fix an issue of nil pointer panic (#28416)"
This reverts commit 503c8d4347.
2023-11-10 12:27:53 -06:00
devopsbo3
416999b295 Revert "core, cmd/geth: add --override.* flags to geth init (#28407)"
This reverts commit 1183299ce5.
2023-11-10 12:27:53 -06:00
devopsbo3
748315e8a3 Revert "graphql: always set content-type to application/json (#28417)"
This reverts commit 33054bcc3c.
2023-11-10 12:27:53 -06:00
devopsbo3
352f58a03a Revert "all: make vendored copy of reexec (#28382)"
This reverts commit 5f793d2339.
2023-11-10 12:27:53 -06:00
devopsbo3
0a25fa026e Revert "trie/triedb/pathdb: improve dirty node flushing trigger (#28426)"
This reverts commit e47ad2f169.
2023-11-10 12:27:53 -06:00
devopsbo3
701f6aecbd Revert "core/rawdb: add logging and fix comments around AncientRange function. (#28379)"
This reverts commit f81a9f3eda.
2023-11-10 12:27:53 -06:00
devopsbo3
a674f74e80 Revert "core: add basic chain history support in GenerateChain (#28428)"
This reverts commit 3b8819470f.
2023-11-10 12:27:53 -06:00
devopsbo3
19a5569510 Revert "cmd/evm: add --run option to blocktest command (#28421)"
This reverts commit 36d01e79d5.
2023-11-10 12:27:53 -06:00
devopsbo3
0daab84897 Revert "ethdb/pebble: cap memory table size as maxMemTableSize-1 (#28444)"
This reverts commit cc68033a32.
2023-11-10 12:27:53 -06:00
devopsbo3
5be5a95818 Revert "core/vm: performance tweak of OpCode.String() (#28453)"
This reverts commit 0622724082.
2023-11-10 12:27:53 -06:00
devopsbo3
b2b7ffdb0d Revert "eth/tracers: add position field for callTracer logs (#28389)"
This reverts commit 15dad0e73c.
2023-11-10 12:27:53 -06:00
devopsbo3
3819c4be55 Revert "ethclient: fix forwarding 1559 gas fields (#28462)"
This reverts commit ebad5feadc.
2023-11-10 12:27:53 -06:00
devopsbo3
36982ab998 Revert ".travis: enable cross building to macos arm64 (#28474)"
This reverts commit eae23aff27.
2023-11-10 12:27:53 -06:00
devopsbo3
a07bea628c Revert "travis: use newer builder image (#28475)"
This reverts commit d858f37523.
2023-11-10 12:27:53 -06:00
devopsbo3
0af3866d07 Revert "eth/filters: eth_getLogs fast exit for invalid block range (#28386)"
This reverts commit df4c9307d3.
2023-11-10 12:27:53 -06:00
devopsbo3
e05566028c Revert "eth: set networkID to chainID by default (#28250)"
This reverts commit 617e305218.
2023-11-10 12:27:53 -06:00
devopsbo3
ebad970c44 Revert "core/vm: set basefee to 0 internally on eth_call (#28470)"
This reverts commit 0a87754011.
2023-11-10 12:27:53 -06:00
devopsbo3
d3fcd58947 Revert "graphql: type of yParity from Long to BigInt (#28456)"
This reverts commit 813f62fd81.
2023-11-10 12:27:53 -06:00
devopsbo3
bb6e5c1c74 Revert "cmd/geth: more testcases for logging (#28501)"
This reverts commit 49a09d7e1d.
2023-11-10 12:27:53 -06:00
devopsbo3
bb2f331402 Revert "ethdb/pebble: add Errorf function to panicLogger (#28491)"
This reverts commit eb4a6c1fee.
2023-11-10 12:27:53 -06:00
devopsbo3
854aeb14a9 Revert "eth/filters: exit early if topics-filter has more than 4 topics (#28494)"
This reverts commit 1992836381.
2023-11-10 12:27:53 -06:00