| Commit message (Expand) | Author | Age | Files | Lines |
* | freezer: implement split files for data | Martin Holst Swende | 2019-05-16 | 2 | -95/+815 |
* | cmd, core, eth, les, node: chain freezer on top of db rework | Péter Szilágyi | 2019-05-16 | 15 | -35/+755 |
* | accounts,signer: better support for EIP-191 intended validator (#19523) | Martin Holst Swende | 2019-05-16 | 2 | -8/+22 |
* | p2p/discover: fix crash in Resolve (#19579) | Felix Lange | 2019-05-15 | 1 | -3/+3 |
* | swarm/storage: disable open tracing on indices (#19578) | Anton Evangelatov | 2019-05-15 | 2 | -29/+0 |
* | swarm/metrics: collect metrics on datadir disk usage (#19576) | Anton Evangelatov | 2019-05-15 | 1 | -0/+31 |
* | p2p/discover: add support for EIP-868 (v4 ENR extension) (#19540) | Felix Lange | 2019-05-15 | 6 | -136/+406 |
* | rlp: fixes for two corner cases and documentation (#19527) | Felix Lange | 2019-05-14 | 5 | -57/+111 |
* | accounts/abi: fix documentation (#19568) | Jeremy Schlatter | 2019-05-14 | 1 | -2/+2 |
* | Merge pull request #19563 from karalabe/faucet-remove-g+-mention | Péter Szilágyi | 2019-05-13 | 2 | -16/+54 |
|\ |
|
| * | cmd/faucet: remove Google+ mention from web assets too | Péter Szilágyi | 2019-05-13 | 2 | -16/+54 |
* | | core, eth, trie: bloom filter for trie node dedup during fast sync (#19489) | Péter Szilágyi | 2019-05-13 | 46 | -57/+2668 |
|/ |
|
* | les, light: implement ODR transaction lookup by hash (#19069) | Felföldi Zsolt | 2019-05-13 | 16 | -51/+182 |
* | les: fixed cost table update (#19546) | Felföldi Zsolt | 2019-05-13 | 3 | -8/+13 |
* | core: fix formatting error (trailing whitepace) | Péter Szilágyi | 2019-05-13 | 1 | -1/+1 |
* | Merge pull request #19562 from holiman/fix_tabcrash | Péter Szilágyi | 2019-05-13 | 3 | -1/+2 |
|\ |
|
| * | p2p/discover: fix a race where table loop would self-lookup before returning ... | Martin Holst Swende | 2019-05-13 | 3 | -1/+2 |
* | | core: move error variable to error.go (#19560) | PilkyuJung | 2019-05-13 | 2 | -3/+4 |
* | | cmd/swarm: skip export test on windows builds (#19555) | Elad | 2019-05-13 | 2 | -2/+6 |
* | | swarm/metrics: track runtime metrics (#19557) | Anton Evangelatov | 2019-05-13 | 1 | -1/+5 |
* | | swarm/network/stream: add pure retrieval test (#19552) | holisticode | 2019-05-11 | 1 | -55/+218 |
* | | core: fix import errors on clique crashes + empty blocks (#19544) | Péter Szilágyi | 2019-05-10 | 3 | -2/+160 |
* | | Merge pull request #19550 from ethersphere/swarm-rather-stable | Péter Szilágyi | 2019-05-10 | 112 | -5130/+5741 |
|\ \ |
|
| * | | swarm/network: update syncer metrics | Elad | 2019-05-10 | 1 | -4/+3 |
| * | | swarm/network: measure addPeer and deletePeer to know if Kad rearranged | Anton Evangelatov | 2019-05-10 | 6 | -25/+3 |
| * | | swarm: instrument setNextBatch | Elad | 2019-05-10 | 5 | -12/+37 |
| * | | swarm/storage: improve instrumentation | Anton Evangelatov | 2019-05-10 | 6 | -40/+30 |
| * | | swarm/pss: disable failing handshake test | lash | 2019-05-10 | 1 | -0/+1 |
| * | | swarm-smoke: add syncDelay flag | Anton Evangelatov | 2019-05-10 | 5 | -12/+40 |
| * | | swarm: push tags integration - request flow | Elad | 2019-05-10 | 34 | -362/+699 |
| * | | swarm/network: update syncing | Janoš Guljaš | 2019-05-10 | 10 | -486/+707 |
| * | | swarm/chunk: add tags data type | Elad | 2019-05-10 | 5 | -0/+604 |
| * | | cmd/swarm-smoke: check if chunks are at most prox host | Anton Evangelatov | 2019-05-10 | 2 | -7/+101 |
| * | | p2p/protocols, swarm/network: fix resource leak with p2p teardown | Elad | 2019-05-10 | 4 | -19/+28 |
| * | | swarm: LocalStore metrics | Janoš Guljaš | 2019-05-10 | 10 | -47/+239 |
| * | | swarm/storage/localstore: fix export db.Put signature | Anton Evangelatov | 2019-05-10 | 28 | -659/+374 |
| * | | cmd/swarm, swarm: LocalStore storage integration | Janoš Guljaš | 2019-05-10 | 62 | -3674/+3092 |
|/ / |
|
* | | Merge pull request #19539 from karalabe/faucet-updates | Péter Szilágyi | 2019-05-09 | 1 | -37/+12 |
|\ \ |
|
| * | | cmd/faucet: sunset Google+ authentication | Péter Szilágyi | 2019-05-08 | 1 | -36/+6 |
| * | | cmd/faucet: embed git commit hash and date into the version | Péter Szilágyi | 2019-05-08 | 1 | -1/+6 |
|/ / |
|
* | | cmd, internal/build, docker: advertise commit date in unstable build versions... | C. Brown | 2019-05-08 | 17 | -38/+75 |
* | | core: handle importing known blocks more gracefully (#19417) | gary rong | 2019-05-08 | 2 | -125/+303 |
* | | Merge pull request #19534 from karalabe/downloader-delay-fix | Péter Szilágyi | 2019-05-08 | 1 | -0/+7 |
|\ \ |
|
| * | | eth/downloader: fix header delays during chain dedup | Péter Szilágyi | 2019-05-07 | 1 | -0/+7 |
* | | | appveyor: Upgrade Go to v1.12.5 (#19536) | Samuel Marks | 2019-05-08 | 1 | -2/+2 |
* | | | accounts/usbwallet: fix a comment typo in trezor driver (#19535) | Guillaume Ballet | 2019-05-08 | 1 | -1/+1 |
|/ / |
|
* | | accounts, cmd, internal, signer: add note about backing up the keystore (#19432) | Kurkó Mihály | 2019-05-07 | 5 | -5/+28 |
* | | core: fix canonicality confusion (#19514) | Martin Holst Swende | 2019-05-07 | 2 | -1/+130 |
* | | trie: clarify why verifyProof doesn't check hashes (#19530) | gary rong | 2019-05-07 | 1 | -2/+3 |
|/ |
|
* | core/rawdb: fix typo (#19526) | 유용환 | 2019-05-04 | 1 | -2/+2 |
* | Merge pull request #19513 from fjl/p2p-discover-split-v4 | Péter Szilágyi | 2019-05-02 | 8 | -700/+746 |
|\ |
|
| * | p2p/discover: split out discv4 code | Felix Lange | 2019-04-30 | 7 | -700/+700 |
| * | internal/testlog: add logger for unit tests | Felix Lange | 2019-04-30 | 1 | -0/+46 |
* | | eth, les: add error when accessing missing block state (#18346) | Martin Holst Swende | 2019-05-02 | 3 | -2/+161 |
* | | consensus,core,miner: avoid overhead of creating a new block (#19301) | Martin Holst Swende | 2019-04-30 | 6 | -8/+33 |
* | | Merge pull request #19500 from karalabe/cht-txpool-open-limit | Péter Szilágyi | 2019-04-30 | 2 | -6/+32 |
|\ \ |
|
| * | | eth: enforce chain above CHT before accepting txs into the pool | Péter Szilágyi | 2019-04-26 | 2 | -6/+32 |
* | | | internal/ethapi: estimate gas usage automatically (#19508) | gary rong | 2019-04-30 | 1 | -8/+25 |
| |/
|/| |
|
* | | core/rawdb: typo fix storea => stores (#19498) | Hongbin Mao | 2019-04-26 | 1 | -1/+1 |
|/ |
|
* | swarm/network: fix data races in TestInitialPeersMsg test (#19490) | Janoš Guljaš | 2019-04-26 | 6 | -10/+37 |
* | Merge pull request #19497 from karalabe/peers-50 | Péter Szilágyi | 2019-04-25 | 2 | -3/+3 |
|\ |
|
| * | cmd/utils, node: switch over default peer count to 50 | Péter Szilágyi | 2019-04-25 | 2 | -3/+3 |
* | | core: lookup txs by block number instead of block hash (#19431) | Matthew Halpern | 2019-04-25 | 3 | -68/+97 |
* | | Merge pull request #19438 from karalabe/ledger-new-derivation-path | Péter Szilágyi | 2019-04-25 | 8 | -137/+167 |
|\ \
| |/
|/| |
|
| * | accounts: switch Ledger derivation path to canonical one | Péter Szilágyi | 2019-04-10 | 8 | -130/+163 |
| * | Revert "Can now specify the number of empty accounts to derive" | Péter Szilágyi | 2019-04-10 | 1 | -10/+7 |
* | | eth/downloader: enable unsync-protection for light client (#19496) | gary rong | 2019-04-25 | 2 | -3/+3 |
* | | miner: polish miner configuration (#19480) | gary rong | 2019-04-23 | 11 | -162/+162 |
* | | swarm/pss: Fix flaky TestProxNetwork (#19471) | gluk256 | 2019-04-19 | 3 | -187/+181 |
* | | Merge pull request #18168 from karalabe/trie-better-cache-size-estimation | Péter Szilágyi | 2019-04-18 | 3 | -15/+59 |
|\ \ |
|
| * | | cmd: special case default cache allowance (4GB mainnet, 128MB ligh) | Péter Szilágyi | 2019-04-12 | 2 | -1/+15 |
| * | | trie: approximate the wasted cache metaspace closer | Péter Szilágyi | 2019-04-12 | 1 | -14/+44 |
* | | | p2p: fix typo in dialstate comment (#19476) | Guillaume Ballet | 2019-04-18 | 1 | -1/+1 |
* | | | swarm/version: bump version due to Geth hotfix release | Péter Szilágyi | 2019-04-17 | 1 | -1/+1 |
* | | | Merge pull request #19468 from karalabe/enforce-fastsync-checkpoints | Péter Szilágyi | 2019-04-17 | 11 | -115/+211 |
|\ \ \ |
|
| * | | | eth, les, light: enforce CHT checkpoints on fast-sync too | Péter Szilágyi | 2019-04-17 | 11 | -115/+211 |
* | | | | les: fix p2p.Protocol.PeerInfo (#19472) | Felföldi Zsolt | 2019-04-17 | 1 | -1/+1 |
* | | | | Merge pull request #19470 from SamuelMarks/go1.12.4 | Péter Szilágyi | 2019-04-16 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | appveyor.yml: Upgraded to Go 1.12.4 | Samuel Marks | 2019-04-16 | 1 | -2/+2 |
|/ / / / |
|
* / / / | les: check required message types in cost table (#19454) | Felföldi Zsolt | 2019-04-16 | 2 | -5/+20 |
|/ / / |
|
* | | | Merge pull request #19345 from Matthalp/optimize-receipt-storage | Péter Szilágyi | 2019-04-16 | 20 | -152/+558 |
|\ \ \ |
|
| * | | | core/types: fix cummulative gas bug and legacy decoding tests | gary rong | 2019-04-16 | 2 | -22/+36 |
| * | | | core, eth, les, light: scope receipt functionality a bit cleaner | Péter Szilágyi | 2019-04-15 | 16 | -287/+250 |
| * | | | core, eth, les, light: store transaction receipts without txHash and gasCost | Matthew Halpern | 2019-04-15 | 11 | -123/+552 |
| |/ / |
|
* / / | swarm/storage/feed: add context handling/cancellation to Swarm Feeds lookup, ... | Javier Peletier | 2019-04-16 | 3 | -24/+132 |
|/ / |
|
* | | node: do not continue if 'signer' is used but connection fails (#19441) | Martin Holst Swende | 2019-04-12 | 1 | -1/+1 |
* | | cmd/clef, signer: make fourbyte its own package, break dep cycle (#19450) | Péter Szilágyi | 2019-04-12 | 17 | -695/+765 |
* | | cmd/swarm: fix resource leaks in tests (#19443) | Ferenc Szabo | 2019-04-11 | 6 | -66/+97 |
* | | cmd/clef: bundle 4byte db into clef, (#19112) | Martin Holst Swende | 2019-04-11 | 7 | -33/+305 |
* | | metrics/prometheus: expose metrics in prometheus format too (#17077) | Maxim Krasilnikov | 2019-04-11 | 3 | -0/+185 |
* | | clef: update warning-text (#19442) | Martin Holst Swende | 2019-04-10 | 1 | -4/+7 |
* | | swarm/version: bump Swarm due to Geth hotfix release | Péter Szilágyi | 2019-04-10 | 1 | -1/+1 |
* | | accounts/scwallet: fix card pairing instruction message (#19436) | Guillaume Ballet | 2019-04-10 | 1 | -1/+1 |
|/ |
|
* | accounts/scwallet: Update README for v2.2.1 support (#19425) | Guillaume Ballet | 2019-04-10 | 1 | -15/+48 |
* | p2p: remove useless parameter (#19433) | ANOTHEL | 2019-04-10 | 2 | -4/+3 |
* | rpc: cancel root context after all requests are served (#19430) | gary rong | 2019-04-10 | 1 | -1/+1 |
* | Merge pull request #19426 from karalabe/vendor-fix-freegeoip | Péter Szilágyi | 2019-04-10 | 1 | -5/+0 |
|\ |
|
| * | vendor: fix some vendor config leftover | Péter Szilágyi | 2019-04-10 | 1 | -5/+0 |
|/ |
|
* | vendor: upgrade go-libpcsclite (#19420) | Guillaume Ballet | 2019-04-10 | 5 | -51/+328 |
* | Merge pull request #19423 from SamuelMarks/go1.12.3 | Péter Szilágyi | 2019-04-09 | 1 | -2/+2 |
|\ |
|
| * | appveyor.yml: Upgraded to Go 1.12.3 | Samuel Marks | 2019-04-09 | 1 | -2/+2 |
|/ |
|
* | accounts:smartcard wallet without the dependency on libpcsclite (#19273) | Guillaume Ballet | 2019-04-09 | 52 | -9/+37171 |
|\ |
|
| * | Add missing dependency | Guillaume Ballet | 2019-04-09 | 8 | -0/+14503 |
| * | Update bip-39 ref and remove ebfe/scard from vendor | Guillaume Ballet | 2019-04-09 | 10 | -2210/+426 |
| * | Fix rebase error: include norm package | Guillaume Ballet | 2019-04-08 | 12 | -6/+18525 |
| * | Can now specify the number of empty accounts to derive | Guillaume Ballet | 2019-04-08 | 1 | -7/+10 |
| * | More review feedback | Guillaume Ballet | 2019-04-08 | 1 | -0/+5 |
| * | more review feedback | Guillaume Ballet | 2019-04-08 | 2 | -11/+10 |
| * | fix a serialization error | Guillaume Ballet | 2019-04-08 | 1 | -1/+3 |
| * | Apply suggestions from code review | Martin Holst Swende | 2019-04-08 | 1 | -3/+6 |
| * | 'sanitize' JSON input | Martin Holst Swende | 2019-04-08 | 1 | -1/+1 |
| * | Update the card preparation instructions based on review feedback | Guillaume Ballet | 2019-04-08 | 1 | -0/+9 |
| * | refresh the account list when initializing the card | Guillaume Ballet | 2019-04-08 | 1 | -0/+1 |
| * | refuse to overwrite the master key of a previously initialized card | Guillaume Ballet | 2019-04-08 | 1 | -3/+15 |
| * | fix unnecessary condition linter warning | Guillaume Ballet | 2019-04-08 | 1 | -1/+1 |
| * | Set gballet as codeowner of the smartcard wallet dir | Guillaume Ballet | 2019-04-08 | 1 | -0/+1 |
| * | Upgrade to keycard app v2.1.1 | Guillaume Ballet | 2019-04-08 | 2 | -24/+16 |
| * | Fix linter issues | Guillaume Ballet | 2019-04-08 | 2 | -17/+13 |
| * | PK derivation has to be supported by the card | Guillaume Ballet | 2019-04-08 | 1 | -11/+7 |
| * | Achieve full transaction signature+sending | Guillaume Ballet | 2019-04-08 | 1 | -0/+18 |
| * | Add instructions on how to install the card | Guillaume Ballet | 2019-04-08 | 1 | -0/+19 |
| * | Formatting fixes | Guillaume Ballet | 2019-04-08 | 1 | -11/+16 |
| * | Vendor keycard-go/derivationpath | Guillaume Ballet | 2019-04-08 | 4 | -0/+612 |
| * | Update a comment to reflect the workings of the updated system | Guillaume Ballet | 2019-04-08 | 2 | -3/+3 |
| * | Add some documentation | Guillaume Ballet | 2019-04-08 | 1 | -0/+30 |
| * | Fix key derivation | Guillaume Ballet | 2019-04-08 | 1 | -66/+33 |
| * | fix wallet status update | Guillaume Ballet | 2019-04-08 | 1 | -21/+24 |
| * | Temporary fix to the ADBU status call | Guillaume Ballet | 2019-04-08 | 1 | -3/+24 |
| * | Remove the direct dependency on libpcsclite | Guillaume Ballet | 2019-04-08 | 18 | -1192/+678 |
| * | Fix some linter issues | Guillaume Ballet | 2019-04-08 | 2 | -7/+3 |
| * | accounts/scwallet: rebase and update | Guillaume Ballet | 2019-04-08 | 2 | -8/+36 |
| * | accounts/scwallet: fix crypto API change | Péter Szilágyi | 2019-04-08 | 1 | -1/+5 |
| * | accounts, console: frendly card errors, support pin unblock | Péter Szilágyi | 2019-04-08 | 6 | -112/+169 |
| * | accounts/scwallet: ordered wallets, tighter events, derivation logs | Péter Szilágyi | 2019-04-08 | 2 | -63/+81 |
| * | accounts/scwallet, console: user friendly card opening | Péter Szilágyi | 2019-04-08 | 2 | -38/+90 |
| * | vendor: pull in missing go-echd library | Péter Szilágyi | 2019-04-08 | 5 | -0/+206 |
| * | accounts, internal: Changes in response to review | Nick Johnson | 2019-04-08 | 6 | -118/+137 |
| * | accounts, core, internal, node: Add support for smartcard wallets | Nick Johnson | 2019-04-08 | 21 | -0/+5364 |
* | | swarm/version: bump version due to Geth-only hotfix release | Péter Szilágyi | 2019-04-09 | 1 | -1/+1 |
* | | clef: fix chainId key being present in domain map (#19303) | Steve Gattuso | 2019-04-09 | 2 | -2/+38 |
* | | swarm/version: bump version due to Geth maintenance release | Péter Szilágyi | 2019-04-08 | 1 | -1/+1 |
* | | Merge pull request #19403 from zsfelfoldi/remove-les1 | Felföldi Zsolt | 2019-04-08 | 16 | -570/+114 |
|\ \ |
|
| * | | les, light: remove support for les/1 4096 block CHT sections | Zsolt Felfoldi | 2019-04-08 | 8 | -68/+26 |
| * | | les: removed les/1 protocol messages | Zsolt Felfoldi | 2019-04-08 | 11 | -504/+90 |
| |/ |
|
* | | eth, les, geth: implement cli-configurable global gas cap for RPC calls (#19401) | Martin Holst Swende | 2019-04-08 | 9 | -13/+42 |
* | | p2p/discover: bump failure counter only if no nodes were provided (#19362) | Felix Lange | 2019-04-08 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #19411 from holiman/uncle_abort_early | Péter Szilágyi | 2019-04-08 | 3 | -1/+23 |
|\ |
|
| * | consensus,core: shortcut uncle validation | Martin Holst Swende | 2019-04-08 | 3 | -1/+23 |
* | | Merge pull request #19412 from karalabe/rinkeby-petersburg | Péter Szilágyi | 2019-04-08 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | params: set Rinkeby Petersburg fork block (4th May, 2019) | Péter Szilágyi | 2019-04-08 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #19405 from SamuelMarks/go1.12.2 | Péter Szilágyi | 2019-04-08 | 2 | -12/+12 |
|\ |
|
| * | travis: update builders to xenial to shadow Go releases | Péter Szilágyi | 2019-04-08 | 1 | -10/+10 |
| * | appveyor.yml: Upgrade to go1.12.2 | Samuel Marks | 2019-04-06 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #19400 from karalabe/nuke-bug | Péter Szilágyi | 2019-04-05 | 3 | -160/+0 |
|\ |
|
| * | cmd: nuke geth bug, nobody is using it anyway | Péter Szilágyi | 2019-04-05 | 3 | -160/+0 |
* | | Merge pull request #19402 from karalabe/trie-disallow-metaroot-retrieval | Péter Szilágyi | 2019-04-05 | 2 | -0/+38 |
|\ \
| |/
|/| |
|
| * | trie: there's no point in retrieving the metaroot | Péter Szilágyi | 2019-04-05 | 2 | -0/+38 |
|/ |
|
* | Merge pull request #19399 from karalabe/nuke-monitor | Péter Szilágyi | 2019-04-05 | 202 | -55196/+11566 |
|\ |
|
| * | cmd/geth, internal, node, vendor: nuke geth monitor | Péter Szilágyi | 2019-04-05 | 202 | -55196/+11566 |
|/ |
|
* | core/state: fix state iterator (#19127) | gary rong | 2019-04-05 | 2 | -5/+18 |
* | Merge pull request #18322 from rjl493456442/reomit-log-events | Péter Szilágyi | 2019-04-04 | 2 | -42/+271 |
|\ |
|
| * | core: minor code polishes + rebase fixes | Péter Szilágyi | 2019-04-04 | 2 | -43/+57 |
| * | core: re-omit new log event when logs rebirth | rjl493456442 | 2019-04-04 | 2 | -9/+224 |
* | | node: switching prometheus flock location to tsdb (#19376) | Steve Ruckdashel | 2019-04-04 | 24 | -109/+677 |
|/ |
|
* | accounts, cmd, internal: disable unlock account on open HTTP (#17037) | gary rong | 2019-04-04 | 15 | -45/+125 |
* | core/vm: fix typos in comments (#19391) | hydai | 2019-04-04 | 1 | -2/+2 |
* | core/vm: instruction tests (#16327) | Martin Holst Swende | 2019-04-04 | 22 | -87/+159 |
* | les: extend error message for coinbase API calls (#19380) | Felföldi Zsolt | 2019-04-03 | 1 | -2/+2 |
* | all: simplify timestamps to uint64 (#19372) | Martin Holst Swende | 2019-04-03 | 27 | -89/+85 |
* | Merge pull request #19328 from karalabe/preload | Péter Szilágyi | 2019-04-02 | 11 | -87/+224 |
|\ |
|
| * | cmd, core, eth: support disabling the concurrent state prefetcher | Péter Szilágyi | 2019-04-01 | 6 | -21/+40 |
| * | core: prefetch next block state concurrently | Péter Szilágyi | 2019-04-01 | 6 | -75/+193 |
* | | Merge pull request #19374 from karalabe/console-fix-coinbase-printout | Péter Szilágyi | 2019-04-02 | 2 | -10/+18 |
|\ \ |
|
| * | | console: handle eth.coinbase throws | Péter Szilágyi | 2019-04-02 | 2 | -10/+18 |
|/ / |
|
* | | core: fix typo in insertChain method doc (#19371) | Runchao Han | 2019-04-02 | 1 | -1/+1 |
* | | Merge pull request #19369 from karalabe/les-update-chts | Péter Szilágyi | 2019-04-02 | 2 | -16/+18 |
|\ \ |
|
| * | | light, params: update CHTs, integrate CHT for Goerli too | Péter Szilágyi | 2019-04-02 | 2 | -16/+18 |
|/ / |
|
* | | cmd/flags: fix typo in --exitwhensynced flag (#19364) | William Setzer | 2019-04-02 | 1 | -1/+1 |
* | | swarm/network: hive bug: needed shallow peers are not sent to nodes beyond ... | Viktor Trón | 2019-04-02 | 5 | -64/+314 |
* | | Merge pull request #19348 from LiangMa/overflowPR | Péter Szilágyi | 2019-04-01 | 2 | -22/+21 |
|\ \ |
|
| * | | core/vm: polish gas PR, fix tests, make table driven | Péter Szilágyi | 2019-04-01 | 2 | -21/+20 |
| * | | core/vm: Correct the Memory Gas Overflow condition | Liang Ma | 2019-03-29 | 1 | -3/+3 |
* | | | accounts/abi: generic unpacking of event logs into map[string]interface{} (#1... | Ian Norden | 2019-04-01 | 7 | -10/+596 |
| |/
|/| |
|
* | | Merge pull request #19351 from karalabe/txpool-precache-signatures | Péter Szilágyi | 2019-03-29 | 1 | -0/+7 |
|\ \
| |/
|/| |
|
| * | core: cache tx signature before obtaining lock | 贺鹏飞 | 2019-03-29 | 1 | -0/+7 |
|/ |
|
* | accounts/abi: Add the original name as json-structtag for tuples. | Mats Julian Olsen | 2019-03-28 | 2 | -1/+8 |
* | contracts/ens: revert bmt to keccak256 (#19323) | Elad | 2019-03-27 | 2 | -6/+6 |
* | core/types: add block location fields to receipt (#17662) | Brent | 2019-03-27 | 8 | -2/+59 |
* | Merge pull request #19343 from karalabe/trie-metrics-split | Péter Szilágyi | 2019-03-27 | 1 | -18/+25 |
|\ |
|
| * | core: 3rd try on splitting the trie metrics correctly | Péter Szilágyi | 2019-03-27 | 1 | -18/+25 |
* | | Merge pull request #19344 from karalabe/eth-remove-redundant-chainconfig | Péter Szilágyi | 2019-03-27 | 4 | -25/+21 |
|\ \ |
|
| * | | eth: remove redundant chain config fields | Péter Szilágyi | 2019-03-27 | 4 | -25/+21 |
|/ / |
|
* / | eth: fix EIP158 account cleanup on chain tracing (#19341) | Jonas | 2019-03-27 | 1 | -1/+1 |
|/ |
|
* | core, ethdb, trie: mode dirty data to clean cache on flush (#19307) | Martin Holst Swende | 2019-03-26 | 12 | -67/+156 |
* | whisper/whisperv6: fix PoW calculations to match the spec (#19330) | Guillaume Ballet | 2019-03-26 | 2 | -12/+39 |
* | Merge pull request #19308 from holiman/fix_reset_txpool | Péter Szilágyi | 2019-03-26 | 1 | -1/+16 |
|\ |
|
| * | core: make txpool handle reorg due to setHead | Martin Holst Swende | 2019-03-21 | 1 | -1/+16 |
* | | Merge pull request #19331 from karalabe/fix-trie-metrics | Péter Szilágyi | 2019-03-25 | 1 | -6/+3 |
|\ \ |
|
| * | | core: split trie op metrics from the correct chain metrics | Péter Szilágyi | 2019-03-25 | 1 | -6/+3 |
|/ / |
|
* | | Merge pull request #19327 from karalabe/fix-expensive-metrics | Péter Szilágyi | 2019-03-25 | 1 | -1/+1 |
|\ \ |
|
| * | | metrics: fix expensive metrics flag processing | Péter Szilágyi | 2019-03-25 | 1 | -1/+1 |
|/ / |
|
* | | appveyor: bump Windows Go builders to 1.12.1 (#19294) | Samuel Marks | 2019-03-25 | 2 | -4/+4 |
* | | core: split out detailed trie access metrics from insertion time (#19316) | Péter Szilágyi | 2019-03-25 | 7 | -38/+132 |
* | | les: fix block announcements (#19322) | Felföldi Zsolt | 2019-03-25 | 1 | -2/+1 |
* | | swarm/network: Use different privatekey for bzz overlay in sim (#19313) | lash | 2019-03-23 | 6 | -39/+97 |
* | | trie: disable fnv64a hashing of hashes for bigcache (#19314) | Martin Holst Swende | 2019-03-22 | 1 | -0/+15 |
* | | p2p/simulations: wait until all connections are recreated when uploading snap... | gluk256 | 2019-03-22 | 8 | -79/+39 |
* | | cmd/swarm, p2p, swarm: Enable ENR in binary/execadapter (#19309) | lash | 2019-03-22 | 12 | -55/+165 |
* | | travis: extend race detection for swarm p2p packages (#19287) | Ferenc Szabo | 2019-03-21 | 1 | -1/+1 |
|/ |
|
* | swarm/network: measure time of messages in priority queue (#19250) | Anton Evangelatov | 2019-03-21 | 16 | -60/+87 |
* | les: fix peer id and reply error handling (#19289) | Felföldi Zsolt | 2019-03-20 | 2 | -4/+11 |
* | contracts, swarm: implement EIP-1577 (#19285) | Elad | 2019-03-20 | 17 | -434/+3336 |
* | Modified Abigen to Support Vyper (#19120) | Kushagra Sharma | 2019-03-18 | 8 | -56/+317 |
* | Merge pull request #19288 from karalabe/les-verbose-errors | Péter Szilágyi | 2019-03-18 | 2 | -72/+114 |
|\ |
|
| * | les, light: verbose errors on state retrieval issues | Péter Szilágyi | 2019-03-18 | 2 | -72/+114 |
|/ |
|
* | dashboard: fix deprecated or problematic dependencies (#19271) | Kurkó Mihály | 2019-03-18 | 3 | -12196/+10264 |
* | vendor: udpate leveldb upstream (#19284) | gary rong | 2019-03-18 | 6 | -55/+362 |
* | graphql: Updates to graphql support to match EIP1767 (#19238) | Nick Johnson | 2019-03-18 | 2 | -141/+285 |
* | swarm/pss: negihbourhood addressing simulation tests (#19278) | gluk256 | 2019-03-16 | 4 | -8/+738 |
* | cmd/swarm/swarm-smoke: do not fail if a node does not respond to rpc (#19280) | Anton Evangelatov | 2019-03-16 | 1 | -4/+12 |
* | swarm/shed: add vector uint64 field (#19279) | Janoš Guljaš | 2019-03-15 | 2 | -0/+458 |
* | swarm, p2p: Prerequities for ENR replacing handshake (#19275) | lash | 2019-03-15 | 14 | -125/+370 |
* | cmd/swarm: dont connect to bootnodes in tests (#19270) | Elad | 2019-03-15 | 2 | -5/+22 |
* | cmd, core, eth, trie: get rid of trie cache generations (#19262) | Péter Szilágyi | 2019-03-14 | 21 | -332/+100 |
* | Merge pull request #19269 from holiman/alt_18957 | Péter Szilágyi | 2019-03-14 | 3 | -5/+147 |
|\ |
|
| * | accounts/abi/bind: simulated test case for fixed bytes logs | Péter Szilágyi | 2019-03-14 | 2 | -5/+40 |
| * | bind: Static byte arrays should be right-padded | Jeremy McNevin | 2019-03-14 | 2 | -2/+109 |
|/ |
|
* | eth/downloader: fix ancestor searching for light syncing (#19136) | gary rong | 2019-03-14 | 1 | -17/+19 |
* | changed file name grahpql.go to graphql.go (#19267) | Shunsuke Watanabe | 2019-03-14 | 1 | -0/+0 |
* | asm: remove unused parameter for function Lex (#18058) | Corey Lin | 2019-03-14 | 3 | -3/+3 |
* | dashboard, p2p, vendor: visualize peers (#19247) | Kurkó Mihály | 2019-03-13 | 66 | -42208/+48090 |
* | Merge pull request #19261 from karalabe/less-blocks | Péter Szilágyi | 2019-03-13 | 5 | -11/+11 |
|\ |
|
| * | core: use headers only where blocks are unnecessary | Péter Szilágyi | 2019-03-13 | 5 | -11/+11 |
* | | Merge pull request #19259 from ligi/address_19246 | Péter Szilágyi | 2019-03-13 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | README: Mention go 1.10 as minumum - context #19246 | ligi | 2019-03-12 | 1 | -1/+1 |
* | | Merge pull request #19252 from karalabe/badgerdb | Péter Szilágyi | 2019-03-12 | 4 | -81/+81 |
|\ \ |
|
| * | | ethdb, trie: tiny API tidy-up from the database rework pr | Péter Szilágyi | 2019-03-12 | 4 | -81/+81 |
|/ / |
|
* | | core/vm: 64 bit memory and gas calculations (#19210) | Martin Holst Swende | 2019-03-12 | 13 | -744/+914 |
* | | state: fix emptyStatet to emptyRoot (#19254) | Sheldon | 2019-03-12 | 1 | -3/+3 |
* | | graphql: make gballet codeowner for review notifications (#19251) | Guillaume Ballet | 2019-03-12 | 1 | -0/+1 |
* | | swarm: tracing improvements (#19249) | Anton Evangelatov | 2019-03-11 | 5 | -23/+30 |
* | | swarm/storage/localstore: global batch write lock (#19245) | Janoš Guljaš | 2019-03-09 | 7 | -418/+96 |
* | | p2p/protocols: fix data race in TestProtocolHook (#19242) | Ferenc Szabo | 2019-03-09 | 3 | -15/+37 |
* | | swarm/storage: add comparison towards leveldb.ErrNotFound (#19243) | Anton Evangelatov | 2019-03-09 | 2 | -2/+7 |
* | | swarm: fix relationship between spans in open tracing (#19236) | Anton Evangelatov | 2019-03-08 | 3 | -1/+15 |
* | | cmd/swarm/swarm-smoke: better logs when debug mode triggers (#19237) | Anton Evangelatov | 2019-03-08 | 1 | -4/+24 |
* | | swarm/storage/localstore: fix synchronization in TestDB_gcSize (#19235) | Janoš Guljaš | 2019-03-08 | 2 | -7/+12 |
* | | cmd/swarm: do not ignore cache size=0 (#19231) | Elad | 2019-03-07 | 1 | -2/+2 |
* | | clef: fix erroneous api version (#19234) | Martin Holst Swende | 2019-03-07 | 1 | -1/+1 |
* | | Merge pull request #19232 from karalabe/dl-fix-local-drop-sync | Péter Szilágyi | 2019-03-07 | 1 | -1/+7 |
|\ \ |
|