Commit graph

  • d3dfc5fe89
    create eth_estimateGasList method Kosala Hemachandra 2020-06-02 10:40:33 -0700
  • 3f649d4852
    core: collect NewTxsEvent items without holding reorg lock (#21145) chenglin 2020-06-03 00:52:20 +0800
  • 5f6f5e345e
    console: handle undefined + null in console funcs (#21160) Guillaume Ballet 2020-06-02 18:06:22 +0200
  • b407aa9782 cmd added unsafe shutdown detection to ethereum and lightchain Nagy Salem 2020-06-02 18:09:39 +0300
  • c0196aa184
    Update tx_pool.go Felix Lange 2020-06-02 16:07:49 +0200
  • c13154ae78 console: handle undefined + null in console funcs Guillaume Ballet 2020-06-02 15:13:09 +0200
  • d98c42c0e3
    rpc: send websocket ping when connection is idle (#21142) Felix Lange 2020-06-02 14:04:44 +0200
  • 8073de8da7
    crypto/bls12381: build tags for plain ASM or ADX implementation Péter Szilágyi 2020-06-02 15:03:40 +0300
  • b96b3940a0 rpc: use non-blocking send for websocket pingReset Felix Lange 2020-06-02 13:31:22 +0200
  • 723bd8c17f
    p2p/discover: move discv4 encoding to new 'v4wire' package (#21147) Felix Lange 2020-06-02 13:20:19 +0200
  • 52eb31639d
    core/vm: fix goimports linter issues Péter Szilágyi 2020-06-02 13:36:08 +0300
  • edc565a82b
    go.mod: tiny up sum file Péter Szilágyi 2020-06-02 13:35:05 +0300
  • 166eb30c9c
    core/vm: linting Martin Holst Swende 2020-06-02 08:32:09 +0200
  • ce540314fc
    core/vm/contracts_test: externalize failure-cases for precompiles Martin Holst Swende 2020-06-01 19:54:57 +0200
  • c1a8e25008
    core/vm/contracts_tests: externalize test vectors for precompiles Martin Holst Swende 2020-06-01 18:56:59 +0200
  • 7844272e76
    crypto/bls12381: update multiplication backend kilic 2020-05-24 22:39:27 +0300
  • 63c43ccff0
    crypto/bls12-381: remove old config function kilic 2020-05-19 20:28:25 +0300
  • 135cfc3ecb
    crypto/bls12-381: fix no-adx assembly multiplication kilic 2020-05-19 20:27:55 +0300
  • 84f39e035b
    crypto/bls12381: get rid of new lines at fatal desciprtions kilic 2020-05-18 21:54:16 +0300
  • 53fd2dc967
    crypto/bls12381: use proper init function kilic 2020-05-18 21:51:29 +0300
  • 71fd9366a0
    crypto/bls12381: remove modulus type definition kilic 2020-05-18 20:21:35 +0300
  • 8b8457ea51
    core/vm: rm empty multiexp result declarations kilic 2020-05-18 19:45:57 +0300
  • 43d9f05b76
    core/vm: simpler imput length check for multiexp and pairing precompiles kilic 2020-05-18 19:43:10 +0300
  • 56b7b74f4d
    core/vm: fix multiexp gas calculation and lookup for g1 and g2 kilic 2020-05-18 19:32:27 +0300
  • dea8222ad9
    core/vm: fix point multiplication comments kilic 2020-05-18 18:30:02 +0300
  • 694ba0494e
    crypto/bls12381: change swu, isogeny constants with hex values kilic 2020-05-18 18:11:33 +0300
  • 8e2f3af3cd
    crypto/bls12381: field_element, comparision changes kilic 2020-05-18 17:43:02 +0300
  • 198389ba58
    crypto/bls12381: g1, g2, strict length check for FromBytes kilic 2020-05-18 17:36:18 +0300
  • e286e079a8
    crypto/bls12381: utils, use FromHex for string to big kilic 2020-05-18 17:22:14 +0300
  • 2020a08169
    crypto/bls12381: utils, delete empty line kilic 2020-05-18 17:14:44 +0300
  • 2936895ffa
    crypto/bls12381: swu, use single conditional for e2 kilic 2020-05-18 17:11:05 +0300
  • 93b7c27bdc
    crypto/bls12381: better comments for bls12381 constants kilic 2020-05-18 16:56:18 +0300
  • 76ed899a91
    crypto/bls12381: fix typo kilic 2020-05-18 16:52:56 +0300
  • 3bfb942b3c
    add mappings tests for zero inputs kilic 2020-05-15 01:47:06 +0300
  • a304c93c7f
    remove unsued frobenious coeffs kilic 2020-05-13 11:29:19 +0300
  • f1bc219b5d
    go.mod, go.sum: remove bls12-381 library kilic 2020-05-12 23:27:06 +0300
  • 5160a94904
    crypto/bls12381: import bls12381 elliptic curve implementation kilic 2020-05-12 23:22:41 +0300
  • f2db0a6a75
    crypto/bls12381: introduce bls12-381 library init function kilic 2020-05-05 22:16:17 +0300
  • a6271bdd58
    core/vm: move point encode/decode functions to base library kilic 2020-05-05 22:14:32 +0300
  • 77b5b26a6e
    go.mod, go.sum: use latest bls12381 lib kilic 2020-05-05 22:12:27 +0300
  • 621872f203
    core/vm: add bls12-381 precompile tests kilic 2020-05-03 23:04:56 +0300
  • 666ac9f122
    core/vm: add bls12-381 precompiles kilic 2020-05-03 23:04:19 +0300
  • 033f40bd3f
    params: add bls12-381 precompile gas parameters kilic 2020-05-03 23:02:06 +0300
  • b005a007ad
    crypto: add bls12-381 elliptic curve wrapper kilic 2020-05-03 23:01:36 +0300
  • cd57d5cd38
    core/vm: EIP-2315, JUMPSUB for the EVM (#20619) Greg Colvin 2020-06-02 04:30:16 -0600
  • 7ab55eaa66
    core/vm: define RETURNSUB as a 'jumping' operation + review concerns Martin Holst Swende 2020-06-02 09:40:32 +0200
  • a35382de94
    metrics: replace gosigar with gopsutil (#21041) rene 2020-06-02 11:08:33 +0200
  • bdda98dd40
    tidied go mod renaynay 2020-06-02 11:06:50 +0200
  • ed9b28fe7b
    fix validator failed to sync a block produced by itself fudongbai 2020-06-01 21:39:21 +0800
  • a9498886ba
    optimized imports renaynay 2020-06-02 10:38:05 +0200
  • cf6f0812f9
    removed empty line renaynay 2020-06-02 10:37:15 +0200
  • 8df1907bda
    Add files via upload bigcook12345 2020-06-01 21:13:28 -0500
  • 5f06533a3e
    Add a documentation comment for GetType Natsu Kagami 2020-06-01 19:00:19 -0400
  • 02e51e4847
    Make abi.Type.getType public (as GetType) Natsu Kagami 2020-06-01 16:26:23 -0400
  • eb39602c1e cmd added unsafe shutdown detection Nagy Salem 2020-06-01 22:14:24 +0300
  • fd8c9c0f1f
    Merge pull request #1 from binance-chain/gov zjubfd 2020-06-01 15:51:58 +0800
  • e5f49f8dc0 les: address comment rjl493456442 2020-06-01 13:54:03 +0800
  • 814302c1d8 les: address comment rjl493456442 2020-05-29 15:17:38 +0800
  • a0bda32e8d
    switching back from using renaynay fork to using upstream as PRs were merged on upstream renaynay 2020-05-31 17:33:17 +0200
  • 23912f240c goimports-ed cmd/geth/accountcmd.go ravi bharti 2020-05-31 00:44:00 +0530
  • e4dba4f3ad removed unrelated changes ravi bharti 2020-05-30 23:01:58 +0530
  • 9141a14503 fixed-upgrading account non-interactive mode: flag provided but not defined: -password #20606 ravi bharti 2020-05-30 22:42:53 +0530
  • ce851a85fe merged latest update from github.com/ethereum/go-ethereum master ravi bharti 2020-05-30 12:58:04 +0530
  • 41831c981d
    miner tests: fix travis failure on arm64 Martin Holst Swende 2020-05-29 22:43:33 +0200
  • e8666ed8a2
    eth/downloader tests: fix spurious failing test due to race between receipts/headers Martin Holst Swende 2020-05-29 17:09:42 +0200
  • f582eb55f5
    core/vm: update opcodes for EIP-2315 Martin Holst Swende 2020-05-29 19:19:27 +0200
  • 616b2fcd9a p2p/discover/v4wire: add missing package doc and copyright comment Felix Lange 2020-05-29 14:57:27 +0200
  • 13cdd9e381 p2p/discover: use p2p/discover/v4wire for discv4 encoding Felix Lange 2020-05-29 13:07:16 +0200
  • 340b352792 p2p/discover/v4wire: add new package for v4 wire encoding Felix Lange 2020-05-29 13:06:57 +0200
  • 6182fa39f0
    core/blockchain: prevent nodes from regenerating state from more than ImmutabilityThreshold (90K) blocks Martin Holst Swende 2019-10-04 11:44:55 +0200
  • a5eee8d1dc
    eth/downloader: more context in errors (#21067) Martin Holst Swende 2020-05-29 11:12:43 +0200
  • 81b721a2d0 cmd, consensus, eth, les: implement light fetcher rjl493456442 2020-05-24 20:05:30 +0800
  • 89de7543e8 Adjust the position of the pool traction event to reduce the pool lock time clearly 2020-05-29 13:53:34 +0800
  • 8c4cfa8be4 ethdb/leveldb, trie: add disk read metrics rjl493456442 2020-05-29 10:50:27 +0800
  • 5d4c690cbd rpc: send websocket ping when connection is idle Felix Lange 2020-05-28 15:33:03 +0200
  • 4ab85f3671 trie: return all resolved nodes from edge proofs rjl493456442 2020-05-28 19:19:39 +0800
  • 6d3f7c06a0
    core/vm/eips: gas cost changes for subroutines Martin Holst Swende 2020-05-28 12:00:06 +0200
  • 187fc06fb5
    Merge branch 'develop' Jaynti Kanani 2020-05-28 14:15:42 +0530
  • 14eaf75f6a
    Merge pull request #71 from maticnetwork/sentry-binary Jaynti Kanani 2020-05-28 14:13:58 +0530
  • a418e6a6c0
    chg: change gas target Jaynti Kanani 2020-05-28 13:39:22 +0530
  • 55d85bd716
    chg: make bootnode command available in linux package Jaynti Kanani 2020-05-28 13:18:28 +0530
  • 99fabbd5fb ethdb/leveldb: fix zero value rjl493456442 2020-05-28 14:18:41 +0800
  • b85d4408a8 ethdb: use latest leveldb rjl493456442 2020-05-28 13:32:03 +0800
  • c7327784bd
    keystore,main: allow faucet to start if account already exists meows 2020-05-27 17:54:11 -0500
  • d8b1edbf4d
    downloader: allow at-floor common ancestors meows 2020-05-27 16:03:01 -0500
  • 58dd36b66f
    downloader: use absolute value of remote vs. local height meows 2020-05-27 15:43:44 -0500
  • 9a9d2aadca
    downloader: use Go conventional if (remove 'else') meowsbits 2020-05-27 15:19:02 -0500
  • b2aca18608
    fix: typo Jaynti Kanani 2020-05-28 01:40:34 +0530
  • 1f6fd6de90
    fix: make start.sh executable Jaynti Kanani 2020-05-28 01:15:12 +0530
  • c502bceb13
    fix: typo Jaynti Kanani 2020-05-28 00:31:05 +0530
  • 883aa5159f
    fix: exec start command in bor service Jaynti Kanani 2020-05-27 23:54:28 +0530
  • d64259accd
    updated dep renaynay 2020-05-27 19:30:39 +0200
  • 062fec85a1
    changed dependency from shirou to renaynay (#20) rene 2020-05-27 19:05:12 +0200
  • 48c93af208
    fix: binary package for sentry node Jaynti Kanani 2020-05-27 21:58:19 +0530
  • 389da6aa48
    trie: enforce monotonic range in prover and return end marker (#21130) gary rong 2020-05-27 22:37:37 +0800
  • b2c59e297b
    consensus/clique: make internal error private (#21132) sixdays 2020-05-27 22:12:13 +0800
  • d3479cd668
    trie: make linter happy Péter Szilágyi 2020-05-27 17:08:22 +0300
  • 0b22debdd7 trie: address comment rjl493456442 2020-05-27 19:57:06 +0800
  • 42cb71e5ae trie: address comment and fix lint rjl493456442 2020-05-27 19:48:46 +0800
  • ff05a0e6b5 unified clique variable naming linjing 2020-05-27 19:27:38 +0800