Commit Graph

  • 29bc982d75
    cmd/geth, internal, node, vendor: nuke geth monitor Péter Szilágyi 2019-04-05 12:04:15 +03:00
  • 36f81118f6 core/state: fix state iterator (#19127) gary rong 2019-04-05 14:44:02 +08:00
  • 7dd3194710
    Merge pull request #18322 from rjl493456442/reomit-log-events Péter Szilágyi 2019-04-04 17:03:32 +03:00
  • a8dd1f93c6 node: switching prometheus flock location to tsdb (#19376) Steve Ruckdashel 2019-04-04 08:59:18 -05:00
  • 43631aa1d6
    core: minor code polishes + rebase fixes Péter Szilágyi 2019-04-04 14:39:11 +03:00
  • 690bd8a417
    core: re-omit new log event when logs rebirth rjl493456442 2018-12-17 15:23:54 +08:00
  • d5cae48bae accounts, cmd, internal: disable unlock account on open HTTP (#17037) gary rong 2019-04-04 19:03:10 +08:00
  • 9b3601cfce core/vm: fix typos in comments (#19391) hydai 2019-04-04 19:30:10 +09:00
  • 36b78abe61
    core/vm: instruction tests (#16327) Martin Holst Swende 2019-04-04 11:19:38 +02:00
  • 5164274872 les: extend error message for coinbase API calls (#19380) Felföldi Zsolt 2019-04-03 09:15:15 +02:00
  • 0b4fe8d192 all: simplify timestamps to uint64 (#19372) Martin Holst Swende 2019-04-02 22:28:48 +02:00
  • e14f8a408c
    Merge pull request #19328 from karalabe/preload Péter Szilágyi 2019-04-02 17:03:12 +03:00
  • 88d7119ebb
    Merge pull request #19374 from karalabe/console-fix-coinbase-printout Péter Szilágyi 2019-04-02 16:55:39 +03:00
  • 3baed8dd9a
    console: handle eth.coinbase throws Péter Szilágyi 2019-04-02 13:59:39 +03:00
  • c4109d790f core: fix typo in insertChain method doc (#19371) Runchao Han 2019-04-02 21:01:02 +11:00
  • 6caf35684d
    Merge pull request #19369 from karalabe/les-update-chts Péter Szilágyi 2019-04-02 12:06:55 +03:00
  • ccffad5553
    light, params: update CHTs, integrate CHT for Goerli too Péter Szilágyi 2019-04-02 11:47:01 +03:00
  • 72c98dc41f cmd/flags: fix typo in --exitwhensynced flag (#19364) William Setzer 2019-04-02 07:40:30 +00:00
  • 0529015091
    swarm/network: hive bug: needed shallow peers are not sent to nodes beyond connection's proximity order (#19326) Viktor Trón 2019-04-02 09:15:16 +02:00
  • 92faf1bf7a
    Merge pull request #19348 from LiangMa/overflowPR Péter Szilágyi 2019-04-01 17:12:13 +03:00
  • 9294b8f10f
    core/vm: polish gas PR, fix tests, make table driven Péter Szilágyi 2019-04-01 14:56:43 +03:00
  • cd79bc61a9 accounts/abi: generic unpacking of event logs into map[string]interface{} (#18440) Ian Norden 2019-04-01 08:42:59 -05:00
  • ed34a5e08a
    cmd, core, eth: support disabling the concurrent state prefetcher Péter Szilágyi 2019-04-01 11:52:11 +03:00
  • bb9631c399
    core: prefetch next block state concurrently Péter Szilágyi 2019-03-25 12:41:50 +02:00
  • 86e77900c5
    Merge pull request #19351 from karalabe/txpool-precache-signatures Péter Szilágyi 2019-03-29 12:34:09 +02:00
  • fbe7caf136
    core: cache tx signature before obtaining lock 贺鹏飞 2019-03-06 22:31:41 +08:00
  • 157f09e5b6 core/vm: Correct the Memory Gas Overflow condition Liang Ma 2019-03-28 21:04:31 +00:00
  • 5b0d3fa393 accounts/abi: Add the original name as json-structtag for tuples. Mats Julian Olsen 2019-03-28 14:32:09 +01:00
  • 67fc0377e1 contracts/ens: revert bmt to keccak256 (#19323) Elad 2019-03-27 22:07:03 +09:00
  • 7fb89697fd core/types: add block location fields to receipt (#17662) Brent 2019-03-27 08:39:25 -04:00
  • 42e2c586fd
    Merge pull request #19343 from karalabe/trie-metrics-split Péter Szilágyi 2019-03-27 14:23:51 +02:00
  • b17e4a8713
    Merge pull request #19344 from karalabe/eth-remove-redundant-chainconfig Péter Szilágyi 2019-03-27 14:21:31 +02:00
  • ac3e7c9b3d
    eth: remove redundant chain config fields Péter Szilágyi 2019-03-27 13:23:08 +02:00
  • dba336e612 eth: fix EIP158 account cleanup on chain tracing (#19341) Jonas 2019-03-27 12:16:28 +01:00
  • a732c93309
    core: 3rd try on splitting the trie metrics correctly Péter Szilágyi 2019-03-27 13:02:04 +02:00
  • 59e1953246 core, ethdb, trie: mode dirty data to clean cache on flush (#19307) Martin Holst Swende 2019-03-26 15:48:31 +01:00
  • df717abc99 whisper/whisperv6: fix PoW calculations to match the spec (#19330) Guillaume Ballet 2019-03-26 10:23:59 +01:00
  • b8b4fb004c
    Merge pull request #19308 from holiman/fix_reset_txpool Péter Szilágyi 2019-03-26 11:00:35 +02:00
  • f03402232c
    Merge pull request #19331 from karalabe/fix-trie-metrics Péter Szilágyi 2019-03-25 16:33:56 +02:00
  • 435020f9b3
    core: split trie op metrics from the correct chain metrics Péter Szilágyi 2019-03-25 16:27:46 +02:00
  • acbb8a1439
    Merge pull request #19327 from karalabe/fix-expensive-metrics Péter Szilágyi 2019-03-25 10:47:29 +02:00
  • 88c756c83d
    metrics: fix expensive metrics flag processing Péter Szilágyi 2019-03-25 10:40:46 +02:00
  • 71cb816a74 appveyor: bump Windows Go builders to 1.12.1 (#19294) Samuel Marks 2019-03-25 19:26:48 +11:00
  • 86989e3fcd
    core: split out detailed trie access metrics from insertion time (#19316) Péter Szilágyi 2019-03-25 10:01:18 +02:00
  • e852505ace les: fix block announcements (#19322) Felföldi Zsolt 2019-03-25 08:17:55 +01:00
  • 2f5b6cb442 swarm/network: Use different privatekey for bzz overlay in sim (#19313) lash 2019-03-22 21:37:25 +01:00
  • 876f357364 trie: disable fnv64a hashing of hashes for bigcache (#19314) Martin Holst Swende 2019-03-22 16:13:28 +01:00
  • 8d04154691 p2p/simulations: wait until all connections are recreated when uploading snapshot (#19312) gluk256 2019-03-22 14:20:17 +04:00
  • 09924cbcaa cmd/swarm, p2p, swarm: Enable ENR in binary/execadapter (#19309) lash 2019-03-22 05:55:47 +01:00
  • 3585351888 travis: extend race detection for swarm p2p packages (#19287) Ferenc Szabo 2019-03-21 12:06:11 +01:00
  • 650ad19c2d
    core: make txpool handle reorg due to setHead Martin Holst Swende 2019-03-21 11:42:56 +01:00
  • baded64d88
    swarm/network: measure time of messages in priority queue (#19250) Anton Evangelatov 2019-03-20 21:30:34 +01:00
  • c53c5e616f les: fix peer id and reply error handling (#19289) Felföldi Zsolt 2019-03-20 09:35:05 +01:00
  • e7d1867964 contracts, swarm: implement EIP-1577 (#19285) Elad 2019-03-20 15:33:24 +07:00
  • fb458280d1 Modified Abigen to Support Vyper (#19120) Kushagra Sharma 2019-03-18 12:29:26 +00:00
  • 47c03c0f8c
    Merge pull request #19288 from karalabe/les-verbose-errors Péter Szilágyi 2019-03-18 13:51:28 +02:00
  • 211ec46284
    les, light: verbose errors on state retrieval issues Péter Szilágyi 2019-03-18 13:19:40 +02:00
  • 54cd3e89a4 dashboard: fix deprecated or problematic dependencies (#19271) Kurkó Mihály 2019-03-18 10:30:36 +02:00
  • def1b0d7e1 vendor: udpate leveldb upstream (#19284) gary rong 2019-03-18 16:28:47 +08:00
  • acebccc3bf graphql: Updates to graphql support to match EIP1767 (#19238) Nick Johnson 2019-03-18 19:24:43 +13:00
  • 6e401792ce swarm/pss: negihbourhood addressing simulation tests (#19278) gluk256 2019-03-16 11:39:38 +04:00
  • 3d067b0cea
    cmd/swarm/swarm-smoke: do not fail if a node does not respond to rpc (#19280) Anton Evangelatov 2019-03-15 17:36:39 +01:00
  • f180981273 swarm/shed: add vector uint64 field (#19279) Janoš Guljaš 2019-03-15 15:12:45 +01:00
  • 4b4f03ca37 swarm, p2p: Prerequities for ENR replacing handshake (#19275) lash 2019-03-15 11:27:17 +01:00
  • df488975bd cmd/swarm: dont connect to bootnodes in tests (#19270) Elad 2019-03-15 12:20:21 +07:00
  • 91eec1251c
    cmd, core, eth, trie: get rid of trie cache generations (#19262) Péter Szilágyi 2019-03-14 15:25:12 +02:00
  • e270a753be
    Merge pull request #19269 from holiman/alt_18957 Péter Szilágyi 2019-03-14 13:01:33 +02:00
  • 5ce192ce44
    accounts/abi/bind: simulated test case for fixed bytes logs Péter Szilágyi 2019-03-14 11:47:22 +01:00
  • 7640c9c933
    bind: Static byte arrays should be right-padded Jeremy McNevin 2019-01-28 12:47:24 -06:00
  • 6c312a24b6 eth/downloader: fix ancestor searching for light syncing (#19136) gary rong 2019-03-14 18:19:03 +08:00
  • 95b2ec7169 changed file name grahpql.go to graphql.go (#19267) Shunsuke Watanabe 2019-03-14 18:38:54 +09:00
  • 768b4c2e6b asm: remove unused parameter for function Lex (#18058) Corey Lin 2019-03-14 17:35:55 +08:00
  • 1a29bf0ee2 dashboard, p2p, vendor: visualize peers (#19247) Kurkó Mihály 2019-03-13 14:53:52 +02:00
  • 1591b63306
    Merge pull request #19261 from karalabe/less-blocks Péter Szilágyi 2019-03-13 13:12:37 +02:00
  • aa69ec64d0
    Merge pull request #19259 from ligi/address_19246 Péter Szilágyi 2019-03-13 12:55:06 +02:00
  • 4f457859a2
    core: use headers only where blocks are unnecessary Péter Szilágyi 2019-03-13 12:31:35 +02:00
  • 8a03bf2155
    README: Mention go 1.10 as minumum - context #19246 ligi 2019-03-12 16:49:07 +01:00
  • b87a68407b
    Merge pull request #19252 from karalabe/badgerdb Péter Szilágyi 2019-03-12 12:57:23 +02:00
  • 8111b9dda5
    ethdb, trie: tiny API tidy-up from the database rework pr Péter Szilágyi 2019-03-11 17:01:47 +02:00
  • 7504dbd6eb core/vm: 64 bit memory and gas calculations (#19210) Martin Holst Swende 2019-03-12 10:40:05 +01:00
  • da5de012c3 state: fix emptyStatet to emptyRoot (#19254) Sheldon 2019-03-12 17:14:24 +08:00
  • 04a4a23c2d graphql: make gballet codeowner for review notifications (#19251) Guillaume Ballet 2019-03-12 08:42:01 +01:00
  • 1a3e25e4c1
    swarm: tracing improvements (#19249) Anton Evangelatov 2019-03-11 11:45:34 +01:00
  • 9a58a9b91a swarm/storage/localstore: global batch write lock (#19245) Janoš Guljaš 2019-03-09 00:06:39 +01:00
  • f82185a4a1 p2p/protocols: fix data race in TestProtocolHook (#19242) Ferenc Szabo 2019-03-08 17:30:16 +01:00
  • bb55b0fb53 swarm/storage: add comparison towards leveldb.ErrNotFound (#19243) Anton Evangelatov 2019-03-08 17:28:57 +01:00
  • 2cfe0bed9f swarm: fix relationship between spans in open tracing (#19236) Anton Evangelatov 2019-03-08 08:52:25 +01:00
  • ceeb047e69 cmd/swarm/swarm-smoke: better logs when debug mode triggers (#19237) Anton Evangelatov 2019-03-08 08:52:05 +01:00
  • a6e5c6a2cc swarm/storage/localstore: fix synchronization in TestDB_gcSize (#19235) Janoš Guljaš 2019-03-08 05:59:59 +01:00
  • 4687391213 cmd/swarm: do not ignore cache size=0 (#19231) Elad 2019-03-07 18:44:00 +07:00
  • 316b63daf0
    clef: fix erroneous api version (#19234) Martin Holst Swende 2019-03-07 12:09:25 +01:00
  • 2eed46dadf
    Merge pull request #19232 from karalabe/dl-fix-local-drop-sync Péter Szilágyi 2019-03-07 13:06:36 +02:00
  • 1612267a4b
    eth/downloader: fix nil droppeer in state sync Péter Szilágyi 2019-03-07 12:37:03 +02:00
  • 2fa9e99fc1 usbwallet: check error returned by driver close (#18057) Corey Lin 2019-03-07 18:13:06 +08:00
  • 5f94f8c7e7 signer: change the stdio jsonrpc to use legacy namespace conventions (#19047) Martin Holst Swende 2019-03-07 10:56:08 +01:00
  • eb199f1fc2 swarm: localstore hasser (#19230) Janoš Guljaš 2019-03-07 10:07:54 +01:00
  • d45f8d1880 swarm/network: remove *WithServer tests from stream package (#19223) Ferenc Szabo 2019-03-07 09:27:56 +01:00
  • a87776a5fe swarm/network/stream: Fix flaky tests in GetSubscriptionsRPC test (#19227) holisticode 2019-03-07 03:24:28 -05:00
  • 72b21db2d3
    Merge pull request #19021 from karalabe/database-cleanup Péter Szilágyi 2019-03-07 10:21:40 +02:00
  • f2d6310354 p2p/protocols: fix race condition in TestAccountingSimulation (#19228) holisticode 2019-03-07 02:13:11 -05:00