| Commit message (Expand) | Author | Age | Files | Lines |
* | state: take write lock in GetNonce (#3625) | Brian Schroeder | 2017-02-01 | 1 | -3/+5 |
* | params, VERSION: v1.5.9-unstable | Felix Lange | 2017-02-01 | 2 | -5/+5 |
* | params: v1.5.8-stablev1.5.8 | Felix Lange | 2017-02-01 | 1 | -4/+4 |
* | Merge pull request #3607 from zsfelfoldi/light-fix2 | Felix Lange | 2017-02-01 | 7 | -80/+65 |
|\ |
|
| * | les, cmd/util: disable topic discovery with --nodiscover | Zsolt Felfoldi | 2017-01-27 | 2 | -5/+15 |
| * | les: remove delayed les server starting | Zsolt Felfoldi | 2017-01-26 | 4 | -37/+5 |
| * | les: add unknown peers to server pool instead of rejecting them | Zsolt Felfoldi | 2017-01-26 | 2 | -38/+45 |
* | | cmd/wnode, whisper: add whisper CLI tool and mail server (#3580) | gluk256 | 2017-01-31 | 8 | -30/+769 |
* | | Merge pull request #3615 from nolash/bzzpathfix_real5 | Péter Szilágyi | 2017-01-30 | 6 | -15/+187 |
|\ \ |
|
| * | | swarm/api/http: add missing copyright header | Péter Szilágyi | 2017-01-30 | 1 | -0/+16 |
| * | | cmd/swarm, swarm/api: bzzr improve + networkid prio | nolash | 2017-01-27 | 6 | -15/+171 |
* | | | Merge pull request #3624 from kaneshin/patch-01 | Péter Szilágyi | 2017-01-30 | 2 | -0/+2 |
|\ \ \ |
|
| * | | | cmd/geth, cmd/swarm: Fix to close file handler appropriately | Shintaro Kaneko | 2017-01-30 | 2 | -0/+2 |
* | | | | Merge pull request #3623 from kaneshin/patch-1 | Péter Szilágyi | 2017-01-30 | 1 | -1/+1 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | build: Fix tiny typo | Shintaro Kaneko | 2017-01-30 | 1 | -1/+1 |
|/ / / |
|
* / / | core/types: add unittest for tx json serialization (#3609) | bas-vk | 2017-01-27 | 1 | -1/+43 |
|/ / |
|
* / | core: fix a small typo in blockchain.go (#3611) | Vivek Anand | 2017-01-26 | 1 | -1/+1 |
|/ |
|
* | console, internal/web3ext: remove bzz and ens extensions (#3602) | Felix Lange | 2017-01-25 | 2 | -97/+4 |
* | eth/downloader: improve deliverNodeData (#3588) | Felix Lange | 2017-01-24 | 1 | -72/+52 |
* | Merge pull request #3599 from karalabe/docker-alpine-cacerts | Péter Szilágyi | 2017-01-24 | 4 | -28/+24 |
|\ |
|
| * | containers/docker: update ubuntu images to build, not pull | Péter Szilágyi | 2017-01-23 | 2 | -24/+20 |
| * | containers/docker: update to alpine 3.5, add CA certificates | Péter Szilágyi | 2017-01-23 | 2 | -4/+4 |
* | | core/types: make Transaction zero value printable (#3595) | Felix Lange | 2017-01-24 | 1 | -14/+18 |
|/ |
|
* | crypto/secp256k1: sign with deterministic K (rfc6979) (#3561) | Felix Lange | 2017-01-23 | 2 | -8/+22 |
* | cmd/evm: added debug flag (back) (#3554) | Martin Holst Swende | 2017-01-23 | 1 | -0/+2 |
* | accounts/abi/bind, internal/ethapi: binary search gas estimation (#3587) | Péter Szilágyi | 2017-01-21 | 3 | -9/+100 |
* | types: bugfix invalid V derivation on tx json unmarshal (#3594) | bas-vk | 2017-01-21 | 2 | -2/+3 |
* | internal/guide: initial test suite to ensure guide snippets run ok (#3582) | Péter Szilágyi | 2017-01-20 | 2 | -0/+118 |
* | travis: Install Android NDK explicitly, removed from gomobile (#3593) | Péter Szilágyi | 2017-01-20 | 2 | -2/+10 |
* | eth/downloader: fix mutex regression causing panics on fail (#3591) | Péter Szilágyi | 2017-01-20 | 1 | -1/+2 |
* | Merge pull request #3584 from obscuren/dead-code | Péter Szilágyi | 2017-01-18 | 1 | -3/+0 |
|\ |
|
| * | core: removal of dead-code | Jeffrey Wilcke | 2017-01-18 | 1 | -3/+0 |
|/ |
|
* | Merge pull request #3579 from bas-vk/natspec | Péter Szilágyi | 2017-01-17 | 8 | -23/+3 |
|\ |
|
| * | cmd,eth,les,internal: remove natspec support | Bas van Kervel | 2017-01-17 | 8 | -23/+3 |
* | | core/blockchain: Made logging of reorgs more structured (#3573) | Martin Holst Swende | 2017-01-17 | 1 | -6/+13 |
* | | Merge pull request #3581 from karalabe/accounts-polish | Péter Szilágyi | 2017-01-17 | 3 | -8/+8 |
|\ \ |
|
| * | | accounts, mobile: make account manager API a bit more uniform | Péter Szilágyi | 2017-01-17 | 3 | -8/+8 |
| |/ |
|
* / | cmd/geth, core: add support for recording SHA3 preimages (#3543) | Nick Johnson | 2017-01-17 | 29 | -46/+156 |
|/ |
|
* | params, VERSION: 1.5.8 unstable | Felix Lange | 2017-01-16 | 2 | -5/+5 |
* | params: stable 1.5.7v1.5.7 | Felix Lange | 2017-01-16 | 1 | -4/+4 |
* | les: fixed transaction sending deadlock (#3568) | Felföldi Zsolt | 2017-01-16 | 1 | -1/+0 |
* | Merge pull request #3570 from fjl/hexutil-zero-fix | Péter Szilágyi | 2017-01-16 | 3 | -13/+4 |
|\ |
|
| * | common/hexutil: fix EncodeBig, Big.MarshalJSON | Felix Lange | 2017-01-16 | 3 | -13/+4 |
* | | Merge pull request #3560 from karalabe/ci-misspell | Péter Szilágyi | 2017-01-13 | 3 | -4/+35 |
|\ \
| |/
|/| |
|
| * | appveyor, build: fix review requests | Péter Szilágyi | 2017-01-13 | 2 | -25/+31 |
| * | build: spellcheck individual packages (Windows path limits) | Péter Szilágyi | 2017-01-13 | 1 | -7/+9 |
| * | accounts/abi: fix comment spelling error | Péter Szilágyi | 2017-01-13 | 1 | -1/+1 |
| * | travis, appveyor, build: add source spell checking | Péter Szilágyi | 2017-01-13 | 3 | -3/+26 |
* | | common/hexutil: allow empty strings when decoding JSON (#3559) | Felix Lange | 2017-01-13 | 2 | -5/+5 |
|/ |
|
* | eth: accept leading zeros for nonce parameter of submitWork (#3558) | Felix Lange | 2017-01-13 | 4 | -6/+8 |
* | crypto/secp256k1: update to github.com/bitcoin-core/secp256k1 @ 9d560f9 (#3544) | Felix Lange | 2017-01-13 | 79 | -1998/+8229 |
* | internal: update web3.js to 0.18.1, embed deps with go-bindata (#3545) | Péter Szilágyi | 2017-01-13 | 6 | -327/+774 |
* | Merge pull request #3555 from obscuren/unskip-test | Péter Szilágyi | 2017-01-12 | 1 | -1/+1 |
|\ |
|
| * | tests: unskip test | Jeffrey Wilcke | 2017-01-12 | 1 | -1/+1 |
* | | Merge pull request #3553 from bas-vk/rm-olympic-support | Péter Szilágyi | 2017-01-12 | 6 | -62/+15 |
|\ \ |
|
| * | | core: remove support for Olympic network | Bas van Kervel | 2017-01-12 | 6 | -62/+15 |
|/ / |
|
* | | Merge pull request #3551 from fjl/core-import-log-align | Péter Szilágyi | 2017-01-11 | 2 | -10/+8 |
|\ \ |
|
| * | | core: improve import log alignment | Felix Lange | 2017-01-11 | 2 | -10/+8 |
| |/ |
|
* | | ethdb: Implement interface for prefixed operations to the DB (#3536) | Nick Johnson | 2017-01-11 | 1 | -0/+52 |
* | | internal/ethapi: fix duration parameter of personal_unlockAccount (#3542) | Felix Lange | 2017-01-11 | 1 | -5/+8 |
* | | Merge pull request #3546 from fjl/deps-update | Péter Szilágyi | 2017-01-11 | 130 | -1030/+14047 |
|\ \ |
|
| * | | vendor: update all dependencies except Azure SDK | Felix Lange | 2017-01-11 | 130 | -1030/+14047 |
| |/ |
|
* | | Merge pull request #3548 from fjl/geth-fix-bootnodes | Péter Szilágyi | 2017-01-11 | 1 | -4/+4 |
|\ \
| |/
|/| |
|
| * | cmd/utils: fix comma-separated --bootnodes | Felix Lange | 2017-01-11 | 1 | -4/+4 |
|/ |
|
* | Merge pull request #3535 from fjl/all-ineffassign | Péter Szilágyi | 2017-01-10 | 34 | -186/+110 |
|\ |
|
| * | all: fix ineffectual assignments and remove uses of crypto.Sha3 | Felix Lange | 2017-01-09 | 31 | -103/+108 |
| * | generators: delete dead code | Felix Lange | 2017-01-09 | 1 | -81/+0 |
| * | build, node: fix go vet nits | Felix Lange | 2017-01-09 | 2 | -2/+2 |
* | | Merge pull request #3538 from karalabe/cycle-1.5.7 | Péter Szilágyi | 2017-01-09 | 2 | -5/+5 |
|\ \ |
|
| * | | params, VERSION: start 1.5.7 release cycle | Péter Szilágyi | 2017-01-09 | 2 | -5/+5 |
|/ / |
|
* | | Merge pull request #3537 from karalabe/release-1.5.6v1.5.6 | Péter Szilágyi | 2017-01-09 | 1 | -4/+4 |
|\ \ |
|
| * | | params: stable version 1.5.6 | Péter Szilágyi | 2017-01-09 | 1 | -4/+4 |
|/ / |
|
* | | Merge pull request #3519 from zsfelfoldi/light-topic5 | Péter Szilágyi | 2017-01-09 | 11 | -137/+290 |
|\ \ |
|
| * | | light: fixed data race in TestTxPool | Zsolt Felfoldi | 2017-01-06 | 1 | -16/+19 |
| * | | les: fixed selectPeer deadlock, improved request distribution | Zsolt Felfoldi | 2017-01-06 | 10 | -121/+271 |
* | | | Merge pull request #3534 from bas-vk/writemipmaprace | Péter Szilágyi | 2017-01-09 | 1 | -0/+6 |
|\ \ \ |
|
| * | | | core: fix race condition in WriteMipmapBloom | Bas van Kervel | 2017-01-09 | 1 | -0/+6 |
* | | | | cmd/swarm: uploader uses HTTP PUT for directories (#3488) | Viktor Trón | 2017-01-09 | 1 | -26/+56 |
| |_|/
|/| | |
|
* | | | Merge pull request #3529 from fjl/console-error-fix | Péter Szilágyi | 2017-01-09 | 1 | -12/+5 |
|\ \ \
| |/ /
|/| | |
|
| * | | console: fix error message in faux JSON-RPC responses | Felix Lange | 2017-01-08 | 1 | -12/+5 |
* | | | Merge pull request #3533 from karalabe/modum-io-develop-2 | Péter Szilágyi | 2017-01-09 | 4 | -17/+93 |
|\ \ \ |
|
| * | | | accounts/abi: fixed broken types slice testcases | Thomas Bocek | 2017-01-09 | 2 | -14/+19 |
| * | | | accounts/abi: fixed comments | Jeffrey Wilcke | 2017-01-09 | 2 | -5/+5 |
| * | | | accounts/abi: added testcase to unpack []uint32 | tbocek | 2017-01-09 | 1 | -0/+24 |
| * | | | accounts/abi: support custom int slice types | Thomas Bocek | 2017-01-09 | 2 | -4/+51 |
|/ / / |
|
* | | | node: fix pointer dereference issue in StartRPC (#3532) | Victor Farazdagi | 2017-01-08 | 1 | -1/+1 |
* | | | cmd/disasm: fix array-out-of-bounds error (#3491) | Valentin Wüstholz | 2017-01-08 | 1 | -4/+8 |
|/ / |
|
* | | Merge pull request #3526 from karalabe/misspell | Péter Szilágyi | 2017-01-07 | 40 | -65/+65 |
|\ \ |
|
| * | | all: fix spelling errors | Péter Szilágyi | 2017-01-07 | 40 | -65/+65 |
|/ / |
|
* | | Merge pull request #3525 from fjl/all-gosimple-cleanup | Péter Szilágyi | 2017-01-07 | 118 | -1976/+444 |
|\ \ |
|
| * | | logger, pow/dagger, pow/ezp: delete dead code | Felix Lange | 2017-01-07 | 20 | -1440/+3 |
| * | | all: fix issues reported by honnef.co/go/simple/cmd/gosimple | Felix Lange | 2017-01-07 | 46 | -194/+99 |
| * | | all: gofmt -w -s | Felix Lange | 2017-01-06 | 64 | -343/+343 |
* | | | Merge pull request #3524 from karalabe/mobile-signwith-swift-fixup | Péter Szilágyi | 2017-01-07 | 2 | -4/+4 |
|\ \ \
| |/ /
|/| | |
|
| * | | mobile: rename passphrase signing method to avoid Swift rewrite | Péter Szilágyi | 2017-01-06 | 2 | -4/+4 |
|/ / |
|
* | | common/compiler: remove workaround for solc 0.3.5 stdin bug (#3522) | Felix Lange | 2017-01-06 | 2 | -36/+22 |
* | | Merge pull request #3516 from fjl/types-drop-sign-ecdsa | Péter Szilágyi | 2017-01-06 | 16 | -99/+58 |
|\ \ |
|
| * | | core/types: remove redundant SignECDSA wrappers, rename to SignTx | Felix Lange | 2017-01-05 | 16 | -99/+58 |
* | | | Merge pull request #3518 from fjl/ethclient-dependency-cleanup | Péter Szilágyi | 2017-01-06 | 45 | -268/+245 |
|\ \ \
| |_|/
|/| | |
|
| * | | trie: remove dependency on ethdb | Felix Lange | 2017-01-06 | 6 | -37/+37 |
| * | | core/vm: move Log to core/types | Felix Lange | 2017-01-06 | 36 | -193/+180 |
| * | | params: avoid importing p2p/discover for bootnodes | Felix Lange | 2017-01-06 | 3 | -38/+28 |
| |/ |
|
* | | Merge pull request #3517 from karalabe/empty-ios-prefix | Péter Szilágyi | 2017-01-05 | 1 | -1/+1 |
|\ \ |
|
| * | | build: finally settle on empty iOS ObjC package prefixes | Péter Szilágyi | 2017-01-05 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #3417 from karalabe/mobile-polishes | Péter Szilágyi | 2017-01-05 | 5 | -28/+54 |
|\ \ |
|
| * | | accounts, internal, mobile: polish accounts API, extend Android tests | Péter Szilágyi | 2017-01-05 | 5 | -28/+54 |
* | | | swarm/api/http: add support for CORS headers (#3388) | Maran | 2017-01-05 | 3 | -15/+49 |
|/ / |
|
* | | Merge pull request #3515 from bas-vk/exportropsten | Péter Szilágyi | 2017-01-05 | 3 | -1/+13 |
|\ \
| |/
|/| |
|
| * | core,cmd/utils: bugfix for ropsten dump imports | Bas van Kervel | 2017-01-05 | 3 | -1/+13 |
* | | core/vm: improved EVM run loop & instruction calling (#3378) | Jeffrey Wilcke | 2017-01-05 | 44 | -1996/+1653 |
* | | accounts/abi: add support for function types (#3405) | RJ | 2017-01-05 | 4 | -4/+24 |
* | | cmd/utils: disallow `--fakepow` for live operation (#3512) | Péter Szilágyi | 2017-01-05 | 1 | -1/+0 |
* | | accounts, core, crypto, internal: use normalised V during signature handling ... | Péter Szilágyi | 2017-01-05 | 10 | -201/+91 |
|/ |
|
* | Merge pull request #3511 from karalabe/live-fakepow | Péter Szilágyi | 2017-01-04 | 3 | -10/+11 |
|\ |
|
| * | cmd/utils, eth, les: bubble --fakepow flag into eth/les too | Péter Szilágyi | 2017-01-04 | 3 | -10/+11 |
* | | Merge pull request #3505 from bas-vk/txinblock | Péter Szilágyi | 2017-01-04 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | ethclient: hex encode request args for TransactionInBlock | Bas van Kervel | 2017-01-03 | 1 | -1/+1 |
* | | Merge pull request #3486 from bas-vk/txbyhash | Péter Szilágyi | 2017-01-03 | 1 | -1/+1 |
|\ \ |
|
| * | | ethclient: pass ptr when parsing eth_getTransactionByHash result | Bas van Kervel | 2016-12-22 | 1 | -1/+1 |
* | | | mobile: add SetVerbosity (#3492) | Guillaume NICOLAS | 2017-01-03 | 1 | -0/+26 |
| |/
|/| |
|
* | | Merge pull request #3490 from karalabe/fix-miner-api | Péter Szilágyi | 2016-12-23 | 1 | -2/+2 |
|\ \ |
|
| * | | eth: fix miner start API to accept int, not hexint | Péter Szilágyi | 2016-12-23 | 1 | -2/+2 |
|/ / |
|
* | | Merge pull request #3475 from fjl/rpc-hex-improvements | Péter Szilágyi | 2016-12-22 | 13 | -637/+287 |
|\ \
| |/
|/| |
|
| * | internal/ethapi: fix hex handling for eth_call input and eth_sendRawTransaction | Felix Lange | 2016-12-20 | 2 | -6/+6 |
| * | rpc: remove HexNumber, replace all uses with hexutil types | Felix Lange | 2016-12-20 | 11 | -534/+234 |
| * | rpc: remove HexBytes, replace all uses with hexutil.Bytes | Felix Lange | 2016-12-20 | 4 | -66/+15 |
| * | rpc: improve error messages for invalid arguments | Felix Lange | 2016-12-20 | 1 | -31/+32 |
| * | internal/jsre: fix built-in inspect function | Felix Lange | 2016-12-20 | 2 | -4/+4 |
* | | accounts/abi: add support for "anonymous" and "indexed" for events (#3464) | bas-vk | 2016-12-22 | 4 | -20/+61 |
* | | cmd/disasm: fix off-by-one error and improve error handling (#3482) | Valentin Wüstholz | 2016-12-22 | 1 | -2/+7 |
* | | swarm/http: check error returned by reader.Size (#3470) | Aron Fischer | 2016-12-22 | 1 | -1/+13 |
* | | swarm/storage: call size before seek-from-end (#3469) | Aron Fischer | 2016-12-22 | 1 | -2/+5 |
* | | swarm/api: check for zero length manifest error (#3468) | Aron Fischer | 2016-12-22 | 1 | -0/+5 |
* | | Merge pull request #3479 from karalabe/android-ropsten-dao | Péter Szilágyi | 2016-12-21 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | mobile: fix ropsten chain configs | Péter Szilágyi | 2016-12-21 | 1 | -1/+1 |
|/ |
|
* | eth, miner: verify PoW in the remote agent to notify submitter (#3438) | Péter Szilágyi | 2016-12-20 | 2 | -13/+22 |
* | eth/filters: add FindOnce for iterator-like operation (#3435) | Nick Johnson | 2016-12-20 | 1 | -20/+50 |
* | whisper: refactoring (#3411) | gluk256 | 2016-12-20 | 12 | -66/+253 |
* | Merge pull request #3403 from VoR0220/fixedPointsAbi | Péter Szilágyi | 2016-12-19 | 2 | -7/+85 |
|\ |
|
| * | accounts/abi: clean up PR and add type parsing tests | Péter Szilágyi | 2016-12-19 | 2 | -5/+82 |
| * | accounts/abi: prepare ABI to handle fixed point types | VoR0220 | 2016-12-19 | 1 | -5/+6 |
* | | Merge pull request #3454 from karalabe/allow-zeroprice-tx | Péter Szilágyi | 2016-12-19 | 3 | -32/+9 |
|\ \ |
|
| * | | core, light: allow zero cost txs from inexistent accounts too | Péter Szilágyi | 2016-12-16 | 3 | -32/+9 |
* | | | Merge pull request #3453 from fjl/api-sign-recover-hex | Péter Szilágyi | 2016-12-19 | 1 | -29/+14 |
|\ \ \
| |/ /
|/| | |
|
| * | | internal/ethapi: fix hex handling for eth_sign, personal_{sign,recover} | Felix Lange | 2016-12-16 | 1 | -29/+14 |
|/ / |
|
* | | Merge pull request #3445 from karalabe/govet-ip-signal | Péter Szilágyi | 2016-12-15 | 1 | -2/+1 |
|\ \ |
|
| * | | p2p/nat: fix a bytes based net.IP comparison | Péter Szilágyi | 2016-12-15 | 1 | -2/+1 |
* | | | Merge pull request #3442 from karalabe/discv5-fix-ip-comparison | Péter Szilágyi | 2016-12-15 | 4 | -5/+4 |
|\| | |
|
| * | | p2p/discover, p2p/discv5: use flexible comparison for IPs | Péter Szilágyi | 2016-12-15 | 4 | -5/+4 |
|/ / |
|
* | | Merge pull request #3433 from karalabe/badblock-order-fix | Péter Szilágyi | 2016-12-14 | 2 | -3/+40 |
|\ \ |
|
| * | | core: import future blocks one-by-one, enfore chain ancestry | Péter Szilágyi | 2016-12-13 | 2 | -3/+40 |
* | | | Merge pull request #3441 from karalabe/begin-1.5.6-cycle | Péter Szilágyi | 2016-12-14 | 2 | -5/+5 |
|\ \ \ |
|
| * | | | VERSION, params: start Geth 1.5.6 development cycle | Péter Szilágyi | 2016-12-14 | 2 | -5/+5 |
|/ / / |
|
* | | | Merge pull request #3440 from karalabe/release-1.5.5v1.5.5 | Péter Szilágyi | 2016-12-14 | 1 | -4/+4 |
|\ \ \ |
|
| * | | | params: stable version 1.5.5 | Péter Szilágyi | 2016-12-14 | 1 | -4/+4 |
|/ / / |
|
* | | | Merge pull request #3430 from karalabe/miner-pending-race | Péter Szilágyi | 2016-12-14 | 3 | -74/+217 |
|\ \ \ |
|
| * | | | miner: rename pending to unconformed, add bounds and ops tests | Péter Szilágyi | 2016-12-13 | 3 | -30/+117 |
| * | | | miner: clean up unconfirmed mined block tracking | Péter Szilágyi | 2016-12-13 | 2 | -74/+130 |
| |/ / |
|
* | | | Merge pull request #3421 from ethersphere/s/swarm-cmd | Péter Szilágyi | 2016-12-14 | 6 | -76/+178 |
|\ \ \ |
|
| * | | | cmd/swarm: testnet bootnodes IP address change | zelig | 2016-12-14 | 1 | -5/+5 |
| * | | | cmd/swarm: improve uploader output and add defaultpath option | zelig | 2016-12-13 | 2 | -22/+68 |
| * | | | cmd/swarm: ethapi not required | zelig | 2016-12-13 | 1 | -6/+4 |
| * | | | cmd/swarm: trim trailing slash from bzzapi url | zelig | 2016-12-13 | 1 | -1/+1 |
| * | | | cmd/swarm: add default bootnodes for testnet 3 | zelig | 2016-12-13 | 1 | -6/+13 |
| * | | | swarm/network, cmd/swarm: swarm default network id is 3 (to match Ropsten) | zelig | 2016-12-13 | 2 | -2/+2 |
| * | | | build: add swarm command to binary packages, update README | zelig | 2016-12-13 | 2 | -16/+4 |
| * | | | cmd/swarm: subsume cmd/bzz* as subcommands under swarm | zelig | 2016-12-13 | 3 | -27/+90 |
* | | | | Merge pull request #3439 from karalabe/drop-deprecated-wily | Péter Szilágyi | 2016-12-14 | 1 | -1/+2 |
|\ \ \ \ |
|
| * | | | | build: Ubuntu wily was officially deprecated, drop support | Péter Szilágyi | 2016-12-14 | 1 | -1/+2 |
|/ / / / |
|
* | | | | Merge pull request #3429 from bas-vk/txpool-crash | Péter Szilágyi | 2016-12-14 | 1 | -10/+4 |
|\ \ \ \ |
|
| * | | | | core: init pending state in tx pool on creation | Bas van Kervel | 2016-12-13 | 1 | -10/+4 |
| |/ / / |
|
* | | | | Merge pull request #3427 from Arachnid/gzipdump | Péter Szilágyi | 2016-12-14 | 2 | -5/+45 |
|\ \ \ \ |
|
| * | | | | cmd/utils, eth: Add gzip support for chain dump and restore | Nick Johnson | 2016-12-14 | 2 | -5/+45 |
* | | | | | Merge pull request #3437 from karalabe/update-ci-go1.7.4 | Péter Szilágyi | 2016-12-14 | 2 | -6/+6 |
|\ \ \ \ \ |
|
| * | | | | | travis, appveyor: build with Go 1.7.4 | Péter Szilágyi | 2016-12-14 | 2 | -6/+6 |
|/ / / / / |
|
* | | | | | Merge pull request #3434 from karalabe/drop-legacy-android | Péter Szilágyi | 2016-12-14 | 3 | -126/+0 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | cmd/geth: drop legacy android code | Péter Szilágyi | 2016-12-14 | 3 | -126/+0 |
|/ / / / |
|
* | | | | Merge pull request #3431 from karalabe/miner-race-fixes | Péter Szilágyi | 2016-12-13 | 3 | -21/+26 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | miner: fix data race on setting etherbase/extradata | Péter Szilágyi | 2016-12-13 | 2 | -10/+12 |
| * | | | miner: fix a race between remote agent start/loop | Péter Szilágyi | 2016-12-13 | 1 | -11/+14 |
|/ / / |
|
* | | | Merge pull request #3413 from zsfelfoldi/light-topic4 | Felix Lange | 2016-12-13 | 21 | -546/+1913 |
|\ \ \
| |/ /
|/| | |
|
| * | | les, light: add block availability check for ODR requests | Zsolt Felfoldi | 2016-12-10 | 7 | -14/+71 |
| * | | eth, les: defer starting LES service until ETH initial sync is finished | Zsolt Felfoldi | 2016-12-10 | 5 | -5/+42 |
| * | | les: using random request IDs | Zsolt Felfoldi | 2016-12-10 | 3 | -11/+10 |
| * | | les: improved header fetcher and server statistics | Zsolt Felfoldi | 2016-12-10 | 10 | -481/+812 |
| * | | les: fixed light fetcher request ID matching | Zsolt Felfoldi | 2016-12-08 | 2 | -5/+11 |
| * | | p2p/discv5: search and lookup improvement | Zsolt Felfoldi | 2016-12-08 | 2 | -64/+99 |
| * | | les: implement light server pool | Zsolt Felfoldi | 2016-12-08 | 5 | -45/+947 |
* | | | Merge pull request #3425 from karalabe/netstats-time-fixup | Péter Szilágyi | 2016-12-12 | 1 | -38/+197 |
|\ \ \ |
|
| * | | | ethstats: implement block history retrievals | Péter Szilágyi | 2016-12-12 | 1 | -38/+190 |
| * | | | ethstats: fix timestamps and add custom proto support | Péter Szilágyi | 2016-12-12 | 1 | -1/+8 |
|/ / / |
|
* | | | build: safe update of PATH on Windows (#3419) | bas-vk | 2016-12-11 | 5 | -3/+164 |
* | | | core: bugfix state change race condition in txpool (#3412) | bas-vk | 2016-12-11 | 12 | -56/+171 |
|/ / |
|
* | | mobile: iOS naming and API fixes for generators and Swift (#3408) | Péter Szilágyi | 2016-12-08 | 15 | -147/+151 |
* | | core, core/vm: implemented a generic environment (#3348) | Jeffrey Wilcke | 2016-12-06 | 39 | -1253/+952 |
* | | Merge pull request #3402 from fjl/ethclient-api-fixes | Felix Lange | 2016-12-06 | 12 | -190/+327 |
|\ \
| |/
|/| |
|
| * | ethereum: document use of Removed field for SubscribeFilterLogs | Felix Lange | 2016-12-05 | 1 | -0/+3 |
| * | core, core/vm, eth/filters: move Removed field into vm.Log | Felix Lange | 2016-12-05 | 8 | -165/+252 |
| * | ethclient, ethereum: add NotFound, split transactions out of ChainReader | Felix Lange | 2016-12-05 | 4 | -23/+67 |
| * | ethclient: use package hexutil for number encoding | Felix Lange | 2016-12-05 | 1 | -2/+2 |
| * | ethclient: don't crash if server returns null uncle header | Felix Lange | 2016-12-05 | 1 | -0/+3 |
|/ |
|
* | whisper/shhapi, whisper/whisperv5: refactoring (#3364) | gluk256 | 2016-12-02 | 14 | -650/+828 |
* | swarm/api: Update ENS root address for Ropsten & prod (#3391) | Nick Johnson | 2016-12-02 | 2 | -5/+4 |
* | Merge pull request #3390 from bas-vk/statsd-stop | Péter Szilágyi | 2016-12-01 | 1 | -1/+9 |
|\ |
|
| * | ethstats: check if received event is valid | Bas van Kervel | 2016-12-01 | 1 | -1/+9 |
* | | README: removed develop mentions | Maran | 2016-12-01 | 1 | -3/+1 |
|/ |
|
* | cmd/geth: tidied up the source (#3385) | Péter Szilágyi | 2016-11-30 | 3 | -133/+174 |
* | Merge pull request #3373 from karalabe/ethstats-block-fields | Péter Szilágyi | 2016-11-30 | 1 | -16/+16 |
|\ |
|
| * | ethstats: don't drop concurrent head reports (mini forks) | Péter Szilágyi | 2016-11-29 | 1 | -16/+16 |
* | | Merge pull request #3368 from bas-vk/sha3 | Péter Szilágyi | 2016-11-30 | 1 | -3/+3 |
|\ \ |
|
| * | | node: improve error handling for web3_sha3 RPC method | Bas van Kervel | 2016-11-29 | 1 | -3/+3 |
* | | | eth, miner: removed unnecessary state.Copy() | Martin Holst Swende | 2016-11-30 | 3 | -2/+26 |
* | | | cmd/utils: update helpscreen's testnet description (#3377) | Luca Zeug | 2016-11-29 | 1 | -1/+1 |
* | | | Merge pull request #3376 from karalabe/drop-dao-flags | Péter Szilágyi | 2016-11-29 | 3 | -88/+17 |
|\ \ \
| |_|/
|/| | |
|
| * | | cmd: drop DAO related choice flags since ETC diverged | Péter Szilágyi | 2016-11-29 | 3 | -88/+17 |
|/ / |
|
* | | Merge pull request #3370 from karalabe/ethstats-block-fields | Péter Szilágyi | 2016-11-29 | 1 | -6/+12 |
|\ \ |
|
| * | | ethstats: report block miner, gas limit and gas consumption | Péter Szilágyi | 2016-11-29 | 1 | -6/+12 |
|/ / |
|
* / | core/types: Document Transaction.To (#3366) | Steven Roose | 2016-11-29 | 1 | -0/+2 |
|/ |
|
* | VERSION, params: bump unstable version 1.5.5 (#3361) | Jeffrey Wilcke | 2016-11-28 | 2 | -5/+5 |
* | params: stable version 1.5.4 (#3360)v1.5.4 | Jeffrey Wilcke | 2016-11-28 | 1 | -4/+4 |
* | eth/filter: add support for pending logs (#3219) | bas-vk | 2016-11-28 | 7 | -92/+319 |
* | common/hexutil: fix Test{Decode,Unmarshal}Uint64 on 32bit arch (#3363) | Felix Lange | 2016-11-28 | 2 | -2/+2 |
* | cmd/bzzd: swarm daemon fixes (#3359) | Viktor Trón | 2016-11-28 | 7 | -46/+56 |
* | Merge pull request #3355 from fjl/hexutil-2 | Péter Szilágyi | 2016-11-28 | 17 | -566/+1125 |
|\ |
|
| * | ethclient: "addresses" -> "address" in filter query encoding | Felix Lange | 2016-11-28 | 1 | -1/+1 |
| * | eth/filters: simplify query object decoding | Felix Lange | 2016-11-28 | 1 | -47/+44 |
| * | accounts: don't use common.Address for address field | Felix Lange | 2016-11-28 | 1 | -4/+5 |
| * | common: use package hexutil for fixed size type encoding | Felix Lange | 2016-11-28 | 2 | -60/+30 |
| * | ethclient: use package hexutil for JSON handling | Felix Lange | 2016-11-28 | 1 | -34/+35 |
| * | core/types: use package hexutil for JSON handling | Felix Lange | 2016-11-28 | 6 | -392/+40 |
| * | core/vm: use package hexutil for JSON handling | Felix Lange | 2016-11-28 | 2 | -28/+23 |
| * | common/hexutil: new package for 0x hex encoding | Felix Lange | 2016-11-28 | 4 | -0/+947 |
* | | Merge pull request #3362 from karalabe/cocoapods-fix-3000 | Péter Szilágyi | 2016-11-28 | 2 | -8/+6 |
|\ \ |
|
| * | | build: use single CocoaPods package, pre-release dev builds | Péter Szilágyi | 2016-11-28 | 2 | -8/+6 |
|/ / |
|
* | | light: implemented VMState.Empty() (#3357) | Felföldi Zsolt | 2016-11-28 | 2 | -2/+14 |
* | | build/ci: add swarm related executables (bzzd, bzzup, bzzhash) to binary pack... | Viktor Trón | 2016-11-28 | 1 | -0/+15 |
|/ |
|
* | core: fixed unwinding bad hash (#3347) | Jeffrey Wilcke | 2016-11-28 | 1 | -3/+8 |
* | Merge pull request #3356 from fjl/accounts-no-watch-on-windows | Péter Szilágyi | 2016-11-28 | 2 | -2/+2 |
|\ |
|
| * | accounts: disable file system watcher on windows | Felix Lange | 2016-11-28 | 2 | -2/+2 |
* | | Merge pull request #3352 from fjl/build-git-tag | Péter Szilágyi | 2016-11-28 | 1 | -1/+6 |
|\ \ |
|
| * | | internal/build: use 'git tag --points-at' to get the current tag | Felix Lange | 2016-11-28 | 1 | -1/+6 |
| |/ |
|
* / | core: eip unit tests (#3309) | Jeffrey Wilcke | 2016-11-28 | 1 | -7/+71 |
|/ |
|
* | cmd, ethstats, les, mobile, params: native netstats (#3336) | Péter Szilágyi | 2016-11-25 | 8 | -46/+533 |
* | Merge pull request #3325 from fjl/p2p-netrestrict | Felix Lange | 2016-11-25 | 25 | -230/+643 |
|\ |
|
| * | cmd/bootnode, cmd/geth, cmd/bzzd: add --netrestrict | Felix Lange | 2016-11-23 | 6 | -2/+35 |
| * | p2p, p2p/discover, p2p/discv5: add IP network restriction feature | Felix Lange | 2016-11-23 | 9 | -34/+124 |
| * | swarm/network: prevent relay of invalid IPs | Felix Lange | 2016-11-23 | 1 | -0/+5 |
| * | p2p/discover, p2p/discv5: prevent relay of invalid IPs and low ports | Felix Lange | 2016-11-23 | 6 | -28/+56 |
| * | p2p/discover, p2p/discv5: use netutil.IsTemporaryError | Felix Lange | 2016-11-23 | 8 | -248/+2 |
| * | p2p/netutil: new package for network utilities | Felix Lange | 2016-11-23 | 6 | -0/+503 |