Commit Graph

  • 4544dc5f32 cmd/devp2p: use slices package for sorting (#27487) Dan Laine 2023-06-19 02:42:49 -04:00
  • 311b742c84 accounts/keystore: use slices package for sorting (#27485) Dan Laine 2023-06-19 02:34:47 -04:00
  • f0b5af74a3 rpc: avoid use of cgo by hard-coding maxPathSize (#27447) Koichi Shiraishi 2023-06-19 15:06:58 +09:00
  • e4660a1181 core/txpool/legacypool: handle missing head in reset (#27479) Martin Holst Swende 2023-06-19 01:58:04 -04:00
  • a71b9b9ffa core/txpool/legacypool: remove redundant check for floatingRatio == 0 (#27477) hero5512 2023-06-19 01:52:40 -04:00
  • 168d0cc3b3 internal/jsre/deps: fix typos in web3.js (#27500) John Chase 2023-06-19 13:50:56 +08:00
  • 5d75123cb7 ethdb/dbtest: use slices package for sorting (#27491) Dan Laine 2023-06-19 01:48:47 -04:00
  • 289c6c3b15 p2p: use slices package for sorting (#27494) Dan Laine 2023-06-19 01:48:12 -04:00
  • 46ec972c9c core/txpool/legacypool: reheap the tx list if london fork not enabled (#27481) jin 2023-06-19 04:43:53 +08:00
  • 36ca59f1ec build: use slices package for sorting (#27486) Dan Laine 2023-06-18 09:09:00 -04:00
  • d40a255e97 all: move main transaction pool into a subpool (#27463) Péter Szilágyi 2023-06-16 15:29:40 +03:00
  • c375936e81 rlp: fix typos (#27484) John Chase 2023-06-16 20:21:43 +08:00
  • 604da5c84b cmd/evm: fix typos in docs (#27478) cui fliter 2023-06-15 20:55:00 +08:00
  • 9cf9fae668 core/types: add support for BlobTxType receipts (#27470) Martin Holst Swende 2023-06-15 08:18:54 -04:00
  • 93ecd77d77 core: remove unnecessary log copy (#27475) aaronbuchwald 2023-06-15 07:52:06 -04:00
  • 7823ff6d06 eth/tracers: refactor exporting js buffer (#27472) Sina Mahmoodi 2023-06-14 19:07:24 +02:00
  • acc2a2ac61 node: remove unused error return from Attach (#27450) Sanghee Choi 2023-06-14 21:24:47 +09:00
  • 6f08c2f3f1 rpc: add method to test for subscription support (#25942) zhiqiangxu 2023-06-14 20:04:41 +08:00
  • 8bbaf882a6 core/types: add "chainID" field to legacy tx JSON encoding (#27452) Freeman Jiang 2023-06-13 08:46:45 -04:00
  • f3314bb6df rpc: add limit for batch request items and response size (#26681) mmsqe 2023-06-13 19:38:58 +08:00
  • 5ac4da3653 internal/ethapi: remove error return on RPCMarshalBlock (#27449) hero5512 2023-06-13 03:02:11 -04:00
  • 174d267f48 miner: log number of withdrawals in block upon payload update (#27457) jwasinger 2023-06-13 00:55:05 -06:00
  • 281e8cd5ab eth/filters: reuse handleLogs method for removed logs (#27438) Delweng 2023-06-08 17:40:22 +08:00
  • 5c51ef8527 accounts/keystore: handle error for invalid key in DecryptKey (#27432) KAI 2023-06-07 21:10:42 +08:00
  • 99eb0b52aa rlp: use identical receiver names for encBuffer methods (#27430) Stephen Guo 2023-06-07 18:40:06 +08:00
  • fbe432fa15 graphql: implement withdrawals (EIP-4895) (#27072) Sina Mahmoodi 2023-06-06 18:33:25 +02:00
  • 0783cb7d91 eth,core: add api debug_getTrieFlushInterval (#27303) Delweng 2023-06-06 20:41:44 +08:00
  • 950d5643b1 core/txpool: make transaction validation reusable across packages (pools) (#27429) Péter Szilágyi 2023-06-06 12:53:29 +03:00
  • 4cf708d30b les: remove unused var AdvertiseProtocolVersions (#27405) Paul Lange 2023-06-06 10:34:22 +02:00
  • b8ee2877c5 core/txpool: fix minor flaw in isGapped check (#27404) Daniel Katzan 2023-06-06 11:29:41 +03:00
  • 8eb0c2de76 cmd/evm: make evm blocktest output logs if so instructed (#27396) Martin Holst Swende 2023-06-06 04:27:40 -04:00
  • 0e5d2c7c53 core/state/snapshot, core/types, eth: move account definition to type (#27323) rjl493456442 2023-06-06 16:17:39 +08:00
  • c537ace249 core: 4844 opcode and precompile (#27356) Marius van der Wijden 2023-06-05 15:43:25 +02:00
  • 380fb4e249 core/state: clear out cached state data when reset occurs (#27376) rjl493456442 2023-06-05 21:25:57 +08:00
  • 78f7a6b7f2 graphql: simplify tx resolve (#27285) John Chase 2023-06-05 17:07:01 +08:00
  • a7b2106edf eth/downloader: drop beacon head updates if the syncer is restarting (#27397) Péter Szilágyi 2023-06-05 09:59:38 +03:00
  • c7c84ca16c all: remove the Rinkeby testnet (#27406) Péter Szilágyi 2023-06-02 14:03:21 +03:00
  • 15bd21f3c8 core/state: mark account as dirty when resetObject occurs (#27339) rjl493456442 2023-06-01 17:09:32 +08:00
  • 2372fb2781 internal/web3ext: fix parameter count of miner_start (#27400) jin 2023-06-01 16:33:10 +08:00
  • 45a3ab42aa core/state: move slot RLP encoding into the MPT implementation (#27000) Guillaume Ballet 2023-06-01 10:29:41 +02:00
  • ac86547b01 p2p/discover: add Table configuration and Nodes method (#27387) Felix Lange 2023-05-31 13:37:10 +02:00
  • 008086f935 core, eth/downloader: validate blobtx.To at serialization time (#27393) Péter Szilágyi 2023-05-31 13:08:15 +03:00
  • 495692c9db core, eth/downloader, params: validate blob tx bodies (#27392) Péter Szilágyi 2023-05-31 11:12:26 +03:00
  • 1f9b69b36d consensus, core, eth/downloader, params: 4844 chain validation (#27382) Péter Szilágyi 2023-05-31 10:21:13 +03:00
  • cc2ab421e4 go.mod: golang.org/x upgrade (#27299) ucwong 2023-05-31 08:10:16 +01:00
  • d4961881d7 miner: suspend miner if node is syncing (#27218) rjl493456442 2023-05-31 15:09:49 +08:00
  • 61dcf76230 internal/ethapi: prevent unnecessary resource usage in eth_getProof implementation (#27310) James Prestwich 2023-05-30 23:52:27 -07:00
  • 8013a494fe event: move type fixation logic into Feed.init (#27249) Seungbae Yu 2023-05-30 23:34:32 +09:00
  • 560dceb58e les, eth: fix typo in comment (#27369) ucwong 2023-05-30 13:55:03 +01:00
  • d789c68b66 eth: make debug_StorageRangeAt take a block hash or number (#27328) jwasinger 2023-05-30 14:16:28 +02:00
  • 188817468e core/types: remove superfluous todo-comment (#27383) Guillaume Ballet 2023-05-30 10:49:09 +02:00
  • c57b3436f4 internal/ethapi: add more testcases for block/header rpc (#27325) Delweng 2023-05-29 20:52:08 +08:00
  • 13166210c8 eth: split api.go into namespace based files (#27263) Delweng 2023-05-29 17:09:34 +08:00
  • 1816cdc9fd internal/ethapi: don't return header size from rpc (#27347) Delweng 2023-05-25 21:19:58 +08:00
  • db9a178ad2 eth/filters: retrieve logs in async (#27135) Delweng 2023-05-25 20:40:28 +08:00
  • 9358b62fcb accounts: replace noarg fmt.Errorf with errors.New (#27331) Delweng 2023-05-25 20:25:58 +08:00
  • 6c732766c8 core,console: replace noarg fmt.Errorf with errors.New (#27332) Delweng 2023-05-25 20:24:09 +08:00
  • 690249de7b params: begin v1.12.1 release cycle Martin Holst Swende 2023-05-25 12:02:11 +02:00
  • e501b3b05d params: go-ethereum v1.12.0 stable v1.12.0 Martin Holst Swende 2023-05-25 12:01:00 +02:00
  • 33fdd030b1 ethdb/pebble: fix NewBatchWithSize to set db (#27350) Martin Holst Swende 2023-05-25 09:31:05 +02:00
  • 8a78a4f79f eth,consensus: replace noarg fmt.Errorf with errors.New (#27330) Delweng 2023-05-25 14:57:34 +08:00
  • b21ba668e6 internal,tests: replace noarg fmt.Errorf with errors.New (#27335) Delweng 2023-05-25 14:54:28 +08:00
  • dd25a4f5ab les, signer, light: replace noarg fmt.Errorf with errors.New (#27336) Delweng 2023-05-25 14:51:13 +08:00
  • 21c87e0f1b crypto: replace noarg fmt.Errorf with errors.New (#27333) Delweng 2023-05-24 20:45:51 +08:00
  • b0095eeb20 ethclient,event: replace noarg fmt.Errorf with errors.New (#27334) Delweng 2023-05-24 18:39:49 +08:00
  • e9c3183c52 cmd: use errrors.New instead of empty fmt.Errorf (#27329) Delweng 2023-05-24 18:21:29 +08:00
  • 9231770811 rpc: change BlockNumber constant values to match ethclient (#27219) Martin Holst Swende 2023-05-23 07:18:38 -04:00
  • 1a18283e85 cmd/evm: make batched state-test execution possible (#27318) Martin Holst Swende 2023-05-23 06:23:17 -04:00
  • bfded65ed8 core/state: do not ignore null addr while iterative dump (#27320) Park Changwan 2023-05-23 19:10:26 +09:00
  • a190da9d68 eth/tracers: fix flatCallTracer crasher (#27304) minh-bq 2023-05-23 16:02:50 +07:00
  • 5b792e0fdf accounts/abi: add ErrorById (#27277) Chawin Aiemvaravutigul 2023-05-22 23:45:55 +07:00
  • b46d37ea52 graphql: upgrade UI to v2 (#27294) Sina Mahmoodi 2023-05-22 14:15:05 +02:00
  • 6fe0252571 rpc, internal/cmdtest: increase timeout in tests (#27083) Delweng 2023-05-22 20:13:03 +08:00
  • 944e1a0f90 beacon/types: auto-generate SyncCommittee marshaling methods (#27296) Felix Lange 2023-05-19 16:05:50 +02:00
  • 3223950a5d cmd/utils: do not check free disk space in dev mode (#27281) Shude Li 2023-05-19 20:38:21 +08:00
  • 99394adcb8 ethdb/pebble: prevent shutdown-panic (#27238) Martin Holst Swende 2023-05-19 08:36:21 -04:00
  • 85a4b82b33 all: tie timestamp based forks to the passage of London (#27279) Péter Szilágyi 2023-05-19 11:27:19 +03:00
  • 6a6318b1d2 go.mod: usegopkg.in/yaml.v3 instead of github.com/go-yaml/yaml (#27295) Shude Li 2023-05-18 05:35:30 +08:00
  • c08dc59aad beacon/types: add beacon chain data types (#27292) Felföldi Zsolt 2023-05-17 16:39:33 +02:00
  • 41fafa47b6 go.mod: upgrade gencodec (#27288) Felix Lange 2023-05-17 14:03:38 +02:00
  • 84c3799e21 rpc: more accurate checking of handler method signatures (#27287) Stephen Guo 2023-05-17 18:27:51 +08:00
  • ae1d90e710 internal/ethapi: make NewAccount return EIP-55 format (#26973) Alex Mylonas 2023-05-17 11:29:56 +03:00
  • 2f2959d003 core/state/pruner: remove unused error-return (#27273) John Chase 2023-05-17 16:23:06 +08:00
  • eb83e7c540 core/state/snapshot: check difflayer staleness early (#27255) Martin Holst Swende 2023-05-16 09:18:39 -04:00
  • d46f69dc7a tests/fuzzers/bn256: add PairingCheck fuzzer (#27252) Marius van der Wijden 2023-05-16 13:27:54 +02:00
  • 6e3aa86a2b internal/ethapi: minor refactor in block serialization (#27268) Delweng 2023-05-16 16:40:47 +08:00
  • c2148c644d core/asm: remove unused return value (#27272) joohhnnn 2023-05-16 16:14:04 +08:00
  • 7369752999 rpc: websocket should respect the "HTTP_PROXY" by default (#27264) oseau 2023-05-15 13:48:06 +08:00
  • 9ca84e6b0b crypto/kzg4844: upgrade c-kzg-4844 to v0.2.0 (#27257) Justin Traglia 2023-05-12 12:16:14 -05:00
  • 1982437259 core/types: un-ssz blob txs, add json marshalling and tweaks (#27256) Péter Szilágyi 2023-05-12 20:14:29 +03:00
  • dffd804ca2 internal/ethapi: remove unused err-return (#27240) makcandrov 2023-05-11 04:23:47 -08:00
  • 0b66d47449 internal/ethapi: make EstimateGas use latest block by default (#24363) zhiqiangxu 2023-05-11 20:23:05 +08:00
  • a340721aa9 metrics: use sync.map in registry (#27159) Exca-DK 2023-05-11 11:39:13 +02:00
  • a14301823e all: new empty trie with types.EmptyRootHash instead of null (#27230) rjl493456442 2023-05-11 15:19:42 +08:00
  • 7577b9c28f core/state: unexport NodeIterator (#27239) Guillaume Ballet 2023-05-11 09:15:44 +02:00
  • d17ec0ea66 ethdb/memorydb: init map with known size (#27241) ucwong 2023-05-11 01:13:25 -06:00
  • c8b0afb2c4 ethclient: acquire the rpc.Client (#27246) Delweng 2023-05-11 15:09:16 +08:00
  • 2169fa343a crypto/kzg4844: pull in the C and Go libs for KZG cryptography (#27155) Péter Szilágyi 2023-05-10 14:54:14 +03:00
  • ae7db289b8 p2p: initialize maps with known size (#27229) ucwong 2023-05-10 02:52:26 -06:00
  • a742943c78 node: fix typos in comments (#27236) Seungbae Yu 2023-05-10 17:42:55 +09:00