Commit graph

  • b6c0234e0b
    Merge pull request #19513 from fjl/p2p-discover-split-v4 Péter Szilágyi 2019-05-02 17:30:49 +0300
  • 5036992b06 eth, les: add error when accessing missing block state (#18346) Martin Holst Swende 2019-05-02 14:50:23 +0200
  • 54117f6954 ethclient: add tests for future block error Felix Lange 2019-05-02 12:32:46 +0200
  • f078909863 les: return error for missing header also in les backend - StateAndHeaderByNumber Martin Holst Swende 2019-03-05 12:19:51 +0100
  • 753e74c241 eth: goimports + minor refactor Martin Holst Swende 2018-12-20 14:10:09 +0100
  • e8fef8c511 eth: Fix #3483 Shbli 2017-12-27 17:06:19 +0300
  • f23767027c
    core: add tests for canonicality confusion Martin Holst Swende 2019-04-30 15:14:34 +0200
  • c1c0d9f84b internal/ethapi: always use backend to find transaction Zsolt Felfoldi 2019-05-01 14:01:57 +0200
  • c692bed3dc les: delete useless file gary rong 2019-04-23 10:10:12 +0800
  • 1241756ea9 les, light: implement ODR transaction lookup by hash zsfelfoldi 2019-02-14 15:56:50 +0100
  • 82cf0663b0 fix comment typo seungju 2019-05-01 07:34:29 +0200
  • 4c90efdf57 consensus,core,miner: avoid overhead of creating a new block (#19301) Martin Holst Swende 2019-04-30 15:42:36 +0200
  • 384f8ee3a9
    consensus: fix some comment formatting nits Péter Szilágyi 2019-04-30 16:40:31 +0300
  • dba1750eda p2p/discover: split out discv4 code Felix Lange 2019-04-30 13:13:22 +0200
  • a43ec8bba5 internal/testlog: add logger for unit tests Felix Lange 2019-04-30 13:12:11 +0200
  • 61e48a49a1
    Fixed traceTransaction with custom tracer example Ayushya Chitransh 2019-04-30 14:30:43 +0530
  • befca7e8b0
    Merge pull request #19500 from karalabe/cht-txpool-open-limit Péter Szilágyi 2019-04-30 11:03:57 +0300
  • af96b6644e internal/ethapi: estimate gas usage automatically (#19508) gary rong 2019-04-30 16:02:34 +0800
  • fbbc1892cf internal/ethapi: estimate gas usage automatically. rjl493456442 2019-04-29 15:20:49 +0800
  • f3bd1beb36 Merge branch 'develop' of https://github.com/XinFinOrg/XDPoS-TestNet-Apothem into develop parmarrushabh 2019-04-29 12:53:30 +0530
  • 637cf2c0f7 created bew checklist parmarrushabh 2019-04-29 12:52:04 +0530
  • 144514518c cmd, contracts: add replay-protection rjl493456442 2019-04-25 20:59:23 +0800
  • edcb0e1a30 swarm/network/stream: added pure retrieval test (syncing disabled) Fabio Barone 2019-04-26 15:34:51 -0500
  • 19f3b94fb1
    cmd/swarm-smoke: check if chunks are at most prox host (#1353) Anton Evangelatov 2019-04-26 16:41:12 +0200
  • ed47f29bc8
    eth: enforce chain above CHT before accepting txs into the pool Péter Szilágyi 2019-04-26 12:11:22 +0300
  • 504f88b65b core/rawdb: typo fix storea => stores (#19498) Hongbin Mao 2019-04-26 17:22:21 +0800
  • ad499a03e1 change to stores hello2mao 2019-04-26 16:21:25 +0800
  • 150280039a
    p2p/protocols, swarm/network: fix resource leak with p2p teardown (#1346) Elad 2019-04-26 16:29:28 +0900
  • be8b5e236b typo fix hello2mao 2019-04-26 09:26:19 +0800
  • 3873a7314d swarm/network: fix data races in TestInitialPeersMsg test (#19490) Janoš Guljaš 2019-04-25 21:33:18 +0200
  • 92a849a509
    Merge pull request #19497 from karalabe/peers-50 Péter Szilágyi 2019-04-25 17:25:09 +0300
  • 937417527c core: lookup txs by block number instead of block hash (#19431) Matthew Halpern 2019-04-25 07:24:56 -0700
  • 8c85c288a9
    Merge pull request #84 from XinFinOrg/AnilChinchawale-patch-3 Anil Chinchawale 2019-04-25 17:48:05 +0530
  • 9f647eee3e
    Update version.go Anil Chinchawale 2019-04-25 17:47:51 +0530
  • 931fa283fb
    Merge pull request #83 from XinFinOrg/develop Anil Chinchawale 2019-04-25 17:45:26 +0530
  • 5d31d9f277 cmd, contracts/registrar: loose restriction of registeration rjl493456442 2019-04-25 20:08:09 +0800
  • ad66858ac1 cmd, contracts, les: discard stale checkpoint rjl493456442 2019-04-25 19:21:21 +0800
  • 88c6ffd066 cmd, internal, signer: split logs Kurkó Mihály 2019-04-25 14:10:27 +0300
  • 8d1972d793 all: implement simple checkpoint syncing rjl493456442 2018-09-20 10:06:32 +0800
  • 8c4002c655 internal, signer: add info when new account is created via rpc Kurkó Mihály 2019-04-15 15:04:55 +0300
  • e3f18d475a cmd, accounts: move the printout to accountCreate Kurkó Mihály 2019-04-10 11:59:59 +0300
  • d6d3bdef07 accounts: add note about backing up the keystore Kurkó Mihály 2019-04-10 10:15:01 +0300
  • 7c91038bff
    Merge pull request #19438 from karalabe/ledger-new-derivation-path Péter Szilágyi 2019-04-25 13:33:17 +0300
  • 0758d7fe5c
    cmd/utils, node: switch over default peer count to 50 Péter Szilágyi 2019-04-25 12:54:33 +0300
  • 749ccab9a4 eth/downloader: enable unsync-protection for light client (#19496) gary rong 2019-04-25 16:31:23 +0800
  • 7ef45550c4 Swarm rather stable: LocalStore metrics (#1349) Janoš Guljaš 2019-04-25 10:22:57 +0200
  • 183c55c702 Swarm rather stable: fix data races in TestInitialPeersMsg test: (#1351) Janoš Guljaš 2019-04-25 09:48:46 +0200
  • 7be6104114
    core/rawdb: tiny review nit fixes Péter Szilágyi 2019-04-25 09:48:33 +0300
  • 8bf8ff64c3 Merge branch 'develop' of https://github.com/XinFinOrg/XDPoS-TestNet-Apothem into develop parmarrushabh 2019-04-25 12:12:00 +0530
  • 1569a9d307 eth/downloader: fix tests rjl493456442 2019-04-25 14:41:32 +0800
  • 3e5f4d54a8 Hot_Fix Bad block Error parmarrushabh 2019-04-25 12:11:30 +0530
  • 3653814017 eth/downloader: enable unsync-protection for light client rjl493456442 2019-04-25 12:45:34 +0800
  • d50b50f382 core: flush in-memory trie with user-friendly time interval rjl493456442 2019-04-25 12:22:31 +0800
  • 1468ec6224 eth: fix storageRangeAt for empty blocks cdetrio 2018-11-10 18:45:15 -0500
  • 2454030063
    Merge pull request #82 from XinFinOrg/main-net rushabh parmar 2019-04-24 16:30:01 +0530
  • 384f548c77 Added new Params parmarrushabh 2019-04-23 18:15:19 +0530
  • 8fd773425d rename tomoclean to gc Tuna 2019-04-23 15:21:06 +0700
  • 6269e5574c miner: polish miner configuration (#19480) gary rong 2019-04-23 15:08:51 +0800
  • 6744850661 makeup tomoclean, add make tomoclean Tuna 2019-04-23 13:42:19 +0700
  • 51298b5264 default balance 350 parmarrushabh 2019-04-23 12:03:31 +0530
  • a5325f346f changes in foundation wallet address) parmarrushabh 2019-04-23 11:15:00 +0530
  • fecbf99100 core, eth, ethapi, les, light, rpc: Support Block Number or Hash on state-related RPCs. Ryan Schneider 2019-04-12 11:18:22 -0700
  • 44e1e35a0f changes in params due to large data parmarrushabh 2019-04-22 18:03:59 +0530
  • 675bf80ad3 set version to v1.4.0 Tuna 2019-04-22 17:02:52 +0700
  • 68064786db
    Merge pull request #485 from thanhnguyennguyen/fix-invalid-signer-at-checkpoint Tuna 2019-04-22 17:01:30 +0700
  • 4fc27f26b2
    Merge pull request #497 from dinhln89/v1 Tuna 2019-04-22 17:01:16 +0700
  • 3f5196c056 Added new hard coded reward parmarrushabh 2019-04-22 14:26:50 +0530
  • 28cd1ed618 Fixed change panic to log error for encrypt/decrypt secret and opening for randomize. DinhLN 2019-04-22 14:24:49 +0700
  • 855b43757a
    Accounts, Abi: fix TestUnpackMethodIntoMap manlio 2019-04-20 21:17:40 +0100
  • d9403690ec swarm/pss: Fix flaky TestProxNetwork (#19471) gluk256 2019-04-19 11:15:17 +0200
  • 7233837a1c cmd, miner: revert noadvance flag rjl493456442 2019-04-19 17:00:55 +0800
  • 976f39362b
    whisper: detail the internals of the JS example (#19481) Guillaume Ballet 2019-04-19 10:46:29 +0200
  • 425150cf4a whisper: detail the internals of the JS example Guillaume Ballet 2019-04-19 10:43:49 +0200
  • 9e9062b99a eth: remove todo rjl493456442 2019-04-18 20:24:41 +0800
  • 4b9ac7268e cmd, console, miner, les, eth: wrap the miner config rjl493456442 2019-04-18 20:16:49 +0800
  • b925f4b92c cmd, eth, miner: disable advance sealing if user require rjl493456442 2019-04-18 19:15:31 +0800
  • d8dc37c85b
    Merge pull request #18168 from karalabe/trie-better-cache-size-estimation Péter Szilágyi 2019-04-18 12:46:27 +0300
  • d2ae535bb9 accounts: change the meaning of the switch Guillaume Ballet 2019-04-18 11:27:07 +0200
  • 29bba5d0b2 p2p: fix typo in dialstate comment (#19476) Guillaume Ballet 2019-04-18 09:02:11 +0200
  • f1a9ceae54 change in params for swap wallet) parmarrushabh 2019-04-18 12:10:42 +0530
  • a18927d755 updated git clone depth on lint test Shubham Tatvamasi 2019-04-18 09:45:13 +0530
  • a70f9d5356 fix(core/state_processor): add err checking for ApplyTransaction 贺鹏飞 2019-04-18 12:09:43 +0800
  • bedfbdd8a6 only clone the most recent commit Shubham Tatvamasi 2019-04-18 09:37:52 +0530
  • 5dd2e56e0e p2p: fix typo in dialstate comment Guillaume Ballet 2019-04-17 22:17:01 +0200
  • 835abc4e7f core: lookup txs by block number instead of block hash Matthew Halpern 2019-04-16 07:26:35 -0700
  • 78ec90717a
    swarm/version: bump version due to Geth hotfix release Péter Szilágyi 2019-04-17 15:50:41 +0300
  • 4bcc0a37ab
    Merge pull request #19473 from karalabe/geth-1.8.27 v1.8.27 release/1.8 Péter Szilágyi 2019-04-17 15:47:54 +0300
  • b5f92e66c6
    params, swarm: release Geth v1.8.27 (noop Swarm v0.3.15) Péter Szilágyi 2019-04-17 14:57:38 +0300
  • d8787230fa
    eth, les, light: enforce CHT checkpoints on fast-sync too Péter Szilágyi 2019-04-16 13:20:38 +0300
  • f496927a93
    Merge pull request #19468 from karalabe/enforce-fastsync-checkpoints Péter Szilágyi 2019-04-17 14:50:51 +0300
  • 38f6b85638
    eth, les, light: enforce CHT checkpoints on fast-sync too Péter Szilágyi 2019-04-16 13:20:38 +0300
  • 921b3160db les: fix p2p.Protocol.PeerInfo (#19472) Felföldi Zsolt 2019-04-17 09:57:53 +0200
  • d393dd61de les: fix p2p.Protocol.PeerInfo Zsolt Felfoldi 2019-04-16 23:28:40 +0200
  • c9d9a2d48a
    Merge pull request #19470 from SamuelMarks/go1.12.4 Péter Szilágyi 2019-04-16 17:44:11 +0300
  • 04a75a1863
    appveyor.yml: Upgraded to Go 1.12.4 Samuel Marks 2019-04-17 00:14:06 +1000
  • 0b23499afb swarm/pss: minor refactoring Vlad 2019-04-16 14:39:45 +0200
  • 85b6823d16 les: check required message types in cost table (#19454) Felföldi Zsolt 2019-04-16 13:30:47 +0200
  • af64a4a78b les: check required message types in cost table Zsolt Felfoldi 2019-04-12 14:44:19 +0200
  • 78d90c47f7
    Merge pull request #19345 from Matthalp/optimize-receipt-storage Péter Szilágyi 2019-04-16 09:51:46 +0300
  • ce9a289fa4
    core/types: fix cummulative gas bug and legacy decoding tests gary rong 2019-04-15 13:15:05 +0300