Commit Graph

  • b1ef0bfe03 eth: use slices package for sorting (#27490) Dan Laine 2023-06-19 17:38:57 -04:00
  • 9a167c45d1 core/txpool/legacypool: narrow down the scope of the variable (#27471) hero5512 2023-06-19 17:30:39 -04:00
  • ceca4578ca trie: remove parameter 'fromLevel' in Prove (#27512) rjl493456442 2023-06-19 22:28:40 +08:00
  • 091c25d983 go.mod: update kzg libraries to use big-endian (#27510) Marius van der Wijden 2023-06-19 14:08:13 +02:00
  • 50ecb16de0 tests, trie: use slices package for sorting (#27496) Dan Laine 2023-06-19 05:41:31 -04:00
  • 87e510d963 internal/ethapi, les: use slices package for sorting (#27492) Dan Laine 2023-06-19 05:33:48 -04:00
  • a848212709 consensus/clique: use slices package for sorting (#27488) Dan Laine 2023-06-19 03:04:16 -04:00
  • 4367ab499f metrics: use slices package for sorting (#27493) Dan Laine 2023-06-19 02:53:15 -04:00
  • 760fd0c79b consensus/clique: fix typo in comment (#27503) Sanghee Choi 2023-06-19 15:47:00 +09:00
  • cd3b8c3d78 cmd/evm: fix typos in documentation (#27501) John Chase 2023-06-19 14:44:54 +08:00
  • 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
  • cf64a044af Merge pull request #1696 from bnb-chain/develop v1.2.6 lx 2023-06-16 17:12:04 +08:00
  • acd2f5f249 p2p: fix length calculation for headPeers method (#1708) dylanhuang 2023-06-16 13:32:58 +08:00
  • 9841ba5bdc Merge branch 'master' into develop lx 2023-06-16 06:29:14 +08:00
  • 55bb1086ca release: prepare for release v1.2.6 larry.lx 2023-06-14 17:48:55 +08:00
  • 019aedc17e upgrade: block height of Hertz(London&Berlin) on testnet larry.lx 2023-06-15 17:41:37 +08:00
  • 1ace44b9ca release: prepare for release v1.2.5 larry.lx 2023-06-08 13:57:31 +08:00
  • cd44fc40ff Merge pull request #1704 from bnb-chain/default-config-reflection Mister-EA 2023-06-15 17:26:35 +02: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
  • 486e019880 core/statedb: always clear out access list when setting a new one (#1702) NathanBSC 2023-06-15 17:09:27 +08:00
  • 73397217e2 core: use reflection to set default block values Mister-EA 2023-06-15 10:31:42 +02: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
  • e31270aa38 Merge pull request #1694 from bnb-chain/improve-readme Matus Kysel 2023-06-14 10:42:10 +02:00
  • 23ba7b0893 Merge pull request #1695 from sunny2022da/2718-test-dev Mister-EA 2023-06-14 10:10:59 +02: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
  • 2cd0387cbe test: Add EIP-2718 unit test for parlia ChainConfig Sunny 2023-06-13 18:35:32 +08:00
  • 4560dc2f66 readme: add minimal compiler version Matus Kysel 2023-06-13 10:25:07 +02: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
  • 3dca640303 config: use default fork config if not specified in config.toml (#1654) lx 2023-06-13 14:14:45 +08:00
  • 15c30b73f8 Merge pull request #1676 from bnb-chain/eip3529-tests-parlia Mister-EA 2023-06-12 14:11:24 +02:00
  • 4a467ecc5f Merge pull request #1686 from bnb-chain/refactor-eip3529-tests Mister-EA 2023-06-12 11:54:13 +02:00
  • 38002f8a56 fix: set the signer of parlia to the most permissive one (#1682) NathanBSC 2023-06-12 13:31:18 +08:00
  • b1fbb294ea eip3529tests: refactor tests Mister-EA 2023-06-09 12:27:31 +02:00
  • 281e8cd5ab eth/filters: reuse handleLogs method for removed logs (#27438) Delweng 2023-06-08 17:40:22 +08:00
  • ff32314de0 fix: not double GasLimit of block upon London upgrade (#1681) NathanBSC 2023-06-08 17:32:07 +08:00
  • 53fef9e830 Merge pull request #1678 from brilliant-lx/leveldb_downgrade_master v1.2.5 lx 2023-06-08 17:18:22 +08:00
  • 78ad049641 fix: check integer overflow when decode crosschain payload (#1679) yutianwu 2023-06-08 14:40:10 +08:00
  • cf9efe5761 fix: voting can only be enabled when mining (#1671) NathanBSC 2023-06-08 14:37:24 +08:00
  • dd5b69b863 release: prepare for release v1.2.5 larry.lx 2023-06-08 13:57:31 +08:00
  • bc543bae67 goleveldb: downgrade the version for performance (#1675) lx 2023-06-08 11:58:15 +08:00
  • d6feb729c5 goleveldb: downgrade the version for performance (#1675) lx 2023-06-08 11:58:15 +08:00
  • a97f713286 parlia_tests: update comment Mister-EA 2023-06-07 16:11:30 +02:00
  • 5c51ef8527 accounts/keystore: handle error for invalid key in DecryptKey (#27432) KAI 2023-06-07 21:10:42 +08:00
  • 4afd224350 core: add eip3529 tests for parlia config Mister-EA 2023-06-07 14:16:01 +02:00
  • f316b1d086 params: introduce ParliaTestChainConfig Mister-EA 2023-06-07 14:10:00 +02: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
  • e802c737ab consensus, core/rawdb, miner: downgrade logs (#1662) Ng Wei Han 2023-05-31 22:01:28 +08:00
  • ac86547b01 p2p/discover: add Table configuration and Nodes method (#27387) Felix Lange 2023-05-31 13:37:10 +02:00
  • b8dbf59155 fix: ungraceful shutdown caused by malicious Vote Monitor (#1663) NathanBSC 2023-05-31 19:35:10 +08: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
  • 86446edf55 feat: add a tool for submitting evidence of malicious voting (#1660) NathanBSC 2023-05-31 14:36:31 +08: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
  • 3d8753cae6 fix: remove naturally finality NathanBSC 2023-05-25 14:18:01 +08: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