Commit graph

  • 4fa91b7a6a consensus/clique: unduplicate header encoding Felix Lange 2019-02-05 00:11:34 +0100
  • 632d73fb60 accounts: remove CliqueHash and avoid dependency on package crypto Felix Lange 2019-02-04 23:59:32 +0100
  • ce973dc31a swarm/storage: bug fix in GetAllReferences Fabio Barone 2019-02-04 13:06:56 -0500
  • 67c902ee82 swarm/api: renamed testapi to inspector; Inspector.Has for multiple addrs Fabio Barone 2019-02-04 12:46:10 -0500
  • 1e55c043e4 cmd/swarm/swarm-smoke: refactor endpoints, remove endpoints generation Anton Evangelatov 2019-02-04 14:44:09 +0100
  • 7b56fd29cf swarm/storage: sorted references for GetAllReferences Fabio Barone 2019-02-04 11:45:10 -0500
  • e8e7c44c5b swarm/storage/localstore: merge branch 'localstore' Janos Guljas 2019-02-04 16:41:24 +0100
  • f056e86d3f swarm/storage/localstore: remove global lock option Janos Guljas 2019-02-04 16:37:34 +0100
  • 6f4dcb14c6 swarm/storage: fix tracing Anton Evangelatov 2019-02-04 14:55:34 +0100
  • 520024dfd6 README: fix some grammar mistakes (#18981) Rajdeep Singh 2019-02-04 06:28:46 -0800
  • a0fd4b7e57 core/vm: unshadow err to make it visible in tracers(#18504) Martin Holst Swende 2019-02-04 15:26:21 +0100
  • 822dc1bfb1
    Merge pull request #18121 from karalabe/goerli Péter Szilágyi 2019-02-04 15:21:24 +0200
  • b0ed083ead
    cmd, core, params: add support for Goerli Péter Szilágyi 2018-11-16 17:58:24 +0200
  • 245f3146c2
    rpc: implement full bi-directional communication (#18471) Felix Lange 2019-02-04 13:47:34 +0100
  • ec3432bccb
    core: fix error in block iterator (#18986) Martin Holst Swende 2019-02-04 13:30:19 +0100
  • bb7c786b09 trie: add missing unlock call in error case (#18985) HackyMiner 2019-02-04 20:42:46 +0900
  • 51c01b83ae rpc: respond to invalid JSON Felix Lange 2019-02-04 12:38:18 +0100
  • a0ecea3fa7 rpc: fix two concurrency issues in client Felix Lange 2019-01-24 13:42:25 +0100
  • 5f7693efa6 rpc: log remote address only if available Felix Lange 2019-01-18 14:16:30 +0100
  • 962f4ed490 rpc: fix crash if websocket conn has no origin Felix Lange 2019-01-18 11:12:08 +0100
  • 6085cb2240 rpc: implement full bi-directional communication Felix Lange 2019-01-17 14:47:31 +0100
  • 002cee3868 swarm/network, swarm/storage: Make context fetcher-wide lash 2019-02-01 11:42:36 +0100
  • 86938e2b66 cmd/utils: max out the OS file allowance, don't cap to 2K Julian Yap 2019-02-04 00:22:48 -0800
  • 3dc9065680 swarm/storage: with toEncrypt flag Fabio Barone 2019-02-03 20:31:11 -0500
  • 9d4f27277e swarm/storage: HasChunk -> Has and implementation with no access count change Fabio Barone 2019-02-03 20:20:01 -0500
  • eb2d20ff17 swarm/storage: GetAllReferences test and fixes Fabio Barone 2019-02-03 20:07:24 -0500
  • 9104193585 swarm/storage: GetAllReferences returns all chunk references Fabio Barone 2019-02-03 19:19:22 -0500
  • 5d9dd742ab
    trie/database: add a missing unlock hackyminer 2019-02-04 05:47:45 +0900
  • 98e0bedcd7 common/compiler: fixed testSource (#18978) Javier Sagredo 2019-02-03 12:41:38 +0100
  • 538c808bf7
    core: fix error in block iterator Martin Holst Swende 2019-02-02 15:32:18 +0100
  • 61e5269d74 Fixed some grammer mistakes/typos on README.md RajdeepPy 2019-02-01 21:48:16 -0800
  • fc919f562c swarm: cleanup, comment and tidy up for PR Fabio Barone 2019-02-01 10:23:23 -0500
  • 3508efc3af fix #18254, Need to throw error when methods are called at future blocks Deshi Xiao 2019-01-09 20:35:10 +0800
  • 426a0a8191
    core: temporary patch for panic during sidechain import #18977 Martin Holst Swende 2019-02-01 11:49:32 +0100
  • 0176dbaa0f common/compiler: fixed testSource Jasagredo 2019-02-01 11:32:16 +0100
  • 05d21438de
    eth: make tracers respect pre- EIP 158/161 rule Martin Holst Swende 2019-02-01 10:30:59 +0100
  • 597597e8b2 swarm/network: refactor simulation tests bootstrap (#18975) Anton Evangelatov 2019-02-01 09:58:46 +0100
  • b15960d933 swarm: first version of HasChunk implementation Fabio Barone 2019-01-31 19:29:02 -0500
  • f2aba104b9 p2p/simulations: remove JSON annotation from private fields of Node Ferenc Szabo 2019-01-31 15:49:25 +0100
  • dcf4000166 cmd/swarm/global-store: remove coloring from logs Janos Guljas 2019-01-31 15:23:32 +0100
  • 421749f90a cmd/swarm/global-store: add comments Janos Guljas 2019-01-31 15:03:47 +0100
  • 4ab38f28bb cmd/swarm/global-store: add http server Janos Guljas 2019-01-31 13:18:12 +0100
  • 7d6bc331e2 p2p/simulations: consistent naming for test providers Node.UnmarshalJSON Ferenc Szabo 2019-01-31 13:13:58 +0100
  • 83ed2baa63 p2p/simulations: revert back to defer Unlock() pattern for Network Ferenc Szabo 2019-01-31 13:09:36 +0100
  • addb5b1e6e p2p/simulations: Add a sanity test case for Node.Config UnmarshalJSON Ferenc Szabo 2019-01-31 12:45:04 +0100
  • 82f1b042c3 cmd/swarm, swarm/api: add GlobalStoreAPI option Janos Guljas 2019-01-31 12:08:09 +0100
  • e7fdfbf923 p2p/simulations: fix unmarshal of simulations.Node Ferenc Szabo 2019-01-31 11:08:33 +0100
  • 7fa3509e2e params, swarm/version: Geth 1.8.22-stable, Swarm 0.3.10-stable v1.8.22 Felix Lange 2019-01-31 11:52:18 +0100
  • 86ec742f97 p2p/discover: improve table addition code (#18974) Felix Lange 2019-01-31 11:48:54 +0100
  • a89170cfb2
    p2p/discover: improve table addition code (#18974) Felix Lange 2019-01-31 11:48:54 +0100
  • 5e8e20865a
    p2p/discover: fix comments Martin Holst Swende 2019-01-31 11:21:26 +0100
  • ee026fc506
    Merge pull request #429 from thanhnguyennguyen/update-min-gas-price Tuna 2019-01-31 11:23:23 +0700
  • 09b797bc7f
    Merge pull request #430 from thanhson1085/master Nguyen Sy Thanh Son 2019-01-31 11:21:54 +0700
  • 8e97af7d95 Merge branch 'master' of github.com:tomochain/tomochain Nguyen Sy Thanh Son 2019-01-31 04:21:01 +0000
  • 22dcc023d0 set min gas price for tx Nguyen Sy Thanh Son 2019-01-31 04:20:26 +0000
  • 9d5ae424f5 Tomochain: update minGasPrice in SuggestPrice NguyenNguyen 2019-01-31 11:10:54 +0700
  • e107d70809
    Merge pull request #428 from tomochain/thanhson1085-gas-price Nguyen Sy Thanh Son 2019-01-31 10:02:35 +0700
  • f772c0f8b9
    Change default gasPrice to 0.25 Gwei Nguyen Sy Thanh Son 2019-01-31 09:59:29 +0700
  • f8d6278281 v1.2.2 Tuna 2019-01-31 09:30:04 +0700
  • d44382dd59
    node/api: lowercase "k" unit hackyminer 2019-01-31 08:28:17 +0900
  • d5101dc3ed Condition added self.config.XDPoS != nil AnilChinchawale 2019-01-31 04:51:28 +0530
  • 98de1bdeff swarm/network: refactor simulation tests bootstrap Fabio Barone 2018-12-10 15:01:03 -0500
  • 43e1b7b124 swarm: GetPeerSubscriptions RPC (#18972) holisticode 2019-01-30 15:03:08 -0500
  • 961f3b98c1 swarm/network/stream: added unit test; rpc test optimizations; PR comments Fabio Barone 2019-01-30 14:37:17 -0500
  • 1f36fd3198 p2p/discover: improve table addition code Felix Lange 2019-01-30 17:54:59 +0100
  • 0fa0621c8d cmd/swarm/global-store: most basic implementation Janos Guljas 2019-01-30 17:36:17 +0100
  • 102b54aff7
    Merge pull request #427 from ngtuna/too_many_peers Tuna 2019-01-30 23:26:32 +0700
  • 2f5c613341 correct peer on stats Tuna 2019-01-30 22:41:44 +0700
  • 180c33bd67 swarm/network/stream: refactored TestGetSubscriptionsRPC Fabio Barone 2019-01-30 10:15:58 -0500
  • 13292ee897 p2p/simulations: encapsulate Node.Up field so we avoid data races Ferenc Szabo 2019-01-30 16:01:42 +0100
  • 4b2f34c824 swarm/network: DRY out repeated giga comment Ferenc Szabo 2019-01-29 12:11:05 +0100
  • 8cfe1a6832 README: Fix typo (#18966) ligi 2019-01-30 15:16:12 +0100
  • 592bf6a59c swarm: fix flaky delivery tests (#18971) Janoš Guljaš 2019-01-30 14:03:11 +0100
  • c5c9cef5c0
    cmd/swarm/swarm-smoke: remove wrong metrics (#18970) Anton Evangelatov 2019-01-30 14:02:15 +0100
  • 4319639f45 swarm/storage/localstore: global batch write lock Janos Guljas 2019-01-30 13:25:12 +0100
  • d711efb27c cmd/swarm/swarm-smoke: remove wrong metrics Anton Evangelatov 2019-01-30 12:56:28 +0100
  • ee841f6ac4
    core: log chain reorg/split metrics hackyminer 2019-01-10 18:21:16 +0900
  • 6eed84c7ea
    node/api: fixed rate formatter hackyminer 2019-01-29 13:20:34 +0900
  • f9401ae011 swarm/network: Remove extra random peer, connect test sanity, comments (#18964) lash 2019-01-30 09:49:58 +0100
  • b91bf08876 cmd/swarm/swarm-smoke: sliding window test (#18967) Elad 2019-01-30 15:46:44 +0700
  • d88441025f cmd,eth: 16400 Add an option to stop geth once in sync. WIP for light mode (#17321) lhendre 2019-01-30 02:40:36 -0500
  • efd5bfcded Force trie.Database.Commit() to write everything out in a single batch Vadim Macagon 2019-01-30 13:45:18 +0700
  • 80b103c222 Tomochain: adding debug log NguyenNguyen 2019-01-30 10:58:05 +0700
  • 2140921a7c cmd/swarm/swarm-smoke: remove unused var Elad Nachmias 2019-01-30 08:19:49 +0700
  • c3f46ea7c8 cmd/swarm/swarm-smoke: remove unused store size cli flag Elad Nachmias 2019-01-29 11:29:52 +0700
  • e3a5773600 cmd/swarm/swarm-smoke: dont fail hard on timeout for sliding window Elad Nachmias 2019-01-28 20:19:23 +0700
  • 2bc8addb42 cmd/swarm/swarm-smoke: address more pr comments Elad Nachmias 2019-01-28 20:03:57 +0700
  • 983eb8c7a3 cmd/swarm/swarm-smoke: more refinements Elad Nachmias 2019-01-28 18:54:35 +0700
  • 75b2b3428a cmd/swarm/swarm-smoke: address PR comments Elad Nachmias 2019-01-28 13:20:47 +0700
  • ca37153f3a cmd/swarm/swarm-smoke: fix error handling Elad Nachmias 2019-01-25 11:31:08 +0700
  • 2555743a62 cmd/swarm: fix filesize of uploaded file Elad Nachmias 2019-01-24 23:14:18 +0700
  • 7530bdaf56 cmd/swarm/swarm-smoke: sliding window test v2 Elad Nachmias 2019-01-24 13:38:45 +0700
  • 54f8ac6433 cmd/swarm: add sliding window tests (v1) Elad Nachmias 2019-01-18 16:42:23 +0700
  • 0b8797c501
    Fix typo - closes #18965 ligi 2019-01-30 01:30:36 +0100
  • 38e1d159eb Fixed comments and uintint256 issue Paul Berg 2019-01-30 00:08:54 +0000
  • 8af9cda070 Implemented latest recommendations Paul Berg 2019-01-20 17:01:19 +0000
  • b0e872cd21 clef, signer: address some review concerns Martin Holst Swende 2019-01-15 13:32:44 +0100
  • f268ec9b5f
    common, consensus, miner: introduce debug_increaseTime RPC method Alex Browne 2019-01-29 15:04:25 -0800
  • 1e8f19db0a Fixed goimports error Paul Berg 2019-01-11 11:48:38 +0200
  • c4f238cd92 signer: use golang/x keccak Martin Holst Swende 2019-01-10 13:12:00 +0100