Commit graph

  • 4e693ad5a6
    swarm/tracing: disable stdout logging for opentracing (#17931) Anton Evangelatov 2018-10-17 14:46:59 +0200
  • 205f82e721 Fixed backend fetching to use context Nick Johnson 2018-10-17 13:30:40 +0100
  • c5f893d24c Add doc-comments Nick Johnson 2018-10-17 12:46:20 +0100
  • 7e587ce3ca cmd/bootnode: fix -writeaddress output Felix Lange 2018-10-17 12:19:36 +0200
  • 6b083920cc swarm/tracing: disable stdout logging for opentracing Anton Evangelatov 2018-10-17 12:01:48 +0200
  • 0e68b88edd accounts/keystore: reduce code line width Delweng Zheng 2018-10-17 16:39:40 +0800
  • 9cab312a4a accounts/keystore: reduce file name length Delweng Zheng 2018-10-17 16:38:31 +0800
  • 20af817433 cmd/geth: Updated countdown log Lucas Hendren 2018-10-17 01:12:34 -0400
  • 498c417a68 eth/: Fix nil error in config file Lucas Hendren 2018-10-17 00:58:45 -0400
  • 5cec18b24a eth: Fixed styling and gen_config Lucas Hendren 2018-10-17 00:32:01 -0400
  • b7fdf73a35
    Merge pull request #222 from nguyenbatam/tiny_fix_hook_penalty Tuna 2018-10-17 10:57:46 +0700
  • 556dd4275b tiny fix hook penalty Nguyen Ba Tam 2018-10-17 10:47:22 +0700
  • 19861d8639 eth: fix an issue when use debug.storageRangeAt Delweng Zheng 2018-10-17 10:57:21 +0800
  • 507ae53d67 Revert "eth: return after ApplyMessage" Delweng Zheng 2018-10-17 10:26:16 +0800
  • e9f16278cf eth: return after ApplyMessage Delweng Zheng 2018-09-28 16:37:40 +0800
  • a79bacd7e2 Move some single use args types into anonymous structs Nick Johnson 2018-10-16 20:42:01 +0100
  • c3387f8d0c Moved schema into its own source file Nick Johnson 2018-10-16 20:38:19 +0100
  • 32068e0e31 Add syncing API Nick Johnson 2018-10-16 20:27:44 +0100
  • 0e6fa8ef86 Add protocolVersion API Nick Johnson 2018-10-16 20:15:27 +0100
  • 135b7d9f5c Add gasPrice API Nick Johnson 2018-10-16 20:12:53 +0100
  • ae36406238 swarm/network/stream: addressed PR comments Fabio Barone 2018-10-16 13:03:26 -0500
  • 19735c1d23 Restructured Transaction to work primarily with headers, so uncle data is reported properly Nick Johnson 2018-10-16 18:24:56 +0100
  • 549d64929d Fix bug in runFilter Nick Johnson 2018-10-16 15:40:38 +0100
  • b235d18367 Add support for logs Nick Johnson 2018-10-16 15:29:53 +0100
  • 4466c7b971 metrics: added NewCounterForced (#17919) holisticode 2018-10-16 09:22:51 -0500
  • d92e373123 Converted most quantities to Long instead of Int Nick Johnson 2018-10-16 14:30:13 +0100
  • 21cef58afb Replace ethgraphql.Hash with common.Hash Nick Johnson 2018-10-16 14:22:02 +0100
  • 268a03b102 Replace ethgraphql.Address with common.Address Nick Johnson 2018-10-16 14:16:20 +0100
  • ba6f531027 Refactor call and estimateGas to use ethapi struct type Nick Johnson 2018-10-16 14:13:21 +0100
  • 8790e18ae7 Replace BigNum with hexutil.Big Nick Johnson 2018-10-16 13:48:23 +0100
  • bd189038a4 swarm/network/stream: Added comments explaining RegistryOptions Attila Gazso 2018-10-16 14:39:15 +0200
  • 59e2a7f2c8 Refactored to use hexutil.Bytes instead of HexBytes Nick Johnson 2018-10-16 13:31:36 +0100
  • c6c6a7a68f Add Call and EstimateGas to graphQL API Nick Johnson 2018-10-16 12:39:07 +0100
  • 8563484836 dashboard: traffic charts Kurkó Mihály 2018-10-16 14:15:56 +0300
  • 42bbab1b03 Added sendRawTransaction mutation Nick Johnson 2018-10-16 11:51:06 +0100
  • 2868acd80b core/types: fix comment for func SignatureValues (#17921) Smilenator 2018-10-16 13:45:28 +0300
  • 706b93b0db get rid of annoying msg if the node is still importing blocks only AnilChinchawale 2018-10-16 15:14:43 +0530
  • ff0e477ed6
    core/types: fix comments for func SignatureValues Smilenator 2018-10-16 12:36:20 +0300
  • a6094e3346
    Merge pull request #219 from tomochain/docker Etienne Napoleone 2018-10-16 10:35:59 +0700
  • 492095764a swarm/network/stream: disambiguate chunk delivery messages (retrieval vs syncing) Fabio Barone 2018-10-15 19:48:56 -0500
  • ae246cf392 metrics: added NewCounterForced Fabio Barone 2018-10-15 19:19:50 -0500
  • 68c973a06f
    Merge 0d0fcb6225 into 6c313fff7b Anton Evangelatov 2018-10-16 00:09:41 +0000
  • 6c313fff7b cmd/geth: don't set GOMAXPROCS by default (#17148) Wenbiao Zheng 2018-10-15 19:02:53 -0500
  • 91f6f53127
    ethclient: simplify TransactionInclusionBlock Felix Lange 2018-10-16 00:54:47 +0200
  • a352de6a08 core/vm: add shortcuts for trivial exp cases (#16851) Martin Holst Swende 2018-10-16 00:51:39 +0200
  • 6a7695e367 ethdb, rpc: support building on js/wasm (#17709) Dmitrij Koniajev 2018-10-16 01:47:25 +0300
  • 16e4d0e005 p2p: meter peer traffic, emit metered peer events (#17695) Kurkó Mihály 2018-10-16 01:40:51 +0300
  • 331fa6d307 accounts/usbwallet: simplify code using -= operator (#17904) Evgeny 2018-10-16 01:34:50 +0300
  • 3e92c853fb cmd/clef: fix typos in README (#17908) Grachev Mikhail 2018-10-16 01:33:09 +0300
  • 60827dc50f tests: update tests, implement no-pow blocks (#17902) Martin Holst Swende 2018-10-16 00:26:47 +0200
  • 16065d6800
    core/vm, eth/tracers: goimports Martin Holst Swende 2018-10-15 21:07:11 +0200
  • 75aeee1c30 Add transactionAt and ommerAt to Block Nick Johnson 2018-10-15 17:02:48 +0100
  • 85398a64cf swarm: empty commit to retrigger CI build Attila Gazso 2018-10-15 16:22:47 +0200
  • 460d1586e6 Added ommerCount to Block Nick Johnson 2018-10-15 14:16:36 +0100
  • 76e45cf2c1 Add query operator, for a range of blocks Nick Johnson 2018-10-15 14:12:02 +0100
  • 4ecd3de5fc Update transaction, receipt and log to match ethql Nick Johnson 2018-10-15 14:01:51 +0100
  • 60bd7959a3
    core/vm, eth/tracers: fix nil deref in tests Martin Holst Swende 2018-10-15 14:59:43 +0200
  • 928615200a Rename nonce to transactionCount in Account, to be compatible with ethql Nick Johnson 2018-10-15 13:50:05 +0100
  • 4e3be4fe83 Update Block type to be compatible with ethql Nick Johnson 2018-10-15 13:44:19 +0100
  • 1c2fa50f6f
    Merge 8b3b2d77c0 into 2e98631c5e Martin Holst Swende 2018-10-15 12:42:47 +0000
  • cd53e6083a Add types and . Nick Johnson 2018-10-15 13:24:58 +0100
  • 5048865006
    Merge ac4392bd4b into 2e98631c5e bakaoh 2018-10-15 11:25:51 +0000
  • ac4392bd4b Add encryption methods to ethclient bakaoh 2018-10-12 16:08:08 +0700
  • 97332d7628 swarm: restructured RegistryOption initializing Attila Gazso 2018-10-15 13:02:30 +0200
  • d187a18e74 dashboard: visualize peer table Kurkó Mihály 2018-10-15 13:13:05 +0300
  • 2e98631c5e
    rpc: fix client shutdown hang when Close races with Unsubscribe (#17894) Felix Lange 2018-10-15 10:56:04 +0200
  • fcb3110ab1
    tests: re-enable constantinople statetests Martin Holst Swende 2018-10-15 10:50:36 +0200
  • 72992136e2
    keep the debug Etienne Napoleone 2018-10-15 14:57:26 +0700
  • 254ae2cc10
    remove bash debug from docker entrypoint Etienne Napoleone 2018-10-15 14:48:11 +0700
  • 832035636b cmd/geth, eth/, les: switched to downloader event Lucas Hendren 2018-10-15 01:23:34 -0400
  • 90f0d2c354
    core/vm: adds refund as part of the json standard trace Martin Holst Swende 2018-10-15 00:20:15 +0200
  • 2a5cab1731 Merge pull request #17909 from kurkomisi/dashboard-upgrade-webpack Kurkó Mihály 2018-10-15 00:12:44 +0300
  • f4244d9848 dashboard: improve development process Kurkó Mihály 2018-10-14 22:01:18 +0300
  • 121cd7dd8d
    Fix typos Grachev Mikhail 2018-10-14 23:43:37 +0300
  • afd1aa6171 p2p: goimports Kurkó Mihály 2018-10-14 19:04:52 +0300
  • c3a2e0a2b0 dashboard, p2p, vendor: handle peer events Kurkó Mihály 2018-10-14 18:37:41 +0300
  • ed02332148 Add transactionCount to block Nick Johnson 2018-10-14 15:33:39 +0100
  • 8556748638 p2p: properly decrement metered peer count Kurkó Mihály 2018-10-14 15:39:23 +0300
  • 070a519aa5 p2p: keep life-cycle events, change racey construct Kurkó Mihály 2018-10-14 14:51:26 +0300
  • fe18aa2400 p2p: use the metered variable in the condition Kurkó Mihály 2018-09-19 12:25:49 +0300
  • 269e16945c p2p: change close when the peer is not metered Kurkó Mihály 2018-09-19 12:14:33 +0300
  • c0af8b14af p2p: fix comment Kurkó Mihály 2018-09-19 11:45:33 +0300
  • 263304dfa0 p2p: requested changes Kurkó Mihály 2018-09-19 11:42:37 +0300
  • 93e6fdf58a p2p: fix linter issue Kurkó Mihály 2018-09-19 10:53:33 +0300
  • f5056b68e2 p2p: redo typo fix Kurkó Mihály 2018-09-18 19:24:52 +0300
  • 9a4fb4a7ed p2p: meter peer traffic, emit metered peer events Kurkó Mihály 2018-09-18 19:17:16 +0300
  • c46a697c26 Finish receipts, add logs Nick Johnson 2018-10-14 13:04:53 +0100
  • e0f4d7e9e5 Added receipts, and more transaction fields. Nick Johnson 2018-10-14 11:04:29 +0100
  • f319f5c1df in case a masternode resigns, let him continue until end of the current epoch AnilChinchawale 2018-10-14 15:08:02 +0530
  • cf4bac4a15 swarm/network/stream: assign error and check in one line Attila Gazso 2018-10-14 11:28:58 +0200
  • 806ed88d59 More simplified by using assignment operators Evgeny 2018-10-13 21:00:01 +0300
  • 5cc42a3307
    Merge fab8333bd2 into 6566a0a3b8 Nick Johnson 2018-10-13 10:28:25 +0000
  • 4b53623cd3 Initial work on a graphql API Nick Johnson 2018-10-13 11:27:19 +0100
  • ed0fc101fc
    Merge a222ed4fa0 into 6566a0a3b8 holisticode 2018-10-12 19:54:25 +0000
  • a222ed4fa0 swarm/swap, p2p/protocols: finalized first phase of swap accounting Fabio Barone 2018-10-12 11:18:27 -0500
  • 2529436c63
    tests: go fmt Martin Holst Swende 2018-10-12 21:49:57 +0200
  • ec5cc95039
    tests: update tests, implement no-pow blocks Martin Holst Swende 2018-09-19 09:44:19 +0200
  • 86b421d8e1 swarm/swap: rebased on latest master Fabio Barone 2018-10-11 19:09:28 -0500
  • 9f3a664312 p2p/protocols: optimized accounting Fabio Barone 2018-10-11 19:01:58 -0500
  • 9f82f9bea5 p2p/protocols: unit tests for accounting hooks Fabio Barone 2018-10-10 16:56:01 -0500