Commit Graph

  • 068ce5c6d6 create separate functions for IL verification for NewInclusionList engine API Manav Darji 2023-09-10 22:35:24 +05:30
  • f7e46a96df
    formatting Bala Murali Krishna Komatireddy 2023-09-09 20:22:34 -07:00
  • a35c5e6ce5
    Merge pull request #1 from kandrianov/kandrianov-patch-1 Andryanau Kanstantsin 2023-09-10 00:09:21 +03:00
  • 28c2b6a0d8
    internal/ethapi: Fix eth_getBlockReceipts Andrianov Konstantin 2023-09-09 23:42:27 +03:00
  • 3cb4d0e629
    core: move overlay conversion code to its own file (#266) Guillaume Ballet 2023-09-09 21:39:29 +02:00
  • 983efa24a8
    update pruning time Daniel Vogel 2023-09-09 12:20:55 -06:00
  • a89be29500 modify err msg 0xmuralik 2023-09-08 18:10:07 -07:00
  • f083a7019b
    api/bind: Add CallOpts.BlockHash to allow calling contracts at a specific block hash. Adrian Sutton 2023-09-09 09:56:47 +10:00
  • d2ce6566be
    Merge pull request #28 from astriaorg/joroshiba/API-update Jordan Oroshiba 2023-09-08 13:32:39 -07:00
  • 5be9e7005e
    core/state_processor: fix calculation of blob tx receipt lightclient 2023-09-08 13:34:20 -06:00
  • 5cf53f51ac
    ethclient: use 'input', not 'data' as field for transaction input (#28078) Martin Holst Swende 2023-09-08 18:33:36 +02:00
  • 83886e40b6
    go.mod: pull in a fix from pebble crl-release-23.1 (#28081) Péter Szilágyi 2023-09-08 17:23:57 +03:00
  • 1d824f42bd
    fix(ccc): fix CCC build errors (#506) Péter Garamvölgyi 2023-09-08 16:18:21 +02:00
  • 48c0d8da18
    docs/fundamentals/security: fix typo (#28080) hyunchel 2023-09-08 08:15:07 -04:00
  • 2b784d6c30 go.mod: pull in a fix from pebble crl-release-23.1 Péter Szilágyi 2023-09-08 15:14:54 +03:00
  • 880c4a8046
    docs/fundamentals/security: fix typo Hyunchel Kim 2023-09-08 07:28:33 -04:00
  • 7d79f27e6f
    fix (libzkp): check tx num when CCC ErrUnknown error occurred (#505) Steven 2023-09-08 19:17:02 +08:00
  • f512880e49
    ethclient: use 'input', not 'data' as field for transaction input Martin Holst Swende 2023-09-08 10:33:23 +02:00
  • 75b588ee07 all: refactor state database interface Gary Rong 2023-09-05 11:17:45 +08:00
  • e104cbc902 core, cmd, accounts, eth, light, trie: seperate out CodeStore interface Gary Rong 2023-09-01 10:51:23 +08:00
  • 8b4f4e841e
    Update legacypool.go dwn1998 2023-09-07 15:42:14 -04:00
  • 8e026758fe add txhash to logs Sina Mahmoodi 2023-09-07 17:59:53 +02:00
  • a7842c9cae
    core, trie: cleanup trie database (#28062) rjl493456442 2023-09-07 21:17:14 +08:00
  • a8d7201ec5
    log: avoid stack lookups when not needed/used (#28069) Martin Holst Swende 2023-09-07 14:48:49 +02:00
  • 5547f0811f
    fundamentals/security: discourage public exposure of API (#28068) Martin Holst Swende 2023-09-07 13:59:59 +02:00
  • 8e1778271a
    log: fix tests Martin Holst Swende 2023-09-07 13:55:23 +02:00
  • 00f8abc78c
    Update log/format.go Martin Holst Swende 2023-09-07 05:46:18 -04:00
  • d9e335b2be
    log: split out stackEnabled field, to not conflate features Martin Holst Swende 2023-09-07 11:33:33 +02:00
  • 81f5cbd333
    log: enable location on vmodule usage Martin Holst Swende 2023-09-07 11:12:44 +02:00
  • c60f7dd08d
    deps: update minisign (#28066) Martin Holst Swende 2023-09-07 10:18:46 +02:00
  • 8d969279c6
    log: set locationEnabled if backtrace is enabled Martin Holst Swende 2023-09-07 10:12:56 +02:00
  • 99c123c689
    log: tests Martin Holst Swende 2023-09-07 09:40:57 +02:00
  • dade96d416
    fix(rawdb, api): fix rawdb.writeSkippedTransaction & api.GetSkippedTransaction (#503) HAOYUatHZ 2023-09-07 15:35:04 +08:00
  • c75ebdbdb0
    fix(libzkp): upgrade to v0.8.2 (#504) Steven 2023-09-07 14:12:03 +08:00
  • fde2c3b6a7
    fix: libzkp v0.8.1 (#502) Steven 2023-09-07 11:11:31 +08:00
  • eb9bfb4370
    Update legacypool.go dwn1998 2023-09-06 15:47:10 -04:00
  • 06d91bdd9f
    log: avoid stack lookups when not needed/used Martin Holst Swende 2023-09-06 14:48:09 +02:00
  • 2c9274be87
    Update security.md Martin Holst Swende 2023-09-06 07:34:00 -04:00
  • 8a2ab5bf3e
    fundamentals/security: discourage public exposure of API Martin Holst Swende 2023-09-06 13:17:41 +02:00
  • d92bb76dcd
    docs: vulnerabilities update (#28065) (#28067) Martin Holst Swende 2023-09-06 13:01:56 +02:00
  • afe76e76c7
    docs: vulnerabilities update (#28065) Martin Holst Swende 2023-09-06 09:31:11 +02:00
  • 2e02c1ffd9
    core/rawdb: don't warn for missing "unclean shutdown markers" (#28014) Delweng 2023-09-06 18:29:51 +08:00
  • 2f77299136
    go.mod: goupnp 1.3.0 (#28053) ucwong 2023-09-06 09:17:36 +01:00
  • f4d9ecb6a7
    cmd/geth: add tests for new minisig format Martin Holst Swende 2023-09-06 09:51:42 +02:00
  • 4cb3749136
    deps: update minisign Martin Holst Swende 2023-09-06 09:34:01 +02:00
  • 3a417b5d5a
    docs: vulnerabilities update Martin Holst Swende 2023-09-06 08:36:17 +02:00
  • 293deff873
    refactor(ccc): throw error instead of panic for recognized errors (#499) Xinran 2023-09-06 15:15:36 +08:00
  • 906d93a330 clear logs on call fail Sina Mahmoodi 2023-09-05 16:47:42 +02:00
  • d6a104c562
    rpc: rename wsMessageSizeLimit (it's now a default), minor test-changes Martin Holst Swende 2023-09-05 09:25:35 +02:00
  • e3f320dce9 core/rawdb: no log of read error jsvisa 2023-09-05 19:58:51 +08:00
  • 6de206fd3b Revert "ethdb: add a generic notfound error" jsvisa 2023-09-05 19:48:49 +08:00
  • 0ef7483b49 Revert "ethdb: rewrite leveldb/pebble/memorydb notfound to ethdb.notfound" jsvisa 2023-09-05 19:48:43 +08:00
  • fecb26c1b0 Revert "core/rawdb: no log if shutdown marker is notfound" jsvisa 2023-09-05 19:48:37 +08:00
  • 3a9d2da93d Revert "Revert "params: update 4844 parameters (#28026)"" jsvisa 2023-09-05 19:48:24 +08:00
  • a4564388d7 Revert "params: update 4844 parameters (#28026)" jsvisa 2023-09-05 19:48:04 +08:00
  • 7f76f442dc Revert "ethdb: simple var" jsvisa 2023-09-05 19:47:50 +08:00
  • 370ad81074 ethdb: simple var jsvisa 2023-08-27 08:41:21 +08:00
  • 72e9a72781 core/rawdb: no log if shutdown marker is notfound jsvisa 2023-08-27 08:31:59 +08:00
  • 108adb6a7a ethdb: rewrite leveldb/pebble/memorydb notfound to ethdb.notfound jsvisa 2023-08-27 08:19:55 +08:00
  • 340b805fac ethdb: add a generic notfound error jsvisa 2023-08-27 08:17:54 +08:00
  • fe3bb832bf add prevrandao to result Sina Mahmoodi 2023-09-05 13:37:36 +02:00
  • e71669d07f
    Ethereum.md Isabel Schöps (Vitalik Buterin) 2023-09-05 13:29:46 +02:00
  • 25733a4aad
    params: update 4844 parameters (#28026) lightclient 2023-09-05 02:49:51 -06:00
  • 27e79a1316 core, trie: cleanup trie database Gary Rong 2023-09-05 16:08:46 +08:00
  • e28e681632 add more info about behavior of 0 Tyler 2023-09-04 21:22:20 -07:00
  • 0b6c3be40d
    feat(api/rawdb): allow storing traces for skipped txs (#500) HAOYUatHZ 2023-09-05 11:03:15 +08:00
  • 651c438621 fix runtime tests Sina Mahmoodi 2023-09-04 17:55:01 +02:00
  • f7ca31eb78 fix import cycle in blockchain test Sina Mahmoodi 2023-09-04 17:51:42 +02:00
  • c8e1767e33
    metrics: split read/write + improve runtime histogram speed Martin Holst Swende 2023-09-04 15:12:06 +02:00
  • 7e17e4cf3a implement transfers as logs Sina Mahmoodi 2023-09-04 17:06:41 +02:00
  • b96cb98f01
    consensus/misc: fix tests for new blob gasprice update fraction lightclient 2023-09-04 08:16:00 -06:00
  • eff7c3bda0
    core/forkid: skip genesis forks by time (#28034) lightclient 2023-09-04 07:32:14 -06:00
  • f260a9edb9
    beacon/engine: add shouldOverrideBuilder to payload envelope (#28029) lightclient 2023-09-04 07:26:13 -06:00
  • 56b4402f0c auto-set and validate block number and timestamp Sina Mahmoodi 2023-09-04 15:00:05 +02:00
  • 90be12cab2
    metrics: sample data for runtime metrics metrics: influx/prometheus testdata update Martin Holst Swende 2023-09-04 14:24:15 +02:00
  • 0295992985
    metrics: simplify interfaces, convert tests to table-driven Martin Holst Swende 2023-09-04 12:33:26 +02:00
  • b0e78695f5 Rename block override field names Sina Mahmoodi 2023-09-04 12:28:56 +02:00
  • 2d9d48d463
    fix(trace): record account proof for ErrContractAddressCollision (#488) Zhang Zhuo 2023-09-04 12:05:42 +08:00
  • 8b274f3a1a
    core/forkid: simplify logic for dropping time-based forks lightclient 2023-09-03 15:18:24 -06:00
  • 69f12f6937
    params: reorder blob params lightclient 2023-09-03 15:13:02 -06:00
  • 66e7fa48a1
    params: revert change of target blob gas var lightclient 2023-09-03 15:11:32 -06:00
  • 55c3396aac
    metrics: fix flaw re empty timer mean Martin Holst Swende 2023-09-03 20:37:32 +02:00
  • abefcdc76d
    metrics: small leftover fixes Martin Holst Swende 2023-09-03 20:30:50 +02:00
  • 78d25c6e62
    Merge pull request #321 from XinFinOrg/dev-upgrade Liam 2023-09-04 00:08:26 +10:00
  • 5363ada84d
    fix cicd script (#318) Liam 2023-09-03 22:04:25 +10:00
  • ed40174e39 metrics: file header fix ucwong 2023-09-03 15:55:33 +08:00
  • c81497670e fix formatting issue from merging with github web interface Tyler 2023-09-02 12:51:42 -07:00
  • 2ed1f05ff5
    metrics: split ewma, create dedicated nil snapshot type Martin Holst Swende 2023-09-02 13:43:08 +02:00
  • f20adcd9ac go.mod: goupnp 1.3.0 ucwong 2023-09-02 17:06:36 +08:00
  • f32e0b191b
    Merge dcafc5feb040a542f7e4fadd05b538620c704fb9 into 28857080d732857030eda80c69b9ba2c8926f221 Yetaroo 2023-09-02 04:51:32 +06:30
  • dcafc5feb0 Revert "core/rawdb: allocate database keys with explicit size to avoid slice growth (#27772)" Yetaroo 2023-09-02 04:38:50 +06:30
  • 40f291b043
    metrics: optimize resetting timer, make influx resetting-timer span type use integer format Martin Holst Swende 2023-09-01 18:58:59 +02:00
  • 17765d22bb
    metrics: linter nitpicks Martin Holst Swende 2023-09-01 11:15:56 +02:00
  • 9723df673d
    metrics: optimize expdecaysample, avoid iteration of values Martin Holst Swende 2023-09-01 11:13:41 +02:00
  • c60fa3a643
    fix(trace): fix memory trace size (#497) Zhang Zhuo 2023-09-01 17:01:53 +08:00
  • 4ae74271ca
    metrics/infuxdb, metrics/prometheus: fix fallout from resetting-timer percentiles type change Martin Holst Swende 2023-09-01 08:37:07 +02:00
  • 28857080d7
    eth/catalyst: set random value in dev mode (#27940) Marius van der Wijden 2023-08-31 20:37:16 +02:00
  • 0acc0a1f86
    core/state: simplify storage trie update and commit (#28030) rjl493456442 2023-09-01 02:33:18 +08:00
  • f4d0f94590
    metrics: split gaugeinfo into read/write Martin Holst Swende 2023-08-31 20:19:19 +02:00
  • 0abadecea1
    metrics: align percentiles handling in resetting timer with rest of the codebase Martin Holst Swende 2023-08-31 14:48:53 +02:00