Commit graph

  • a903912b96
    rpc: check module availability at startup (#20597) Felix Lange 2020-01-28 10:37:08 +0100
  • fc287d7645
    core/vm: use fixed uint256 library instead of big Martin Holst Swende 2020-01-27 22:38:20 +0100
  • db432026a4 cmd/geth: remove "shh" API from default whitelist Felix Lange 2020-01-27 19:51:00 +0100
  • 35ffdf7d68 go.mod: remove Otto Guillaume Ballet 2020-01-27 18:34:41 +0100
  • 4bf81fe228
    docs: update FAQ for BOM issue wbt 2020-01-27 12:28:45 -0500
  • cabf34ecbf signer: replace otto with goja Guillaume Ballet 2020-01-27 18:25:31 +0100
  • 259cf33dc2
    docs/Command-Line-Options.md: --password option wbt 2020-01-27 12:20:15 -0500
  • 311ac0d0f7 rpc: improve module availability check Felix Lange 2020-01-27 15:01:59 +0100
  • 44c365c3e2 rpc: reset writeConn when conn is closed on readErr (#20414) Zhou Zhiyao 2020-01-27 21:03:15 +0800
  • a382d7837a
    retesteth: clean txpool on rewind, default dao support Martin Holst Swende 2020-01-27 13:11:14 +0100
  • c6c58895fe internal/build: don't crash in DownloadFile when offline Felix Lange 2020-01-27 12:37:38 +0100
  • 7b68975a00 console, internal/jsre: use github.com/dop251/goja (#20470) Guillaume Ballet 2020-01-27 11:50:48 +0100
  • 60deeb103e cmd/evm: accept --input for disasm command (#20548) Guillaume Ballet 2020-01-27 10:05:21 +0100
  • 0f9539fe59 signer/core add tests to make sure new db keystore works well Huiyi Li 2020-01-26 14:40:55 -0800
  • f7f9d1701e signer/storage,cmd/clef rework clef to support db_storage Huiyi Li 2020-01-26 09:55:52 -0800
  • 24d0f347a6 signer/storage rework db_storage to support postgres sql and potentially other sql databases Huiyi Li 2020-01-25 14:50:11 -0800
  • bee2249e21 signer/storage creaate new db_storage and related tests Huiyi Li 2020-01-24 22:53:43 -0800
  • 39ba4f2a53 console: fix lint Felix Lange 2020-01-24 21:42:58 +0100
  • 53005af04a p2p: allow static dials when discovery is disabled Felix Lange 2020-01-24 21:35:55 +0100
  • 74208c5d95 p2p: remove peersetCh Felix Lange 2020-01-24 21:11:24 +0100
  • 59556bdfee p2p: re-add check for self in checkDial Felix Lange 2020-01-24 21:07:55 +0100
  • 613ef8db02 p2p/simulations/adapters: adapt to new NodeDialer interface Felix Lange 2020-01-24 20:56:56 +0100
  • 41282cc246 Add .github Mason Fischer 2020-01-24 11:21:31 -0500
  • 0c3cd1a461 p2p: new dial scheduler Felix Lange 2019-12-12 14:03:09 +0100
  • 412d857322 Add a README Mason Fischer 2020-01-24 10:39:23 -0500
  • ffa4817399 Revert unnecessary changes Mason Fischer 2020-01-24 10:23:24 -0500
  • 681f566af3 Use native SSTORE and SLOAD Mason Fischer 2020-01-24 10:18:45 -0500
  • d30dd58a7e Add optimism genesis file Mason Fischer 2020-01-24 09:52:42 -0500
  • eb5eb82137 Assert against the returned value of the CALL Mason Fischer 2020-01-24 09:49:41 -0500
  • a3a9d1d632 Pass ovm_test.go Mason Fischer 2020-01-24 09:46:01 -0500
  • e78aecbf1f Pass OVM tests Mason Fischer 2020-01-24 09:23:51 -0500
  • 0b284f6c6c
    cmd/geth/retesteth: use canon head instead of keeping alternate count (#20572) Martin Holst Swende 2020-01-23 20:55:56 +0100
  • 4df46d86d6
    core/vm/runtime: add test for blockhash Martin Holst Swende 2019-03-19 10:26:21 +0100
  • 8a5c81349e eth: fix comment typo in handler.go (#20575) Guillaume Ballet 2020-01-23 16:08:06 +0100
  • 30b157a126 Complete an ovmSSTORE and ovmSLOAD roundtrip test Mason Fischer 2020-01-22 16:30:47 -0500
  • ccb684b93f Store state on call to ovmSSTORE Mason Fischer 2020-01-22 16:00:04 -0500
  • 2ed2db0cbe Only match methodIds on the first 4 bytes of calldata Mason Fischer 2020-01-22 15:32:32 -0500
  • f0da3e014c
    eth/fetcher, eth/handler: differentiate metrics for all/useful broadcasts and announcements Martin Holst Swende 2020-01-22 21:21:44 +0100
  • e83f2b7c9a Add call function in test Mason Fischer 2020-01-22 15:16:02 -0500
  • 608d3355d5 Add mstoreBytes Mason Fischer 2020-01-22 14:55:39 -0500
  • 1cf19d88e1 Print SSTORE on SSTORE and SLOAD on SLOAD Mason Fischer 2020-01-22 14:15:47 -0500
  • 832d1100b9 console: improve web3ext loader Felix Lange 2020-01-22 16:04:50 +0100
  • 3ee39f28d1 console: decompress JS libraries during init Felix Lange 2020-01-22 15:45:25 +0100
  • 4bfe04325e Override CALL opcode Mason Fischer 2020-01-22 09:30:38 -0500
  • 5c13a2a831 Override the MSTORE OPCODE Mason Fischer 2020-01-22 07:57:16 -0500
  • fb5967e7d6
    foo Martin Holst Swende 2020-01-22 09:09:38 +0100
  • 77b900767c console: run initConsole before initWeb3 Felix Lange 2020-01-22 02:34:53 +0100
  • 87e0aa707f console: port to JSRE changes Felix Lange 2020-01-22 01:59:37 +0100
  • fd422db34f internal/jsre: move runtime creation back into JSRE and clean up API Felix Lange 2020-01-22 01:56:20 +0100
  • e230602627 console: remove panic on Set Felix Lange 2020-01-21 18:54:02 +0100
  • b466bc1588 internal/jsre: fix completion of globals Felix Lange 2020-01-21 18:34:53 +0100
  • 3fdc0937eb internal/jsre: fix pretty-printing of floats Felix Lange 2020-01-21 17:37:04 +0100
  • 33c56ebc67 cmd: implement abidump (#19958) Martin Holst Swende 2020-01-21 15:51:36 +0100
  • 31baf3a9af log, internal/debug: delete RotatingFileHandler (#20586) Felix Lange 2020-01-21 13:57:33 +0100
  • 9126062289 internal/debug: remove unused RotatingFileHandler setup code Felix Lange 2020-01-21 11:25:45 +0100
  • ce11d2d0cc
    cmd/abidump: add license Martin Holst Swende 2020-01-21 11:03:32 +0100
  • 4e0f3cf3d8 log: delete RotatingFileHandler Felix Lange 2020-01-21 10:54:27 +0100
  • c5f29f7510
    detailed hashimoto debug Martin Holst Swende 2020-01-21 10:49:54 +0100
  • df2114616d
    more debug Martin Holst Swende 2020-01-21 08:37:54 +0100
  • 1613e1d884
    more debugging Martin Holst Swende 2020-01-21 08:32:39 +0100
  • b1756c4312
    add cache check Martin Holst Swende 2020-01-20 21:35:25 +0100
  • 996c4d1319
    more debug Martin Holst Swende 2020-01-20 20:51:55 +0100
  • ad2fc7c6a6
    params: begin Geth v1.9.11 release cycle Péter Szilágyi 2020-01-20 12:32:47 +0200
  • 58cf5686ea
    params: release Geth v1.9.10 v1.9.10 Péter Szilágyi 2020-01-20 12:27:51 +0200
  • b4aa4a6965
    Merge pull request #20580 from karalabe/cht-1.9.10 Péter Szilágyi 2020-01-20 11:18:37 +0200
  • b88b4632c2 core: fix chain indexer unit test (#20506) gary rong 2020-01-20 16:38:08 +0800
  • 1f1cefc036
    params: update CHTs for v1.9.10 release Péter Szilágyi 2020-01-20 10:28:49 +0200
  • 4c8fcd93da
    Merge pull request #20579 from karalabe/android-go-1.13.6 Péter Szilágyi 2020-01-20 00:55:00 +0200
  • fcc84c38dd
    travis: bump Android builder to Go 1.13.6 Péter Szilágyi 2020-01-20 00:54:20 +0200
  • 6d200efe72
    Merge pull request #20578 from karalabe/win-go-1.13.6 Péter Szilágyi 2020-01-20 00:53:13 +0200
  • 92956e2930
    appveyor: bump Go to 1.13.6 on Windows Péter Szilágyi 2020-01-20 00:50:59 +0200
  • 1ffab783a5 signer/storage abstract aes_gcm related funcs to separate file for db_storage impl Huiyi Li 2020-01-19 14:47:10 -0800
  • b2c09a7e62 cmd/clef: add --vault flag Huiyi Li 2020-01-18 19:10:45 -0800
  • 19aa0c3325
    Add instructions to install via macports Umesh Singla 2020-01-18 15:29:59 +0530
  • 86c59b6b05 eth: fix comment typo in handler.go Guillaume Ballet 2020-01-17 18:56:40 +0100
  • 9b09c0fc83 * trie: utilize callbacks instead of amassing lists in ref/unref (#20529) Martin Holst Swende 2020-01-17 12:59:45 +0100
  • 770316dc20 core, light: write chain data in atomic way (#20287) gary rong 2020-01-17 18:49:32 +0800
  • 0af96d2556
    cmd/devp2p: submit Route53 changes in batches (#20524) Felix Lange 2020-01-17 11:32:29 +0100
  • d5acc5ed9e p2p: ensure Server.loop is ticking even if discovery hangs (#20573) Felix Lange 2020-01-17 11:29:16 +0100
  • c2f2a60948
    cmd/geth/retesteth: use canon head instead of keeping alternate count Martin Holst Swende 2020-01-17 11:20:25 +0100
  • 3d71d05353 p2p: ensure Server.loop is ticking even if discovery hangs Felix Lange 2020-01-17 11:17:28 +0100
  • 6e8ea88338 cmd/devp2p: fix lint Felix Lange 2020-01-17 11:02:22 +0100
  • 577c7602dc cmd/devp2p: lower the Route53 limit Felix Lange 2020-01-17 10:59:12 +0100
  • 91b9f5d36a cmd/devp2p: use TTL constants in the CloudFlare deployer Felix Lange 2020-01-17 10:52:48 +0100
  • c3d62eeb74 cmd/devp2p: add missing copyright header Felix Lange 2020-01-17 10:50:46 +0100
  • ba51571ffd cmd/devp2p: use original TTL for Route53 deletes Felix Lange 2020-01-17 10:49:01 +0100
  • 2d78421da7
    Merge pull request #6 from ethereum/master jkcomment 2020-01-17 11:04:08 +0900
  • b9c87b0005 cmd/devp2p: ensure Route53 changes are sorted Felix Lange 2020-01-14 09:57:47 +0100
  • fcafa0baa5 p2p: wait for listener goroutines on shutdown (#20569) Felix Lange 2020-01-16 13:10:15 +0100
  • 1ee754b056 build: upgrade golangci to 1.22.2 (#20566) Guillaume Ballet 2020-01-16 13:09:38 +0100
  • b3b8d36995
    Merge pull request #20570 from karalabe/ppa-focal-go-1.13.6 Péter Szilágyi 2020-01-16 14:09:00 +0200
  • b5fc1d12b2 rpc: add test for client gzip handling Felix Lange 2020-01-16 12:49:26 +0100
  • 9b32f592dc
    travis, build: enable Ubuntu Focal and Go 1.13.6 on PPA Péter Szilágyi 2020-01-16 13:28:32 +0200
  • a348312d48 .golangci.yml: don't fail on asset deadcode Guillaume Ballet 2020-01-15 19:12:35 +0100
  • cc02f5517d p2p: wait for all slots on exit Felix Lange 2020-01-16 12:09:02 +0100
  • 3e97b04a3d build: put GOPATH in /tmp on launchpad (#20564) Felix Lange 2020-01-16 12:03:41 +0100
  • be25363654 build: don't remove GOPATH from go tool environment Felix Lange 2020-01-16 10:38:02 +0100
  • bf15e31b79
    consensus/ethash: verbose output on mixhash errror Martin Holst Swende 2020-01-16 10:03:24 +0100
  • 5ba0dd8880
    p2p: wait for goroutine exit, fixes #20558 Martin Holst Swende 2020-01-15 09:07:52 +0100
  • 0a9258f4c4 abi: fix TestGolangBindings Guillaume Ballet 2020-01-15 18:49:27 +0100