Commit graph

  • 7bb90c7006
    Update README.md SphinxCoin 2018-10-05 03:56:00 +0200
  • a33e96c73a
    Update README.md SphinxCoin 2018-10-05 03:55:19 +0200
  • 7c33de3ebd swarm/storage: Add accessCnt index for gc lash 2018-10-04 22:29:21 +0200
  • 2c4a4fe9c7
    tests: do not exit early on log hash mismatch Martin Holst Swende 2018-10-04 22:17:52 +0200
  • 9ef8f29f0a
    Merge 9886921a7e into d79602d2d4 lash 2018-10-04 19:11:25 +0000
  • d79602d2d4
    Merge pull request #17843 from karalabe/ropsten-block-and-chts Péter Szilágyi 2018-10-04 22:10:53 +0300
  • 30e37cdca4 Removed unnecessary blank line Philip Schlump 2018-10-04 10:53:59 -0600
  • ff7fad18fb
    params: add ropsten fork delay, update les checkpoints Péter Szilágyi 2018-10-04 19:14:53 +0300
  • 89a32451ae core/vm: faster create/create2 (#17806) Martin Holst Swende 2018-10-04 17:15:37 +0200
  • 8c63d0d2e4 swarm/storage: extract isValid. correctly remove invalid chunks from store on migration (#17835) Anton Evangelatov 2018-10-04 17:13:48 +0200
  • 1895059119 p2p: add enode URL to PeerInfo (#17838) Felix Lange 2018-10-04 17:13:21 +0200
  • b29572ba01 swarm/storage: extract isValid. correctly remove invalid chunks from store on migration Anton Evangelatov 2018-10-04 14:39:33 +0200
  • 480e77e817 p2p: add enode URL to PeerInfo Felix Lange 2018-10-04 14:32:15 +0200
  • 8f04ccdb8a
    core/vm: address review concerns Martin Holst Swende 2018-10-04 13:31:32 +0200
  • 1fdb614e09 gofmt Tuna 2018-10-04 17:13:39 +0700
  • 127553253e
    Merge pull request #17801 from eosclassicteam/patch-1 Péter Szilágyi 2018-10-04 12:36:15 +0300
  • ff6e0351ab eth: fixed the minor typo inside the comments (#17830) Liang Ma 2018-10-04 10:35:24 +0100
  • b8a0daf0cc cmd/puppeth: fix node URL in health check (#17802) Felix Lange 2018-10-04 11:34:49 +0200
  • ee8c8745bb
    cmd/puppeth: fix enode cast issue Péter Szilágyi 2018-10-04 12:28:59 +0300
  • 6e6e05bbe6 p2p: fix tests with new ServerIf interface Guillaume Ballet 2018-09-29 11:43:10 +0200
  • 397ae84a05 p2p: create an abstraction layer for devp2p to pick its transport Guillaume Ballet 2018-09-28 22:17:26 +0200
  • 9886921a7e swarm/storage: Add sane gc test params + test accesscnt!=indexcnt lash 2018-10-04 10:36:36 +0200
  • f726026312 swarm/storage: Add GC test over and under maxGCItems lash 2018-10-04 08:45:51 +0200
  • 9e68d6d46f swarm/storage: GC pass test with new access index lash 2018-10-04 08:26:58 +0200
  • d9da5641e7 swarm/storage: WIP Expand GC access idx to direct ptr params lash 2018-10-03 11:10:06 +0200
  • 481f0ab1c4 swarm/storage: Add accesscount-indexcount index on put lash 2018-10-03 08:36:18 +0200
  • dcc062205b swarm/storage: use validators to cleanup LevelDB Anton Evangelatov 2018-09-18 13:35:39 +0200
  • e958529a43 swarm/storage: extract keySchema Anton Evangelatov 2018-09-17 13:34:57 +0200
  • 37bf2006d5 swarm: schemas and migrations Anton Evangelatov 2018-09-17 13:04:46 +0200
  • bfa0f96822 cmd/evm: fix state dump (#17832) cdetrio 2018-10-04 04:22:41 -0400
  • d460c55eac add go1.11, remove go1.9 Tuna 2018-10-04 12:09:01 +0700
  • 6b6884bb30 cmd/puppeth: set external IP for geth Felix Lange 2018-10-04 09:57:19 +0200
  • 82a1c771ef cmd/swarm: disable tests under Windows until they are fixed (#17827) Anton Evangelatov 2018-10-04 09:18:03 +0200
  • cd59b922ed skip changes if no candidates found parmarrushabh 2018-10-04 12:31:18 +0530
  • dacfcc706d
    Merge pull request #153 from dinhln89/randomize Tuna 2018-10-04 10:22:32 +0700
  • 911663d851 Fixed bug out of range when masternodes length less than 150. DinhLN 2018-10-01 11:43:26 +0700
  • ecd597ac92 Fixed epoc number to 900 for randomize. DinhLN 2018-09-27 15:18:09 +0700
  • 26971fedff Fixed randomize generator not using matrix mechanism. DinhLN 2018-09-11 15:02:06 +0700
  • 71c5f18854 Fixed unit test for block randomize. DinhLN 2018-08-28 11:04:23 +0700
  • ec764859fd Get randomize m2 offer from validators in smart contract. DinhLN 2018-08-21 11:49:23 +0700
  • 7d51301b03 cmd/evm: fix state dump cdetrio 2018-10-03 21:26:22 -0400
  • 11948b04ea swarm/network/stream: address PR comments Fabio Barone 2018-10-03 17:22:36 -0500
  • 24e8736794
    Merge 5a58f0ed86 into 9d06b2c5f3 Michael Gu 2018-10-03 20:14:05 +0000
  • 5a58f0ed86 added print statements to tx_pool.go and worker.go to log the mining process Michael Gu 2018-10-03 16:16:46 -0400
  • 5101dccb33 eth: fixed the minor typo inside the comments Liang Ma 2018-10-03 19:42:03 +0100
  • 9d06b2c5f3 core: use ChainHeadEvent subscription in the chain indexer (#17826) Felföldi Zsolt 2018-10-03 16:25:25 +0200
  • f616a39b6a
    eth: more elegant api_tracer Martin Holst Swende 2018-10-03 16:02:45 +0200
  • 4727670df7
    core/vm: correct check for empty hash Martin Holst Swende 2018-10-03 16:00:06 +0200
  • e5677114dc
    Merge pull request #17796 from epiclabs-io/mru-feeds Viktor Trón 2018-10-03 14:59:41 +0200
  • 2470a99224 cmd/swarm: disable tests under Windows until they are fixed Anton Evangelatov 2018-10-03 14:38:44 +0200
  • b4bd28c0ac mobile: added constructor for BigInts Eugene Valeyev 2018-10-03 15:36:40 +0300
  • 303b99663e
    swarm: schemas and migrations (#17813) Anton Evangelatov 2018-10-03 14:31:59 +0200
  • 843d483240
    core/vm: removed type destinations Martin Holst Swende 2018-10-03 14:26:55 +0200
  • 5d5a01e3f3
    core/vm: use common.Hash instead of nil, fix review comments Martin Holst Swende 2018-10-03 14:22:46 +0200
  • d2b75a7851 core: use ChainHeadEvent subscription in the chain indexer Zsolt Felfoldi 2018-10-03 12:51:14 +0200
  • 14bef9a2db
    core: fix unnecessary ancestor lookup after a fast sync (#17825) Péter Szilágyi 2018-10-03 13:42:19 +0300
  • d3a773c284 travis, appveyor: bump to Go 1.11.1 (#17820) Samuel Marks 2018-10-03 20:41:24 +1000
  • 3342078959
    core/vm: fix linter issue in test Martin Holst Swende 2018-10-03 12:38:39 +0200
  • 7b7d775237
    core: fix unnecessary ancestor lookup after a fast sync Péter Szilágyi 2018-10-03 13:30:55 +0300
  • 7f973b9cae swarm/storage: godoc and comments Anton Evangelatov 2018-10-03 11:21:12 +0200
  • 72f655d421
    core/vm: save jumpdest analysis locally Martin Holst Swende 2018-10-03 08:57:38 +0200
  • 880f6981a5
    core/vm: go formatting tests Martin Holst Swende 2018-10-02 13:40:03 +0200
  • cc28a29365
    core/vm: avoid unneccesary lookups, remove unused fields Martin Holst Swende 2018-10-01 22:18:34 +0200
  • de01178c18 swarm/storage/feed: Renamed package Javier Peletier 2018-10-03 09:15:17 +0200
  • 696bc9b01c swarm/storage/feeds: renamed vars that can conflict with package name Javier Peletier 2018-10-02 09:36:11 +0200
  • 58c0879c2f swarm/storage/feeds: removed capital Feed throughout Javier Peletier 2018-10-02 09:32:46 +0200
  • 68b8088cb9 swarm: Changed owners. Javier Peletier 2018-10-01 18:36:05 +0200
  • b6ccc06cda swarm/storage/feeds: Final package rename and moved files Javier Peletier 2018-09-30 09:51:11 +0200
  • 83705ef6aa swarm/storage/mru: Renamed rest of MRU references Javier Peletier 2018-09-30 09:43:10 +0200
  • b35622cf3c swarm/storage/mru: Renamed all comments to Feeds Javier Peletier 2018-09-30 07:48:49 +0200
  • f1e86ad9cf swarm/storage/mru: Renamed all identifiers to Feeds Javier Peletier 2018-09-29 01:00:28 +0200
  • 5d3bcb0f14 travis, appveyor: bump to Go 1.11.1 Samuel Marks 2018-10-03 17:07:18 +1000
  • 1fd01d39d7 swarm/network/stream: remove live argument from NewSwarmSyncerServer Janos Guljas 2018-09-29 13:42:23 +0200
  • 7b1e4f86a6 swarm/network/stream: fix a typo in comment Janos Guljas 2018-09-29 13:35:56 +0200
  • f6680c611c swarm/network/stream: generalize SetNextBatch and add Server SessionIndex Janos Guljas 2018-09-28 15:26:31 +0200
  • d1457c7b3c swarm/network/stream: fixed iterations for snapshot tests Fabio Barone 2018-09-27 10:21:47 -0500
  • a2a1131a8b swarm/network/stream: fixed loop logic in retrieval tests Fabio Barone 2018-09-26 17:23:14 -0500
  • 1b733c9553 swarm/network/stream: rebased PR on master Fabio Barone 2018-09-26 09:50:06 -0500
  • d33bf57b8a swarm/network/stream: cleanup of visualized_snapshot_sync_sim_test.go Fabio Barone 2018-09-20 11:50:07 -0500
  • 42d6d6f399 swarm/network/stream: fixed retrieval tests; new backend for visualization Fabio Barone 2018-09-19 17:15:29 -0500
  • 3ad3216d83 swarm/network/stream: non-existing hash visualization sim Fabio Barone 2018-09-18 14:45:12 -0500
  • b807d23991 swarm/network/stream: introduced visualized snapshot sync test Fabio Barone 2018-09-14 14:52:57 -0500
  • baac864497
    Merge f1f7ba92e2 into bd1f7ebda2 lash 2018-10-02 14:05:19 +0000
  • c9cdc5edcf swarm/storage: improved comment Anton Evangelatov 2018-10-02 15:47:36 +0200
  • bd1f7ebda2 cmd/swarm: fix appveyor build (#17808) Elad 2018-10-02 14:59:58 +0200
  • da9e9e8a6b
    core/vm: per byte cost of CREATE2 Martin Holst Swende 2018-10-02 14:22:05 +0200
  • 7ae9bd5605
    core/vm: create2 address generation tests Martin Holst Swende 2018-09-28 11:54:54 +0200
  • 0f556a78ff
    Merge bab696378c into 26a37c5351 Vadim Macagon 2018-10-02 11:06:41 +0000
  • bab696378c Force stateObject to update storage trie deterministically Vadim Macagon 2018-10-02 18:04:52 +0700
  • ff2a6f735e cmd/swarm: fix appveyor build Elad 2018-10-02 11:34:06 +0200
  • f1f7ba92e2 swarm/storage: Remove premature iterator termination condition in gc lash 2018-10-02 12:08:00 +0200
  • 26a37c5351 travis.yml: remove Go 1.9 (#17807) Anton Evangelatov 2018-10-02 11:26:32 +0200
  • 68fd964eaa travis: remove Go 1.9 Anton Evangelatov 2018-10-02 10:51:55 +0200
  • 0bf3065fb4
    Merge pull request #17771 from ethersphere/cmd-config-errors Viktor Trón 2018-10-02 09:31:44 +0200
  • ae9d4ec558 tiny lint thing MestryOmkar 2018-10-02 12:27:36 +0530
  • a7deff5891 minor log cleaning up MestryOmkar 2018-10-02 12:23:02 +0530
  • 83116a3479
    Merge pull request #17799 from ethersphere/correct_swarm_version Viktor Trón 2018-10-02 08:02:30 +0200
  • 29d2d9f7c6
    Merge pull request #1 from ethereum/master SphinxCoin 2018-10-02 01:02:40 +0200
  • 8d12e67a6b cmd: Fix bug when checking for flag value conflicts Ryan Schneider 2018-10-01 14:13:51 -0700
  • 8a2da221fe
    Merge f8cf06821b into 2c8d5dec50 Ryan Schneider 2018-10-01 21:01:27 +0000