Commit Graph

  • 02cea2330d eth: returned revert reason in traceTx (#21195) Marius van der Wijden 2020-06-26 10:19:31 +00: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
  • 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
  • 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
  • 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
  • dce533c246 whisper: fix time.sleep by time.ticker in whisper_test (#21251) ucwong 2020-06-23 16:46:59 +08:00
  • 9a188c975d common/fdlimit: build on DragonflyBSD (#21241) Guillaume Ballet 2020-06-19 15:43:52 +02:00
  • 3ebfeb09fe core/rawdb: fix high memory usage in freezer (#21243) AusIV 2020-06-19 02:51:37 -05:00
  • 5435e0d1a1 whisper : use timer.Ticker instead of sleep (#21240) ucwong 2020-06-18 23:58:49 +08:00
  • e029cc6616 go.mod: update snappy dependency (#21237) ucwong 2020-06-18 19:01:49 +08:00
  • 9f1aaecb29 Merge pull request #10 from guagualvcha/gas_limit yutianwu 2020-06-18 10:19:27 +08:00
  • 4bd4469151 add gas limit check in parlia implement fudongbai 2020-06-18 00:26:27 +08:00
  • 56a319b9da cmd, eth, internal, les: add txfee cap (#21212) gary rong 2020-06-17 15:46:31 +08:00
  • bcf19bc4be core/rawdb: swap tailId and itemOffset for deleted items in freezer (#21220) zhangsoledad 2020-06-17 15:41:07 +08:00
  • ce14f2cae5 Merge pull request #6 from guagualvcha/stale_depth zjubfd 2020-06-17 12:10:21 +08:00
  • eb9d7d15ec Merge pull request #21170 from duanhao0814/fix-dup-ecrecover Péter Szilágyi 2020-06-16 11:35:16 +03:00
  • a981b60c25 eth/downloader: don't use defer for unlock before return (#21227) sixdays 2020-06-15 20:46:27 +08:00
  • 2ff7a21d64 update stale depth fudongbai 2020-06-15 17:11:06 +08:00
  • e83397e26a Merge pull request #4 from binance-chain/issue3 zjubfd 2020-06-15 17:16:35 +08:00
  • 9371b2f70c internal/web3ext: add missing params to debug.accountRange (#21208) HackyMiner 2020-06-11 22:41:43 +09:00
  • c85fdb76ee go.mod: update uint256 to 1.1.0 (#21206) Martin Holst Swende 2020-06-11 06:27:43 +02:00
  • e30c0af861 build, internal/ethapi, crypto/bls12381: fix typos (#21210) Yang Hau 2020-06-11 04:25:32 +08:00
  • 4a19c0e7b8 core, eth, internal: include read storage entries in structlog output (#21204) gary rong 2020-06-10 17:46:13 +08:00
  • e9ba536d85 eth/downloader: fix spuriously failing tests (#21149) Martin Holst Swende 2020-06-09 11:39:19 +02:00
  • 89043cba75 accounts/abi: make GetType public again (#21157) Natsu Kagami 2020-06-09 04:26:56 -04:00
  • d5c267fd30 accounts/keystore: fix typo in error message (#21200) Pau 2020-06-09 10:23:42 +02:00
  • a0797e37f8 Merge pull request #21192 from karalabe/fix-escape-analysis Péter Szilágyi 2020-06-08 16:38:05 +03:00
  • 80e887d7bf core/state: avoid escape analysis fault when accessing cached state Péter Szilágyi 2020-06-08 16:11:37 +03:00
  • cf6674539c core/vm: use uint256 in EVM implementation (#20787) Paweł Bylica 2020-06-08 14:24:40 +02:00
  • 39abd92ca8 ethstats: use timer instead of time.sleep (#20924) ucwong 2020-06-08 19:27:08 +08:00
  • 45b7535137 cmd/ethkey: support --passwordfile in generate command (#21183) libby kent 2020-06-08 18:55:51 +09:00
  • da06519347 params: begin v1.9.16 release cycle Felix Lange 2020-06-08 11:00:17 +02:00
  • 0f77f34bb6 params: go-ethereum v1.9.15 stable Felix Lange 2020-06-08 10:56:48 +02:00
  • 651233454e Merge pull request #21188 from karalabe/cht-1.9.15 Péter Szilágyi 2020-06-08 11:16:23 +03:00
  • a5c827af86 params: update CHTs for 1.9.15 release Péter Szilágyi 2020-06-08 11:14:33 +03:00
  • 0b3f3be2b5 internal/ethapi: return revert reason for eth_call (#21083) Marius van der Wijden 2020-06-08 10:09:49 +02:00
  • 88125d8bd0 core: fix typo in comments (#21181) Ev 2020-06-08 03:53:56 -04:00
  • 55f30db0ae core/vm, crypt/bls12381: fixed comments in bls (#21182) Marius van der Wijden 2020-06-08 09:53:19 +02:00
  • 9d93535674 node: missing comma on toml tags (#21187) Mariano Cortesi 2020-06-08 04:52:18 -03:00
  • 4b2ff1457a go.mod: upgrade go-duktape to hide unused function warning (#21168) ucwong 2020-06-04 23:42:05 +08:00
  • cefa2ab1bd Merge pull request #21173 from karalabe/faucet-delete-oldaccs Péter Szilágyi 2020-06-04 11:58:40 +03:00
  • b1b75f0089 accounts/keystore, cmd/faucet: return old account to allow unlock Péter Szilágyi 2020-06-04 10:22:11 +03:00
  • 201e345c65 Merge pull request #21172 from karalabe/faucet-twitter-mobile Péter Szilágyi 2020-06-04 09:30:40 +03:00
  • 469b8739eb acounts/keystore, cmd/faucet: fix faucet double import, fix twitter url Péter Szilágyi 2020-06-04 08:59:26 +03:00
  • 8523ad450d core: filter out txs with invalid signatures as soon as possible Hao Duan 2020-06-03 11:55:14 +08:00
  • 8b83125739 Merge pull request #21162 from karalabe/daofork-order-check-fix Péter Szilágyi 2020-06-03 12:20:57 +03:00
  • f52ff0f1e9 cmd/geth: fix the fork orders for DAO tests Péter Szilágyi 2020-06-03 12:17:54 +03:00
  • 890757f03a cmd, core, params: inital support for yolo-v1 testnet (#21154) Martin Holst Swende 2020-06-03 11:05:15 +02:00
  • 4fc678542d core/vm, crypto/bls12381, params: add bls12-381 elliptic curve precompiles (#21018) kilic 2020-06-03 09:44:32 +03:00
  • 3f649d4852 core: collect NewTxsEvent items without holding reorg lock (#21145) chenglin 2020-06-03 00:52:20 +08:00
  • 5f6f5e345e console: handle undefined + null in console funcs (#21160) Guillaume Ballet 2020-06-02 18:06:22 +02:00
  • d98c42c0e3 rpc: send websocket ping when connection is idle (#21142) Felix Lange 2020-06-02 14:04:44 +02:00
  • 723bd8c17f p2p/discover: move discv4 encoding to new 'v4wire' package (#21147) Felix Lange 2020-06-02 13:20:19 +02:00
  • cd57d5cd38 core/vm: EIP-2315, JUMPSUB for the EVM (#20619) Greg Colvin 2020-06-02 04:30:16 -06:00
  • a35382de94 metrics: replace gosigar with gopsutil (#21041) rene 2020-06-02 11:08:33 +02:00
  • ed9b28fe7b fix validator failed to sync a block produced by itself fudongbai 2020-06-01 21:39:21 +08:00
  • fd8c9c0f1f Merge pull request #1 from binance-chain/gov zjubfd 2020-06-01 15:51:58 +08:00
  • a5eee8d1dc eth/downloader: more context in errors (#21067) Martin Holst Swende 2020-05-29 11:12:43 +02:00
  • 389da6aa48 trie: enforce monotonic range in prover and return end marker (#21130) gary rong 2020-05-27 22:37:37 +08:00
  • b2c59e297b consensus/clique: make internal error private (#21132) sixdays 2020-05-27 22:12:13 +08:00
  • 9219e0fba4 eth: interrupt chain insertion on shutdown (#21114) Felix Lange 2020-05-26 21:37:37 +02:00
  • 4873a9d3c3 build: upgrade to golangci lint v1.27.0 (#21127) Felix Lange 2020-05-26 13:24:22 +02:00
  • 070a5e1252 trie: fix for range proof (#21107) gary rong 2020-05-26 18:11:29 +08:00
  • 81e9caed7d ethstats: avoid blocking chan when received invalid stats request (#21073) Hao Duan 2020-05-26 18:09:00 +08:00
  • 7ddb40239b ethdb/leveldb: use timer instead of time.After (#21066) ucwong 2020-05-26 17:03:37 +08:00
  • 2f66a8d614 metrics/prometheus: define TYPE once, add tests (#21068) Richard Patel 2020-05-26 11:00:09 +02:00
  • dbf6b8a797 cmd/utils: fix default DNS discovery configuration (#21124) Felix Lange 2020-05-25 19:50:36 +02:00
  • befecc9fdf consensus/ethash: fix flaky test by reading seal results (#21085) meowsbits 2020-05-25 11:01:03 -05:00
  • e868adde30 core/vm: improve jumpdest lookup (#21123) Martin Holst Swende 2020-05-25 16:12:48 +02:00
  • 25a661e0c2 consensus/clique: remove redundant pair of parentheses (#21104) yutianwu 2020-05-25 18:00:18 +08:00
  • b72be127cf update 'running a node' part of readme (#2) zjubfd 2020-05-25 17:41:47 +08:00
  • 4f2784b38f all: fix typos in comments (#21118) Martin Michlmayr 2020-05-25 16:21:28 +08:00
  • 48e3b95e77 miner: replace use of 'self' as receiver name (#21113) ucwong 2020-05-25 16:20:09 +08:00
  • b4a2681120 les, les/lespay: implement new server pool (#20758) Felföldi Zsolt 2020-05-22 13:46:34 +02:00
  • 4909842097 add gov init transaction fudongbai 2020-05-13 17:57:53 +08:00
  • 39c80ce175 more strick condition for system transaction fudongbai 2020-05-10 14:26:15 +08:00
  • 60b12acbed add key features to the readme v1.0.0-alpha.0 fudongbai 2020-05-21 18:06:22 +08:00
  • 3a88be5b5e prepare for release 1.0.0-alpha.0 for Rialto network #1 fudongbai 2020-05-20 11:50:21 +08:00
  • 65ce550b37 trie: extend range proofs with non-existence (#21000) gary rong 2020-05-20 20:45:38 +08:00
  • 0a99efa61f whisper: use canonical import name of package go-ethereum (#21099) ucwong 2020-05-20 15:32:54 +08:00
  • 1a2da608df add precompile light client contracts fudongbai 2020-05-20 12:16:09 +08:00
  • 5d5337c576 add async write rotate log handler fudongbai 2020-05-20 11:47:42 +08:00
  • 2ac4ae8395 add consensus engine Parlia implement fudongbai 2020-05-20 11:46:45 +08:00
  • 292b48e6cb modify faucet available for binance smart chain fudongbai 2020-05-20 11:44:06 +08:00
  • d5b7d1cc34 accounts: add blockByNumberNoLock() to avoid double-lock (#20983) Boqin Qin 2020-05-19 18:48:27 +08:00
  • e0987f67e0 cmd/clef, signer/core: password input fixes (#20960) Martin Holst Swende 2020-05-19 10:44:46 +02:00
  • 3666da8a4b console: fix unlockAccount argument count check (#21081) Felix Lange 2020-05-14 13:12:52 +02:00
  • f3f1e59eea accounts/abi: simplify reflection logic (#21058) Marius van der Wijden 2020-05-13 17:50:18 +02:00
  • 677724af0c cmd: fix log contexts (#21077) Satpal 2020-05-13 16:34:24 +01:00
  • 46698d7931 params: begin v1.9.15 release cycle Péter Szilágyi 2020-05-13 12:33:58 +03:00
  • 6d74d1e5f7 params: release go-ethereum v1.9.14 Péter Szilágyi 2020-05-13 12:31:35 +03:00
  • a188a1e150 ethstats: stop report ticker in each loop cycle #21070 (#21071) Hao Duan 2020-05-13 17:06:19 +08:00
  • d02301f758 core: fix missing receipt on Clique crashes (#21045) gary rong 2020-05-13 16:33:48 +08:00
  • 0b63915430 accounts/abi: allow overloaded argument names (#21060) Marius van der Wijden 2020-05-12 13:02:23 +02:00