Commit graph

  • 192a985253 add a pair connections with each peer Nguyen Ba Tam 2018-10-01 16:56:26 +0700
  • d5257e8ded gofmt sctx.go KimMachineGune 2018-10-23 12:04:01 +0900
  • a9e181e5a6 Add penalty feature for prevent signer without sign in epoc make slow down chain. DinhLN 2018-10-04 15:15:32 +0700
  • bcfb59fe14 Broadcast special Tx through pairRW Nguyen Ba Tam 2018-10-05 16:02:23 +0700
  • 4c635b57e1 add a pair connections with each peer Nguyen Ba Tam 2018-10-01 16:56:26 +0700
  • 3a49a4af4f Add penalty feature for prevent signer without sign in epoc make slow down chain. DinhLN 2018-10-04 15:15:32 +0700
  • 74670cbe50
    Merge pull request #228 from dinhln89/random-smc Tuna 2018-10-23 10:02:01 +0700
  • a3dde82209
    Merge pull request #1 from ethereum/master Oleg 2018-10-22 17:58:21 +0500
  • 4583e46917 eth/downloader: WaitResults was renamed to Results Delweng Zheng 2018-10-22 20:39:26 +0800
  • 228f1a1875 Fixed unit test for new randomize smc. DinhLN 2018-10-22 15:34:02 +0700
  • 3fafe53e4c Fixed unit test for new randomize smc. DinhLN 2018-10-22 15:34:02 +0700
  • ec421b98b1 masternode should also count to his turn in case some of his friends are down MestryOmkar 2018-10-22 10:53:15 +0530
  • 7adecc32d3 node waits to his turn until there is a new block comes in MestryOmkar 2018-10-22 10:37:12 +0530
  • 4788ad3d80 add smart contract randomize blocksigner AnilChinchawale 2018-10-22 10:24:57 +0530
  • 11c63d2180 update new blocksigner smartcontract parmarrushabh 2018-10-22 10:10:11 +0530
  • 004b6e0045 fix unit test, safe cancel context parmarrushabh 2018-10-22 18:14:27 +0530
  • 029b9c5055 eth/downloader: deflake TestDeliverHeadersHang Felix Lange 2018-10-21 23:39:15 +0200
  • 972931c10b core/vm: fix metering Guillaume Ballet 2018-10-21 18:54:52 +0200
  • e89ace118f
    Add files via upload MARCIN HERTA 2018-10-21 18:54:50 +0200
  • 8fb0c4b53d cmd/ewasm: Tweak the way wasm files are executed Guillaume Ballet 2018-10-21 15:44:32 +0200
  • dceb579b68 bugfix: unexpected pre node MestryOmkar 2018-10-21 17:18:36 +0530
  • 77ac77cdb1 staking not mining AnilChinchawale 2018-10-21 16:42:10 +0530
  • e7bb3468d3
    eth: use LOCALAPPDATA env variable for the Ethash cache dir. hackyminer 2018-10-21 19:31:18 +0900
  • c5549ae256
    cmd, node: use APPDATA env if it available hackyminer 2018-10-21 19:06:58 +0900
  • 88b41a9e68 swarm/network/stream: disambiguate chunk delivery messages (retrieval… (#17920) holisticode 2018-10-21 02:30:41 -0500
  • b2482f5a4a core/vm: fix metering contract support Guillaume Ballet 2018-10-20 17:35:06 +0200
  • 264a6dc9db Fixed calculate reward for holders. parmarrushabh 2018-10-20 16:20:30 +0530
  • cc878c6ab7 Add unit test for calculate reward for holders. parmarrushabh 2018-10-20 16:08:26 +0530
  • 7184da404f Add reward calculate rates for masternode, voters and foudation wallet address MestryOmkar 2018-10-20 16:00:07 +0530
  • 798d9b086c Merge branch 'master' of github.com:tomochain/tomochain Nguyen Sy Thanh Son 2018-10-20 04:37:10 +0000
  • 61f70d07b1 add validation to randomize smc Nguyen Sy Thanh Son 2018-10-20 04:37:00 +0000
  • 080deb0c93 added some tests Alex T 2018-10-19 20:26:02 +0300
  • fdbbef4f5f p2p/protocols: finalized accounting implementation Fabio Barone 2018-10-19 11:58:06 -0500
  • 530618838a swarm: modify context key KimMachineGun 2018-10-20 01:55:26 +0900
  • f2dee249c3 p2p/protocols: addressed PR comments Fabio Barone 2018-10-17 13:31:03 -0500
  • 7f597fa5d8 reverse output Alex T 2018-10-19 17:19:17 +0300
  • 66debd91d9 swarm/api/http: remove ModTime=now for direct and multipart uploads (#17945) Elad 2018-10-19 16:02:44 +0200
  • 75060ef96e cmd/bootnode: fix -writeaddress output (#17932) Felix Lange 2018-10-19 15:41:27 +0200
  • 6ff97bf2e5 accounts: wallet derivation path comment is mistaken (#17934) Wenbiao Zheng 2018-10-19 08:40:10 -0500
  • d98c45f70f core: fix a typo (#17941) Wuxiang 2018-10-19 21:33:27 +0800
  • d6300d114d eth/downloader: speed up tests by generating chain only once Felix Lange 2018-10-14 19:02:07 +0200
  • 7cae61ec8c core: speed up GenerateChain Felix Lange 2018-10-15 15:59:17 +0200
  • f51efe2fe6 change ivalidator to xdc validator name parmarrushabh 2018-10-19 15:56:07 +0530
  • dc10103bea Fixed add reward balance for candidate owner not coinbase address. MestryOmkar 2018-10-19 15:52:55 +0530
  • 005b5634bf
    Merge pull request #226 from nguyenbatam/change_estimate_gas_from_pending_block_to_lastest_block Tuna 2018-10-19 16:42:09 +0700
  • 4a1a1039ea change EstimateGas from pending block to latest block will reduce lock time Nguyen Ba Tam 2018-10-19 16:35:54 +0700
  • 608ac82f53 lightnodes should be omitted from the addressbook Mark Vujevits 2018-10-19 11:20:26 +0200
  • 3fae03a6b7 write tests for RequestFromPeers Mark Vujevits 2018-10-19 11:18:07 +0200
  • b7aa01cfb8 fix warning about variable name Mark Vujevits 2018-10-10 14:56:26 +0200
  • 305c39e2e9 RequestFromPeers does not use peers marked as lightnode Mark Vujevits 2018-10-10 14:53:31 +0200
  • aeb733623e swarm/network: disallow historical retrieval requests (#17936) Elad 2018-10-19 10:50:25 +0200
  • f983a239a1 Version 2.0.1 Julian Yap 2018-10-19 01:26:58 -0700
  • 46e448a027 Implement UIP1 hard fork. Replace Ethash with Ubqhash Julian Yap 2018-10-19 01:24:57 -0700
  • 84874ac2d8
    Update common/types.go Martin Holst Swende 2018-10-19 09:14:59 +0100
  • 1c5ed0d5f3 s/BigInt/Long/ Nick Johnson 2018-10-19 09:14:46 +0100
  • de06789c9a update getblockbynumber to use same type casting as headerbynumber Ilan Gitter 2018-10-05 10:43:18 -0400
  • 2e8ecf3dc0 allow for nil block number to get most recent block Ilan Gitter 2018-10-04 17:38:30 -0400
  • e6f04b6feb update function comment to match new function name Ilan Gitter 2018-10-04 16:58:49 -0400
  • 23c1efeace make simulated progress function agree with syncprogress interface for client Ilan Gitter 2018-10-04 16:47:48 -0400
  • bc59e80a1f add Progress to get current blockheight Ilan Gitter 2018-10-04 16:40:26 -0400
  • 47d1a8a321 add BlockByNumber to simulated backend Ilan Gitter 2018-10-04 16:14:21 -0400
  • e7dc0188ba backends: implement more of ethclient in sim Brent 2018-08-27 10:23:57 -0500
  • 912cc465a2 types, rawdb: add block location fields to receipt (#2) Brent 2018-08-27 10:12:42 -0500
  • ad6e7a377d
    argument type and name were reversed tzapu 2018-10-19 01:02:22 +0300
  • 97fb08342d EIP-1186 eth_getProof (#17737) Simon Jentzsch 2018-10-18 21:41:22 +0200
  • fc21f62a31
    Add function to find event by log topic (aka. id) Victor Tran 2018-10-19 02:26:22 +0700
  • 5d5321e158 swarm/api/http: remove ModTime=now for direct and multipart uploads Elad 2018-10-18 20:28:20 +0200
  • 0d7ba5b5a5
    Merge 5a981f0327 into cdf5982cfc Nico Vergauwen 2018-10-18 18:27:15 +0000
  • 651c2a9b89
    core/vm: Add support for --vm.ewasm option for EVMC Paweł Bylica 2018-10-18 19:50:59 +0200
  • abe7715f1f
    core/vm: Add support for EVMC capabilities Paweł Bylica 2018-10-18 19:04:56 +0200
  • 3e020f09fd
    core/vm: Upgrade EVMC to version 6.0.0 Paweł Bylica 2018-10-18 18:42:52 +0200
  • a54ce7f361
    vendor: Upgrade EVMC to version 6.0.0 Paweł Bylica 2018-10-18 18:32:19 +0200
  • d7fefbbc78
    core/vm: Add EVMC support Paweł Bylica 2018-09-11 15:22:08 +0200
  • 33bf2f9da2
    vendor: Add EVMC 5.2.0 Paweł Bylica 2018-09-11 14:34:59 +0200
  • 7ddd17d220 swarm/network: disallow historical retrieval requests Elad 2018-10-17 19:07:13 +0200
  • e7fc16a7f1
    core: fix a typo Wuxiang 2018-10-18 22:54:16 +0800
  • e7d0522785 swarm/network/stream: stream protocol version change due to new message types in this PR Fabio Barone 2018-10-18 09:42:55 -0500
  • c104779057 Correct spelling error Nick Johnson 2018-10-18 14:19:38 +0100
  • 7dbe3a8b88 use ProofList as return type Simon Jentzsch 2018-10-18 14:17:59 +0200
  • 17ac3721f2 change Value to *hexutil.Big in order to have the same output as parity Simon Jentzsch 2018-10-18 14:06:16 +0200
  • 532ec8e2c1 Fix reversion for formatting of big numbers Nick Johnson 2018-10-18 13:02:48 +0100
  • e51f274f42 handle errors correctly Simon Jentzsch 2018-10-18 12:59:00 +0200
  • 7cf2a5a3f8 fix flags MestryOmkar 2018-10-18 15:46:19 +0530
  • e3eeaf8807 masternode[0] will create block 1 AnilChinchawale 2018-10-18 15:38:38 +0530
  • d9100736b4 created structs Simon Jentzsch 2018-10-18 11:57:29 +0200
  • dba64ca903
    core/blockchain, downloader: abort early on sidechain import with bad blocks Martin Holst Swende 2018-10-17 19:47:10 +0200
  • 65c4bb2caf added comments and refactored based on comments from holiman Simon Jentzsch 2018-10-18 11:16:59 +0200
  • 3a35938a6c p2p/protocols: comments for accounting simulation Fabio Barone 2018-10-17 13:19:25 -0500
  • a1cefe8d24 p2p/protocols: remove unnecessary tests zelig 2018-10-17 10:26:33 +0200
  • 436a276754 p2p/protocols: add accounting simulation zelig 2018-10-17 10:21:25 +0200
  • 722ed396a8 p2p/protocols: added TestExchange simulation Fabio Barone 2018-10-16 18:08:55 -0500
  • 181a8d9ba5 p2p/protocols: introduced protocol accounting Fabio Barone 2018-10-15 20:50:08 -0500
  • 5719808582 Add documentation to the graphql schema Nick Johnson 2018-10-17 18:42:30 +0100
  • cdf5982cfc swarm: Lightnode mode: disable sync, retrieve, subscription (#17899) Attila Gazso 2018-10-17 19:22:37 +0200
  • 90993c2f78 p2p: remove Equal function Kurkó Mihály 2018-10-17 18:48:03 +0300
  • 03362920f2 accounts: HD Wallet path comment is mistaken Delweng Zheng 2018-10-17 22:51:53 +0800
  • 100c6c9f47 p2p: documentation, rename nodeID to id Kurkó Mihály 2018-10-17 16:52:33 +0300
  • 42f00e390e
    core/vm, eth/tracers: update tests to be nicer Martin Holst Swende 2018-10-17 15:24:51 +0200
  • 67c6281ab2 p2p: preserve enode.ID type in the metered connection Kurkó Mihály 2018-10-17 16:22:20 +0300
  • 844aa56f63 Added (very) basic tests Nick Johnson 2018-10-17 13:57:49 +0100