Commit graph

  • f5fb9f8641 swarm/network/simulation: use simulations.Event instead p2p.PeerEvent Janos Guljas 2018-11-13 15:58:25 +0100
  • b420b5ed36
    les, eth, core, cmd, mobile: add ulc mode b00ris 2018-11-12 19:47:03 +0300
  • c41e1bd1eb swarm/storage: fix garbage collector index skew (#18080) Ferenc Szabo 2018-11-13 15:22:53 +0100
  • 0a7b7bd942 swarm/network/stream: fix NewRegistry calls with new arguments Janos Guljas 2018-11-13 14:53:29 +0100
  • 7e46d31c44 swarm/storage: fix garbage collector index skew lash 2018-10-29 12:58:09 +0100
  • 4fecc7a3b1 eth: fix minor grammar issue in comment (#18091) mr_franklin 2018-11-13 17:57:46 +0800
  • b812889711
    Update handler.go mr_franklin 2018-11-13 17:55:01 +0800
  • 588aa88121 github: format code owners file (#18090) mr_franklin 2018-11-13 17:02:04 +0800
  • 89695c5a56
    all: format code owners file mr_franklin 2018-11-13 16:49:36 +0800
  • 77630174d0 cmd/swarm, swarm/api/http, swarm/bmt, swarm/fuse, swarm/network/stream, swarm/storage, swarm/storage/encryption, swarm/testutil: use pseudo-random instead of crypto-random for test files content generation alex.sharov 2018-10-09 17:34:10 +0700
  • 8080265f3f swarm/storage: fix access count on dbstore after cache hit (#17978) Ferenc Szabo 2018-11-13 07:41:01 +0100
  • c3e81107e5
    core: fix chain reorged if genesis parentHash not empty Liu Peng 2018-11-13 10:07:49 +0800
  • a307c3ab25 swarm/shed: initial implementation Janos Guljas 2018-11-12 17:03:39 +0100
  • 1212c7b844 core: fix default trie cache limit (#17860) gary rong 2018-11-13 00:06:34 +0800
  • 33c349bb6c swarm/storage: fix access count on dbstore after cache hit Fabio Barone 2018-10-24 08:07:07 -0500
  • 201a0bf181 p2p/simulations, swarm/network: Custom services in snapshot (#17991) lash 2018-11-12 14:57:17 +0100
  • a42ce93bd7 swarm/swap: GetPeerBalance test; add TODO for chequebook API check Fabio Barone 2018-11-12 07:52:54 -0500
  • 9e8f2c470f swarm/swap: ignore ErrNotFound on stateStore.Get() Fabio Barone 2018-11-08 08:44:55 -0500
  • 7750577184 swarm/swap: addressed PR comments Fabio Barone 2018-11-08 08:37:47 -0500
  • 7eeb79ebba swarm: swap accounting for swarm with p2p accounting Fabio Barone 2018-11-07 09:17:05 -0500
  • d01442134f swarm: completed 1st phase of swap accounting Fabio Barone 2018-10-16 16:47:46 -0500
  • a0876f7433 Imply that SwarmApiFlag is the API endpoint to connect to, not to listen on (#18071) Andrew Chiw 2018-11-12 13:04:13 +0100
  • 8562d53da0 Fixed delay longer than 10 seconds when near at block checkpoint. parmarrushabh 2018-11-12 16:54:06 +0530
  • 6f4bb10efd sort by big.Int AnilChinchawale 2018-11-12 16:16:24 +0530
  • d3fc7da872 Fixed gasprice minimum 2500 for get gasprice api. MestryOmkar 2018-11-12 16:09:28 +0530
  • bbadba469b change difficulty block in XDPoS MestryOmkar 2018-11-12 15:52:55 +0530
  • 176b51f1f8 ignore faster with block no validator m2 parmarrushabh 2018-11-12 15:41:24 +0530
  • ec1935a2c4 update devnet genesis, include DV and slashing AnilChinchawale 2018-11-12 15:33:43 +0530
  • f023a88fc5 upgrade github.com/rjeczalik/notify parmarrushabh 2018-11-12 15:29:53 +0530
  • 4e1b835434 enable txPool flags MestryOmkar 2018-11-12 15:09:35 +0530
  • 4758613394
    Merge pull request #278 from nguyenbatam/fix_err_externTd Tuna 2018-11-12 14:48:22 +0700
  • 2e53774f67 fix error externTd Nguyen Ba Tam 2018-11-12 14:45:54 +0700
  • 2a4d8db5da fix gas limit for block equal param parmarrushabh 2018-11-12 13:10:40 +0530
  • f586154a8e fix error transaction underpriced when add sign tx to pool(full) parmarrushabh 2018-11-12 13:08:55 +0530
  • 72bc872939 fix unit test: remove td test AnilChinchawale 2018-11-12 12:56:06 +0530
  • 075e370e74
    Merge pull request #277 from nguyenbatam/only_reorg_when_block_number_longer_current_block Tuna 2018-11-12 14:24:12 +0700
  • edf91f5d50 change condition reorg only block number > current number Nguyen Ba Tam 2018-11-12 14:21:22 +0700
  • 1eda4b653c stop node when updateM1 fails AnilChinchawale 2018-11-12 12:51:18 +0530
  • 54543deb8a fix reorg unit test MestryOmkar 2018-11-12 12:44:22 +0530
  • 5111364215 fix error double validation : m2 not validate body before verify block MestryOmkar 2018-11-12 12:39:52 +0530
  • a07d55baa6 fixed http snapshot test Elad Nachmias 2018-11-11 14:05:40 +0530
  • 05ea5f10f7 fix unit test tx pool parmarrushabh 2018-11-12 12:10:22 +0530
  • 592259eb73 refactor RemoveItemFromArray AnilChinchawale 2018-11-12 12:06:38 +0530
  • 4211d56ad0 Fixed reward inflation and add unit test. AnilChinchawale 2018-11-12 12:03:22 +0530
  • de7c60ed49 sleep time when fetch receive future block MestryOmkar 2018-11-12 11:45:26 +0530
  • 3268d372a0 fix error fatal error: concurrent map read and map write parmarrushabh 2018-11-12 11:39:43 +0530
  • 7d162336fa Add MultisigWallet to puppeth for build new genesis. parmarrushabh 2018-11-12 11:37:26 +0530
  • ddd2d91883
    Merge pull request #275 from nguyenbatam/fix_unit_tx_pool_test Tuna 2018-11-12 10:56:44 +0700
  • 8b291e0da6 fix unit test tx pool Nguyen Ba Tam 2018-11-10 15:07:23 +0700
  • e3d7baf258
    signer: copyright Martin Holst Swende 2018-11-11 22:19:55 +0100
  • a043ed2ff6
    signer,clef: implement timeout for external api Martin Holst Swende 2018-11-11 22:03:03 +0100
  • 1af79d14dd rpc: simplify suitableCallbacks Delweng Zheng 2018-11-11 15:53:35 +0800
  • 95a2bc1889
    rpc: poc implementation of bidirectional json-rpc communication Martin Holst Swende 2018-11-10 19:16:58 +0100
  • a55615e5fd les: fix fetcher syncing logic Zsolt Felfoldi 2018-11-10 16:46:22 +0100
  • 8540a7f088
    rpc, signer: implement jsonrpc2.0 notifications (responseless) Martin Holst Swende 2018-11-10 16:03:40 +0100
  • ed9f363518
    Merge pull request #274 from ngtuna/sign-permission Tam Nguyen 2018-11-10 14:26:45 +0700
  • 151f6b59b6 verify masternode permission for signing Tuna 2018-11-10 14:21:06 +0700
  • 046ed99c12
    Merge pull request #271 from nguyenbatam/limit_max_nonce_transaction_in_queue Tuna 2018-11-10 10:54:07 +0700
  • 2006e3240a limit max threshold nonce in queue Nguyen Ba Tam 2018-11-10 10:42:46 +0700
  • b360290ded
    Merge pull request #262 from nguyenbatam/tiny_fix_panic Tuna 2018-11-10 10:31:44 +0700
  • 69114cfe7d
    Merge pull request #267 from nguyenbatam/make_clean_func_recover_validator Tuna 2018-11-10 10:30:03 +0700
  • 942893594d refactor RemoveItemFromArray Tuna 2018-11-10 10:15:43 +0700
  • 9478c634f2 tiny fix Tuna 2018-11-10 09:59:51 +0700
  • 2145bbb6cc
    Merge pull request #270 from dinhln89/inflation Tuna 2018-11-09 23:05:33 +0700
  • ece9eaa1d4
    core/state: cache storage tries across blocks and pending state Péter Szilágyi 2018-10-08 17:23:24 +0300
  • 1ff152f3a4 rawdb: remove unused parameter for WritePreimages func (#18059) Corey Lin 2018-11-09 18:51:07 +0800
  • e841b44b69 rawdb: update the doc for function WritePreimages Lin Corey 2018-11-09 18:32:02 +0800
  • f574c4e74b metrics, p2p: add ephemeral registry (#18067) Kurkó Mihály 2018-11-09 11:20:51 +0200
  • 8aed80d428 Fixed reward inflation and add unit test. DinhLN 2018-11-09 14:34:53 +0700
  • 575e63b894 reduce gas limit for Tx randomize MestryOmkar 2018-11-09 11:05:14 +0530
  • 75c6ed60a7 maxpeers, not maxpeer AnilChinchawale 2018-11-09 11:01:34 +0530
  • 21656d1855 fix error panic in func RemoveItemFromArray AnilChinchawale 2018-11-09 10:59:55 +0530
  • 3fc36efeb3 Fixed golint. parmarrushabh 2018-11-09 10:49:11 +0530
  • 25f010b5ab remove useless code parmarrushabh 2018-11-09 18:20:59 +0530
  • 0064693228 fix error duplicate nonce when fetcher insert multi blocks MestryOmkar 2018-11-09 18:15:13 +0530
  • 4ab15c94d3 fix maximum 100 % finality parmarrushabh 2018-11-09 18:10:38 +0530
  • 01a3ec9a47 tiny fix m2 duplicate sign block MestryOmkar 2018-11-09 18:07:01 +0530
  • fa90c3eeb0 crypto/bn256: fix issues caused by Go 1.11 MestryOmkar 2018-11-09 17:58:40 +0530
  • fd471f8d3b vendor: fix leveldb crash when bigger than 1 TiB AnilChinchwale 2018-11-09 17:52:25 +0530
  • 02e79adc57 add maxpeer to node image entrypoint parmarrushabh 2018-11-09 17:25:21 +0530
  • 579adf1c8e fix tiny error when full node import block MestryOmkar 2018-11-09 17:23:18 +0530
  • 5ebc19f70a fix error deadlocked master node AnilChinchwale 2018-11-09 17:17:50 +0530
  • 2e505d6e99 change info at extra data in block from geth to XDC AnilChinchwale 2018-11-09 17:10:51 +0530
  • 0c8315163b extend max peer per node to 200 parmarrushabh 2018-11-09 17:06:14 +0530
  • 1175d8e1b1 fix dv m2 validate block detail before broadcast MestryOmkar 2018-11-09 16:53:09 +0530
  • 53e39d77ac fix error double validation AnilChinchwale 2018-11-09 16:42:45 +0530
  • 03c07f37b4 tiny fix double validation AnilChinchwale 2018-11-09 16:39:14 +0530
  • 1396b1a10f Fixed unit test for new m2 block header. parmarrushabh 2018-11-09 16:29:54 +0530
  • 07b4be1284 Add new block header validator for store m2 data. MestryOmkar 2018-11-09 16:11:13 +0530
  • f0761106f4 m1 mine block but only broadcast block wait m2 validate parmarrushabh 2018-11-09 16:01:01 +0530
  • 3f1aadb861 fixed double validater AnilChinchwale 2018-11-09 15:43:29 +0530
  • 8b92c4176c move from SubscribeTx to Subscribe Special Tx in Double Validate AnilChinchwale 2018-11-09 15:00:22 +0530
  • 89d931299f correct order - dv before importing MestryOmkar 2018-11-09 14:46:03 +0530
  • 360584a498 Revert adding double validation layer AnilChinchwale 2018-11-09 14:39:48 +0530
  • 161053b345 verify validators info at checkpoint block parmarrushabh 2018-11-09 14:20:08 +0530
  • 7ebdbeed64 fix after reviewing parmarrushabh 2018-11-09 13:07:34 +0530
  • 9fc966c7db Broadcast special Tx through pairRW AnilChinchwale 2018-11-09 12:56:56 +0530
  • 076cc560e5 add a pair connections with each peer MestryOmkar 2018-11-09 12:52:01 +0530
  • 8e1ffd7c72 Add penalty feature for prevent signer without sign in epoc make slow MestryOmkar 2018-11-09 12:49:54 +0530
  • 9d6344fbb4 Broadcast special Tx through pairRW parmarrushabh 2018-11-09 12:45:18 +0530