Commit graph

  • 852c32a085 core, eth, node: break rawdb -> {leveldb, pebble} dependency Péter Szilágyi 2024-10-29 00:22:46 +0200
  • 0413f3777f fix: fix typos Hussan Choudhry 2024-10-28 21:10:01 +0000
  • 7a2706f2a8 feat: extract wallet event listener logic Hussan Choudhry 2024-10-28 21:02:30 +0000
  • bce420b99f
    cmd/geth: avoid hard coding the IPC name (#30687) Péter Szilágyi 2024-10-28 22:29:25 +0200
  • 8bc114854b cmd/geth: avoid hard coding the IPC name Péter Szilágyi 2024-10-28 21:43:33 +0200
  • cb7eb89341
    fix: state.stateObject.empty() with extra payload (#62) Arran Schlosberg 2024-10-29 05:34:19 +1100
  • ff29b1f2ee
    Bump version to v1.5.1 (#1362) Jerry 2024-10-28 08:22:17 -0700
  • 3facc19be3 refactor(statedb_hooked.go): refactor SelfDestruct and SelfDestruct6780 methods to improve readability and reduce code duplication kchojn 2024-10-28 08:41:14 -0300
  • 699e2d938c
    chore(taiko_genesis): update genesis JSON (#344) Gavin Yu 2024-10-28 18:38:23 +0800
  • ce22cd7c23 cast vm instructions to bytes Guillaume Ballet 2024-10-28 10:12:24 +0100
  • 57e40f59d7
    Merge pull request #701 from gzliudan/fix-st1019 Daniel Liu 2024-10-28 18:34:29 +0800
  • a5bc0baba9 all: fix staticcheck warning ST1019: import package twice Daniel Liu 2024-10-28 17:45:19 +0800
  • bf673d4695
    Merge branch 'ethereum:master' into portal Chen Kai 2024-10-28 17:30:53 +0800
  • c3919f9bda
    build: document doGoModTidy function in ci.go (#30685) jwasinger 2024-10-28 18:26:36 +0900
  • 50f97ba683
    chore(taiko_genesis): update devnet genesis JSON (#341) Gavin Yu 2024-10-28 15:17:07 +0800
  • efe041a684
    Merge pull request #697 from gzliudan/fix-s1034 Daniel Liu 2024-10-28 15:17:01 +0800
  • 9c1492189d XDCxDAO: fix staticcheck warning S1034: use result of type assertion to simplify cases Daniel Liu 2024-10-28 11:41:57 +0800
  • 71b9005f34
    feat: add api xdpos_getBlockInfoByEpochNum (#674) wgr523 2024-10-28 15:14:30 +0800
  • f12e92bbc7
    Merge pull request #696 from gzliudan/fix-sa1006 Daniel Liu 2024-10-28 15:14:08 +0800
  • 4709ca3f13 all: fix staticcheck warning SA1006 Daniel Liu 2024-10-28 15:13:21 +0800
  • 534ed997f6 build: document doGoModTidy function in ci.go Jared Wasinger 2024-10-28 14:16:23 +0900
  • 74109988df hexutil: clean json_test. Stefano Charissis 2024-10-28 15:35:38 +1100
  • ab68830488
    core/vm: lint fixes Martin Holst Swende 2024-10-27 22:08:24 +0100
  • cf45df301a feat: add OnCodeChange to selfdestructs kchojn 2024-10-27 18:04:23 -0300
  • 7fdb5c47c0
    Merge branch 'ethereum:master' into portal Chen Kai 2024-10-27 17:02:53 +0800
  • 1156ca42f2 Limit EXTCODECOPY to eof bytes Danno Ferrin 2024-10-25 12:27:23 -0600
  • 72d55ffd57 Make variable name to match comments r4h 2024-10-25 23:49:31 +0800
  • 80bdab757d
    ethdb: add DeleteRange feature (#30668) Felföldi Zsolt 2024-10-25 17:33:46 +0200
  • 4dc2a01974
    Merge branch 'ethereum:master' into portal Chen Kai 2024-10-25 22:11:39 +0800
  • 6eb183af87 review feedback Guillaume Ballet 2024-10-25 15:53:41 +0200
  • 3ec7698876 ethdb: renamed/moved interface Zsolt Felfoldi 2024-10-25 15:41:40 +0200
  • 7b5104576e
    Merge pull request #686 from gzliudan/fix-st1006 Daniel Liu 2024-10-25 21:31:27 +0800
  • fbecb8c5a5 all: fix staticcheck warning ST1006: don't use generic name self Daniel Liu 2024-10-25 21:30:54 +0800
  • 66c9bb7f3a address removal of TerminalTotalDifficultyPassed Guillaume Ballet 2024-10-25 14:17:48 +0200
  • c637d308c5 core, trie: import remaining state processor tests Guillaume Ballet 2024-10-25 13:01:41 +0200
  • fa8b4504d2 ethdb: moved DeleteRangeWithIterator logic to leveldb/memorydb Zsolt Felfoldi 2024-10-25 13:49:02 +0200
  • c1f1ade52e ethdb: moved DeleteRange from KeyValueWriter to RangeDeleter Zsolt Felfoldi 2024-10-25 13:38:25 +0200
  • acb973ab97
    Merge pull request #695 from gzliudan/fix-sa1012 Daniel Liu 2024-10-25 19:34:09 +0800
  • 6c6bf6fe64
    beacon/blsync: add holesky config and update checkpoints (#30671) Felföldi Zsolt 2024-10-25 13:20:18 +0200
  • dd6822bc3c internal/ethapi, contracts/trc21issuer: fix staticcheck warning SA1012: pass nil Context Daniel Liu 2024-10-25 18:29:08 +0800
  • b68b9c64ea
    Merge pull request #685 from gzliudan/emptyroot Daniel Liu 2024-10-25 15:28:51 +0800
  • 87a6b5f4c3
    Merge pull request #689 from gzliudan/fix-st1005 Daniel Liu 2024-10-25 15:28:07 +0800
  • bd4bb14b5e
    Merge pull request #692 from gzliudan/fix-sa4006 Daniel Liu 2024-10-25 15:26:38 +0800
  • 739b4d7c60
    Merge pull request #690 from gzliudan/fix-s1039 Daniel Liu 2024-10-25 15:25:56 +0800
  • b9101e635d
    Merge pull request #691 from gzliudan/fix-st1017 Daniel Liu 2024-10-25 15:25:29 +0800
  • e9df8a11f0
    Merge pull request #693 from gzliudan/rpc-peerinfo Daniel Liu 2024-10-25 15:24:58 +0800
  • fe966d48ab
    chore(ci): use arc-runner-set (#340) David 2024-10-25 14:39:04 +0800
  • 698f22fd18
    Fix panic on nil block in ethstats (#1360) Jerry 2024-10-24 23:11:10 -0700
  • 356e77454c
    Fix bor logs missing (#1361) Jerry 2024-10-24 23:10:53 -0700
  • a0f7cd60f1 Add test for all underlying hooks being called Sina Mahmoodi 2024-10-25 07:26:56 +0200
  • 48b1688e84 p2p/simulations: fix staticcheck warning SA1029 Daniel Liu 2024-10-25 12:23:54 +0800
  • 2844dbc5a9 rpc: fix staticcheck warning SA1029 by add PeerInfo (#24255) Daniel Liu 2024-10-25 11:46:23 +0800
  • b37f2aca85 Merge branch 'master' into tracing/v1.1 Sina Mahmoodi 2024-10-25 06:26:29 +0200
  • 5bf0011ec8 beacon/blsync: add holesky config and update checkpoints Zsolt Felfoldi 2024-10-25 02:31:53 +0200
  • f596f79f61 ethdb: removed DeleteRange support on batches Zsolt Felfoldi 2024-10-24 15:43:10 +0200
  • 2b50c7bcfd ethclient: check error Felix Lange 2024-10-24 14:08:53 +0200
  • c0be9ce9aa ethclient: move test Felix Lange 2024-10-24 14:07:36 +0200
  • 49b29c0fa6 ethclient: add RevertErrorData function and example Felix Lange 2024-10-24 13:10:31 +0200
  • c6e4e880ea all: fix staticcheck warning SA4006: never used value Daniel Liu 2024-10-24 17:32:56 +0800
  • 5660e57a41 ethdb: add DeleteRange feature Zsolt Felfoldi 2024-10-24 11:27:47 +0200
  • 3409ada149 metrics: fix staticcheck warning ST1017: don't use yoda conditions Daniel Liu 2024-10-24 14:28:16 +0800
  • 24c5493bec
    core/vm: remove debug printout in eof test (#30665) jwasinger 2024-10-24 14:13:01 +0700
  • 461afdf665
    core: fix tracing of system calls (#30666) Sina M 2024-10-24 09:11:47 +0200
  • 0572bcdb06
    core/vm: doc-suggestions from code review Martin HS 2024-10-24 09:03:07 +0200
  • a127cecf54 core: fix tracing of pre-block processors Sina Mahmoodi 2024-10-24 07:56:38 +0200
  • f79763ca88 all: fix staticcheck warning S1039: unnecessary use of fmt.Sprintf Daniel Liu 2024-10-24 12:49:37 +0800
  • 4d2fb0e081 update changelog Sina Mahmoodi 2024-10-24 06:22:33 +0200
  • eeab36de47
    chore(ci): add docker multi arch image build (#339) Karim 2024-10-24 06:20:10 +0200
  • 5e4d6b86f4 add whitespace Sina Mahmoodi 2024-10-24 06:17:51 +0200
  • 0f005af66a mv read hooks to statedb_hooked Sina Mahmoodi 2024-10-24 06:09:44 +0200
  • fbd1d19cdb fix pre-post block process fns Sina Mahmoodi 2024-10-24 05:59:57 +0200
  • ea92ef4d16 Merge branch 'master' into tracing/v1.1 Sina Mahmoodi 2024-10-24 05:30:10 +0200
  • 410510ac0c internal/ethapi: expose revert reason Marius van der Wijden 2024-10-24 05:04:55 +0200
  • efed5a6de2 fix OnTxEnd Sina Mahmoodi 2024-10-24 04:47:11 +0200
  • a79411fa06 all: fix staticcheck warning ST1005: incorrectly formatted error string Daniel Liu 2024-10-22 19:40:30 +0800
  • 80ef312cb4
    Merge branch 'ethereum:master' into portal Chen Kai 2024-10-23 23:59:22 +0800
  • 7ce7980bd5 fix: go.sum updated by go mod tidy thinkAfCod 2024-10-23 21:40:55 +0800
  • a75e981c5b fix: replace assert to require thinkAfCod 2024-10-23 17:10:31 +0800
  • b44ca3c190 fix: upgrade utp-go thinkAfCod 2024-10-23 15:14:55 +0800
  • 1b765a60e7 fix Jared Wasinger 2024-10-23 20:58:27 +0700
  • 171dcfecf0 core/vm: remove debug print in TestEOFSubcontainer Jared Wasinger 2024-10-23 20:55:04 +0700
  • 3e567b8b29
    docs: update security policy (#30606) Fredrik Svantes 2024-10-23 15:12:56 +0200
  • 8c582aba36
    core/vm: speed up push and interpreter loop Martin Holst Swende 2024-10-23 10:07:40 +0200
  • 287aa9c604
    core/vm/runtime: benchtest with pushing/popping looping code Martin Holst Swende 2024-10-23 13:41:31 +0200
  • 71f257457d chore: improve custom error formatting in revert messages Confucian 2024-10-23 17:30:16 +0800
  • 8563ce1d52 add wait discv5 table Chen Kai 2024-10-23 16:52:52 +0800
  • f8f5609b8e
    eth/tracers/internal/tracertest: add missing Random to call context (#30652) Shude Li 2024-10-23 14:33:14 +0800
  • 3ef918538e feat: expose raw error data Confucian 2024-10-23 14:27:13 +0800
  • 478012ab23
    all: remove TerminalTotalDifficultyPassed (#30609) jwasinger 2024-10-23 13:26:18 +0700
  • 74461aecf6
    crypto, tests/fuzzers: add gnark bn254 precompile methods for fuzzing (#30585) kevaundray 2024-10-23 07:11:25 +0100
  • 459bb4a647
    core/state: move state log mechanism to a separate layer (#30569) Martin HS 2024-10-23 08:03:36 +0200
  • 50a02c49d9 internal/ethapi: expose raw error data Gary Rong 2024-10-23 14:03:04 +0800
  • cfbffc571f fix: cache id and addr in discv5 thinkAfCod 2024-10-22 16:23:19 +0800
  • d34a772ac3 fix: check lint thinkAfCod 2024-10-17 21:54:35 +0800
  • 81477ca08b fix: not cache nil node thinkAfCod 2024-10-16 20:37:15 +0800
  • 12182b4afe fix: test case modify thinkAfCod 2024-10-14 11:20:37 +0800
  • c997bb0321 fix: log packet nonce thinkAfCod 2024-10-13 13:20:34 +0800
  • d28ff8ff6d fix: cache node thinkAfCod 2024-10-13 12:30:19 +0800
  • c73129ee39
    Merge pull request #1359 from maticnetwork/v1.5.0-candidate Jerry 2024-10-22 19:24:32 -0700
  • 3439ce6789
    core/vm: docs Martin Holst Swende 2024-10-22 21:21:42 +0200