aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* core, eth, les, light: store transaction receipts without txHash and gasCostMatthew Halpern2019-04-1511-123/+552
* node: do not continue if 'signer' is used but connection fails (#19441)Martin Holst Swende2019-04-121-1/+1
* cmd/clef, signer: make fourbyte its own package, break dep cycle (#19450)Péter Szilágyi2019-04-1217-695/+765
* cmd/swarm: fix resource leaks in tests (#19443)Ferenc Szabo2019-04-116-66/+97
* cmd/clef: bundle 4byte db into clef, (#19112)Martin Holst Swende2019-04-117-33/+305
* metrics/prometheus: expose metrics in prometheus format too (#17077)Maxim Krasilnikov2019-04-113-0/+185
* clef: update warning-text (#19442)Martin Holst Swende2019-04-101-4/+7
* swarm/version: bump Swarm due to Geth hotfix releasePéter Szilágyi2019-04-101-1/+1
* accounts/scwallet: fix card pairing instruction message (#19436)Guillaume Ballet2019-04-101-1/+1
* accounts/scwallet: Update README for v2.2.1 support (#19425)Guillaume Ballet2019-04-101-15/+48
* p2p: remove useless parameter (#19433)ANOTHEL2019-04-102-4/+3
* rpc: cancel root context after all requests are served (#19430)gary rong2019-04-101-1/+1
* Merge pull request #19426 from karalabe/vendor-fix-freegeoipPéter Szilágyi2019-04-101-5/+0
|\
| * vendor: fix some vendor config leftoverPéter Szilágyi2019-04-101-5/+0
|/
* vendor: upgrade go-libpcsclite (#19420)Guillaume Ballet2019-04-105-51/+328
* Merge pull request #19423 from SamuelMarks/go1.12.3Péter Szilágyi2019-04-091-2/+2
|\
| * appveyor.yml: Upgraded to Go 1.12.3Samuel Marks2019-04-091-2/+2
|/
* accounts:smartcard wallet without the dependency on libpcsclite (#19273)Guillaume Ballet2019-04-0952-9/+37171
|\
| * Add missing dependencyGuillaume Ballet2019-04-098-0/+14503
| * Update bip-39 ref and remove ebfe/scard from vendorGuillaume Ballet2019-04-0910-2210/+426
| * Fix rebase error: include norm packageGuillaume Ballet2019-04-0812-6/+18525
| * Can now specify the number of empty accounts to deriveGuillaume Ballet2019-04-081-7/+10
| * More review feedbackGuillaume Ballet2019-04-081-0/+5
| * more review feedbackGuillaume Ballet2019-04-082-11/+10
| * fix a serialization errorGuillaume Ballet2019-04-081-1/+3
| * Apply suggestions from code reviewMartin Holst Swende2019-04-081-3/+6
| * 'sanitize' JSON inputMartin Holst Swende2019-04-081-1/+1
| * Update the card preparation instructions based on review feedbackGuillaume Ballet2019-04-081-0/+9
| * refresh the account list when initializing the cardGuillaume Ballet2019-04-081-0/+1
| * refuse to overwrite the master key of a previously initialized cardGuillaume Ballet2019-04-081-3/+15
| * fix unnecessary condition linter warningGuillaume Ballet2019-04-081-1/+1
| * Set gballet as codeowner of the smartcard wallet dirGuillaume Ballet2019-04-081-0/+1
| * Upgrade to keycard app v2.1.1Guillaume Ballet2019-04-082-24/+16
| * Fix linter issuesGuillaume Ballet2019-04-082-17/+13
| * PK derivation has to be supported by the cardGuillaume Ballet2019-04-081-11/+7
| * Achieve full transaction signature+sendingGuillaume Ballet2019-04-081-0/+18
| * Add instructions on how to install the cardGuillaume Ballet2019-04-081-0/+19
| * Formatting fixesGuillaume Ballet2019-04-081-11/+16
| * Vendor keycard-go/derivationpathGuillaume Ballet2019-04-084-0/+612
| * Update a comment to reflect the workings of the updated systemGuillaume Ballet2019-04-082-3/+3
| * Add some documentationGuillaume Ballet2019-04-081-0/+30
| * Fix key derivationGuillaume Ballet2019-04-081-66/+33
| * fix wallet status updateGuillaume Ballet2019-04-081-21/+24
| * Temporary fix to the ADBU status callGuillaume Ballet2019-04-081-3/+24
| * Remove the direct dependency on libpcscliteGuillaume Ballet2019-04-0818-1192/+678
| * Fix some linter issuesGuillaume Ballet2019-04-082-7/+3
| * accounts/scwallet: rebase and updateGuillaume Ballet2019-04-082-8/+36
| * accounts/scwallet: fix crypto API changePéter Szilágyi2019-04-081-1/+5
| * accounts, console: frendly card errors, support pin unblockPéter Szilágyi2019-04-086-112/+169
| * accounts/scwallet: ordered wallets, tighter events, derivation logsPéter Szilágyi2019-04-082-63/+81
| * accounts/scwallet, console: user friendly card openingPéter Szilágyi2019-04-082-38/+90
| * vendor: pull in missing go-echd libraryPéter Szilágyi2019-04-085-0/+206
| * accounts, internal: Changes in response to reviewNick Johnson2019-04-086-118/+137
| * accounts, core, internal, node: Add support for smartcard walletsNick Johnson2019-04-0821-0/+5364
* | swarm/version: bump version due to Geth-only hotfix releasePéter Szilágyi2019-04-091-1/+1
* | clef: fix chainId key being present in domain map (#19303)Steve Gattuso2019-04-092-2/+38
* | swarm/version: bump version due to Geth maintenance releasePéter Szilágyi2019-04-081-1/+1
* | Merge pull request #19403 from zsfelfoldi/remove-les1Felföldi Zsolt2019-04-0816-570/+114
|\ \
| * | les, light: remove support for les/1 4096 block CHT sectionsZsolt Felfoldi2019-04-088-68/+26
| * | les: removed les/1 protocol messagesZsolt Felfoldi2019-04-0811-504/+90
| |/
* | eth, les, geth: implement cli-configurable global gas cap for RPC calls (#19401)Martin Holst Swende2019-04-089-13/+42
* | p2p/discover: bump failure counter only if no nodes were provided (#19362)Felix Lange2019-04-081-1/+1
|/
* Merge pull request #19411 from holiman/uncle_abort_earlyPéter Szilágyi2019-04-083-1/+23
|\
| * consensus,core: shortcut uncle validationMartin Holst Swende2019-04-083-1/+23
* | Merge pull request #19412 from karalabe/rinkeby-petersburgPéter Szilágyi2019-04-081-1/+1
|\ \ | |/ |/|
| * params: set Rinkeby Petersburg fork block (4th May, 2019)Péter Szilágyi2019-04-081-1/+1
|/
* Merge pull request #19405 from SamuelMarks/go1.12.2Péter Szilágyi2019-04-082-12/+12
|\
| * travis: update builders to xenial to shadow Go releasesPéter Szilágyi2019-04-081-10/+10
| * appveyor.yml: Upgrade to go1.12.2Samuel Marks2019-04-061-2/+2
|/
* Merge pull request #19400 from karalabe/nuke-bugPéter Szilágyi2019-04-053-160/+0
|\
| * cmd: nuke geth bug, nobody is using it anywayPéter Szilágyi2019-04-053-160/+0
* | Merge pull request #19402 from karalabe/trie-disallow-metaroot-retrievalPéter Szilágyi2019-04-052-0/+38
|\ \ | |/ |/|
| * trie: there's no point in retrieving the metarootPéter Szilágyi2019-04-052-0/+38
|/
* Merge pull request #19399 from karalabe/nuke-monitorPéter Szilágyi2019-04-05202-55196/+11566
|\
| * cmd/geth, internal, node, vendor: nuke geth monitorPéter Szilágyi2019-04-05202-55196/+11566
|/
* core/state: fix state iterator (#19127)gary rong2019-04-052-5/+18
* Merge pull request #18322 from rjl493456442/reomit-log-eventsPéter Szilágyi2019-04-042-42/+271
|\
| * core: minor code polishes + rebase fixesPéter Szilágyi2019-04-042-43/+57
| * core: re-omit new log event when logs rebirthrjl4934564422019-04-042-9/+224
* | node: switching prometheus flock location to tsdb (#19376)Steve Ruckdashel2019-04-0424-109/+677
|/
* accounts, cmd, internal: disable unlock account on open HTTP (#17037)gary rong2019-04-0415-45/+125
* core/vm: fix typos in comments (#19391)hydai2019-04-041-2/+2
* core/vm: instruction tests (#16327)Martin Holst Swende2019-04-0422-87/+159
* les: extend error message for coinbase API calls (#19380)Felföldi Zsolt2019-04-031-2/+2
* all: simplify timestamps to uint64 (#19372)Martin Holst Swende2019-04-0327-89/+85
* Merge pull request #19328 from karalabe/preloadPéter Szilágyi2019-04-0211-87/+224
|\
| * cmd, core, eth: support disabling the concurrent state prefetcherPéter Szilágyi2019-04-016-21/+40
| * core: prefetch next block state concurrentlyPéter Szilágyi2019-04-016-75/+193
* | Merge pull request #19374 from karalabe/console-fix-coinbase-printoutPéter Szilágyi2019-04-022-10/+18
|\ \
| * | console: handle eth.coinbase throwsPéter Szilágyi2019-04-022-10/+18
|/ /
* | core: fix typo in insertChain method doc (#19371)Runchao Han2019-04-021-1/+1
* | Merge pull request #19369 from karalabe/les-update-chtsPéter Szilágyi2019-04-022-16/+18
|\ \
| * | light, params: update CHTs, integrate CHT for Goerli tooPéter Szilágyi2019-04-022-16/+18
|/ /
* | cmd/flags: fix typo in --exitwhensynced flag (#19364)William Setzer2019-04-021-1/+1
* | swarm/network: hive bug: needed shallow peers are not sent to nodes beyond ...Viktor Trón2019-04-025-64/+314
* | Merge pull request #19348 from LiangMa/overflowPRPéter Szilágyi2019-04-012-22/+21
|\ \
| * | core/vm: polish gas PR, fix tests, make table drivenPéter Szilágyi2019-04-012-21/+20
| * | core/vm: Correct the Memory Gas Overflow conditionLiang Ma2019-03-291-3/+3
* | | accounts/abi: generic unpacking of event logs into map[string]interface{} (#1...Ian Norden2019-04-017-10/+596
| |/ |/|
* | Merge pull request #19351 from karalabe/txpool-precache-signaturesPéter Szilágyi2019-03-291-0/+7
|\ \ | |/ |/|
| * core: cache tx signature before obtaining lock贺鹏飞2019-03-291-0/+7
|/
* accounts/abi: Add the original name as json-structtag for tuples.Mats Julian Olsen2019-03-282-1/+8
* contracts/ens: revert bmt to keccak256 (#19323)Elad2019-03-272-6/+6
* core/types: add block location fields to receipt (#17662)Brent2019-03-278-2/+59
* Merge pull request #19343 from karalabe/trie-metrics-splitPéter Szilágyi2019-03-271-18/+25
|\
| * core: 3rd try on splitting the trie metrics correctlyPéter Szilágyi2019-03-271-18/+25
* | Merge pull request #19344 from karalabe/eth-remove-redundant-chainconfigPéter Szilágyi2019-03-274-25/+21
|\ \
| * | eth: remove redundant chain config fieldsPéter Szilágyi2019-03-274-25/+21
|/ /
* / eth: fix EIP158 account cleanup on chain tracing (#19341)Jonas2019-03-271-1/+1
|/
* core, ethdb, trie: mode dirty data to clean cache on flush (#19307)Martin Holst Swende2019-03-2612-67/+156
* whisper/whisperv6: fix PoW calculations to match the spec (#19330)Guillaume Ballet2019-03-262-12/+39
* Merge pull request #19308 from holiman/fix_reset_txpoolPéter Szilágyi2019-03-261-1/+16
|\
| * core: make txpool handle reorg due to setHeadMartin Holst Swende2019-03-211-1/+16
* | Merge pull request #19331 from karalabe/fix-trie-metricsPéter Szilágyi2019-03-251-6/+3
|\ \
| * | core: split trie op metrics from the correct chain metricsPéter Szilágyi2019-03-251-6/+3
|/ /
* | Merge pull request #19327 from karalabe/fix-expensive-metricsPéter Szilágyi2019-03-251-1/+1
|\ \
| * | metrics: fix expensive metrics flag processingPéter Szilágyi2019-03-251-1/+1
|/ /
* | appveyor: bump Windows Go builders to 1.12.1 (#19294)Samuel Marks2019-03-252-4/+4
* | core: split out detailed trie access metrics from insertion time (#19316)Péter Szilágyi2019-03-257-38/+132
* | les: fix block announcements (#19322)Felföldi Zsolt2019-03-251-2/+1
* | swarm/network: Use different privatekey for bzz overlay in sim (#19313)lash2019-03-236-39/+97
* | trie: disable fnv64a hashing of hashes for bigcache (#19314)Martin Holst Swende2019-03-221-0/+15
* | p2p/simulations: wait until all connections are recreated when uploading snap...gluk2562019-03-228-79/+39
* | cmd/swarm, p2p, swarm: Enable ENR in binary/execadapter (#19309)lash2019-03-2212-55/+165
* | travis: extend race detection for swarm p2p packages (#19287)Ferenc Szabo2019-03-211-1/+1
|/
* swarm/network: measure time of messages in priority queue (#19250)Anton Evangelatov2019-03-2116-60/+87
* les: fix peer id and reply error handling (#19289)Felföldi Zsolt2019-03-202-4/+11
* contracts, swarm: implement EIP-1577 (#19285)Elad2019-03-2017-434/+3336
* Modified Abigen to Support Vyper (#19120)Kushagra Sharma2019-03-188-56/+317
* Merge pull request #19288 from karalabe/les-verbose-errorsPéter Szilágyi2019-03-182-72/+114
|\
| * les, light: verbose errors on state retrieval issuesPéter Szilágyi2019-03-182-72/+114
|/
* dashboard: fix deprecated or problematic dependencies (#19271)Kurkó Mihály2019-03-183-12196/+10264
* vendor: udpate leveldb upstream (#19284)gary rong2019-03-186-55/+362
* graphql: Updates to graphql support to match EIP1767 (#19238)Nick Johnson2019-03-182-141/+285
* swarm/pss: negihbourhood addressing simulation tests (#19278)gluk2562019-03-164-8/+738
* cmd/swarm/swarm-smoke: do not fail if a node does not respond to rpc (#19280)Anton Evangelatov2019-03-161-4/+12
* swarm/shed: add vector uint64 field (#19279)Janoš Guljaš2019-03-152-0/+458
* swarm, p2p: Prerequities for ENR replacing handshake (#19275)lash2019-03-1514-125/+370
* cmd/swarm: dont connect to bootnodes in tests (#19270)Elad2019-03-152-5/+22
* cmd, core, eth, trie: get rid of trie cache generations (#19262)Péter Szilágyi2019-03-1421-332/+100
* Merge pull request #19269 from holiman/alt_18957Péter Szilágyi2019-03-143-5/+147
|\
| * accounts/abi/bind: simulated test case for fixed bytes logsPéter Szilágyi2019-03-142-5/+40
| * bind: Static byte arrays should be right-paddedJeremy McNevin2019-03-142-2/+109
|/
* eth/downloader: fix ancestor searching for light syncing (#19136)gary rong2019-03-141-17/+19
* changed file name grahpql.go to graphql.go (#19267)Shunsuke Watanabe2019-03-141-0/+0
* asm: remove unused parameter for function Lex (#18058)Corey Lin2019-03-143-3/+3
* dashboard, p2p, vendor: visualize peers (#19247)Kurkó Mihály2019-03-1366-42208/+48090
* Merge pull request #19261 from karalabe/less-blocksPéter Szilágyi2019-03-135-11/+11
|\
| * core: use headers only where blocks are unnecessaryPéter Szilágyi2019-03-135-11/+11
* | Merge pull request #19259 from ligi/address_19246Péter Szilágyi2019-03-131-1/+1
|\ \ | |/ |/|
| * README: Mention go 1.10 as minumum - context #19246ligi2019-03-121-1/+1
* | Merge pull request #19252 from karalabe/badgerdbPéter Szilágyi2019-03-124-81/+81
|\ \
| * | ethdb, trie: tiny API tidy-up from the database rework prPéter Szilágyi2019-03-124-81/+81
|/ /
* | core/vm: 64 bit memory and gas calculations (#19210)Martin Holst Swende2019-03-1213-744/+914
* | state: fix emptyStatet to emptyRoot (#19254)Sheldon2019-03-121-3/+3
* | graphql: make gballet codeowner for review notifications (#19251)Guillaume Ballet2019-03-121-0/+1
* | swarm: tracing improvements (#19249)Anton Evangelatov2019-03-115-23/+30
* | swarm/storage/localstore: global batch write lock (#19245)Janoš Guljaš2019-03-097-418/+96
* | p2p/protocols: fix data race in TestProtocolHook (#19242)Ferenc Szabo2019-03-093-15/+37
* | swarm/storage: add comparison towards leveldb.ErrNotFound (#19243)Anton Evangelatov2019-03-092-2/+7
* | swarm: fix relationship between spans in open tracing (#19236)Anton Evangelatov2019-03-083-1/+15
* | cmd/swarm/swarm-smoke: better logs when debug mode triggers (#19237)Anton Evangelatov2019-03-081-4/+24
* | swarm/storage/localstore: fix synchronization in TestDB_gcSize (#19235)Janoš Guljaš2019-03-082-7/+12
* | cmd/swarm: do not ignore cache size=0 (#19231)Elad2019-03-071-2/+2
* | clef: fix erroneous api version (#19234)Martin Holst Swende2019-03-071-1/+1
* | Merge pull request #19232 from karalabe/dl-fix-local-drop-syncPéter Szilágyi2019-03-071-1/+7
|\ \
| * | eth/downloader: fix nil droppeer in state syncPéter Szilágyi2019-03-071-1/+7
* | | usbwallet: check error returned by driver close (#18057)Corey Lin2019-03-071-3/+1
* | | signer: change the stdio jsonrpc to use legacy namespace conventions (#19047)Martin Holst Swende2019-03-0713-466/+398
* | | swarm: localstore hasser (#19230)Janoš Guljaš2019-03-075-1/+152
* | | swarm/network: remove *WithServer tests from stream package (#19223)Ferenc Szabo2019-03-071-342/+0
* | | swarm/network/stream: Fix flaky tests in GetSubscriptionsRPC test (#19227)holisticode2019-03-071-12/+19
|/ /
* | Merge pull request #19021 from karalabe/database-cleanupPéter Szilágyi2019-03-0794-1394/+1586
|\ \
| * | all: clean up and proerly abstract database accessPéter Szilágyi2019-03-0694-1394/+1586
* | | p2p/protocols: fix race condition in TestAccountingSimulation (#19228)holisticode2019-03-071-2/+5
* | | Merge pull request #19222 from karalabe/clique-fix-testPéter Szilágyi2019-03-061-2/+2
|\ \ \ | |/ / |/| |
| * | consensus/clique: fix test copy paste error, test what's documentedPéter Szilágyi2019-03-061-2/+2
|/ /
* | accounts: prefer nil slices over zero-length slices (#19079)Matthew Halpern2019-03-062-4/+8
* | cmd/swarm/swarm-smoke: sliding window test should not time out (#19152)Elad2019-03-062-30/+45
* | Enable longrunning tests to run (#19208)holisticode2019-03-057-23/+32
* | swarm/storage/localstore: fix testDB_collectGarbageWorker data race (#19206)Janoš Guljaš2019-03-051-5/+7
* | Merge pull request #19205 from holiman/alltools_clefPéter Szilágyi2019-03-041-0/+5
|\ \
| * | build: add clef to alltools and debMartin Holst Swende2019-03-041-0/+5
* | | vendor: update leveldb (#19201)gary rong2019-03-042-3/+9
|/ /
* | Revert "swarm/network: Use actual remote peer ip in underlay (#19137)" (#19193)Anton Evangelatov2019-03-022-46/+1
* | swarm/shed, swarm/storage/localstore: add LastPullSubscriptionChunk (#19190)Janoš Guljaš2019-03-025-15/+328
* | whisper: Remove v5 (#18432)Guillaume Ballet2019-03-0118-5592/+0
* | swarm: enable p2p/discovery and disable dynamic dialling (#19189)Anton Evangelatov2019-03-013-3/+37
* | build: enable Ubuntu Disco Dingo PPA buildsPéter Szilágyi2019-03-011-1/+1
* | Merge pull request #19187 from karalabe/fix-ppa-go1.11-cache-2Péter Szilágyi2019-03-012-2/+2
|\ \
| * | build/deb: fix PPA env var settingPéter Szilágyi2019-03-012-2/+2
|/ /
* | Merge pull request #19184 from karalabe/fix-ppa-go1.11-cachePéter Szilágyi2019-03-012-0/+6
|\ \
| * | build/deb: use custom cache for PPA builderPéter Szilágyi2019-02-282-0/+6
* | | swarm: new snapshot files (#19185)holisticode2019-03-0117-46/+15
|/ /
* | Merge pull request #19183 from karalabe/bn256-arm64-go1.12-fixPéter Szilágyi2019-02-281-16/+16
|\ \
| * | crypto/bn256/cloudflare: pull in upstream fix for Go 1.12 R18Péter Szilágyi2019-02-281-16/+16
* | | Merge pull request #19182 from karalabe/fix-legacy-receipt-decodingPéter Szilágyi2019-02-282-4/+12
|\ \ \ | |/ / |/| |
| * | core/types: fix receipt legacy decodingPéter Szilágyi2019-02-282-4/+12
|/ /
* | p2p/enode: use localItemKey for local sequence number (#19131)Péter Szilágyi2019-02-284-13/+6
|\ \
| * | p2p/enode: use localItemKey for local sequence numberFelix Lange2019-02-192-4/+4
| * | p2p/discover: remove unused functionFelix Lange2019-02-192-9/+2
* | | node: require LocalAppData variable (#19132)Felix Lange2019-02-281-6/+7
* | | swarm/network: WIP consider all nodes for healthy iteration (#19155)lash2019-02-285-29/+113
* | | Merge pull request #19166 from SamuelMarks/go-1.12Péter Szilágyi2019-02-2711-20/+103
|\ \ \
| * | | common/fdlimit: fix macos file descriptors for Go 1.12Péter Szilágyi2019-02-273-1/+73
| * | | travis, appveyor, Dockerfile: upgrade to Go 1.12Samuel Marks2019-02-278-19/+30
|/ / /
* | | vendor: update leveldb upstream which include a compaction fix (#19163)gary rong2019-02-278-17/+84
* | | swarm/chunk: move chunk related declarations to chunk package (#19170)Janoš Guljaš2019-02-2628-285/+324
* | | travis, build: switch to NDK 19b, fix gomobile builds (#19171)Péter Szilágyi2019-02-262-8/+3
* | | Merge pull request #19164 from karalabe/nuke-old-containersPéter Szilágyi2019-02-264-62/+0
|\ \ \
| * | | containers/docker: nuke per the 1.8.0 deprecation notePéter Szilágyi2019-02-254-62/+0
* | | | les, les/flowcontrol: improved request serving and flow control (#18230)Felföldi Zsolt2019-02-2639-984/+3690
* | | | graphql: fix typos in comments (#19041)Roc Yu2019-02-261-2/+2
* | | | Merge pull request #19169 from karalabe/ppa-bumpPéter Szilágyi2019-02-265-7/+7
|\ \ \ \
| * | | | build: bump PPA builders to Go 1.11Péter Szilágyi2019-02-265-7/+7
* | | | | swarm/storage/localstore: fix tests for windows os (#19161)Janoš Guljaš2019-02-261-0/+21
|/ / / /
* | | | swarm/pss: fix data race on HandshakeController.symKeyIndex (#19162)Janoš Guljaš2019-02-264-48/+55
* | | | les: remove redundant type specifiers (#19091)Matthew Halpern2019-02-252-15/+10
* | | | rlp: added pooling of streams using sync (#19044)Marius van der Wijden2019-02-251-4/+17
|/ / /
* | | swarm/network/simulation: do not copy node mutex in UploadSnapshot (#19160)Janoš Guljaš2019-02-251-4/+4
* | | swarm/*: remove redundant type specifiers (#19089)Matthew Halpern2019-02-254-4/+4
* | | swarm/pss: remove unused function (#19100)Matthew Halpern2019-02-241-16/+0
* | | cmd,swarm: enforce camel case variable names (#19060)Matthew Halpern2019-02-2412-101/+101
* | | swarm: mock store listings (#19157)Janoš Guljaš2019-02-2317-141/+2209
* | | swarm: Fix localstore test deadlock with race detector (#19153)Janoš Guljaš2019-02-236-66/+73
* | | travis.yml: add race detector job for Swarm (#19148)Ferenc Szabo2019-02-222-6/+61
* | | .travis.yml: make build independent of repo name (#17607)Nguyen Kien Trung2019-02-221-1/+1
* | | swarm/shed: fix a deadlock in meter function (#19149)Janoš Guljaš2019-02-221-26/+6
* | | swarm/network/master: protect SetNextBatch iterator after close (#19147)Janoš Guljaš2019-02-222-0/+15
* | | swarm/version: bump to v0.3.12 unstablePéter Szilágyi2019-02-211-1/+1
* | | core: remove unnecessary fields in logs, receipts and tx lookups (#17106)gary rong2019-02-2113-61/+147
* | | core: more tests for sidechain import, fixes #19105 (#19113)Martin Holst Swende2019-02-212-20/+115
* | | common/fdlimit: Fix compilation error in freebsd, Raise() returns uint64 (#19...Enrique Fynn2019-02-211-1/+1
* | | swarm/storage: fix loop bound for database cleanup (#19085)Matthew Halpern2019-02-211-2/+2
* | | cmd/swarm/global-store: use kill instead interrupt in tests (#19142)Janoš Guljaš2019-02-211-2/+2
* | | Ci race detector handle failing tests (#19143)Ferenc Szabo2019-02-2113-132/+187
* | | swarm/network: Keep span across roundtrip (#19140)lash2019-02-207-45/+127
* | | swarm/network: Use actual remote peer ip in underlay (#19137)lash2019-02-202-1/+46
* | | swarm/network/stream: fix a goroutine leak in Registry (#19139)Janoš Guljaš2019-02-202-9/+60
* | | accounts/abi: mutex lock in TransactionByHash and code cleanup (#19133)Dan Kinsley2019-02-203-4/+36
* | | p2p/simulations: enforce camel case variable names (#19053)Matthew Halpern2019-02-201-2/+2
* | | core/vm: remove unused constants (#19095)Péter Szilágyi2019-02-201-4/+0
|\ \ \
| * | | core/vm: remove unused constantsMatthew Halpern2019-02-181-4/+0
* | | | eth: extract check for tracing transaction in block file (#19107)Matthew Halpern2019-02-201-7/+12
* | | | trie: prefer nil slices over zero-length slices (#19084)Matthew Halpern2019-02-194-5/+5
* | | | p2p/discover: make maximum packet size a constant (#19061)Matthew Halpern2019-02-191-7/+9
* | | | core: remove redundant parentheses (#19106)Matthew Halpern2019-02-192-2/+2
* | | | crypto: fix build when CGO_ENABLED=0 (#19121)Jeremy Schlatter2019-02-192-2/+2
| |/ / |/| |
* | | eth, node: use APPDATA env to support cygwin/msys correctly (#17786)HackyMiner2019-02-193-7/+48
* | | rpc: fixup change to not verify websocket origin (#19128)Felix Lange2019-02-191-1/+1