Commit Graph

  • c21a7161b3 rlp: use underlying slice for headers Marius van der Wijden 2020-07-01 11:29:34 +02:00
  • bec2979e33 set print to Sload and Sstore ronnie 2020-07-01 17:56:59 +09:00
  • ec51cbb5fb
    cmd/geth: LES priority client test (#20719) Adam Schmideg 2020-07-01 10:31:11 +02:00
  • 0d5d33e9de core/txlist, txpool: save a reheap operation, avoid some bigint allocs Martin Holst Swende 2020-06-17 23:45:11 +02:00
  • 2e39db15ee core/tests: benchmark for tx_list Martin Holst Swende 2020-06-17 23:44:09 +02:00
  • 44157d3f32 core: handle pools full of locals better Martin Holst Swende 2020-06-17 19:16:44 +02:00
  • 97cbad2102 core: added tx.GasPriceIntCmp for comparison without allocation Marius van der Wijden 2020-06-17 15:48:33 +02:00
  • b2f8a012f5 Update core/tx_list.go Martin Holst Swende 2020-06-17 15:57:00 +02:00
  • 90a2f2de7c core, crypto: various allocation savings regarding tx handling Martin Holst Swende 2020-06-17 15:46:17 +02:00
  • 125a9e2905 core: use uint64 for total tx costs instead of big.Int Marius van der Wijden 2020-06-17 14:19:44 +02:00
  • e59dd01d30 core: added local tx pool test case Marius van der Wijden 2020-06-17 17:30:19 +02:00
  • 4da4198c51 account: added lock and unlock as interface functions to wallet, * internal/ethapi: added validation to check if keystore backend is available for NewAccount and ImportRawKey functions vsmk98 2020-06-27 17:08:19 +08:00
  • 2aefb7d77f whisper : Discard msg finally when err occurs in msg loop ucwong 2020-07-01 09:21:41 +08:00
  • 8ae42fd927 Add a bunch of debug printlns Karl Floersch 2020-06-30 18:37:32 -04:00
  • 34ec06df99
    internal/ethapi: error on keystore-methods when no keystore is present Martin Holst Swende 2020-06-30 20:39:34 +02:00
  • a94cc1eff4
    console: prevent importRawKey from getting into CLI history Martin Holst Swende 2020-06-30 20:38:47 +02:00
  • d671dbd5b7
    eth/downloader: fixes data race between synchronize and other methods (#21201) Marius van der Wijden 2020-06-30 19:43:29 +02:00
  • 1e635bd0bd
    go.mod: updated crypto deps causing build failure (#21276) rene 2020-06-30 16:05:59 +02:00
  • 3a3f482068 whisper : discard handshake message package ucwong 2020-06-30 22:02:41 +08:00
  • b86b1e6d43
    go.mod: bump gopsutil version (#21275) Guillaume Ballet 2020-06-30 15:22:21 +02:00
  • 6f46fc0589
    allow slash failed (#15) zjubfd 2020-06-30 20:22:57 +08:00
  • 127163ace2
    updated few deps causing build failure renaynay 2020-06-30 14:05:16 +02:00
  • ea4ffd3f4c go.mod: bump gopsutil version Guillaume Ballet 2020-06-30 13:16:55 +02:00
  • 81c434826b Move node creation code into helper functions Guillaume Ballet 2020-06-30 13:11:08 +02:00
  • d2fec167ca rework stacktrie tests to work on master Guillaume Ballet 2020-06-30 12:51:13 +02:00
  • 6aae512a17 rename ReStackTrie to StackTrie Guillaume Ballet 2020-06-30 12:24:55 +02:00
  • bd0fbc2cc9 trie: Add the initial stacktrie.go Guillaume Ballet 2020-06-25 16:32:37 +02:00
  • ddeea1e0c6
    core: types: less allocations when hashing and tx handling (#21265) Marius van der Wijden 2020-06-30 11:59:06 +02:00
  • 6f40b0e238
    Merge pull request #14 from binance-chain/crossContract HaoyangLiu 2020-06-30 16:39:53 +08:00
  • ef1e8746d6 add cross chain contract to system contract fudongbai 2020-06-30 08:38:01 +00:00
  • a121f1572a eth, les: fix lint rjl493456442 2020-06-30 16:26:11 +08:00
  • 511bbf546f
    add bep2p tokens for faucet (#5) zjubfd 2020-06-30 16:16:26 +08:00
  • 5e4f5785c7
    fix debug_traceTransaction crashed issue (#13) zjubfd 2020-06-30 16:15:12 +08:00
  • e376d2fb31
    cmd/evm: add state transition tool for testing (#20958) Martin Holst Swende 2020-06-30 10:12:51 +02:00
  • dd91c7ce6a
    cmd: abstract getPassPhrase functions into one (#21219) Binacs 2020-06-30 15:56:40 +08:00
  • c13df14581
    utils: fix ineffectual miner config flags (#21271) meowsbits 2020-06-30 02:05:25 -05:00
  • e4eafeb271 p2p/peer:Fix panic when add a p2p service without func Run ucwong 2020-06-30 10:04:09 +08:00
  • d047e26f08
    utils: fix ineffectual miner config flags meows 2020-06-29 06:45:29 -05:00
  • 365a7ec816 cmd/evm: regenerate README Felix Lange 2020-06-29 11:52:16 +02:00
  • 0287ba0bca cmd/evm/internal/t8ntool: fix trace flag Felix Lange 2020-06-29 11:50:26 +02:00
  • f8b2365f8e Print full enode url for enr Adam Schmideg 2020-06-29 11:47:00 +02:00
  • 3cff2ee3cd trie: use crypto.KeccakState instead of replicating code Marius van der Wijden 2020-06-29 08:53:45 +02:00
  • 88935d0f4b
    Create go.yml Jeedneux89 2020-06-28 10:56:56 +02:00
  • e314709296 reverted some changes Marius van der Wijden 2020-06-26 14:58:04 +02:00
  • 3279cfbaab reverted some changes Marius van der Wijden 2020-06-26 14:55:04 +02:00
  • aea7081ee6 core/types: pool legacykeccak256 objects in rlpHash Marius van der Wijden 2020-06-26 13:58:51 +02:00
  • e01672d7da core: added tx.GasPriceIntCmp for comparison without allocation Marius van der Wijden 2020-06-17 15:48:33 +02:00
  • 5e8696c70d core: reduce allocs for gas price comparison Marius van der Wijden 2020-06-17 13:13:48 +02:00
  • d53f885418 core, crypto: various allocation savings regarding tx handling Martin Holst Swende 2020-06-17 15:46:17 +02:00
  • 044a3de63a trie: remove writeHPRLP Guillaume Ballet 2020-06-26 13:51:35 +02:00
  • 4b06034376
    Update "Go Account Management" doc (#21248) Paweł Zaremba 2020-06-26 12:20:23 +02:00
  • 02cea2330d
    eth: returned revert reason in traceTx (#21195) Marius van der Wijden 2020-06-26 10:19:31 +00:00
  • 4c0e26aa7c trie: Replace custom HP/RLP calculation with standard ones Guillaume Ballet 2020-06-26 12:13:00 +02:00
  • 713a403310 rename ReStackTrie to StackTrie Guillaume Ballet 2020-06-25 16:49:19 +02:00
  • 45bc57c3b7 trie: Add the initial stacktrie.go Guillaume Ballet 2020-06-25 16:32:37 +02:00
  • 37571916cc cmd/evm: regenerate README Felix Lange 2020-06-25 15:22:10 +02:00
  • e1dd944030 cmd/utils: add some padding for flags in subcommand help Felix Lange 2020-06-25 15:21:25 +02:00
  • b878ffd571 cmd/evm: fix usage again Felix Lange 2020-06-25 15:21:10 +02:00
  • a1382742a1 cmd/evm: regenerate README Felix Lange 2020-06-25 15:15:09 +02:00
  • 72be7212cd cmd/utils: fix subcommand help output alignment Felix Lange 2020-06-25 15:14:17 +02:00
  • 160016ec02 cmd/evm: move state t8n tool into cmd/evm Felix Lange 2020-06-25 15:13:52 +02:00
  • 2aba505eac
    cmd/statet8n: add testdata for dao transition Martin Holst Swende 2020-06-25 09:37:15 +02:00
  • 16186184d7
    cmd/statet8n: handle dao transition Martin Holst Swende 2020-06-25 09:35:53 +02:00
  • 413358abb9
    cmd/geth: make import cmd exit with 1 if import errors occurred (#21244) meowsbits 2020-06-24 15:01:58 -05:00
  • 0c82928981
    core/vm: fix incorrect computation of BLS discount (#21253) Marius van der Wijden 2020-06-24 19:58:28 +00:00
  • b482423e61
    trie: reduce allocs in insertPreimage (#21261) Marius van der Wijden 2020-06-24 19:56:27 +00:00
  • faccc9c34d trie: reduce allocs in insertPreimage Marius van der Wijden 2020-06-24 16:43:49 +02:00
  • 48e41dceaf devp2p discv4 info <node> prints basic info about a node Adam Schmideg 2020-06-24 14:52:27 +02:00
  • 4122416ba3
    downloader: handle light sync case as findAncestor condition meows 2020-06-24 06:24:41 -05:00
  • 93142e50c3
    eth: don't block if transaction broadcast loop fails (#21255) gary rong 2020-06-24 18:54:13 +08:00
  • 23f1a0b783
    crypto/secp256k1: enable 128-bit int code and endomorphism optimization (#21203) Felix Lange 2020-06-24 12:51:32 +02:00
  • da180ba097
    cmd/devp2p: add commands for node key management (#21202) Felix Lange 2020-06-24 10:41:53 +02:00
  • f68a7c90fe
    metrics : fix fresh timer channel wait location ucwong 2020-06-24 16:40:23 +08:00
  • 11bc803884
    Merge pull request #11 from guagualvcha/gas_limit zjubfd 2020-06-24 16:22:21 +08:00
  • 6a19c9803c
    remove redundant gaslimit check fudongbai 2020-06-24 16:17:22 +08:00
  • f2d92cb73f core/vm: better benchmarking logic Marius van der Wijden 2020-06-24 09:53:45 +02:00
  • 7dbb330991 eth: address comment rjl493456442 2020-06-24 14:52:08 +08:00
  • c42d1390d3
    Merge pull request #21256 from karalabe/p2p-packet-metrics Péter Szilágyi 2020-06-24 09:44:23 +03:00
  • 42ccb2fdbd
    p2p: measure packet throughput too, not just bandwidth Péter Szilágyi 2020-06-24 09:36:20 +03:00
  • 21a914ab49 cmd/ethkey: fix compilation failure rjl493456442 2020-06-24 11:17:55 +08:00
  • 3031282381 eth: kick out peer if we failed to send message rjl493456442 2020-06-24 10:56:04 +08:00
  • 83c7d841eb
    Ingest Block Batches (#8) Will Meister 2020-06-23 16:50:40 -05:00
  • d59bdde49c
    cmd/statet8n: use different tx checks depending on chain rules Martin Holst Swende 2020-06-23 20:46:26 +02:00
  • e4c8ac4d19 core/vm: better calculation logic, added worstcase benchmarks Marius van der Wijden 2020-06-23 16:03:07 +02:00
  • 8dbb09cab6 eth: don't block if transaction broadcast loop is returned rjl493456442 2020-06-23 20:30:48 +08:00
  • dce533c246
    whisper: fix time.sleep by time.ticker in whisper_test (#21251) ucwong 2020-06-23 16:46:59 +08:00
  • afb14b8742
    core/tests: fix compilation failure Martin Holst Swende 2020-06-23 09:48:38 +02:00
  • 91ff2cfa01
    eth,internal: make globalgascap uint64 Martin Holst Swende 2020-06-23 09:13:42 +02:00
  • c310ac4513 core/vm: better logic for discount calculation Marius van der Wijden 2020-06-23 09:17:50 +02:00
  • fb2cef054b
    rpc, internal/ethapi: default rpc gascap at 50M + better error message Martin Holst Swende 2020-06-17 12:29:55 +02:00
  • 757f861e97 core/vm: fix incorrect computation of discount Marius van der Wijden 2020-06-22 19:46:17 +02:00
  • d915a9aeb1
    eth/protocols: snap sync suspension, fix deadlocks Péter Szilágyi 2020-06-22 16:59:00 +03:00
  • 92891f9807 metrics : use time.Timer instead of time.Sleep in metrics ucwong 2020-06-22 18:43:20 +08:00
  • b06c4ab17e Complete update Paweł Zaremba 2020-06-22 09:05:08 +02:00
  • b054628bcc whisper_test | whisper test fix time.sleep by time.ticker ucwong 2020-06-22 12:03:02 +08:00
  • c0d85c5743 core: fix lint rjl493456442 2020-06-20 14:05:55 +08:00
  • 22c98b23f6 Update to the new API Paweł Zaremba 2020-06-19 17:50:17 +02:00
  • 9a188c975d
    common/fdlimit: build on DragonflyBSD (#21241) Guillaume Ballet 2020-06-19 15:43:52 +02:00
  • 34bde4fe25 eth/downloader: added comment Marius van der Wijden 2020-06-19 12:04:27 +02:00
  • 6a4d48ce24 review feedback Guillaume Ballet 2020-06-19 12:04:24 +02:00