Commit Graph

  • 12aa40168e
    core/vm: reduce allocs in staticcall Martin Holst Swende 2020-06-11 14:00:39 +02:00
  • 494a04b2f1
    core/vm: don't allocate big.int for touch Martin Holst Swende 2020-06-11 13:50:28 +02:00
  • 2bcebafa9a
    core/vm: initial work on improving alloc count for calls to precompiles Martin Holst Swende 2020-06-11 13:45:44 +02:00
  • 51891fb14c
    core/vm/runtime/tests: add more benchmarks Martin Holst Swende 2020-06-10 14:35:36 +02:00
  • 240d1851db
    trie: quell linter in commiter.go (#21329) Guillaume Ballet 2020-07-15 10:00:04 +02:00
  • 6c9f040ebe
    core: transaction pool optimizations (#21328) Martin Holst Swende 2020-07-14 21:42:32 +02:00
  • 65b6b65cda accounts/abi/bind: use codeHash instead of code for IsContract Marius van der Wijden 2020-07-14 16:53:46 +02:00
  • 88120c69e3 accounts/abi/bind Added Is{{.Type}} to template MariusVanDerWijden 2020-02-10 18:25:12 +01:00
  • d450a33957 Merge commit 'ea3b00ad75aebaf1790fe0f8afc9fb7852c87716' into mempool-feed Austin Roberts 2020-07-14 09:34:21 -05:00
  • 5b081ab214
    cmd/clef: change --rpcport to --http.port and update flags in docs (#21318) rene 2020-07-14 10:35:32 +02:00
  • 630cc0b4d6 add basefee under consensus in Clique engine Ian Norden 2020-07-13 14:07:36 -05:00
  • 6ef4495a8f
    p2p/discover: require table nodes to have an IP (#21330) Felix Lange 2020-07-13 22:25:45 +02:00
  • 095073e976 p2p/discover: require table nodes to have an IP Felix Lange 2020-07-13 20:10:46 +02:00
  • 79addac698
    core/rawdb: better log messages for ancient failure (#21327) gary rong 2020-07-14 02:43:30 +08:00
  • a56312ad41 trie: quell linter in commiter.go Guillaume Ballet 2020-07-13 18:45:48 +02:00
  • 7d5267e3a2
    .github: Change Code Owners (#21326) rene 2020-07-13 16:20:20 +02:00
  • 210876fda5
    core/txlist, txpool: save a reheap operation, avoid some bigint allocs Martin Holst Swende 2020-06-17 23:45:11 +02:00
  • 8e71b11b04
    core, crypto: various allocation savings regarding tx handling Martin Holst Swende 2020-06-17 15:46:17 +02:00
  • 968e4d8788
    core: added local tx pool test case Marius van der Wijden 2020-06-17 17:30:19 +02:00
  • 30442e165b core/rawdb: print more log for ancient failure rjl493456442 2020-07-13 19:57:44 +08:00
  • 04cbbdb0f4
    add marius renaynay 2020-07-13 13:53:01 +02:00
  • 9160ef05e4
    modify code owners renaynay 2020-07-13 13:51:38 +02:00
  • d8670ec829
    move helpdata renaynay 2020-07-13 13:19:22 +02:00
  • 603db27f32
    better organization renaynay 2020-07-13 13:14:30 +02:00
  • 69911c7d6c
    linted renaynay 2020-07-13 12:54:01 +02:00
  • 4edbc1f2bb
    internal/ethapi: cap txfee for SignTransaction and Resend (#21231) gary rong 2020-07-13 18:45:39 +08:00
  • 32a4995123
    moved flag helpers to internal pkg flags renaynay 2020-07-13 12:34:14 +02:00
  • 6cf6e1d753
    README.md: point Go API reference link to pkg.go.dev (#21321) Tien 2020-07-13 16:22:30 +07:00
  • 2e08dad9e6
    p2p/discv5: unset pingEcho on pong timeout (#21324) libotony 2020-07-13 17:20:47 +08:00
  • af258efdb9
    light: goimports -w (#21325) Felix Lange 2020-07-13 11:17:49 +02:00
  • 72006ad99c light: goimports -w Felix Lange 2020-07-13 11:12:39 +02:00
  • 6eef141aef
    les: historical data garbage collection (#19570) gary rong 2020-07-13 17:02:54 +08:00
  • 9921d760be fix(discv5): clean up when ev pongtimeout emitted tony 2020-07-13 14:05:50 +08:00
  • 49c180c88e Set gasLimit in --dev mode to be 9m. madjarevicn 2020-07-12 23:19:12 +02:00
  • 0c31264a1c Update link to API reference tiendo1011 2020-07-12 09:15:32 +07:00
  • b8dd0890b3 params: begin v1.9.17 release cycle Felix Lange 2020-07-10 12:40:31 +02:00
  • ea3b00ad75 params: go-ethereum v1.9.16 stable v1.9.16 Felix Lange 2020-07-10 12:38:48 +02:00
  • 533e91ceb0
    changed clefport -> port renaynay 2020-07-10 12:26:04 +02:00
  • feb40e3a4d
    accounts/external: remove dependency on internal/ethapi (#21319) gary rong 2020-07-10 17:33:31 +08:00
  • ef6ad8097e
    accounts/external: remove blank line Felix Lange 2020-07-10 11:02:08 +02:00
  • 4501a50371
    accounts/external: add unexported signTransactionResult Felix Lange 2020-07-10 11:01:01 +02:00
  • 3e64ca04f5
    signer/core: remove SignTransactionResult Felix Lange 2020-07-10 10:59:25 +02:00
  • 31702e6f60 accounts, signer: get rid of dependency rjl493456442 2020-07-10 11:22:39 +08:00
  • af27e1be5a
    linted renaynay 2020-07-09 20:10:02 +02:00
  • e5311dc831
    clef sets port, valid legacy flag, displays flags properly renaynay 2020-07-09 19:59:02 +02:00
  • 9368d8139e
    organize by category, flags vs deprecated renaynay 2020-07-09 19:32:18 +02:00
  • beabf95ad7
    cmd/geth, cmd/puppeth: replace deprecated rpc and ws flags in tests and docs (#21317) rene 2020-07-09 17:48:40 +02:00
  • 6ccce0906a
    common/math: use math/bits intrinsics for Safe* (#21316) Felix Lange 2020-07-09 17:45:49 +02:00
  • a4e3aa1bc2
    updated clef renaynay 2020-07-09 17:18:15 +02:00
  • 630171b11a
    removing deprecated flags from commands in tests / files renaynay 2020-07-09 15:22:22 +02:00
  • 56326ac03d
    fix readme instructions renaynay 2020-07-09 15:12:49 +02:00
  • 2bd3a7f092 common/math: use math/bits intrinsics for Safe* Felix Lange 2020-07-09 14:23:58 +02:00
  • bcb3087450 Revert "core, txpool: less allocations when handling transactions (#21232)" Felix Lange 2020-07-09 14:02:03 +02:00
  • f4816ee8b7
    add chain id into sign bytes to avoid replay attack (#18) zjubfd 2020-07-09 15:46:37 +08:00
  • bd98724122 cmd/geth: raise the balance amount for priority testing rjl493456442 2020-07-09 11:10:12 +08:00
  • 967d8de77a
    eth/downloader: fix peer idleness tracking when restarting state sync (#21260) Martin Holst Swende 2020-07-08 23:08:08 +02:00
  • a8af57f37c eth/downloader: re-add some debug logging Felix Lange 2020-07-08 22:55:45 +02:00
  • 36cf064323 eth/downloader: remove state sync debug logging Felix Lange 2020-07-08 22:24:24 +02:00
  • f9b1a76212 eth/downloader: simplify spindownStateSync Felix Lange 2020-07-08 22:16:26 +02:00
  • 7a556abe15
    go.mod: upgrade to github.com/golang/snappy with arm64 asm (#21304) ucwong 2020-07-08 20:06:53 +08:00
  • 608d791f4d
    [DOCS] Apply clef docs updates from master (#21302) chris-j-h 2020-07-08 10:53:14 +01:00
  • 5b1cfdef89
    eth: increase timeout in TestBroadcastBlock (#21299) Martin Holst Swende 2020-07-08 11:50:26 +02:00
  • c16967c267
    cmd/clef: Fix broken link in README and other minor fixes (#21303) chris-j-h 2020-07-07 21:23:23 +01:00
  • ea8102078e
    Add tests for parseBytes Natsu Kagami 2020-07-07 16:19:38 -04:00
  • 9d1327d0d0
    Handle hex strings for bytesX types Natsu Kagami 2020-07-07 16:19:28 -04:00
  • 59e7546dd5
    Add encoding test Natsu Kagami 2020-07-07 14:50:49 -04:00
  • 9401698286
    Do not check for a non-nil ChainId Natsu Kagami 2020-07-07 14:46:25 -04:00
  • 1a8be8030b snappy:port amd64 assembly to arm64 ucwong 2020-07-07 22:32:53 +08:00
  • 255faf5db5 les: make clientPool.connectedBias configurable BinacsLee 2020-07-07 22:18:25 +08:00
  • 6e3b7b3e95 cmd/clef: Fix broken link in README and other minor fixes chris-j-h 2020-07-07 14:50:31 +01:00
  • a63ab158a1 [DOCS] Apply clef docs updates from master chris-j-h 2020-07-07 11:42:11 +01:00
  • e6ba4b00fa
    geth,utils: implement configurable developer account options meows 2020-07-07 08:35:40 -05:00
  • 6a48ae37b2
    cmd/devp2p: add discv4 test suite (#21163) Adam Schmideg 2020-07-07 14:37:33 +02:00
  • 16e24c8138 internal/utesting: fix test Felix Lange 2020-07-07 13:46:43 +02:00
  • 9218cb1f8e cmd/devp2p/internal/v4test: check send error in framework Felix Lange 2020-07-07 13:44:31 +02:00
  • 228f86cdf1 cmd/devp2p/internal/v4test: reduce waitTime Felix Lange 2020-07-07 13:33:15 +02:00
  • 17f28bfca6 internal/utesting: truncate printed duration Felix Lange 2020-07-07 13:32:40 +02:00
  • af947bbfba cmd/devp2p: move test report printing to package utesting Felix Lange 2020-07-07 13:28:25 +02:00
  • 7d3dc87f86 cmd/devp2p: move discv4 tests to cmd/devp2p/internal/v4test Felix Lange 2020-07-07 13:18:04 +02:00
  • d0373585f1 cmd/devp2p: fix FindnodePastExpiration test Felix Lange 2020-07-07 13:14:01 +02:00
  • cc476e5bd4 cmd/devp2p: remove automatic listen IP Felix Lange 2020-07-07 13:08:35 +02:00
  • 30a41b1a2b cmd/devp2p: improve test output Felix Lange 2020-07-07 13:07:20 +02:00
  • a2672c46f4 cmd/devp2p: remove debugError Felix Lange 2020-07-07 11:57:55 +02:00
  • ed7d8561da cmd/devp2p: remove public IP check Felix Lange 2020-07-07 11:56:48 +02:00
  • b05d81149e Find out local IP automatically by default Adam Schmideg 2020-06-29 11:17:28 +02:00
  • 904025c3a2 Don't ask for listening port, it will be assigned randomly Adam Schmideg 2020-06-29 11:04:14 +02:00
  • a22613954f Check pong IP both for internal, and for public IP Adam Schmideg 2020-06-29 10:50:50 +02:00
  • 5e39c9f09c Check pong IP from a remote node Adam Schmideg 2020-06-25 12:21:37 +02:00
  • f310321071 Temporary debugError Adam Schmideg 2020-06-24 16:25:00 +02:00
  • 425002a784 put back bonding to FindnodePastExpiration test Adam Schmideg 2020-06-21 12:47:50 +02:00
  • a3ffe1e101 Print number of failed/passed tests Adam Schmideg 2020-06-19 12:23:08 +02:00
  • 2c841a6e2f Get local IP from connection Adam Schmideg 2020-06-19 12:14:52 +02:00
  • 1d3006fcee oops, ugly typo Adam Schmideg 2020-06-19 12:05:27 +02:00
  • 0eab070b93 Configuratble listen2 IP and port Adam Schmideg 2020-06-17 18:12:38 +02:00
  • 33a971af39 configurable listen1 IP and port Adam Schmideg 2020-06-17 16:18:18 +02:00
  • f66b16d50b You can set remote enode an an env var, too Adam Schmideg 2020-06-16 16:42:04 +02:00
  • 4e9624583b Move AllTests to discv4tests Adam Schmideg 2020-06-16 16:26:53 +02:00
  • 8946a08cbc No bonding first when testing FindnodePastExpiration Adam Schmideg 2020-06-16 16:09:14 +02:00
  • 5f273bc0a6 Enough to print the name of the reply when the test fails Adam Schmideg 2020-06-16 16:04:09 +02:00
  • 784f1de5ee add field name to literals Adam Schmideg 2020-06-16 15:50:50 +02:00