Commit Graph

  • c31f9cf23a
    graphql: fix nil deref on a timer (#27978) Delweng 2023-08-23 15:47:42 +08:00
  • 47d47d1cd0
    core/state: add test for storage deletion Martin Holst Swende 2023-08-23 09:23:10 +02:00
  • ea2fd607b0 core/state: add iterator check Gary Rong 2023-08-23 15:02:18 +08:00
  • 07c9685219 rpc: Add SubscribeWith method for custom (un)sub methods Nicolas Gotchac 2023-01-03 16:29:08 +01:00
  • 728265316f rpc: Add CallContractSingle method to pass non-array argument Nicolas Gotchac 2023-01-03 15:35:56 +01:00
  • d130217ca2
    define mevboost-url flag Jinsuk Park 2023-08-23 15:11:16 +09:00
  • af54fd5495 eth/catalyst: disable heartbeat for simulated beacon node jsvisa 2023-08-23 12:13:56 +08:00
  • 02490e137a graphql: fix the panic of nil timer.Stop jsvisa 2023-08-23 10:57:09 +08:00
  • 16946d218a
    rpc: use go-winio for named pipes (#27972) Martin Holst Swende 2023-08-23 04:39:01 +02:00
  • bc5cd29e63 rpc: use DialPipeContext Felix Lange 2023-08-22 19:04:59 +02:00
  • 211f4998ab
    ci: increase travis wait time Martin Holst Swende 2023-08-22 18:40:22 +02:00
  • 4c7053baf1
    core: add BeaconRoot to header in GenerateChain (#27974) Felix Lange 2023-08-22 18:29:17 +02:00
  • b172d04fdc core: add BeaconRoot to header in GenerateChain Felix Lange 2023-08-22 18:24:43 +02:00
  • 8d2492982b
    cmd/evm: add back stateroot to jsonl-output (#27968) Martin Holst Swende 2023-08-22 15:37:04 +02:00
  • 6399b86797
    rpc: use winio for named pipes Martin Holst Swende 2023-08-22 15:30:40 +02:00
  • b8d38e76ef
    core, params, beacon/engine: implement EIP 4788 BeaconRoot (#27849) Martin Holst Swende 2023-08-22 14:33:39 +02:00
  • 0b4b299099
    go.mod: update docker (#27970) Marius van der Wijden 2023-08-22 13:11:25 +02:00
  • 1739f37dc2 core, eth, trie: expose more detailed dirty ram tracking for diff layers Péter Szilágyi 2023-08-22 13:50:40 +03:00
  • af19446aad go.mod: update docker Marius van der Wijden 2023-08-22 12:37:04 +02:00
  • 6c29383902
    tests: split up consensus-test exec in four separate tests Martin Holst Swende 2023-08-22 12:32:07 +02:00
  • ed75809203
    cmd/evm: check nilness of statedb Martin Holst Swende 2023-08-22 11:31:51 +02:00
  • ddb5547ae3
    cmd/evm: add back stateroot to jsonl-output Martin Holst Swende 2023-08-22 10:48:28 +02:00
  • 2215c48c7b go.mod: update pebble to crl-release-23.1 Péter Szilágyi 2023-08-22 11:20:09 +03:00
  • 9a388b182a
    build(deps): bump github.com/docker/docker dependabot[bot] 2023-08-22 08:02:08 +00:00
  • 55c5f5964d
    travis, build: update Go to 1.21.0 (#27958) Martin Holst Swende 2023-08-22 10:00:01 +02:00
  • bbee0e7e50
    miner: fix reply -> replay typo (#27961) shuo 2023-08-22 15:59:38 +08:00
  • b7124ca3ee rebuild shuo 2023-08-22 15:48:09 +08:00
  • a5ab1bf031 all: move trie interface into trie package Gary Rong 2023-08-16 10:48:09 +08:00
  • fcf77b581c all: rename trie to MPT Gary Rong 2023-08-16 10:37:25 +08:00
  • e923d89d52 core/state: random enable fast/slow deletion Gary Rong 2023-08-22 14:54:25 +08:00
  • 297a3bd697 core/state: polish Gary Rong 2023-08-22 14:50:23 +08:00
  • 85d32a6c73
    core/rawdb/freezer_table: remove debug dumpIndexString in TestTruncateTail Karloku Sang 2023-08-22 14:05:08 +08:00
  • e2b1bb7083
    core/rawdb/freezer_table: avoid "Access is denied" error in TruncateTail on Windows Karloku Sang 2023-08-21 20:48:12 +08:00
  • 046b6d9982
    core/rawdb/freezer_table: use the offset of the first non-hidden as the sizeHidden Karloku Sang 2023-08-21 19:10:09 +08:00
  • ef893170bc
    fix: use correct CGo syntax for Free (#478) Péter Garamvölgyi 2023-08-22 06:01:16 +02:00
  • e85c70c156
    fix: free raw result returned from CCC (#477) Péter Garamvölgyi 2023-08-22 05:27:17 +02:00
  • 7c0d90c8c9
    core: ensure txindex will be triggered at least once (#27847) Delweng 2023-08-22 08:58:20 +08:00
  • 9f4a528793
    internal/ethapi: add testcases for blobTx (#27818) Delweng 2023-08-22 08:53:29 +08:00
  • 1f6ea3f4a5 typo: reply -> replay shuo 2023-08-22 08:01:22 +08:00
  • 71374ae43e
    Update core/blockchain.go Martin Holst Swende 2023-08-21 13:37:49 -04:00
  • f56ee7d9c5
    eth/catalyst: set finalized block hash properly in dev mode (#27886) jwasinger 2023-08-22 00:33:37 +07:00
  • b3024e8fe6
    eth: ignore genesis block on importChain (#27956) Marius van der Wijden 2023-08-21 19:32:34 +02:00
  • 9e578a5149
    cmd/evm/internal/t8ntool: minor refactorings Martin Holst Swende 2023-08-21 18:59:42 +02:00
  • 2b67330782
    cmd/evm: refactor t8n for clarity Martin Holst Swende 2023-08-21 17:03:16 +02:00
  • dbc1aacc6a
    core, cmd/evm, params: update beaconroot address, address review concerns Martin Holst Swende 2023-08-21 15:48:22 +02:00
  • ef96ce1ef4 internal/ethapi: test case error msg jsvisa 2023-08-21 21:32:25 +08:00
  • d0e96e1519 new(uint64) jsvisa 2023-08-21 21:27:02 +08:00
  • c9067fa6e2
    Update internal/ethapi/api_test.go Delweng 2023-08-21 21:24:52 +08:00
  • 0e6db7af41
    build: update to go 1.21 Martin Holst Swende 2023-08-21 11:14:01 +02:00
  • ef8086a287 eth: ignore genesis block on importChain Marius van der Wijden 2023-08-21 09:08:38 +02:00
  • b65f820000 internal/ethapi: polish code Gary Rong 2023-08-21 14:07:20 +08:00
  • edb987af73 core/state: implement fast storage deletion Gary Rong 2023-08-21 11:28:28 +08:00
  • 45c1518ea1
    Devnet fix on ci improvement (#314) Liam 2023-08-21 10:07:00 +10:00
  • be1600f078
    refactor(trace): wrap the core routine in CreateTraceEnv (#460) Ho 2023-08-20 18:39:20 +08:00
  • 40ceae91f7 getBlockOrHash use test file jsvisa 2023-08-20 12:36:26 +08:00
  • 0d10462eeb dry jsvisa 2023-08-20 12:17:13 +08:00
  • 7609d7f70d getBlockReceipts dry jsvisa 2023-08-20 12:00:38 +08:00
  • c54710e468 getTransactionReceipt with test file jsvisa 2023-08-20 11:59:07 +08:00
  • 634bf4ce34 eth_getBlockReceipts testcase jsvisa 2023-08-20 11:53:24 +08:00
  • 429d0f4bb6 eth_getBlockReceipts write into testfile jsvisa 2023-08-20 11:52:36 +08:00
  • 938db0afcc
    Bug Fix: V2 getSigner API (#313) Liam 2023-08-20 10:56:08 +10:00
  • d4597e369e
    fix: enable worker but skip CCC on follower nodes (#474) Péter Garamvölgyi 2023-08-19 15:51:49 +02:00
  • e8d9d60cf0
    fix: use FeeVault address in the EVM BlockContext (#473) Haichen Shen 2023-08-19 20:01:14 +08:00
  • 9369f7b3fa
    update apothem config (#310) Liam 2023-08-19 16:27:39 +10:00
  • ad9d00d5a6 assert -> require jsvisa 2023-08-19 11:06:57 +08:00
  • 7ea9e2d79b copy value instead of pointer jsvisa 2023-08-19 11:06:43 +08:00
  • 0d3579ca24 dry jsvisa 2023-08-19 11:00:43 +08:00
  • e8db5a3802 rpcTransaction add blobTx jsvisa 2023-08-19 10:56:26 +08:00
  • 9f50438db7 getBlockReceipts test blob tx jsvisa 2023-08-19 10:42:33 +08:00
  • 91b91ad8c6 getBlockReceipts human readable results jsvisa 2023-08-19 10:38:05 +08:00
  • 5976e58415
    trie: reduce allocs in recHash (#27770) Marius van der Wijden 2023-08-18 22:41:19 +02:00
  • 931957e084 ethapi: getReceipts gen 6blocks jsvisa 2023-08-18 22:36:31 +08:00
  • 1fe582d23b internal/ethapi: fix the testcase for blobtx jsvisa 2023-08-06 22:07:04 +08:00
  • ad34dc4e55 internal/ethapi: dry jsvisa 2023-08-01 14:30:54 +08:00
  • 92e3fea34a internal/ethapi: add testcase for blobTx jsvisa 2023-08-01 14:24:46 +08:00
  • 043c1e2848 internal/ethapi: testbackend in PostMerge jsvisa 2023-08-01 14:18:29 +08:00
  • b74e763a19 core: chain maker set blobGas fields jsvisa 2023-08-01 11:52:15 +08:00
  • ad4ddbf60f
    fix: disable commitNewWork on follower nodes (#472) Péter Garamvölgyi 2023-08-18 16:06:15 +02:00
  • 7dea9c10cd
    internal/ethapi: eth API changes needed for 4844 (#27928) Marius van der Wijden 2023-08-18 14:22:35 +02:00
  • b2bd2838ac
    fix(ccc): fix poseidon circuit row estimation under-estimation (#470) Zhang Zhuo 2023-08-18 16:41:13 +08:00
  • 323626c8fd
    core/rawdb/freezer: remove the NoLock version of frezzerTable.sizeHidden Karloku Sang 2023-08-18 16:24:55 +08:00
  • 72d919846e
    core/rawdb/freezer_table: add sizeHidden and sizeHiddenNoLock to freezerTable core/rawdb/freezer: sizeHidden should be subtracted from Freezer.AncientSize Karloku Sang 2023-08-17 20:15:36 +08:00
  • 950ccddfc8
    internal/ethapi: optimize & clean up EstimateGas (#27710) Roberto Bayardo 2023-08-18 00:03:14 -07:00
  • 81dc3649a8
    fix: seal block if single tx overflows (#468) Péter Garamvölgyi 2023-08-18 07:09:53 +02:00
  • d72acd2a37
    Merge branch 'master' into wsMessageSizeLimit tylerni7 2023-08-17 16:34:19 -07:00
  • 649deb69f3
    eth/downloader: fix rare crash when parent header missing in db (#27945) Delweng 2023-08-18 05:15:29 +08:00
  • 626ae08ebf
    fix: update worker nextL1MsgIndex for unknown errors (#464) Péter Garamvölgyi 2023-08-17 19:55:56 +02:00
  • 5cece9e124 fix: alignment of values whose len is < 32 Guillaume Ballet 2023-08-17 15:58:41 +02:00
  • 7b8c20f3c2
    fix: upgrade libzkp necessary for ccc (normalize row usage) (#461) Steven 2023-08-17 18:10:43 +08:00
  • 684ba95702
    Update eth/downloader/skeleton.go Delweng 2023-08-17 17:37:22 +08:00
  • 1aa5520d75
    core/txpool/legacypool: protect cache with mutex (#27898) Martin Holst Swende 2023-08-17 11:22:18 +02:00
  • c8f89eaca7 eth/downloader: check parent before use jsvisa 2023-08-17 09:12:10 +00:00
  • 0dda9cf84d no need to indexing if head is 0 jsvisa 2023-08-17 16:15:41 +08:00
  • 60b2862a6b don't check tail jsvisa 2023-08-17 16:15:24 +08:00
  • 2a55b8d646 crypto/bn256: eliminate dead store cuiweixie 2023-08-17 15:49:22 +08:00
  • a41947a137
    Update eth/catalyst/simulated_beacon.go jwasinger 2023-08-17 14:39:11 +07:00
  • 7bf25333bf all: remove deprecated method strings.Title cuiweixie 2023-08-17 15:12:44 +08:00
  • 2e98745a11
    core/txpool/legacypool: address review concerns (to defer or not to defer) Martin Holst Swende 2023-08-17 08:59:49 +02:00
  • 3b794e9340
    cmd/evm: enable eip-4788 in evm t8n Martin Holst Swende 2023-08-15 19:41:13 +02:00
  • 3027111956
    refactor: add more context to tracing failure (#466) Péter Garamvölgyi 2023-08-17 13:25:03 +08:00