Commit Graph

  • fb8e300797
    metrics: make resettingtimer not expose internal values Martin Holst Swende 2023-08-31 13:07:54 +02:00
  • 73687d9a60
    metrics: split up resetting timer interface Martin Holst Swende 2023-08-31 12:34:07 +02:00
  • 7b9dfc72c1
    metrics: split up counter, counterfloat64 Martin Holst Swende 2023-08-31 12:15:20 +02:00
  • 36c31a691a
    metrics: split gaugefloat64 interface Martin Holst Swende 2023-08-31 11:56:08 +02:00
  • b7f8d9b4ce
    metrics: split Gauge interface, fix tests, fix race on Sample Martin Holst Swende 2023-08-31 11:50:17 +02:00
  • 9591faf40d
    metrics: separate updatable/readonly sample, runtimehistogram + do early sample calculation to avoid later iterations Martin Holst Swende 2023-08-31 09:46:47 +02:00
  • 7e6f1a6869
    metrics: separate updatable/readonly meter, timer and histogram Martin Holst Swende 2023-08-31 09:06:06 +02:00
  • 16d39ddfcd
    metrics: update meter.go Martin Holst Swende 2023-08-30 15:01:43 +02:00
  • 1fc2e832a1
    metrics: reduce lock contention in ewma Martin Holst Swende 2023-08-30 14:23:31 +02:00
  • 769aad4126
    metrics: add benchmarks Martin Holst Swende 2023-08-30 14:22:44 +02:00
  • 53f3c2ae65
    metrics, cmd/geth: informational metrics (prometheus, influxdb, opentsb) (#24877) Jorge 2023-08-31 19:37:17 +02:00
  • abd880712b use defer for OnBlockEnd Sina Mahmoodi 2023-08-31 18:46:45 +02:00
  • 79d23d0854
    core/state: rewrite a new optimized keyValueMigrator (#256) Ignacio Hagopian 2023-08-31 12:29:58 -03:00
  • 0be6e22eaf add comment to statedb logger Sina Mahmoodi 2023-08-31 16:35:43 +02:00
  • 9c999c36ff Use noopTracer as base for loggers Sina Mahmoodi 2023-08-31 16:31:30 +02:00
  • b47f835c54
    core/forkid: skip all time based forks in genesis using loop lightclient 2023-08-31 07:17:19 -07:00
  • e27464ada2
    core/forkid: add comment about skipping non-zero fork times lightclient 2023-08-30 17:38:44 -07:00
  • d45613f4b5
    fix(trace): more consistent invalid opcode trace (#487) Zhang Zhuo 2023-08-31 21:30:22 +08:00
  • 5b159498bb
    go.mod: regenerate all indirect dependencies to clean up the junk (#28037) Péter Szilágyi 2023-08-31 16:00:31 +03:00
  • 9335f04403 go.mod: regenerate all indirect dependencies to clean up the junk Péter Szilágyi 2023-08-31 14:08:37 +02:00
  • 31a1dc287a
    Apply suggestions from code review Martin Holst Swende 2023-08-31 04:48:49 -04:00
  • 6ebedcbb4b
    Merge branch 'master' into devmode-random Martin Holst Swende 2023-08-31 10:46:23 +02:00
  • 418afba056
    core/txpool: test pool transaction slot limit Bui Quang Minh 2023-05-30 18:09:28 +07:00
  • eaaa77715d
    core/txpool: use slots to check queued, pending transactions limit Bui Quang Minh 2023-05-31 10:05:45 +07:00
  • e85fb69328
    core/txpool: add pending, queued slots to txpool's stats Bui Quang Minh 2023-05-30 18:06:20 +07:00
  • 9e860e4c3f eth/filters: fix blockHash in eth_getfilterchanges (#208) Daniel Liu 2023-03-01 18:00:22 +08:00
  • 02158d06d9 core: fix blockHash for eth_getLogs, eth_getFilterLogs, eth_getTransactionReceipt (#208) Daniel Liu 2023-02-27 19:00:45 +08:00
  • 55bc3071f3 Config for starting POS Hyunjae Lee 2023-08-09 12:09:42 +09:00
  • d120301671 core/state: adjust code Gary Rong 2023-08-31 13:56:19 +08:00
  • 24d856758b
    feat(metrics): add skipped txs metrics for miner (#494) Xinran 2023-08-31 11:04:25 +08:00
  • ef328dbb6e
    fix(modexp): disallow len of 0x8000000000000000000000000000000000000000000… (#496) Zhang Zhuo 2023-08-31 10:33:31 +08:00
  • 8297c0d6e2 core/state: call finalise before updateRoot Gary Rong 2023-08-31 10:29:23 +08:00
  • 28ed26e330 core/state: simplify storage trie update and commit Gary Rong 2023-08-30 15:48:16 +08:00
  • 9ed60b84b1
    core/forkid: skip genesis forks by time lightclient 2023-08-30 17:11:47 -07:00
  • 659043a1d9 pass tracer name via cli Sina Mahmoodi 2023-08-30 18:14:06 +02:00
  • cd83a7b584
    remove unused map param in MakeVerkleMultiProof (#261) Guillaume Ballet 2023-08-30 17:49:09 +02:00
  • 216a4b0f5a
    Added writing of genesis.Alloc on bootstrap (#15) Matthieu Vachon 2023-08-30 07:45:00 -04:00
  • 6dbca7e186 core/state, eth, internal/ethapi: address comments Gary Rong 2023-08-30 19:39:33 +08:00
  • 5627ca12fb
    metrics/prometheus: refactor tests Martin Holst Swende 2023-08-30 11:21:12 +02:00
  • 41ee96fdfe
    core/txpool/blobpool: fix rlp decoding flaw during offload (#28027) lightclient 2023-08-30 00:28:03 -07:00
  • 63cbb77cdc
    chore(ccc): v0.7.6: fix: if rws reaches limit, stop early (#495) Zhang Zhuo 2023-08-30 15:07:10 +08:00
  • ea3a3c9a5d
    fix(miner): fix repeatedly processing dropped txs in a new block (#491) HAOYUatHZ 2023-08-30 14:38:04 +08:00
  • 193fd7daa1
    core/txpool: update slotter test lightclient 2023-08-29 15:05:03 -07:00
  • 6aec5f6ee0
    beacon/engine: add shouldOverrideBuilder to payload envelope lightclient 2023-08-11 11:28:49 -06:00
  • 79f3c2d9c9
    core/txpool/blobpool: fix missing reference lightclient 2023-08-29 13:53:12 -07:00
  • bf3854c51b
    params: update blob gas price update fraction lightclient 2023-08-29 13:09:01 -07:00
  • 87ac8e24db
    params: update 4844 params Felix Lange 2023-08-25 20:17:58 +02:00
  • 8f2780f3d2
    params: tempoorarily set 4788 address to old value lightclient 2023-08-22 14:32:38 -06:00
  • 6b92e88e11
    eth/catalyst/api.go: Return InvalidParams error if cancun fields used within NewPayloadV2. spencer-tb 2023-08-10 15:44:31 +01:00
  • 616aa364fe
    beacon/engine: add shouldOverrideBuilder to payload envelope lightclient 2023-08-11 11:28:49 -06:00
  • d716c1c45f
    miner: fix 4844 max check lightclient 2023-08-29 14:05:42 -07:00
  • b1ddf9d7e9
    core/txpool/blobpool: fix missing reference lightclient 2023-08-29 13:53:12 -07:00
  • 6de0de8eeb
    params: update blob gas price update fraction lightclient 2023-08-29 13:09:01 -07:00
  • 879d17e395
    params: update 4844 params Felix Lange 2023-08-25 20:17:58 +02:00
  • 3347182879
    New access-witness module (#235) Ignacio Hagopian 2023-08-29 15:59:06 -03:00
  • 7fce101394 f vahoo5 2023-08-29 13:20:12 +02:00
  • 6c825a92f3 core, eth, internal: slim statedb Gary Rong 2023-08-29 15:48:54 +08:00
  • b8adb4cb0c
    tests: use 'sender' in state tests if present (#28023) Martin Holst Swende 2023-08-29 04:36:10 +02:00
  • f883dcdc21
    docs(ccc): add more logs for skipping msg (#490) HAOYUatHZ 2023-08-29 08:05:27 +08:00
  • c6818471bb
    tests: use 'sender' in statetests, if present Martin Holst Swende 2023-08-28 19:39:59 +02:00
  • 19987cbd2e ethdb/pebble: Upgrade pebble to the latest version Dmitry Savelev 2023-08-28 15:30:06 +02:00
  • 8e61797780
    metrics: improve testing, integrate informational metrics Martin Holst Swende 2023-08-26 10:48:55 +02:00
  • fe24d22a62
    miner/stress/clique: fix typo (#28016) CrashOverride 2023-08-28 08:36:11 +02:00
  • d8911e7e06
    Update main.go CrashOverride 2023-08-27 22:19:49 +02:00
  • 0cd0ef29d9
    core: remove unnecessary check that storedcfg matches newcfg before writing to disk Aaron Buchwald 2023-08-26 19:27:18 -04:00
  • 5f4dd02074 feat: init inclusion list structures Manav Darji 2023-08-26 22:18:36 +05:30
  • d650299a36
    feat(miner): consider l1msg in txCount (#486) HAOYUatHZ 2023-08-27 00:08:04 +08:00
  • d76a8c0e17 core/types: gen log without norlpgen jsvisa 2023-08-26 22:07:43 +08:00
  • 9c32076658 rlp/rlpgen: add -norlpgen build tag jsvisa 2023-08-26 22:07:07 +08:00
  • dc8018474c Revert "core/types: no gen_log_rlp" jsvisa 2023-08-26 22:01:34 +08:00
  • 72fb873bd8 Revert "core/types: implement log.EncodeRLP" jsvisa 2023-08-26 22:01:24 +08:00
  • f174ddba7a
    build, tests: add execution-spec-tests (#26985) Marius van der Wijden 2023-08-26 15:42:27 +02:00
  • 44a7ea23f5
    metrics/*,cmd/geth,core/blockchain: Implemented support for informational metrics jorgeacortes 2022-05-13 20:05:56 +02:00
  • d4e345c7d4
    core/state: fix missing import (#28010) Martin Holst Swende 2023-08-26 10:43:36 +02:00
  • c9b746f6cc
    core/state: fix missing import Martin Holst Swende 2023-08-26 10:42:47 +02:00
  • 3a662d4735
    eth: remove check for tdd reached on pos api block tags (#27799) lightclient 2023-08-26 02:19:01 -06:00
  • 3ff6b3c31e
    core/state: implement fast storage deletion (#27955) rjl493456442 2023-08-26 16:13:22 +08:00
  • 5ca7fb82d6
    account/abi: handle solidity panic revert (#27868) Shude Li 2023-08-26 16:10:48 +08:00
  • cc2fea08e0 tests: improve cancun support Felix Lange 2023-08-26 05:31:28 +02:00
  • 26722ef214 build: update to latest tests release Felix Lange 2023-08-24 00:49:00 +02:00
  • cfa95bc376 build: use shared ChecksumDB for fixtures download Felix Lange 2023-08-24 00:37:17 +02:00
  • d6ac6c8927 build: download test fixtures to build/cache directory Felix Lange 2023-08-24 00:35:03 +02:00
  • 141a307035 tests: put execution spec tests into their own unit test Felix Lange 2023-08-24 00:29:15 +02:00
  • aab4a82bc5 build: add comment Felix Lange 2023-08-23 23:47:10 +02:00
  • b546f31e70 build: windows can do .tar.gz Marius van der Wijden 2023-03-27 14:12:31 +02:00
  • d69963147b build: disable windows build Marius van der Wijden 2023-03-27 13:55:30 +02:00
  • b59ab1a1ae build: tests: add execution spec tests Marius van der Wijden 2023-03-27 13:51:25 +02:00
  • 6aa88ccdd2
    beacon/engine, eth/catalyst, miner: EIP-4788 CL/EL protocol updates (#27872) Martin Holst Swende 2023-08-26 04:52:12 +02:00
  • fe8bf2df9e core/types: implement log.EncodeRLP jsvisa 2023-08-26 09:32:16 +08:00
  • 7c06c7bc4b core/types: no gen_log_rlp jsvisa 2023-08-26 09:31:57 +08:00
  • 8f98b56f73 eth/catalyst: fix error in test Felix Lange 2023-08-26 02:57:09 +02:00
  • 22adccb439 all: rename BeaconRoot -> ParentBeaconRoot Felix Lange 2023-08-26 02:49:12 +02:00
  • d51660bcc9 core: explain why genesis has no parentBeaconBlockRoot Felix Lange 2023-08-26 02:46:51 +02:00
  • ade495d6d4
    eth/catalyst: fix validity check for new payload v3 lightclient 2023-08-25 16:57:35 -06:00
  • 3be5755b6d
    core: add blob gas info to receipt during apply tx lightclient 2023-08-25 16:56:08 -06:00
  • 7dba16c886
    all: 4844 devnet 6 integration Marius van der Wijden 2023-05-26 12:00:09 +02:00
  • f1bd467430 internal/ethapi: return parentBeaconBlockRoot Felix Lange 2023-08-25 19:01:23 +00:00
  • e923d73276 core: put back beaconRoot in genesis Felix Lange 2023-08-25 18:59:47 +00:00
  • bd7d2fd24b core: temporarily change genesis block beacon root for tests Felix Lange 2023-08-25 20:43:56 +02:00
  • cde462c6bf
    eth/catalyst: reset to current header if chain is rewound (in dev mode) (#27992) Delweng 2023-08-26 03:38:27 +08:00