Commit graph

  • 6e1fedb12a
    tests/fuzzers/bls12381: more verbose fuzzing-output (#30724) Martin HS 2024-11-04 10:49:23 +0100
  • 782b8a45ea use SignNewTx Guillaume Ballet 2024-11-04 09:15:10 +0100
  • 216ee418f1 cmd/utils, node: increase default maxpeers to 50 (#19497) Daniel Liu 2024-11-04 15:46:22 +0800
  • 0f0bf1749a fix linter Guillaume Ballet 2024-11-04 09:09:19 +0100
  • a8f5904ceb
    tests/fuzzers/bls12381: more verbose fuzzing-output Martin Holst Swende 2024-11-04 09:07:25 +0100
  • dd892c0b82
    Merge pull request #726 from gzliudan/fix-sa1019-node Daniel Liu 2024-11-04 13:26:34 +0800
  • cec7dcb02a node: report actual port used for http rpc (#20789) Daniel Liu 2024-11-04 12:31:16 +0800
  • ef8fa666d3 node: prefer nil slices over zero-length slices (#19083) Daniel Liu 2024-11-04 12:31:16 +0800
  • 4cb240981e node: fix a deadlock (#17891) Daniel Liu 2024-11-04 12:31:16 +0800
  • 97a5ff616b rpc: Make HTTP server timeout values configurable (#17240) Daniel Liu 2024-11-04 12:31:15 +0800
  • 56bce3983d rpc: clean up IPC handler (#16524) Daniel Liu 2024-11-04 12:31:15 +0800
  • 6b653a22ad node: fix staticcheck warning SA1019: NewHTTPServer and NewWSServer are deprecated (#16154) Daniel Liu 2024-11-04 12:31:15 +0800
  • 1680aa7f1b Revert "eth/tracers: creationMethod -> createType" jsvisa 2024-11-04 09:11:45 +0800
  • fdd905ad9d
    chore(taiko_genesis): update genesis JSONs (#347) David 2024-11-04 08:47:12 +0800
  • c48e936b70
    build: use slices.Clone for copying slice (#30716) zhiqiangxu 2024-11-04 04:05:44 +0800
  • 5e302273bd
    Update comment in Dockerfile.alltools aaRᴼn WᵃᴸᴸS_ 2024-11-03 19:13:51 +0000
  • 26c5ca9e07 beacon/params: merged LightChainConfig into ChainConfig Zsolt Felfoldi 2024-11-03 14:17:24 +0100
  • ef011bf489 beacon/blsync: remove cli dependencies Zsolt Felfoldi 2024-11-03 05:33:12 +0100
  • 4578ce1ffe
    feat(core): update devnet ontake fork height (#345) David 2024-11-03 13:46:50 +0800
  • 1f04310261 cmd/utils: always use hash scheme for archive node islishude 2024-11-03 11:17:20 +0800
  • b208da0802 Update error formatting Piers Powlesland 2024-11-02 09:05:12 +0000
  • 0601361c12 fix:remove flags merge Chen Kai 2024-11-02 14:25:16 +0800
  • 5df1ec4706 Merge branch 'gethmaster' into selfportal Chen Kai 2024-11-02 14:13:54 +0800
  • 5ac0f0532e eth/tracers: flatCallTracer error compatible with parity (#30497) Delweng 2024-11-01 16:51:06 +0800
  • b3e1049a61 all: remove personal RPC namespace (#30704) Martin HS 2024-10-31 19:53:35 +0100
  • c3b9762ff6 internal/flags: remove low-use type TextMarshalerFlag (#30707) Péter Szilágyi 2024-10-31 20:52:39 +0200
  • 19bb0110b8 internal/flags: remove Merge, it's identical to slices.Concat (#30706) Péter Szilágyi 2024-10-31 19:26:02 +0200
  • e40c5e9362 cmd/utils, eth/ethconfig: remove some ancient leftover flag (#30705) Péter Szilágyi 2024-10-31 17:03:47 +0200
  • a0861d66cf core: add code to witness when state object is accessed (#30698) lightclient 2024-10-31 04:19:01 -0600
  • e499b40dbc
    Merge pull request #725 from gzliudan/rm-file Daniel Liu 2024-11-02 09:12:46 +0800
  • 8bb3f413b4 chore: use slices.Clone for copy slice alan 2024-11-02 09:08:04 +0800
  • 4b43baf084 improve some comments Guillaume Ballet 2024-11-01 21:44:44 +0100
  • e44cfeeaa2 core/txpool: Improve error responses Piers Powlesland 2024-11-01 19:44:15 +0000
  • 0063f267c9 feedback + workaround for the prefunded contrat issue Guillaume Ballet 2024-11-01 15:36:30 +0100
  • 79747abe84 eth/catalyst: make engine api test time independent Péter Szilágyi 2024-11-01 14:05:58 +0200
  • 3531caf221 core/state, triedb/database: refactor state reader Gary Rong 2024-11-01 19:51:08 +0800
  • f7b72bd687 Grafana dashboard and tutorial Rafael Sampaio 2024-10-31 23:34:21 -0300
  • 44fa72de65
    core/vm/runtime: minor fixup Martin Holst Swende 2024-11-01 11:30:31 +0100
  • 08987a3da6
    core/vm/runtime: invoke tx-end hook Martin Holst Swende 2024-11-01 09:47:20 +0100
  • a1093d98eb
    eth/tracers: flatCallTracer error compatible with parity (#30497) Delweng 2024-11-01 16:51:06 +0800
  • b304b1325c
    Inline packRevert function as only used in test Antony Denyer 2024-11-01 08:50:28 +0000
  • abab3441b6
    ethapi: add block override to estimateGas Antony Denyer 2024-10-17 12:57:39 +0100
  • 486da08c8f
    core: minor tweaks to verkle tests Martin Holst Swende 2024-11-01 09:00:36 +0100
  • 25bde78887 remove accidental file test.txt Daniel Liu 2024-11-01 15:45:40 +0800
  • 338fb86bcd
    downsize devnet rpc (#724) benjamin202410 2024-10-31 22:43:07 -0700
  • a3bd485bd6
    Merge pull request #527 from gzliudan/eip1559 Daniel Liu 2024-11-01 11:56:18 +0800
  • 56ed523fc0 common: set Eip1559Block to 23580000 for devnet Daniel Liu 2024-10-31 17:04:10 +0800
  • 416e5ac00f eth/tracers,internal/ethapi: use correct baseFee when BlockOverrides is provided in call/traceCall (#29051) Daniel Liu 2024-06-14 16:10:16 +0800
  • bc14c672f2 internal/ethapi: support unlimited rpc gas cap in eth_createAccessList (#28846) Daniel Liu 2024-06-14 15:27:55 +0800
  • 6b8dd86b52 eth/gasprice: fix percentile validation in eth_feeHistory (#28954) Felix Lange 2024-02-08 13:34:38 +0100
  • bb55c1044b ethclient: apply accessList field in toCallArg (#28832) colin 2024-01-19 23:43:02 +0800
  • 0237985f58 internal/ethapi: ethSendTransaction check baseFee (#27834) Daniel Liu 2024-06-14 11:41:25 +0800
  • 4340e7b6f4 ethclient: fix forwarding 1559 gas fields (#28462) Daniel Liu 2024-06-12 17:55:20 +0800
  • f23e1a648c internal/ethapi: implement eth_getBlockReceipts (#27702) Daniel Liu 2024-06-25 17:21:52 +0800
  • da9d2e29f5 core/types: fix discrepancy in receipt.EffectiveGasPrice json encoding tags (#27114) Daniel Liu 2024-06-12 17:44:36 +0800
  • 419f81f022 eth/gasprice: change feehistory input type from int to uint64 (#26922) Daniel Liu 2024-06-12 11:13:22 +0800
  • b8236888d4 internal/ethapi: avoid int overflow in GetTransactionReceipt (#26911) Daniel Liu 2024-06-25 17:07:59 +0800
  • a294c2080d all: fix null effectiveGasPrice Daniel Liu 2024-06-26 14:20:25 +0800
  • 2a9d450101 core/types: add EffectiveGasPrice in Receipt (#26713) Daniel Liu 2024-06-11 18:20:50 +0800
  • 9b20ac785e consensus/misc: move eip1559 into a package (#27828) Daniel Liu 2024-06-11 11:27:46 +0800
  • f64aea4ba0 core/vm: implement EIP-3860: Limit and meter initcode (#23847) Daniel Liu 2024-08-22 12:34:47 +0800
  • cda663db64 core/types: rename tx files to group them better together (#26044) Péter Szilágyi 2022-10-26 13:30:51 +0300
  • 8b2e8d9b3a all: refactor txpool into it's own package in prep for 4844 (#26038) Daniel Liu 2024-06-10 20:14:49 +0800
  • 05797846fc core: fix datarace in txpool, fixes #25870 and #25869 (#25872) Martin Holst Swende 2022-09-26 11:34:15 +0200
  • 66763aa8ae core: don't cache zero nonce in txNoncer (#25603) Seungbae Yu 2022-09-17 01:23:13 +0900
  • a410f7b38e core: preallocate maps in TxPool helper methods (#25737) Seungbae Yu 2022-09-12 22:02:41 +0900
  • e4153f756d internal/ethapi: fix comment typo (#25548) ucwong 2022-08-19 14:01:09 +0800
  • 49b54aaede internal/ethapi: rework setDefaults for tx args so fee logic is separate (#25197) Daniel Liu 2024-06-13 18:33:24 +0800
  • c668279c48 internal/ethapi: don't estimate gas if no limit provided in eth_createAccessList (#25467) Daniel Liu 2024-06-10 14:02:20 +0800
  • 754c6456af eth/gasprice/feehistory: support finalized block (#25442) Daniel Liu 2024-05-31 15:05:49 +0800
  • 9535b3ade5 ethclient: add FeeHistory support (#25403) Daniel Liu 2024-05-31 12:19:12 +0800
  • fa83f32e5c internal/ethapi: error if tx args includes ChainId not match local (#25157) Daniel Liu 2024-06-13 17:20:22 +0800
  • 7237811928 core: fix typo in txpool (#25149) aaronbuchwald 2022-06-22 16:51:45 -0400
  • 77e2ad90cf internal/ethapi: add comment explaining return of nil instead of error (#25097) Daniel Liu 2024-06-25 16:48:58 +0800
  • dc94ad52f6 core: fix the order of address in queue (#24908) zhaochonghe 2022-05-19 15:25:22 +0800
  • 59bc3bfd09 eth/tracers/logger: remove unnecessary comparisons in accessList.equal (#24663) Emmanuel T Odeke 2022-04-22 00:30:15 +0100
  • c8c43adac0 graphql: fee history fields (#24452) Daniel Liu 2024-06-20 09:46:08 +0800
  • 7cb33cc57d core/types: improve error for too short transaction / receipt encoding (#24256) Daniel Liu 2024-06-12 16:30:30 +0800
  • d1dc9e383c core/statedb: always clear out access list when setting a new one (#24515) Daniel Liu 2024-05-31 11:35:19 +0800
  • 588847ccea internal/ethapi: use same receiver names (#24252) Daniel Liu 2024-06-13 16:41:32 +0800
  • 8eaa9e2c3b core/types: document JSON field name equivalents of DynamicFeeTx (#24143) Daniel Liu 2024-06-11 13:19:45 +0800
  • bdae20085a core: ignore basefee when comparing with pool gasprice in txpool (#24080) Daniel Liu 2024-05-31 11:31:45 +0800
  • 6feb71e5c8 core: check effective tip in txpool pricelimit validation (#23855) Daniel Liu 2024-05-31 11:25:25 +0800
  • 81dff92ced core: more efficient nonce-update in txpool (#22231) Martin Holst Swende 2021-11-02 18:32:23 +0100
  • d2a10ef8ec accounts/abi/bind/backends: make suggestGasPrice compatible with non-1559 chains (#23840) Marius van der Wijden 2021-11-01 10:01:22 +0100
  • 66be9b665b accounts/abi/bin/backends: return basefee in suggestGasPrice's (#23838) Daniel Liu 2024-05-31 10:39:30 +0800
  • 2d5f9d9e62 accounts/abi/bind: fix error handling in baseFee query (#23781) KibGzr 2021-10-21 16:40:35 +0700
  • eec8da371c accounts/abi/bind: refactor transact method (#23719) Daniel Liu 2024-05-30 18:14:57 +0800
  • a402cbf50e core/types: add MarshalBinary, UnmarshalBinary for Receipt (#22806) Daniel Liu 2024-06-12 14:59:36 +0800
  • e5fb0b4d73 core: remove unused error from TxPool.Pending (#23720) Daniel Liu 2024-05-30 15:17:33 +0800
  • 27071a4219 eth/gasprice: avoid modifying TestChainConfig (#23204) Daniel Liu 2024-05-31 14:34:27 +0800
  • 17b62319c0 core/types: copy tx recipient address (#23376) Daniel Liu 2024-06-11 13:10:54 +0800
  • e18e6111af core: add change counter (#23095) Daniel Liu 2024-05-30 13:43:58 +0800
  • e0a1ef31eb eth/gasprice: feeHistory improvements (#23422) Daniel Liu 2024-05-30 12:48:06 +0800
  • d850fc4081 core: only check sendernoeoa in non fake mode (#23424) Daniel Liu 2024-06-13 15:50:50 +0800
  • e4895bf5c5 internal/ethapi: add back missing check for maxfee < maxPriorityFee (#23384) Daniel Liu 2024-05-29 19:17:05 +0800
  • 48616d5d4b internal/ethapi/api: return maxFeePerGas for gasPrice for EIP-1559 txs (#23345) Daniel Liu 2024-05-28 17:16:54 +0800
  • d6daac576d core: check if sender is EOA (#23303) Daniel Liu 2024-06-13 15:19:48 +0800
  • 655fb584b3 internal/ethapi: make ext signer sign legacy (#23274) Daniel Liu 2024-05-29 18:18:40 +0800
  • 206175fb43 all: remove term whitelist in comments and log messages (#23294) Daniel Liu 2024-05-29 14:54:59 +0800