Commit Graph

  • 5412c27bce
    core/rawdb, ethdb/pebble: avoid fsync db in tests Martin Holst Swende 2023-08-02 10:11:14 +02:00
  • 38b282a2a4 ethdb/leveldb: append in for-loop jsvisa 2023-08-11 15:14:58 +08:00
  • 6ddb92cac3
    core/txpool/blobpool: fix metrics name for prometheus export (#27901) imulmat4 2023-08-11 02:12:26 -05:00
  • 292799b478 ethdb/leveldb: append the missing gauge jsvisa 2023-08-11 13:51:05 +08:00
  • 5ab3809c1a remove unnecessary snapshot Cap in flush Guillaume Ballet 2023-08-11 07:42:58 +02:00
  • 66c9679460 ethdb/leveldb: leveldb maybe has more than 7levels jsvisa 2023-08-11 09:48:24 +08:00
  • cdc2d70ed4
    Incorporate feedback on PR + update code for blocknum typecasting Zubin Pratap 2023-08-11 10:58:55 +10:00
  • ae196fa111 use toBig for GasPrice Joseph Netti 2023-08-10 19:16:08 -04:00
  • 1be1875156 crypto/secp256r1: refactor by simplfying return Ulaş Erdoğan 2023-08-11 00:36:35 +03:00
  • 56cafb80c0 fixing blobpool metrics name from - to _ for prometheus Ian Mulmat 2023-08-10 16:06:16 -05:00
  • 7b07419505 go.mod: goja latest update ucwong 2023-08-11 03:50:59 +08:00
  • 3ba8d7bcd6 save last MPT root for transition Guillaume Ballet 2023-08-10 21:38:07 +02:00
  • 402d10cfc7 enable proof of stake in verkle test Guillaume Ballet 2023-08-10 18:28:07 +02:00
  • c8bad51be3 deactivate snapshot for tests Guillaume Ballet 2023-08-10 18:26:03 +02:00
  • 5bd73f100b activate verkle on IsVerkle, not IsCancun Guillaume Ballet 2023-08-10 13:49:13 +02:00
  • 7a35d89158 fix: open an empty storage trie after transition Guillaume Ballet 2023-08-10 13:44:28 +02:00
  • 3e00f7076d fix the first half of verkle test Guillaume Ballet 2023-08-09 07:54:32 +02:00
  • e2507a17e8 params: switch release family to 1.13 to prep for PBSS Péter Szilágyi 2023-08-10 22:22:17 +03:00
  • 503f1f7ada
    all: activate pbss as experimental feature (#26274) rjl493456442 2023-08-11 03:21:36 +08:00
  • 2e3f64759d
    optimize & clean up EstimateGas Roberto Bayardo 2023-07-10 07:09:48 -07:00
  • 9bafae6a19
    Merge 5f45f826a2d604abaa401ff4a135bc50bff0492b into 5e89ff4d6b0df4bd54d20d90bee5a16abef6b9bc zhangguyu6 2023-08-10 17:25:28 +05:30
  • 27bd304139 make epoch length a constant Jared Wasinger 2023-08-10 18:04:24 +07:00
  • 5e89ff4d6b
    graphql: validate block params (#27876) Sina Mahmoodi 2023-08-10 13:00:52 +02:00
  • 86d7f5aeee
    deps: update supranational/blst to 0.3.11 (#27890) dependabot[bot] 2023-08-10 06:50:09 -04:00
  • 8d1db1601d
    eth/filters, core/rawdb: remove unused param, refactor filtering-loop (#27891) Martin Holst Swende 2023-08-10 12:49:05 +02:00
  • d9a8b0ff71 params: begin v1.12.2 release cycle Felix Lange 2023-08-10 12:13:15 +02:00
  • 9c216bd6cb params: release go-ethereum v1.12.1 v1.12.1 Felix Lange 2023-08-10 12:10:17 +02:00
  • e355cd5b19 update from review suggestions islishude 2023-08-10 15:42:32 +08:00
  • 94f2337ce8
    eth/filters, core/rawdb: remove unused param, refactor filtering-loop Martin Holst Swende 2023-08-10 08:50:58 +02:00
  • a2115bcf07 trie/triedb/pathdb: limit the node buffer size to 256mb Gary Rong 2023-08-10 14:22:06 +08:00
  • 7997dc68c1
    build universe docker image (#309) Liam 2023-08-10 15:37:23 +10:00
  • 3136cbaf21
    build(deps): bump github.com/supranational/blst dependabot[bot] 2023-08-09 21:01:15 +00:00
  • 67908450bf remove testdata changes: Jared Wasinger 2023-08-09 23:23:51 +07:00
  • c8b0a401dc
    Update transaction_signing.go Felix Lange 2023-08-09 18:05:10 +02:00
  • 67979022aa
    core/state: move UpdateContractCode before the trie hash is computed (#27853) Guillaume Ballet 2023-08-09 18:02:45 +02:00
  • 5c31d84980
    Update api_test.go Felix Lange 2023-08-09 18:01:52 +02:00
  • 10d9f9377b
    graphql: add yParity field for transactions (#27882) Delweng 2023-08-09 23:57:57 +08:00
  • 7ec60d5f0c
    p2p: move ping handling into pingLoop goroutine (#27887) Felix Lange 2023-08-09 16:00:31 +02:00
  • de44d2682d core: remove redundant tx type check in block validator Felix Lange 2023-08-09 14:46:10 +02:00
  • e86e43e37b core/types: make Size work correctly for BlobTx with sidecar Felix Lange 2023-08-09 14:38:24 +02:00
  • b6e34aa0c5 core/types: add a test to verify hashing of BlobTx ignores the sidecar Felix Lange 2023-08-09 14:08:37 +02:00
  • 3edddbc839 core/types: fix crash in copy for BlobTx Felix Lange 2023-08-09 14:08:13 +02:00
  • 1995292540 core/types: add a method to compute blob hashes from BlobTxSidecar Felix Lange 2023-08-09 14:07:50 +02:00
  • dcdf21d158 cmd/devp2p/internal/ethtest, core/txpool, eth: add delay of 400ms between broadcasting announcing nonce-consecutive transactions from the same local account. Jared Wasinger 2023-07-14 16:43:50 +02:00
  • e2332594dc cmd, core: polish code Gary Rong 2023-08-09 19:36:26 +08:00
  • 97227a34f5
    Update graphql.go Felix Lange 2023-08-09 13:16:07 +02:00
  • 869d2d9997 p2p: move ping handling into pingLoop goroutine Felix Lange 2023-08-09 13:11:31 +02:00
  • 989cc62e6d goimports Jared Wasinger 2023-08-09 17:48:44 +07:00
  • e7e6956841 eth/catalyst: set finalized block hash properly in dev mode Jared Wasinger 2023-08-09 15:48:00 +07:00
  • 30c84edef4 all: enable state tests for pathdb, fixes Gary Rong 2023-08-08 20:07:42 +08:00
  • 5fa3e94f5d Missed pieces Jordan Oroshiba 2023-08-08 11:16:20 -07:00
  • 884dbeca51 Migrate to the v1alpha1 API Jordan Oroshiba 2023-08-07 14:48:54 -07:00
  • b99af212e7
    Merge pull request #27 from astriaorg/joroshiba/remove-sequencer-sub Jordan Oroshiba 2023-08-08 13:50:07 -07:00
  • 91db3c77b9 cleanup go.mod Jordan Oroshiba 2023-08-08 13:26:14 -07:00
  • 59f385c0aa
    accounts/abi/bind/template: Removing {{.Type}}GetABI from the template as it is redundent when you can call {{.Type}}MetaData.GetAbi() directly. ulmentflam 2023-08-08 16:01:54 -04:00
  • 0d04876ece
    fix: Dockerfile to reduce vulnerabilities snyk-bot 2023-08-08 19:34:49 +00:00
  • 59c6084f81
    fix: Dockerfile.alltools to reduce vulnerabilities snyk-bot 2023-08-08 18:46:46 +00:00
  • c0e806ffb9
    accounts/abi/bind/template: Fix extra coppy paste in generation ulmentflam 2023-08-08 14:17:13 -04:00
  • 2c2fee5329
    accounts/abi/bind/template: Adding convenience functions for Accessing the parsed ABI. ulmentflam 2023-08-08 12:50:14 -04:00
  • 663be2a1e6
    Merge remote-tracking branch 'upstream/master' into abi-fixes ulmentflam 2023-08-08 11:30:25 -04:00
  • cb38ec47a5
    Fix/test api get block trace by number or hash (#453) Nazarii Denha 2023-08-08 16:31:34 +02:00
  • d2f7c47367 core/types: rename BlobSidecar to BlobTxSidecar Felix Lange 2023-08-08 15:16:41 +02:00
  • fcd7212b60
    fix: upgrade libzkp to use scroll-prover v0.5.10 (#454) Steven 2023-08-08 21:07:18 +08:00
  • 40f03b34e6 graphql: retrieve yParity from v jsvisa 2023-08-08 21:03:19 +08:00
  • e7fba59892 graphql: add yParity in Transaction jsvisa 2023-08-08 21:01:08 +08:00
  • e13fa32cea
    core/vm: update 4844 - point evaluation precompile address (#27874) Martin Holst Swende 2023-08-08 14:54:19 +02:00
  • 97f537f40d
    Update graphql/graphql.go Sina Mahmoodi 2023-08-08 14:13:53 +02:00
  • 0d772b9f09
    graphql: avoid greedy allocation (#27873) Martin Holst Swende 2023-08-08 13:35:58 +02:00
  • 9363dd50ea eth/downloader: add check for blob absence in DeliverBodies Felix Lange 2023-08-08 13:17:43 +02:00
  • a5f4c80db7 cmd, eth, internal: deprecate flags Gary Rong 2023-08-08 16:47:40 +08:00
  • f0d0184b2b
    Website fixed Clef rules js example (#27878) Muhammad Mohsin Sheraz 2023-08-08 10:46:55 +03:00
  • 826b544211
    Amend /docs/developers/dapp-developer/native: 1. Fix type 2. Fix slice of common.Hash slice syntax. 3. Clarify how the hex string for the Transfer event is computed so the code matches with the description. Zubin Pratap 2023-08-08 16:55:15 +10:00
  • 4175f65734
    fix: skip payload size check for L1 messages (#457) Péter Garamvölgyi 2023-08-08 05:50:45 +02:00
  • 9cd63b300c core, eth, trie: fix memory leak in snapshot generation Gary Rong 2023-08-08 11:24:16 +08:00
  • edaf59bf06
    refactor: improve L1MessageTx tests (#456) Péter Garamvölgyi 2023-08-08 05:12:10 +02:00
  • 676b3655e9 Fixed Clef rules js example mohsin010 2023-08-08 10:52:08 +09:00
  • e1cf27f43b docker compose for setting node Hyunjae Lee 2023-08-03 10:50:29 +09:00
  • eda99eec35
    fix: skip L1 message that leads to gas limit exceeded (#455) Péter Garamvölgyi 2023-08-08 01:59:11 +02:00
  • eb8e979af8
    removing duplicate adds to known tx set Joshua Kim 2023-08-07 19:22:23 -04:00
  • 0947b95ebe Remove direct sequencer submission Jordan Oroshiba 2023-08-07 14:23:45 -07:00
  • d20fa62ac2
    Update api_test.go Felix Lange 2023-08-07 18:32:25 +02:00
  • 6d2bcb911a
    p2p/simulations/examples: use atomic.Int64 (#27861) ucwong 2023-08-07 17:30:05 +01:00
  • f37d471d36 core/txpool/blobpool: simplify some code in limbo Felix Lange 2023-08-07 17:25:55 +02:00
  • 1de750f001 core: check absence of blob sidecar in InsertReceiptChain Felix Lange 2023-08-07 17:14:56 +02:00
  • 67fec27441 core: improve validation loop in InsertReceiptChain Felix Lange 2023-08-07 17:11:50 +02:00
  • e9dab4478f core/txpool/blobpool: add error message Felix Lange 2023-08-07 17:04:13 +02:00
  • b84a6ed054 core/types: remove unused method blobGasFeeCap Felix Lange 2023-08-03 14:12:37 +02:00
  • a03f3d1058 core/txpool/blobpool: check sidecar is still there after decoding tx Felix Lange 2023-08-03 13:54:29 +02:00
  • d6945e95f2 eth: fix issue in test Felix Lange 2023-08-03 12:58:41 +02:00
  • f756841a26 miner: strip sidecar in commit Felix Lange 2023-08-03 12:55:53 +02:00
  • 394ef8b4bb all: removing txpool.Transaction Felix Lange 2023-08-03 12:37:26 +02:00
  • 014d70af60 core/types: remove some receiver names in TxData Felix Lange 2023-08-03 10:26:47 +02:00
  • bd582b54ad core: fix comment Felix Lange 2023-08-03 10:25:41 +02:00
  • 10b14f478d core/txpool: new blob tx type integration Felix Lange 2023-08-03 10:20:11 +02:00
  • d2c86cdcef core: verify absence of sidecar when importing blocks Felix Lange 2023-08-02 21:30:19 +02:00
  • 13b7f12e79 core/types: optional blob sidecar in BlobTx Felix Lange 2023-08-02 21:25:55 +02:00
  • 16dc7413dd core/types: remove blob methods from TxData interface Felix Lange 2023-08-01 20:10:32 +02:00
  • 7c090aa388 Revert "internal/web3ext: format input blockNrOrHash" jsvisa 2023-08-07 23:04:17 +08:00
  • db4c6d8168 Revert "internal/jsre: add inputBlockNumberOrHashFormatter" jsvisa 2023-08-07 22:53:51 +08:00
  • 0f4753e758 Revert "internal/jsre: export inputBlockNumberOrHashFormatter" jsvisa 2023-08-07 22:53:40 +08:00