Commit graph

  • f75958c0ac log: report error when ctx key is non-string (#27226) Daniel Liu 2024-11-15 10:02:42 +0800
  • 2359a9ed34 log: add special casing of uint256 into the logger (#26936) Daniel Liu 2024-11-15 10:02:42 +0800
  • 5eca853e52 log: improve documentation (#26753) Daniel Liu 2024-11-15 10:02:42 +0800
  • ed4f989ff3 log: allow tabs in log messages (#26630) Daniel Liu 2024-11-15 10:02:42 +0800
  • dce80d77b7 log: better sanitation (#26556) Daniel Liu 2024-11-15 10:02:42 +0800
  • 0902dcf37c log: modify lock defer unlock order in sync handler (#24667) Daniel Liu 2024-11-15 10:02:41 +0800
  • 07443431d3 log: fix formatting of big.Int (#22679) Daniel Liu 2024-11-15 10:02:41 +0800
  • aedfea681b all: make logs a bit easier on the eye to digest (#22665) Daniel Liu 2024-11-15 10:02:41 +0800
  • 3d21631145 log: fix typos in comments (#21118) Daniel Liu 2024-11-15 10:02:41 +0800
  • cd9e18984e log: properly escape character sequences (#20987) Daniel Liu 2024-11-15 10:02:41 +0800
  • 25a7e096ff log: delete RotatingFileHandler (#20586) Daniel Liu 2024-11-15 10:02:41 +0800
  • 4d9936574b log: fix staticcheck warnings (#20388) Daniel Liu 2024-11-15 10:02:41 +0800
  • 6873ca0687 log: change http:// to https:// on links in README.md (#20178) Daniel Liu 2024-11-15 10:02:41 +0800
  • 81f59cb0ee log: do not pad values longer than 40 characters (#19592) Daniel Liu 2024-11-15 10:02:41 +0800
  • 7865057840 internal/debug: support color terminal for cygwin/msys2 (#17740) Daniel Liu 2024-11-15 10:02:41 +0800
  • 49e889eb7c log: logging feature (#17097) Daniel Liu 2024-11-15 10:02:41 +0800
  • 38e5efbfe4 log: Change time format (#17054) Daniel Liu 2024-11-15 10:02:41 +0800
  • f391463457 log: fixes for golint warnings (#16775) Daniel Liu 2024-11-15 10:02:41 +0800
  • 643f02356d log: changed if-else blocks to conform with golint (#16661) Daniel Liu 2024-11-15 10:02:41 +0800
  • cebc3312f3 core/state/snapshot: check it.fail error Gary Rong 2024-11-15 09:44:31 +0800
  • dc062db153 feat(secp256k1 JNI): improve context management, error handling, and portability mrnazu 2024-11-14 16:34:10 -0800
  • fb2f47a2a0 refactor: replace var with const/let for scope safety mrnazu 2024-11-14 16:29:58 -0800
  • 761b042312 refactor: replace var with const/let for scope safety mrnazu 2024-11-14 16:19:32 -0800
  • 333b5dec39
    Merge (#3) Pammy12 2024-11-14 12:44:25 -0600
  • 594abd9f42
    feat: triedb.Config support for arbitrary backend implementations (#70) Arran Schlosberg 2024-11-14 16:55:07 +0000
  • 1b0705e2f5
    core/state/snapshot: polishes Martin Holst Swende 2024-11-14 15:42:51 +0100
  • 5fcf093668
    core/state/snapshot: fix binary iterator Martin Holst Swende 2024-11-14 15:39:06 +0100
  • e9fc202fa1
    core/state/snapshot: fix binary iterator seeking Martin Holst Swende 2024-11-14 15:07:32 +0100
  • dc13e14647
    core/state: tests on the binary iterator Martin Holst Swende 2024-11-14 14:13:24 +0100
  • 4c4185c9ae
    Merge pull request #1374 from maticnetwork/mardizzone/grpc Marcello Ardizzone 2024-11-14 13:26:53 +0100
  • 6d4d96b0b7
    build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 (#1371) dependabot[bot] 2024-11-14 16:24:58 +0530
  • b6efb3f102
    chg: bump polyproto marcello33 2024-11-14 11:42:54 +0100
  • bc201f7c93
    accounts: no-op change to reduce diff Martin Holst Swende 2024-11-14 09:15:00 +0100
  • 10d9594b52
    chg: try blocks hex ecnoding marcello33 2024-11-14 07:19:13 +0100
  • 1e3ef48183
    Typo Update 2021-08-22-split-postmortem.md Bryer 2024-11-13 18:09:16 +0200
  • 0634d11d86
    cgh: use geth for maxInt marcello33 2024-11-13 15:01:55 +0100
  • 32138d70ad
    cgh: fix possible out of range on blockNumber marcello33 2024-11-13 14:58:18 +0100
  • baa8a2bb63
    cgh: fix rpc blockNumber and bash warnings marcello33 2024-11-13 14:45:41 +0100
  • 927db07fc4
    chg: switch blockNumber marcello33 2024-11-13 14:04:19 +0100
  • e4e0c453e1 core/txpool/blobpool: fix rebase Felix Lange 2024-11-13 11:38:35 +0100
  • 9cb6fcac0b
    chg: handle edge cases with string blockNumber marcello33 2024-11-13 11:33:02 +0100
  • fbc98ae50e core/txpool/legacypool: change receiver name Felix Lange 2024-11-13 11:11:13 +0100
  • 8d241f0475 clear address reservations inside subpools, with explanation for why it's not done at the TxPool level. Jared Wasinger 2024-10-02 16:30:44 +0700
  • 5842b1db62 rename DropTransactions -> Clear Jared Wasinger 2024-10-01 21:28:07 +0700
  • 6738987786 add comment about suboptimal-ness of the billy deletion iteration. Jared Wasinger 2024-10-01 19:43:46 +0700
  • 8827b3a5cb rename DropAllTxs -> DropTransactions for consistency. Add to txpool interface. Make simulated beacon rollback use the new method, fix old hack Jared Wasinger 2024-10-01 18:48:07 +0700
  • 2fa5e6255a add method descriptors. add DropAllTxs to subpool interface. clean up the impls a bit Jared Wasinger 2024-10-01 18:38:25 +0700
  • 4fa5629f31 implement DropAllTxs for blob pool Jared Wasinger 2024-10-01 18:30:57 +0700
  • 0209e9515e rotate journal upon DropAllTxs Jared Wasinger 2024-10-01 17:45:54 +0700
  • 692834ec7a wip: DropAllTxs for legacypool Jared Wasinger 2024-10-01 17:32:24 +0700
  • 59b085a54c
    Merge pull request #1373 from maticnetwork/bor-grpc Marcello Ardizzone 2024-11-13 07:56:28 +0100
  • 9bd78c69c5
    Create FUNDING.ymlMariozisa1 @Mariozisa10 2024-11-12 23:59:35 -0600
  • d741a6612a
    Create devcontainer.jsonMariozisa1 @Mariozisa10 2024-11-12 23:56:30 -0600
  • c5aa90d1e9
    Create devcontainer.jsonMariozisa1 @Mariozisa10 2024-11-12 23:51:16 -0600
  • 6459d0cf28
    Merge pull request #687 from JukLee0ira/whisper Daniel Liu 2024-11-13 13:00:05 +0800
  • 85ede14a92 cmd: retire whisper flags (#22421) JukLee0ira 2024-11-13 11:42:32 +0800
  • cfb72501bf cmd/geth: print warning when whisper config is present in toml (#21544) JukLee0ira 2024-11-13 11:35:41 +0800
  • 995db1892b .github: remove whisper from CODEOWNERS (#21527) JukLee0ira 2024-11-13 11:32:34 +0800
  • 749037a97c whisper: remove whisper (#21487) JukLee0ira 2024-10-23 11:12:14 +0800
  • 9a5fb2a9b8 whisper: Remove v5 (#18432) JukLee0ira 2024-11-13 11:07:40 +0800
  • 5316e9b052
    Merge pull request #729 from gzliudan/ws-port Daniel Liu 2024-11-13 09:36:02 +0800
  • 22ad2f57ef node: fix websocket connection header check (#21646) Daniel Liu 2024-11-08 17:24:31 +0800
  • b1d6bec3bd cmd, node: dump empty value config (#21296) Daniel Liu 2024-11-08 17:24:31 +0800
  • ba23964062 node: shutdown HTTP and WebSocket servers gracefully (#20956) Daniel Liu 2024-11-08 17:24:31 +0800
  • b76438aafe node: allow WebSocket and HTTP work on same port (#20810) Daniel Liu 2024-11-08 17:24:31 +0800
  • 57e5f5ec58 rpc: not log error if user configures --rpcapi=rpc (#20776) Daniel Liu 2024-11-08 17:24:31 +0800
  • fd2b21702c rpc: remove startup error for invalid modules, log it instead (#20684) Daniel Liu 2024-11-08 17:24:31 +0800
  • 3f1b7d3a7b rpc: check module availability at startup (#20597) Daniel Liu 2024-11-08 17:24:31 +0800
  • d3c023ed37 cmd/XDC, internal, node: nuke XDC monitor (#19399) Daniel Liu 2024-11-08 17:24:31 +0800
  • 68d9dcbee4 node: require LocalAppData variable (#19132) Daniel Liu 2024-11-08 17:24:31 +0800
  • 3ed9ce95c1 eth, node: use APPDATA env to support cygwin/msys correctly (#17786) Daniel Liu 2024-11-08 17:24:31 +0800
  • fb2f822abe node: fix golint warnings Daniel Liu 2024-11-08 17:24:31 +0800
  • 0da60fc517
    Merge pull request #731 from gzliudan/trust-peer Daniel Liu 2024-11-13 09:33:51 +0800
  • f9f172af76 rpc: Add admin_addTrustedPeer and admin_removeTrustedPeer. (#16333) Daniel Liu 2024-11-08 18:54:39 +0800
  • e8a9807be6
    Merge pull request #732 from gzliudan/gas-price Daniel Liu 2024-11-13 09:31:27 +0800
  • 59b06e4a03 eth/gasprice: reduce default gas price for empty block Daniel Liu 2024-11-13 09:30:55 +0800
  • de7203ac88 eth/gasprice: remove default from config (#30080) Daniel Liu 2024-11-13 09:30:55 +0800
  • d3eaeb9381 eth/gasprice: use slices package for sorting (#27490 #27909 #29314) Daniel Liu 2024-11-13 09:30:55 +0800
  • 4dbed3582f eth/gasprice: simplify function getBlockValues Daniel Liu 2024-11-13 09:30:55 +0800
  • f9e431888e eth/gasprice: add generic LRU implementation (#26162) Daniel Liu 2024-11-13 09:30:54 +0800
  • 179185438f eth/gasprice: sanitize max header and block history (#23886) Daniel Liu 2024-11-13 09:30:54 +0800
  • a676bdea62 cmd, core: polish code Gary Rong 2024-11-13 09:21:58 +0800
  • 88d9f83692 core, cmd, eth: rename evm instance Gary Rong 2024-11-13 09:10:37 +0800
  • e6f3769e93
    Merge branch 'ethereum:master' into portal Chen Kai 2024-11-12 22:16:08 +0700
  • 76cb414e62 p2p/pipes: add test for pipe htiennv 2024-11-12 16:48:35 +0700
  • 0455e7a9c6
    trie, core: rough idea to improve derivesha Martin Holst Swende 2024-11-12 09:32:54 +0100
  • aacb8e6f06
    trie: nits and polishes Martin Holst Swende 2024-11-12 08:54:05 +0100
  • 9e26144ca0 core, eth, internal, cmd: rework EVM constructor Gary Rong 2024-11-11 16:46:14 +0800
  • 1b00b6e51d
    trie: implement bytepool Martin Holst Swende 2024-11-11 22:54:26 +0100
  • 87582a4187 Merge branch 'master' into tracing/v1.1 Sina Mahmoodi 2024-11-11 16:22:43 +0100
  • 96cd30f22e
    trie: stacktrie pool hashing slices Martin Holst Swende 2024-11-11 15:18:42 +0100
  • 4a2a72b73b
    trie: use a scratchspace for path Martin Holst Swende 2024-11-11 14:38:39 +0100
  • f0ccc37677
    trie: stacktrie allocation reduction via key scratchspace Martin Holst Swende 2024-11-11 14:20:22 +0100
  • 99a3b530a2
    trie: make stacktrie use less alloc:y encoders Martin Holst Swende 2024-11-11 13:41:13 +0100
  • 21595b3f05
    trie: new node-encoding types Martin Holst Swende 2024-11-11 11:19:52 +0100
  • df182a742c
    docs: fix typo (#30740) witty 2024-11-11 14:14:18 +0300
  • ae83912841
    p2p/netutil: unittests for addrutil (#30439) tianyeyouyou 2024-11-11 18:43:22 +0800
  • f544582c74
    trie: add stacktrie test Martin Holst Swende 2024-11-11 10:44:35 +0100
  • d8f5b24686
    build: upgrade -dlgo version to Go 1.23.3 Marius Kjærstad 2024-11-11 10:32:38 +0100
  • b3f578e287
    Merge branch 'ethereum:master' into test-addrutil tianyeyouyou 2024-11-11 14:56:55 +0800