Commit Graph

  • 69983932fa consensus/eccpow: add LDPCDecoder siddharth0a 2024-04-02 20:13:46 +09:00
  • a66e1aa6a0
    Merge branch 'ethereum:master' into portal Chen Kai 2024-04-02 19:01:31 +08:00
  • 4cbeacd254 README: fork to WorldLand siddharth0a 2024-04-02 19:59:03 +09:00
  • 029fce5557
    chore(core):fix typo seayyyy 2024-04-02 17:45:55 +08:00
  • 0bd03dbc55
    eth/filter: using atomic.Pointer instead of atomic.Value (#29435) cui 2024-04-02 17:25:57 +08:00
  • e63f992fed
    rpc: fix ipc max path size (#29385) Miles Chen 2024-04-02 17:25:19 +08:00
  • 31e63fcf66
    rlp: using maps.Clone (#29434) cui 2024-04-02 16:47:15 +08:00
  • 88a1a6baa6 beacon/engine: using slices.Contains cuiweixie 2024-03-29 17:20:42 +08:00
  • aacc78c26a eth/fetcher: using slices.Contains cuiweixie 2024-03-28 18:32:49 +08:00
  • fde90443a4
    log: replace the outdated link (#29412) carehabit 2024-04-02 15:05:53 +08:00
  • 0bf434723f cmd/evm: reopen the statedb for dumping Gary Rong 2024-04-02 14:54:13 +08:00
  • 03ad769630 eth/filter: using atomic.Pointer instead of atomic.Value cuiweixie 2024-04-02 13:34:31 +08:00
  • 9653c0f8d1 rlp: using maps.Clone cuiweixie 2024-04-02 12:56:11 +08:00
  • fd37a18347
    Improve the application of EIP150 for create2 xiyang 2024-04-02 10:40:38 +08:00
  • fae68d0454
    Merge branch 'ethereum:master' into portal Chen Kai 2024-04-02 09:08:51 +08:00
  • 759c34eed3
    Update COPYING.LESSER zxramozx 2024-04-02 01:28:32 +03:00
  • 1b139eb53a consensus/misc/dao.go: eip-779 comment c0np4nn4 2024-04-02 03:08:29 +09:00
  • b0f2cdbc9c docs/trace: add state/block overrides jsvisa 2024-04-02 00:13:26 +08:00
  • c8f937f61e docs/ns-debug: add missing trace config jsvisa 2024-04-01 23:54:45 +08:00
  • 40f7acf4f3 docs/trace: move opcode related config into builtin tracer jsvisa 2024-04-01 23:47:15 +08:00
  • fcedecc835 docs/ns-debug: type2 jsvisa 2024-04-01 23:34:31 +08:00
  • 3cd348e8b7 docs/ns-debug: typo jsvisa 2024-04-01 22:55:38 +08:00
  • e67c3bfd62 refactor logging Sina Mahmoodi 2024-04-01 15:20:21 +02:00
  • 8c5576b1ac
    eth/tracers: fix base fee and set blob fee in tests (#29376) Delweng 2024-04-01 20:53:56 +08:00
  • b5358663fe
    Merge pull request #497 from XinFinOrg/xdf-05 wgr523 2024-04-01 20:48:58 +08:00
  • c16bd66a8d
    Merge pull request #498 from XinFinOrg/ppx-01 wgr523 2024-04-01 20:48:16 +08:00
  • df4ea28866 p2p: add inbound and outbound peers metric weiihann 2024-03-29 14:26:14 +08:00
  • 16853448ba p2p: fix comment stayweek 2024-04-01 13:54:54 +08:00
  • 93418502a4 consensus/misc: eip-4844 comment siddharth0a 2024-04-01 14:45:41 +09:00
  • 65304e6a00
    Merge branch 'ethereum:master' into portal Chen Kai 2024-04-01 12:25:33 +08:00
  • 6c9f702982
    core/types: using maps.Clone (#29398) cui 2024-04-01 11:45:56 +08:00
  • c39d00e316
    trie: using maps.Clone (#29419) cui 2024-04-01 11:42:50 +08:00
  • a6629dfa96 eth/protocols/snap: skip retrieval for completed storages Gary Rong 2024-03-28 10:47:57 +08:00
  • 1da6a6bbbb rlp: using slices.IndexFunc cuiweixie 2024-04-01 10:36:25 +08:00
  • 7c8317a3b9
    Merge pull request #495 from gzliudan/TxPreEvent Daniel Liu 2024-04-01 10:31:34 +08:00
  • c4d6f3bb3e trie: maps.Clone cuiweixie 2024-04-01 10:23:20 +08:00
  • 83d49e876c p2p/dnsdisc: using clear builtin func cuiweixie 2024-04-01 09:27:36 +08:00
  • f65a19af15
    log any error during log file close Chris Ziogas 2024-03-31 17:00:11 +03:00
  • 409be2442a consensus/misc: eip-1559 comment siddharth0a 2024-03-31 22:55:48 +09:00
  • 200f496077
    Update core/blockchain.go Chris Ziogas 2024-03-31 16:55:05 +03:00
  • ae9eae457c Orakle: open-source EIP team siddharth0a 2024-03-31 22:54:33 +09:00
  • 484cf2d451
    trie/utils: gofmt Aaron Chen 2024-03-31 21:44:59 +08:00
  • 180edc9538
    trie/utils: change Div+Mod to DivMod Aaron Chen 2024-03-31 18:19:09 +08:00
  • e3fa4d1816 log: replace the latest link carehabit 2024-03-31 17:58:07 +08:00
  • a38de14ab6 use generic atomic types in block caches lmittmann 2024-03-31 11:35:56 +02:00
  • b2d78be1b3 use generic atomic types in tx caches lmittmann 2024-03-31 11:32:27 +02:00
  • 06f4573e49
    ci: add bump_version bot (#538) HAOYUatHZ 2024-03-31 14:56:56 +08:00
  • bf264f6200
    Rpc volume (#511) Wanwiset Peerapatanapokin 2024-03-31 01:20:09 +04:00
  • d76a573cf2
    PPX-01 rename NextEpochMasterNodes to NextEpochCandidates (#510) Liam 2024-03-31 07:27:13 +11:00
  • 36a4609150 dropped masks lmittmann 2024-03-30 20:57:05 +01:00
  • fd8bc6fa54 chore: bump github.com/golang/protobuf to v1.5.4 mrekucci 2024-03-30 11:59:12 -05:00
  • de1c41d0e9
    remove comment Chris Ziogas 2024-03-30 20:25:16 +02:00
  • 00ef42b541
    add OnTerminate in Hooks which triggered on blockchain Stop Chris Ziogas 2024-03-30 19:18:05 +02:00
  • 7107c24622 p2p/enode: Remove unnecessary loop label Michael Jiahao Luo 2024-03-30 18:38:29 +08:00
  • 5122e5a826 fix:resume udp timeout Chen Kai 2024-03-30 10:59:31 +08:00
  • 4708a19319
    fix test by closing logger file Chris Ziogas 2024-03-29 22:03:34 +02:00
  • c9c894c07a Inverted wrong logic to apply beacon root in TraceCall Matthieu Vachon 2024-03-29 15:44:50 -04:00
  • 4f1c92d3a0
    Update core/tracing/CHANGELOG.md Sina M 2024-03-29 20:00:29 +01:00
  • 5076ca744f
    Update rules.md forestkeeperio.eth 2024-03-29 13:37:37 -05:00
  • 7d3a04a641
    Update README.md forestkeeperio.eth 2024-03-29 13:34:40 -05:00
  • 599c461cad The beacon root must be processed before any transactions to have correct state Matthieu Vachon 2024-03-29 12:56:46 -04:00
  • c08ba255d3 resolve merge conflict Sina Mahmoodi 2024-03-29 16:54:18 +01:00
  • cba97ef430
    try a fix for test to pass on Windows Chris Ziogas 2024-03-29 16:19:06 +02:00
  • 3daabda23f add empty withdrawals obj Sina Mahmoodi 2024-03-29 13:36:45 +01:00
  • f5c57d5a6b add basefee to context Sina Mahmoodi 2024-03-29 12:43:11 +01:00
  • 4320189830
    try a fix for test to pass on Windows Chris Ziogas 2024-03-29 13:01:41 +02:00
  • e7a333a6e8 optimize lru with rwlock binnnliu 2024-03-29 18:30:45 +08:00
  • 8c3ae33b21 common/lru: using clear cuiweixie 2024-03-29 17:35:53 +08:00
  • a51ff8437f core/types: using maps.Clone cuiweixie 2024-03-29 17:32:30 +08:00
  • ab0738fd7f p2p: using slices.ContainsFunc cuiweixie 2024-03-29 17:29:44 +08:00
  • 6f346cd046 p2p/discover: using slices.Contains cuiweixie 2024-03-29 17:15:37 +08:00
  • 65b3ba0c4b all: implement in-memory freezer Gary Rong 2024-02-29 13:58:52 +08:00
  • 834755780e log: using maps.Clone cuiweixie 2024-03-29 10:44:39 +08:00
  • b2e2fd067f eth/fetcher: using slices.Clone to simplify codes cuiweixie 2024-03-29 10:40:57 +08:00
  • 9b5ec23f7f build: using slices.Clone to simplify codes cuiweixie 2024-03-29 10:33:25 +08:00
  • 766d2d8ece
    Merge branch 'ethereum:master' into portal Chen Kai 2024-03-29 10:09:47 +08:00
  • c952c84421 change basefee jsvisa 2024-03-29 00:36:16 +00:00
  • 52bbb544f8 eth/tracers: basefee only jsvisa 2024-03-29 00:30:56 +00:00
  • 122f5a7daf fix: include log tags option only if env variable is set mrekucci 2024-03-28 18:53:16 -05:00
  • 91260a7c29
    try a fix for “TempDir RemoveAll cleanup” Chris Ziogas 2024-03-28 20:09:00 +02:00
  • 6e7f5bcd05
    typo interalTxsHandler->internalTxsHandler Chris Ziogas 2024-03-28 20:04:07 +02:00
  • fb0160ba9f
    make SupplyInfo private Chris Ziogas 2024-03-28 20:03:33 +02:00
  • df69332109
    make supply type private Chris Ziogas 2024-03-28 20:02:59 +02:00
  • f46c0322f0 eth/tracers: use current block's basefee,blobfee instead of parent's jsvisa 2024-03-28 17:21:33 +00:00
  • a3829178af
    eth/tracers/js: consistent name for method receivers (#29375) Brandon Liu 2024-03-29 00:35:40 +08:00
  • 6191644a8f core/tracing: add changelog Sina Mahmoodi 2024-03-28 17:30:02 +01:00
  • 9b7188f259
    Problem: no proper error for unsupported opcode mmsqe 2024-03-28 21:52:13 +08:00
  • 0183c7ad82
    eth/tracers/logger: using maps.Equal (#29384) cui 2024-03-28 21:09:21 +08:00
  • 123b26fba9 review fixes Sina Mahmoodi 2024-03-28 13:58:54 +01:00
  • d5cc152b00 So far.. Ferran Borreguero 2024-03-28 12:26:26 +00:00
  • a6cabe11b0
    fix failing test Chris Ziogas 2024-03-28 14:01:58 +02:00
  • 9e21e2dd2e
    use stringer to generate BalanceChangeReason String method Chris Ziogas 2024-03-28 13:59:33 +02:00
  • 9441850812 ethdb/pebble: using slices.Clone cuiweixie 2024-03-28 19:53:27 +08:00
  • 762350c4ae
    Merge pull request #28 from allnil/fix/get-balance-get-session-call Ferran Borreguero 2024-03-28 11:46:04 +00:00
  • 7481398a24
    core/state: using slices.Clone (#29366) cui 2024-03-28 19:13:41 +08:00
  • 1b1ae77cc4
    website: fix nested list margin (#29373) Paul Wackerow 2024-03-28 04:11:28 -07:00
  • 772f025084
    Update access_list_tracer.go Felix Lange 2024-03-28 12:10:21 +01:00
  • 3754a6cc92
    p2p/dnsdisc: using maps.Copy (#29377) cui 2024-03-28 19:07:38 +08:00
  • 3b77e0ff4b
    core: remove unused code (#29381) rjl493456442 2024-03-28 19:06:57 +08:00
  • 7aba6511b0
    ethdb/dbtest: replace reflect.DeepEqual with slices.Equal (#29382) cui 2024-03-28 19:06:44 +08:00