Commit graph

  • f090ddbe9d remove unused map param in MakeVerkleMultiProof (#261) Guillaume Ballet 2023-08-30 17:49:09 +0200
  • a0e1995bc4 New access-witness module (#235) Ignacio Hagopian 2023-08-29 15:59:06 -0300
  • a926f60699 fix: alignment of values whose len is < 32 Guillaume Ballet 2023-08-17 15:58:41 +0200
  • 12c65cb520 more code cleanup Guillaume Ballet 2023-08-15 16:19:42 +0200
  • 9bb7f41c2d code cleanup: remove a lot of TODOs & friends Guillaume Ballet 2023-08-15 16:17:32 +0200
  • 5ba9fb7855 fix preimage issue in conversion Guillaume Ballet 2023-08-15 10:19:37 +0200
  • a72e7d94a2 fix to replay more blocks Guillaume Ballet 2023-08-14 17:10:35 +0200
  • a80c2aa8b5 fixes to replay ~500 blocks Guillaume Ballet 2023-08-14 16:56:43 +0200
  • 54e060f094 fix incorrect equality condition is HasAccount Guillaume Ballet 2023-08-11 21:01:00 +0200
  • 66dd866e89 implement missing odrDatabase function Guillaume Ballet 2023-08-11 16:44:08 +0200
  • 0decbd7ca3 fix test: include EIP-3860 Guillaume Ballet 2023-08-11 14:00:55 +0200
  • bea2b7ea8c remove unnecessary snapshot Cap in flush Guillaume Ballet 2023-08-11 07:42:58 +0200
  • 29c8f98329 save last MPT root for transition Guillaume Ballet 2023-08-10 21:38:07 +0200
  • e237c1ecf7 enable proof of stake in verkle test Guillaume Ballet 2023-08-10 18:28:07 +0200
  • 4b54c4b57f deactivate snapshot for tests Guillaume Ballet 2023-08-10 18:26:03 +0200
  • c2cdd50666 activate verkle on IsVerkle, not IsCancun Guillaume Ballet 2023-08-10 13:49:13 +0200
  • f5a7321bef fix: open an empty storage trie after transition Guillaume Ballet 2023-08-10 13:44:28 +0200
  • ff71485e31 fix the first half of verkle test Guillaume Ballet 2023-08-09 07:54:32 +0200
  • faf7fa052c add withdrawals to witness Guillaume Ballet 2023-08-04 16:57:57 +0200
  • e2ac75246e fix: activate Shanghai in test Guillaume Ballet 2023-08-04 12:16:53 +0200
  • 9a0784d68a fix: generated rlp decoders Guillaume Ballet 2023-08-04 12:16:12 +0200
  • 045f53e67a move UpdateContractCode to updateStateObject Guillaume Ballet 2023-08-04 11:16:14 +0200
  • ac152143e1 Verkle tree-based state with overlay transition Guillaume Ballet 2021-05-06 18:58:39 +0200
  • 5d7fb240ba
    Merge branch 'ethereum:master' into portal Chen Kai 2024-05-08 17:44:21 +0800
  • 6154f87c33
    .travis.yml: fix apt-get options (#29734) Felix Lange 2024-05-08 11:33:07 +0200
  • 357c4623b9 .travis.yml: fix apt-get options Felix Lange 2024-05-08 11:32:34 +0200
  • dd4afb9fec
    .travis.yml: fix install of gcc-multilib (#29733) Felix Lange 2024-05-08 11:08:55 +0200
  • 352edac4d6 .travis.yml: put back type = push Felix Lange 2024-05-08 11:08:23 +0200
  • 474af04093 .travis.yml: install gcc-multilib explicitly Felix Lange 2024-05-08 11:07:10 +0200
  • a3c99bce7a .travis.yml: try with apt_packages Felix Lange 2024-05-08 11:04:34 +0200
  • 02c6ee9672
    fix(wokrer): fix an issue in sealBlockWith (#240) David 2024-05-08 16:49:38 +0800
  • 4f368792dc
    feat(consensus): improve VerifyHeaders for taiko consensus (#238) maskpp 2024-05-08 16:34:27 +0800
  • 1d84edd2fe core/state: suggestion from martin Gary Rong 2024-05-08 16:23:40 +0800
  • 974b338e20
    feat(taiko_miner): remove an unnecessary check (#239) maskpp 2024-05-08 16:14:54 +0800
  • 91ed443544 add comment howel 2024-05-08 15:23:38 +0800
  • c8077a1748 pass block gas limit to the gas estimator howel 2024-05-08 15:18:12 +0800
  • 5005f215ac core/state: remove slot dirtiness if it's set back to origin value Gary Rong 2024-05-08 11:53:24 +0800
  • 164c3974cf cmd/evm: fix tests Gary Rong 2024-05-08 15:06:37 +0800
  • 9ec50080eb
    core: use in-memory freezer for tests (#29720) rjl493456442 2024-05-08 14:43:33 +0800
  • 866bb701da tests: update tests Gary Rong 2024-05-08 13:38:36 +0800
  • 86247e1ea8
    Merge branch 'ethereum:master' into portal Chen Kai 2024-05-08 11:32:47 +0800
  • 070ec68aa5
    chore(libzkp): upgrade to v0.10.4 (#743) Zhang Zhuo 2024-05-08 10:31:40 +0800
  • 80ba2b74af remove ErrorRatio William Morriss 2024-05-07 18:10:22 -0700
  • 50729ecb0b fix DoEstimateGas docs and document errorRatio parameter William Morriss 2024-05-07 18:04:51 -0700
  • f5e0fecc2e restore eth_estimateGas behavior in the form of eth_necessaryGas, fix eth_estimateGas doc William Morriss 2024-05-07 17:31:09 -0700
  • e96de6489c
    build: upgrade to go 1.22.3 (#29725) Felix Lange 2024-05-07 22:08:29 +0200
  • 71aa15c98f
    travis: use ubuntu noble (24.04) instead of bionic (18.04) (#29723) Martin HS 2024-05-07 21:24:58 +0200
  • 81e065cd20 fix block hashes Sina Mahmoodi 2024-05-07 21:23:58 +0200
  • 7dba7b0b92 build: upgrade to go 1.22.3 Felix Lange 2024-05-07 21:22:01 +0200
  • 7547606e0c Using github.com/ethereum/go-ethereum/params without alias art 2024-05-07 21:17:21 +0300
  • 5252f2c0ef Merge remote-tracking branch 'origin/const-block-head-extra' into const-block-head-extra art 2024-05-07 21:09:30 +0300
  • a552c8c06b Using github.com/ethereum/go-ethereum/params without alias art 2024-05-07 21:07:20 +0300
  • 48ca188157 generate empty blocks for gaps Sina Mahmoodi 2024-05-07 20:02:22 +0200
  • 6cc43e1d9c
    feat(txpool): update ValidateTransaction (#237) David 2024-05-08 01:02:44 +0800
  • 471db71663
    chore(taiko_genesis): update genesis JSONs (#236) David 2024-05-08 00:08:09 +0800
  • 68b03f0cc6
    travis: use ubuntu noble (24.04) instead of bionic (18.04) Martin Holst Swende 2024-05-07 17:04:24 +0200
  • a998c80533
    chore(ci): add go cache dependency in action (#235) maskpp 2024-05-07 20:48:51 +0800
  • d6e91e2e05
    eth/gasestimator: include blobs in virtual balance computation (#29703) nand2 2024-05-07 14:27:14 +0200
  • 4c31746b27 core: restore tests Gary Rong 2024-05-07 20:18:39 +0800
  • 4272c93376 core, eth, cmd: use in-memory freezer for tests Gary Rong 2024-05-07 20:15:08 +0800
  • e2702a8a75
    Merge pull request #103 from fearlessfe/fix-panic 彭振 2024-05-07 20:07:11 +0800
  • fdb980ab06
    chore(ci): introduce docker build cache (#234) maskpp 2024-05-07 20:05:20 +0800
  • e41244d7d1
    Update gasestimator.go Felix Lange 2024-05-07 13:56:55 +0200
  • a976688c1e
    Update gasestimator.go Felix Lange 2024-05-07 13:43:04 +0200
  • 76a901a77b renamed params2 to ethparams art 2024-05-07 14:02:42 +0300
  • 1b4879b075 params.MaximumExtraDataSize for extraData length check art 2024-05-07 13:51:56 +0300
  • bfa3bb4f5b
    Merge pull request #529 from XinFinOrg/extend-eth_call_2 wgr523 2024-05-07 17:57:18 +0800
  • 3800a708e1 fix some formatting Guillaume Ballet 2024-05-07 11:37:10 +0200
  • dbca8bb5d4
    Apply suggestions from code review Guillaume Ballet 2024-05-07 10:52:30 +0200
  • 68308e3781
    chore(taiko_genesis): update genesis JSONs (#233) David 2024-05-07 16:06:33 +0800
  • 2d335724b0
    feat: compile ccc (#741) HAOYUatHZ 2024-05-07 16:04:32 +0800
  • fd73784f95 core: simplify chain tests Gary Rong 2024-05-07 15:49:17 +0800
  • e4b8058d5a
    eth/gasprice: add query limit for FeeHistory to defend DDOS attack (#29644) Nathan 2024-05-07 15:25:15 +0800
  • e9b599c6a1 core/state: remove update concurrency for Verkle tries Péter Szilágyi 2024-05-07 09:53:49 +0300
  • fcee52406e blobBalanceUsage: Adding check for balance. Nicolas Deschildre 2024-05-07 07:43:40 +0200
  • d3130a7d5b Update: Annapurna HardFork smin-k 2024-05-07 13:30:26 +0900
  • a48ee55c64 feat: support disc v4/v5 mix mode in bootnode 2129zxl 2024-05-06 23:13:01 +0800
  • dae311f84f add sanitize logging Brindrajsinh-Chauhan 2024-05-06 15:18:42 -0400
  • 1dcf9e5515 update implementation Brindrajsinh-Chauhan 2024-04-24 14:04:20 -0400
  • 9ff02140a8 update disk root more frequently Brindrajsinh-Chauhan 2024-04-17 14:27:47 -0400
  • 06fbcbf848
    Merge branch 'master' into http-bind-proto a 2024-05-06 13:18:07 -0500
  • 37952f6063 remove unused line Guillaume Ballet 2024-05-06 18:13:34 +0200
  • bb0714d9a5 fix: panic fearlessfe 2024-05-06 23:53:09 +0800
  • 9e032090eb
    release: v1.3.2-beta-2 Anshal Shukla 2024-05-06 20:57:09 +0530
  • 0eceaca6f2
    core/rawdb: add sanity-limit to header accessor marcello33 2024-05-06 16:23:36 +0200
  • 3c284fa8af
    Cancel pending downloader tasks before rewinding Jerry 2024-05-02 12:08:53 -0700
  • 7c729f542b
    Fix state sync hash (#1207) Anshal Shukla 2024-05-06 20:04:02 +0530
  • 6d3c6a1963 core/state: don't use the prefetcher for missing snapshot items Péter Szilágyi 2024-05-06 17:24:18 +0300
  • 8fc2a955a2
    Merge pull request #1241 from maticnetwork/merge-master Anshal Shukla 2024-05-06 19:48:27 +0530
  • 8698221fae default timestamp bump to 12 Sina Mahmoodi 2024-05-06 16:06:16 +0200
  • 548b39c522 core: new err to check balance and blobBalanceUsage siddharth0a 2024-05-06 22:40:42 +0900
  • 05b39fe9b6 miner: remove added empty line Jared Wasinger 2024-05-06 06:27:19 -0700
  • 8ea614e2b8
    docs: update vulns (#29715) Martin HS 2024-05-06 15:25:16 +0200
  • 416ae197ad eth/downloader: panic if sync cycle configured with unknown sync mode. remove LightSync mode definition. Jared Wasinger 2024-05-06 06:24:49 -0700
  • d10509ab95
    docs: update vulns Martin Holst Swende 2024-05-06 15:23:46 +0200
  • 6f6835b66f
    cmd/geth: update testdata (vulncheck) Martin Holst Swende 2024-05-06 15:22:05 +0200
  • d804ab92cd fix broken test Guillaume Ballet 2024-05-06 15:05:58 +0200
  • 7fa2327931 a few bug fixes and feedback from Gary Guillaume Ballet 2024-05-06 14:22:32 +0200
  • 3e896c875a
    ethdb/pebble: fix pebble metrics registration (#29699) Maciej Kulawik 2024-05-06 13:42:22 +0200
  • 43cbcd78ea
    core, core/state: move TriesInMemory to state package (#29701) Guillaume Ballet 2024-05-06 13:28:53 +0200