Commit graph

  • 84ca056e3e metrics: removed repetitive math Clayton Jacobs 2018-06-11 18:07:30 +0800
  • 1d666cf27e rpc: fix a comment typo (#16929) xincaosu 2018-06-11 17:01:13 +0800
  • 9ceb25c702 rpc: fix a comment typo Xincao Su 2018-06-11 16:21:50 +0800
  • eac16f9824 core: improve getBadBlocks to return full block rlp (#16902) Martin Holst Swende 2018-06-11 10:03:40 +0200
  • 1788a611ae
    Merge 9dbf725ced into 69c52bde3f Diep Pham 2018-06-11 07:41:35 +0000
  • 69c52bde3f ethclient: fix RPC parse error of Parity response (#16924) Steven Roose 2018-06-11 09:41:09 +0200
  • 2977538ac0 light: new CHTs for mainnet and ropsten (#16926) Felföldi Zsolt 2018-06-11 09:38:05 +0200
  • 7f0726f706 metrics: return an empty snapshot for NilResettingTimer (#16930) Anton Evangelatov 2018-06-11 10:31:55 +0300
  • 9dbf725ced
    common: add BlockNumber to transaction receipt Diep Pham 2018-06-06 17:46:34 +0700
  • 10f83d824a update latest validator contract Nguyen Sy Thanh Son 2018-06-11 05:18:00 +0000
  • 09456a7359 Merge remote-tracking branch 'tomochain/master' into dev Nguyen Sy Thanh Son 2018-06-11 04:47:16 +0000
  • 5ef43e09c4
    core/vm: less allocs in sload Martin Holst Swende 2018-06-10 23:56:28 +0200
  • 4f26fab1e9
    core/vm: less alloc and copying for mstore Martin Holst Swende 2018-06-10 22:33:50 +0200
  • f9871ad4cf
    vm/test: add tests+benchmarks for mstore Martin Holst Swende 2018-06-10 22:28:46 +0200
  • aa511fb523 add BLOCK REWARD TO CLIQUE CONFIG AnilChinchawale 2018-06-09 17:20:53 +0530
  • fb5bf32637
    Merge pull request #36 from ShyftNetwork/greg/tracing Gregory Markou 2018-06-08 15:37:56 -0400
  • c5b3b93fb4 fix merge greg 2018-06-08 14:11:27 -0400
  • 3f957e6ad1 Add tracer logs greg 2018-06-08 14:08:04 -0400
  • ede486a68a Add test cases to shyft-clie/web3 and removed logs from consesnus.go and blockchain.go greg 2018-06-08 14:07:46 -0400
  • b841febbb8 log: better docs for log.Output and calldepth Anton Evangelatov 2018-06-08 16:08:26 +0300
  • 13af276418 cmd/ethkey: add command to change key passphrase (#16516) Steven Roose 2018-06-08 15:07:07 +0200
  • d8b75b445a log: automatically add 2 (skipLevel) to the step in log.Output Anton Evangelatov 2018-06-08 15:35:56 +0300
  • 7e2f6e8a64 crypto: replace ToECDSAPub with error-checking func UnmarshalPubkey Felix Lange 2018-06-08 13:59:47 +0200
  • 3e3c61b184 metrics: return an empty snapshot for NilResettingTimer Anton Evangelatov 2018-06-08 12:07:16 +0300
  • 25556b2aa7 common: implement sql scanner/valuer on Address Vincent Serpoul 2018-06-08 12:15:28 +0800
  • aaca11da13 common: implement sql scanner/valuer on Hash Vincent Serpoul 2018-06-08 12:10:33 +0800
  • d0806a2c04 common: add comments for golint Vincent Serpoul 2018-06-08 11:45:06 +0800
  • e802c8a383 swarm, cmd: gofmt updates" Kiel barry 2018-06-07 17:43:27 -0700
  • d7a28a357c light: new CHTs for mainnet and ropsten Zsolt Felfoldi 2018-06-08 02:36:50 +0200
  • 2158dbc10a swarm: wip golint warnings and cmd Kiel barry 2018-06-07 17:31:23 -0700
  • a3a97531e8 swarm: many golint fixes Kiel barry 2018-06-07 16:38:38 -0700
  • 3ed1bf44d5
    Merge pull request #16 from ethereum/master ledgerwatch 2018-06-07 23:23:11 +0100
  • b51ce52e75 Merge branch 'master' of https://github.com/ethereum/go-ethereum Kiel barry 2018-06-07 14:24:06 -0700
  • 9dfff59801
    Update version.go kiel barry 2018-06-07 10:36:04 -0700
  • 944ffb2cf9 ethclient: Fix RPC parse error of Parity response Steven Roose 2018-06-07 18:14:04 +0200
  • d910201903 eth: make filterLogs func more readable knarfeh 2018-06-07 20:27:48 +0800
  • e9ba0b3f40 core/rawdb: rewrite the wrapper, pass common.Hash Delweng Zheng 2018-06-07 19:27:02 +0800
  • 67f347be7e
    whisper: minor fix b00ris 2018-06-07 14:03:54 +0300
  • 2e9d3bc0f7
    whisper: minor fixes b00ris 2018-06-07 13:46:09 +0300
  • df7022b179
    ethapi: address review concerns Martin Holst Swende 2018-06-07 12:27:59 +0200
  • f6b43a157f
    Merge 6fb5e75e64 into ea06da0892 gary rong 2018-06-07 10:07:17 +0000
  • ea06da0892 trie: avoid unnecessary slicing on shortnode decoding (#16917) Sarlor 2018-06-07 16:48:36 +0800
  • feb6620c34 core: relax type requirement for bc in ApplyTransaction (#16901) ledgerwatch 2018-06-07 09:34:24 +0100
  • 3e65cf186f
    cmd/ethkey: fix typo Felix Lange 2018-06-07 10:32:26 +0200
  • 9308170067
    Merge pull request #15 from ethereum/master ledgerwatch 2018-06-07 07:41:28 +0100
  • 01987814f4 core: add postpone pending txs unit test rjl493456442 2018-06-07 12:57:16 +0800
  • 02cade48f8
    Update encoding.go Sarlor 2018-06-07 12:38:02 +0800
  • ef06236835
    Merge pull request #33 from dinhln89/master Tuna 2018-06-07 09:59:03 +0700
  • 904e903392
    core, eth, ethapi: changes to getBadBlocks formatting Martin Holst Swende 2018-06-06 22:23:41 +0200
  • b99e1a441c cmd, dashboard, stateth: integrate stateth into geth dashboard Kurkó Mihály 2018-06-06 20:27:45 +0300
  • d5868b684b debug: Use pprof goroutine writer in debug.Stacks() to ensure all goroutines are captured. Ryan Schneider 2018-06-04 17:21:24 -0700
  • d5e345a517 Merge branch 'shyftBlockExplorer' into greg/tracing greg 2018-06-06 11:55:48 -0400
  • 863d755854 core/rawdb: use wrappered helper to assemble key Delweng Zheng 2018-06-06 06:15:41 +0800
  • e11987f0c2 core/rawdb: wrappered helper to assemble key Delweng Zheng 2018-06-06 21:57:53 +0800
  • c7799560cf build: use 2m deadline instead of 10m Anton Evangelatov 2018-06-06 15:18:19 +0300
  • 77a41fcc7d updated MAKEFILE AnilChinchawale 2018-06-06 16:55:00 +0530
  • ea8fb76452 added GOFMT TO MAKEFILE AnilChinchawale 2018-06-06 16:51:06 +0530
  • 659eb52538 Merge branch 'master' of https://github.com/dinhln89/tomochain dinhln89 2018-06-06 18:16:52 +0700
  • 7b74ed6bf5 Fixed minor warning of go lint and rename checkpoint config parameter. dinhln89 2018-06-06 18:16:47 +0700
  • b1cbee6c9a restore tests Tuna 2018-06-06 18:13:26 +0700
  • 90b22773e9 cmd/puppeth: fixed a typo in a wizard input query (#16910) Bruno Škvorc 2018-06-06 11:17:41 +0200
  • 0d59fa3408 Add feature calculate reward for signers at checkpoint block. dinhln89 2018-06-06 15:36:03 +0700
  • 68db62ace7
    Fixed a typo in a Wizard input query Bruno Škvorc 2018-06-06 07:44:15 +0200
  • 6025c093a5 trie: reduce hasher allocations (#16896) Felix Lange 2018-06-05 14:06:29 +0200
  • d81db421d5 vendor: added vendor packages necessary for the swarm-network-rewrite merge (#16792) Elad 2018-06-05 12:40:21 +0200
  • 1baea57791 params: fix golint warnings (#16853) kiel barry 2018-06-05 03:31:34 -0700
  • 62d120ed25 cmd/abigen: support for reading solc output from stdin (#16683) Antonio Salazar Cardozo 2018-06-05 06:22:02 -0400
  • faae913bce miner: not call commitNewWork if it's a side block (#16751) Mark 2018-06-05 18:10:09 +0800
  • ac25724ebc core: concurrent background transaction sender ecrecover Péter Szilágyi 2018-06-04 14:09:16 +0300
  • 68d8919695 eth/tracers: fix minor off-by-one error (#16879) Martin Holst Swende 2018-06-05 09:27:07 +0200
  • 215122c9c3 les: add Skip overflow check to GetBlockHeadersMsg handler (#16891) Felföldi Zsolt 2018-06-05 09:23:00 +0200
  • a5686b5d95 core: fix typo in comment code hadv 2018-06-05 09:56:45 +0700
  • 82d8b40bda
    Merge branch 'master' into whisperGolint2 kiel barry 2018-06-05 17:14:18 -0700
  • 7c8e668789
    Merge branch 'master' into bmtGolint2 kiel barry 2018-06-05 17:13:19 -0700
  • 0451dc527b bmt: last golint warning Kiel barry 2018-06-05 16:52:48 -0700
  • 4c0233b598
    Merge branch 'master' into rpcGolint2 kiel barry 2018-06-05 16:47:17 -0700
  • b11ac960cd rpc: golint comments and warnings Kiel barry 2018-06-05 16:44:51 -0700
  • 97ae8b5c5c rpc: golint comments Kiel barry 2018-06-05 15:22:23 -0700
  • c5c0086b13
    Merge pull request #35 from ShyftNetwork/change-db-param-structure Gregory Markou 2018-06-05 16:37:47 -0400
  • caf0e1fc37
    core: improve getBadBlocks to return full block rlp Martin Holst Swende 2018-06-05 21:58:17 +0200
  • 888bec479e core: relax type requirement for bc in ApplyTransaction function Alexey Akhunov 2018-06-05 20:24:18 +0100
  • dd60e108f6
    Merge aa5fc8a136 into 9e4f96a1a6 ledgerwatch 2018-06-05 19:14:53 +0000
  • aa5fc8a136 Relax type requirement for bc in ApplyTransaction function Alexey Akhunov 2018-06-05 20:12:30 +0100
  • 432a3e1fe1 inital greg 2018-06-05 15:11:57 -0400
  • d2b1dcad27 restructure the db shyftBlockExplorer param so it is initialized in the functions where it is called, rather than outside in the main blockchain object Tim Williams 2018-06-05 14:35:58 -0400
  • 4ed9dc09dc
    Merge pull request #32 from ShyftNetwork/add-in-log-for-serving-port Gregory Markou 2018-06-05 13:22:56 -0400
  • 26037fddb5 p2p/simulations/network: removed unused method stolen 2018-06-05 17:50:08 +0200
  • 9baa7c5dd6 contracts: exported ensNode method stolen 2018-06-05 17:40:22 +0200
  • 9e4f96a1a6
    whisper: re-insert #16757 that has been lost during a merge (#16889) Guillaume Ballet 2018-06-05 16:25:16 +0200
  • 01a7e267dc
    Merge pull request #16882 from karalabe/streaming-ecrecover Péter Szilágyi 2018-06-05 17:13:43 +0300
  • 9936d8064b build, contracts, log, metrics, p2p, rpc: changes necessary by swarm-network-rewrite stolen 2018-06-05 13:30:54 +0200
  • e8ea5aa0d5 trie: reduce hasher allocations (#16896) Felix Lange 2018-06-05 14:06:29 +0200
  • 5fe81a7782 trie: bump initial buffer cap in hasher Felix Lange 2018-06-05 13:43:24 +0200
  • dfb88ae4ad trie: reduce hasher allocations Felix Lange 2018-06-05 13:20:50 +0200
  • d58702da69 core: re-enqueue overflow tx to future queue rjl493456442 2018-05-11 14:47:47 +0800
  • 72fba6ebf5
    Merge a8ede7cc83 into 5bee5d69d7 Elad 2018-06-05 10:40:42 +0000
  • fc3f004a0e
    Merge 6f3be4825b into 5bee5d69d7 DesWurstes 2018-06-05 10:40:40 +0000
  • 5bee5d69d7 vendor: added vendor packages necessary for the swarm-network-rewrite merge (#16792) Elad 2018-06-05 12:40:21 +0200
  • cbfb40b0aa params: fix golint warnings (#16853) kiel barry 2018-06-05 03:31:34 -0700
  • 4cf2b4110e cmd/abigen: support for reading solc output from stdin (#16683) Antonio Salazar Cardozo 2018-06-05 06:22:02 -0400