Commit graph

  • ec43dec800 Merge branch 'v1.2.0-beta-candidate' of github.com:maticnetwork/bor into v1.2.0-beta-candidate Arpit Temani 2023-11-29 20:52:32 +0530
  • 2fdacadf1a update version Arpit Temani 2023-11-29 20:52:07 +0530
  • d7702cfb13 eth/tracers: add comment jsvisa 2023-11-29 22:57:58 +0800
  • 2adf9757cb eth/tracers: use types.NewTx instead too jsvisa 2023-11-29 22:40:51 +0800
  • d8aad5e8f2 eth/tracers: use types.NewTx instead jsvisa 2023-11-29 22:38:09 +0800
  • be1d680272
    feat(taiko_genesis): update genesis JSONs (#138) David 2023-11-29 17:04:37 +0300
  • 974aafd4e6 core/state: prefetch storage trie values even if snapshot is enabled Jared Wasinger 2023-11-28 19:29:38 +0800
  • e61b438900 add single block test which sets a storage slot Jared Wasinger 2023-11-29 18:39:34 +0800
  • b7933d28e7
    log: avoid using go 1.21-specific features Martin Holst Swende 2023-11-29 10:16:47 +0100
  • d2251afece
    log: format nil as <nil> by default Martin Holst Swende 2023-11-29 09:21:19 +0100
  • ab0eb46a84
    core/state: make stateobject.create selfcontain (#28459) rjl493456442 2023-11-29 16:07:51 +0800
  • 632a3f891f
    remove commented code and no-op space Jared Wasinger 2023-11-20 13:28:24 +0800
  • d929f63b8f
    log: save some cpu by simplifying coloring, avoid many cases of escaping Martin Holst Swende 2023-11-14 22:43:44 +0100
  • 99f3e24709
    log: lots of optimizations to terminal output Martin Holst Swende 2023-11-07 18:19:17 +0100
  • 4b6d32dbfa
    log: improve benchmark Martin Holst Swende 2023-11-29 09:04:27 +0100
  • 0c8b6ca8c7
    log: better benchmark Martin Holst Swende 2023-11-07 19:20:58 +0100
  • 28e7371701
    all: replace log15 with slog (#28187) jwasinger 2023-11-29 15:33:50 +0800
  • d54ec960e6 core/state: make stateobject.create selfcontain Gary Rong 2023-11-03 15:54:58 +0800
  • 47bfdf7635
    Move masternode in v2 config (#372) Liam 2023-11-29 11:11:58 +1100
  • 61b844f2b2
    eth/gasestimator: allow slight estimation error in favor of less iterations (#28618) Péter Szilágyi 2023-11-28 22:31:47 +0200
  • e0c7ad01ab
    consensus: verify the nonexistence of shanghai- and cancun-specific header fields (#28605) Jakub Freebit 2023-11-29 05:29:00 +0900
  • 34dcd74935
    crypto/secp256k1: fix 32-bit tests when CGO_ENABLED=0 (#28602) Guillaume Ballet 2023-11-28 19:16:50 +0100
  • 33b69d7fe5 graphql: fix gas estimation test Péter Szilágyi 2023-11-28 19:19:39 +0200
  • 339429565c eth/gasestimator: I hate you linter Péter Szilágyi 2023-11-28 19:16:57 +0200
  • cc3d58dbdf internal/ethapi: update estimation tests with the error ratio Péter Szilágyi 2023-11-28 15:47:55 +0200
  • a0b41b670f core, eth/gasestimator: hard guess at a possible required gas Oren 2023-11-28 15:38:32 +0200
  • bbc5db8405
    eth/tracers/js: fix type inconsistencies (#28488) Sina Mahmoodi 2023-11-28 17:30:35 +0330
  • 248dc50ee8
    ethereum: remove TODO comment about subscription (#28609) Shivam Sandbhor 2023-11-28 19:19:08 +0530
  • bfcb350f36 eth/gasestimator: early exit for plain transfer and error allowance Péter Szilágyi 2023-11-28 15:33:23 +0200
  • 63979bc9cc
    cmd/evm, core/state: fix post-exec dump of state (statetests, blockchaintests) (#28504) Martin Holst Swende 2023-11-28 13:54:17 +0100
  • 38926cc6e5 appease linter Jared Wasinger 2023-11-28 20:53:32 +0800
  • 1a5a479c4e
    core/state: rewrite trie prefetcher to provide witness for snapshot-based execution Martin Holst Swende 2023-11-28 13:21:11 +0100
  • 41d5b6c79d
    tests: fix flaw in block-test runner to enable preimages Martin Holst Swende 2023-11-28 12:59:15 +0100
  • abb3f5c802
    Merge pull request #363 from gzliudan/fix-issue-358 wgr523 2023-11-28 19:40:26 +0800
  • 00ee953593 rm comment Sina Mahmoodi 2023-11-28 14:40:20 +0330
  • eb9e6d755e
    cmd/geth: fix compilation err Martin Holst Swende 2023-11-28 11:10:04 +0100
  • 15cc2dfe52
    wip Martin Holst Swende 2023-11-28 11:05:49 +0100
  • 57b5d2ebcc
    spit out some witnesses Martin Holst Swende 2023-11-28 10:08:38 +0100
  • b77ff88ef2
    cmd/geth: remove outdated comment Martin Holst Swende 2023-11-28 09:59:41 +0100
  • 016678e120
    core/state: address review concerns Martin Holst Swende 2023-11-28 09:37:42 +0100
  • 0352fb5410
    add state witness Martin Holst Swende 2023-11-28 09:14:54 +0100
  • 58297e339b
    light: remove package light(#28614) lightclient 2023-11-28 01:01:23 -0700
  • 71817f318e
    eth/catalyst, eth/downloader: expose more sync information (#28584) rjl493456442 2023-11-28 15:38:30 +0800
  • b639349788
    feat: add BlockTxCount limit and BlockPayloadSize limit (#584) HAOYUatHZ 2023-11-28 15:24:21 +0800
  • c70a901ed3
    fix: fix bn256Pairing & modexp precompiles tests (#585) HAOYUatHZ 2023-11-28 14:22:49 +0800
  • 845e59dacb
    Merge branch 'ethereum:master' into portal Chen Kai 2023-11-28 13:04:33 +0800
  • 0c92cbdeb5
    Update skeleton.go rjl493456442 2023-11-28 10:57:06 +0800
  • 87b76b891b
    light: remove package lightclient 2023-11-27 07:49:27 -0700
  • 6f06a5638b add flag rpcwritetimeout for rpc http server (#358) Daniel Liu 2023-11-20 18:57:27 +0800
  • 5b57727d6d
    go.mod: update uint256 to v1.2.4 (#28612) Martin Holst Swende 2023-11-27 15:39:28 +0100
  • 1e28e0bb03
    eth/gasestimator, internal/ethapi: move gas estimator out of rpc (#28600) Péter Szilágyi 2023-11-27 16:20:09 +0200
  • aeae3676c6 fix:fix pong nil bug Chen Kai 2023-11-27 18:22:36 +0800
  • c682768997
    go.mod: update uint256 to v1.2.4 Martin Holst Swende 2023-11-27 14:40:12 +0100
  • 387b0fe6e8
    core, trie: experimentation with state witnesses Martin Holst Swende 2023-11-27 14:23:20 +0100
  • afc3dc5d49 core/state/snapshot: account for snapshot flushes Marius van der Wijden 2023-11-27 13:50:53 +0100
  • 157bc26b5a core/state/snapshot: fix expensive metric, track snapshot flushed keys Péter Szilágyi 2022-06-07 17:36:55 +0300
  • b40fade42c core/state/snapshot: monitor snapshot content/size churn Péter Szilágyi 2022-06-03 16:51:15 +0300
  • 1810c1f2c9 .github/workflows: move lint to self hosted Marius van der Wijden 2023-11-27 12:34:12 +0100
  • a3738de9e1 fix syntax error from merge Jared Wasinger 2023-11-27 16:44:13 +0800
  • f7cbc4e944 Merge remote-tracking branch 'upstream/master' into HEAD Jared Wasinger 2023-11-27 16:43:14 +0800
  • e534104deb eth/catalyst, eth/downloader: expose more sync information Gary Rong 2023-11-22 19:14:43 +0800
  • 609ad7b499 fix ucwong 2023-11-27 03:46:52 +0800
  • aaf4c97e5d accounts/keystore : First replacement failed test fix ucwong 2023-11-27 03:40:06 +0800
  • 632c815ffa
    Merge pull request #2 from optimism-java/feature_offer Chen Kai 2023-11-26 20:59:14 +0800
  • 47b6e691e4 Merge branch 'portal' into feature_offer Chen Kai 2023-11-26 20:47:08 +0800
  • 222faeecd6 fix:fix go.sum Chen Kai 2023-11-26 20:31:20 +0800
  • cf1a440641 feat:handle offer extension Chen Kai 2023-11-16 17:47:22 +0800
  • a4e9a7034d fix:fix lint Chen Kai 2023-11-15 13:51:07 +0800
  • 96a89db758 feat:add offer handle method Chen Kai 2023-11-15 11:41:43 +0800
  • 0d3d2381cf feat:handle find content message grapebaba 2023-10-26 13:24:27 +0800
  • 983999815a fix: modify max packet size thinkAfCod 2023-11-14 19:51:50 +0800
  • 8eab6cdf1a fix: update lib of utp thinkAfCod 2023-11-11 23:35:09 +0800
  • 0140e12cac feat:add find content grapebaba 2023-11-03 21:56:14 +0800
  • e9af20a46b fix: update lib of utp thinkAfCod 2023-10-30 12:19:31 +0800
  • c40e49c875 feat:handle find content message grapebaba 2023-10-26 13:24:27 +0800
  • dd4e8ff2cb feat:make portal wire ping/pong findnodes/nodes works grapebaba 2023-10-19 13:57:50 +0800
  • b28975bd17 feat:add offer/accept protocol Chen Kai 2023-11-26 20:16:06 +0800
  • b4bd070837
    Improve log (#368) Liam 2023-11-26 22:04:08 +1100
  • 76b0bb4014 ethereum: remove TODO comment from interfaces.go Shivam Sandbhor 2023-11-25 20:57:52 +0530
  • 333dd956bf
    trie: fix random test generator early terminate (#28590) Ng Wei Han 2023-11-25 21:56:22 +0800
  • 9cab527dc1 all: replace common big values with const weiihann 2023-11-25 12:49:33 +0800
  • 37bffb8933 clique, ethash: verify the non-existence of shanghai- and cancun-specific header fields Jakub Pajek 2023-11-25 10:44:56 +0900
  • 8610f8f68c add hooks for beacon block root processing Sina Mahmoodi 2023-11-24 19:08:42 +0330
  • cd8c4c589f force load live tracer set Sina Mahmoodi 2023-11-24 18:39:09 +0330
  • 5bc3f62647 move makeTest to own file Sina Mahmoodi 2023-11-24 18:29:27 +0330
  • 8a1f67c7c8 forgot prestate testcase Sina Mahmoodi 2023-11-24 18:21:12 +0330
  • 56600e911b fix VMError.Unwrap Sina Mahmoodi 2023-11-24 18:17:57 +0330
  • 51dffcea24 crypto/secp256: fix 32-bit tests Guillaume Ballet 2023-11-24 14:56:56 +0100
  • a65ee54acd internal/build: prefer the self-hosted runner Marius van der Wijden 2023-11-24 14:52:35 +0100
  • aa64f0c607 internal/build: prefer the self-hosted runner Marius van der Wijden 2023-11-24 14:51:07 +0100
  • c2412c90c9 go.sum : tidy ucwong 2023-11-24 21:33:36 +0800
  • 6ce7fcf864 internal/build: fix build on latest windows Marius van der Wijden 2023-11-24 14:13:32 +0100
  • 92689943a0
    Revisit the solution from PR-260, try keep the API consistent by not incrementing the nonce for trading&lending tx (#371) Banana-J 2023-11-25 00:04:59 +1100
  • 26135ed864 .github/workflows: add github action workflow Marius van der Wijden 2023-11-24 14:04:55 +0100
  • 4ac50067c9 internal/build: fix build on latest windows Marius van der Wijden 2023-11-24 14:04:07 +0100
  • 5fa8c793ad internal/build: fix build on latest windows Marius van der Wijden 2023-11-24 13:55:02 +0100
  • 379b8d3423 fix atomic followupInterrupt Sina Mahmoodi 2023-11-24 16:21:40 +0330
  • 50ec012095 .github/workflows: add github action workflow Marius van der Wijden 2023-11-24 13:40:33 +0100
  • 9c00b1290b fix merge conflict Sina Mahmoodi 2023-11-24 16:09:47 +0330
  • c133619682 .github/workflows: add github action workflow Marius van der Wijden 2023-11-24 13:37:18 +0100