| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #14336 from obscuren/metropolis-preparation | Felix Lange | 2017-05-25 | 35 | -236/+2983 |
|\ |
|
| * | consensus/ethash: fix TestCalcDifficulty | Felix Lange | 2017-05-24 | 1 | -1/+1 |
| * | crypto/bn256: fix go vet false positive | Felix Lange | 2017-05-24 | 5 | -22/+25 |
| * | common: fixed byte padding functions | Jeffrey Wilcke | 2017-05-23 | 1 | -3/+3 |
| * | core/vm: expose intpool to stack dup method | Jeffrey Wilcke | 2017-05-23 | 2 | -3/+3 |
| * | core/vm: capped int pool | Jeffrey Wilcke | 2017-05-23 | 1 | -0/+6 |
| * | core/vm: improved push instructions | Jeffrey Wilcke | 2017-05-23 | 2 | -35/+48 |
| * | cmd/evm: added mem/cpu profiling | Jeffrey Wilcke | 2017-05-23 | 2 | -0/+44 |
| * | core/vm: improve error message for invalid opcodes | Valentin Wüstholz | 2017-05-22 | 1 | -1/+1 |
| * | core/state: fixed (self)destructed objects | Jeffrey Wilcke | 2017-05-18 | 2 | -2/+9 |
| * | consensus, core, core/vm, parems: review fixes | Jeffrey Wilcke | 2017-05-18 | 6 | -42/+34 |
| * | core/types: corrected abstract signing address | Jeffrey Wilcke | 2017-05-18 | 2 | -2/+2 |
| * | consensus/ethash: set time to current instead of parent time | Jeffrey Wilcke | 2017-05-18 | 1 | -1/+1 |
| * | consensus, core/*, params: metropolis preparation refactor | Jeffrey Wilcke | 2017-05-18 | 28 | -183/+2865 |
* | | Merge pull request #14507 from karalabe/faucet-misspell | Péter Szilágyi | 2017-05-24 | 1 | -1/+1 |
|\ \ |
|
| * | | cmd/faucet: fix a few typos | Péter Szilágyi | 2017-05-24 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #14504 from bas-vk/wallet-import | Péter Szilágyi | 2017-05-24 | 1 | -15/+30 |
|\ \ |
|
| * | | cmd/geth: reintroduce wallet import subcommand | Bas van Kervel | 2017-05-23 | 1 | -15/+30 |
|/ / |
|
* | | Merge pull request #14501 from sqli-nantes/master | Péter Szilágyi | 2017-05-23 | 2 | -0/+65 |
|\ \ |
|
| * | | mobile: Add management methods to {Addresses,Topics,Hashes} structures | Nicolas Guillaume | 2017-05-23 | 2 | -0/+60 |
| * | | mobile: Allows mobile clients to create custom FilterQueries | Nicolas Guillaume | 2017-05-22 | 1 | -0/+5 |
|/ / |
|
* | | swarm/api: Fix adding paths which exist as manifests (#14482) | Lewis Marshall | 2017-05-22 | 2 | -2/+35 |
* | | cmd/swarm: Add --httpaddr flag (#14475) | Lewis Marshall | 2017-05-22 | 5 | -19/+30 |
* | | README: fixing typo in documentation (#14493) | Dave Conroy | 2017-05-22 | 1 | -1/+1 |
* | | discover: Changed Logging from Debug to Info (#14485) | Ali Hajimirza | 2017-05-20 | 1 | -1/+1 |
* | | internal/ethapi: lock when auto-filling transaction nonce (#14483) | Martin Holst Swende | 2017-05-19 | 1 | -0/+23 |
|/ |
|
* | cmd, core, eth, miner: remove txpool gas price limits (#14442) | Péter Szilágyi | 2017-05-17 | 11 | -178/+619 |
* | les: fix goroutine leak in execQueue (#14480) | Felix Lange | 2017-05-17 | 2 | -30/+118 |
* | cmd/puppeth: v4/v5 boot separation, signer gas configs (#14453) | Péter Szilágyi | 2017-05-13 | 4 | -8/+73 |
* | swarm/api: fix error reporting in api.Resolve (#14464) | Lewis Marshall | 2017-05-13 | 3 | -21/+148 |
* | mobile: accept nil for chainid as homestead signing (#14463) | Péter Szilágyi | 2017-05-13 | 1 | -0/+6 |
* | containers/vagrant: add support for CentOS (#14380) | Koustubh Sinkar | 2017-05-13 | 5 | -19/+62 |
* | Merge pull request #14454 from karalabe/mobile-surface-txrlp | Péter Szilágyi | 2017-05-11 | 1 | -3/+159 |
|\ |
|
| * | mobile: add toString & rlp/json encoding for protocol types | Péter Szilágyi | 2017-05-11 | 1 | -3/+159 |
|/ |
|
* | Merge pull request #14452 from karalabe/dual-bootnodes | Péter Szilágyi | 2017-05-11 | 4 | -8/+32 |
|\ |
|
| * | cmd, node: support different bootnodes, fix default light port | Péter Szilágyi | 2017-05-10 | 4 | -8/+32 |
|/ |
|
* | README: update attach instructions for testnet users (#14448) | bas-vk | 2017-05-09 | 1 | -6/+8 |
* | Merge pull request #14441 from karalabe/receipt-data-regression | Péter Szilágyi | 2017-05-08 | 2 | -8/+5 |
|\ |
|
| * | core: fix processing regression during receipt import | Péter Szilágyi | 2017-05-08 | 2 | -8/+5 |
* | | Merge pull request #14427 from zsfelfoldi/compress | Péter Szilágyi | 2017-05-08 | 3 | -0/+407 |
|\ \
| |/
|/| |
|
| * | common/compress: internalize encoders, add length wrappers | Péter Szilágyi | 2017-05-08 | 3 | -70/+125 |
| * | common/bitutil: fix decompression corner cases; fuzz, test & bench | Péter Szilágyi | 2017-05-07 | 3 | -43/+302 |
| * | common/bitutil: added data compression algorithm | Zsolt Felfoldi | 2017-05-06 | 1 | -0/+93 |
* | | Merge pull request #14440 from karalabe/cocoapods-confirm-fix | Péter Szilágyi | 2017-05-08 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | travis: adapt build script to new travis VM settings | Péter Szilágyi | 2017-05-08 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #14423 from karalabe/bitutil | Péter Szilágyi | 2017-05-05 | 4 | -86/+405 |
|\ |
|
| * | common/bitutil, consensus/ethash: reusable bitutil package | Péter Szilágyi | 2017-05-05 | 4 | -86/+405 |
|/ |
|
* | VERSION, params: begin 1.6.2 release cycle | Péter Szilágyi | 2017-05-04 | 2 | -5/+5 |
* | params: release Geth 1.6.1, Deripors of Ohratuu | Péter Szilágyi | 2017-05-04 | 1 | -4/+4 |
* | Merge pull request #14418 from karalabe/rinkeby-flag | Péter Szilágyi | 2017-05-04 | 7 | -16/+80 |
|\ |
|
| * | cmd, core, params: add --rinkeby flag for fast connectivity | Péter Szilágyi | 2017-05-04 | 7 | -16/+80 |
* | | Hive-test fixes (#14419) | Martin Holst Swende | 2017-05-04 | 2 | -0/+11 |
* | | Merge pull request #14413 from bas-vk/cli-chain-mngt | Péter Szilágyi | 2017-05-04 | 8 | -94/+129 |
|\ \ |
|
| * | | cmd/geth: migrate dumpconfig command/flags | Bas van Kervel | 2017-05-03 | 1 | -1/+2 |
| * | | cmd/geth: migrate bug command/flags | Bas van Kervel | 2017-05-03 | 1 | -1/+2 |
| * | | cmd/geth: migrate metric command/flags | Bas van Kervel | 2017-05-03 | 1 | -1/+1 |
| * | | cmd/geth: reorganise misc commands/flags | Bas van Kervel | 2017-05-03 | 1 | -4/+4 |
| * | | cmd/geth: reorganise console/attach commands/flags | Bas van Kervel | 2017-05-03 | 3 | -67/+79 |
| * | | cmd/geth: reorganise chain commands/flags | Bas van Kervel | 2017-05-03 | 1 | -20/+41 |
* | | | Merge pull request #14402 from karalabe/tiered-faucet | Péter Szilágyi | 2017-05-04 | 5 | -30/+93 |
|\ \ \
| |_|/
|/| | |
|
| * | | cmd/faucet: fix period to days conversion | Péter Szilágyi | 2017-05-04 | 1 | -4/+5 |
| * | | cmd/faucet, cmd/puppeth: support multi-tiered faucet | Péter Szilágyi | 2017-05-04 | 5 | -30/+92 |
|/ / |
|
* | | Merge pull request #14414 from gluk256/77_release | Péter Szilágyi | 2017-05-03 | 1 | -0/+5 |
|\ \
| |/
|/| |
|
| * | build: wnode added to the build configuration | Vlad | 2017-05-03 | 1 | -0/+5 |
* | | Merge pull request #14412 from karalabe/init-both-chains | Péter Szilágyi | 2017-05-03 | 2 | -42/+45 |
|\ \ |
|
| * | | cmd/geth, cmd/utils: init/removedb on light/full dbs simultaneously | Péter Szilágyi | 2017-05-03 | 2 | -42/+45 |
|/ / |
|
* | | Merge pull request #14411 from karalabe/clique-double-sign | Péter Szilágyi | 2017-05-03 | 1 | -1/+1 |
|\ \ |
|
| * | | consensus/clique: fix overflow on recent signer check around genesis | Péter Szilágyi | 2017-05-03 | 1 | -1/+1 |
| |/ |
|
* | | Merge pull request #13885 from bas-vk/rpc_generic_pubsub | Péter Szilágyi | 2017-05-03 | 6 | -55/+217 |
|\ \
| |/
|/| |
|
| * | rpc: support subscriptions under custom namespaces | Bas van Kervel | 2017-04-25 | 6 | -55/+217 |
* | | README: add config to genesis.json (#14373) | nicky g | 2017-05-03 | 1 | -0/+6 |
* | | cmd/puppeth, vendor: update ssh, manage server keys (#14398) | Péter Szilágyi | 2017-05-03 | 19 | -285/+701 |
* | | Merge pull request #14407 from karalabe/ethash-generation-race | Péter Szilágyi | 2017-05-03 | 1 | -2/+4 |
|\ \ |
|
| * | | consensus/ethash: fix a timestamp update race | Péter Szilágyi | 2017-05-02 | 1 | -2/+4 |
* | | | Merge pull request #14406 from karalabe/downloader-sensitive-code | Péter Szilágyi | 2017-05-02 | 1 | -0/+4 |
|\ \ \
| |/ /
|/| | |
|
| * | | eth/downloader: fix a potential issue against future refactors | Péter Szilágyi | 2017-05-02 | 1 | -0/+4 |
* | | | Merge pull request #14403 from fjl/console-number | Péter Szilágyi | 2017-05-02 | 1 | -3/+6 |
|\ \ \ |
|
| * | | | console: avoid float64 when remarshaling parameters | Felix Lange | 2017-05-02 | 1 | -3/+6 |
* | | | | Merge pull request #14399 from bas-vk/rpc-cors | Péter Szilágyi | 2017-05-02 | 1 | -0/+5 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | rpc: disable CORS if user has not specified custom config | Bas van Kervel | 2017-05-02 | 1 | -0/+5 |
|/ / / |
|
* | | | Merge pull request #14388 from bas-vk/cli-account-mngt | Péter Szilágyi | 2017-05-02 | 3 | -70/+95 |
|\ \ \
| |/ /
|/| | |
|
| * | | cmd/geth: reorganise account/wallet command/flags | Bas van Kervel | 2017-04-28 | 3 | -70/+95 |
|/ / |
|
* | | whisper: switching to v5 + minor refactoring (#14387) | gluk256 | 2017-04-28 | 6 | -39/+139 |
* | | whisper: message format refactoring (#14335) | gluk256 | 2017-04-27 | 14 | -232/+343 |
* | | Merge pull request #14379 from farazdagi/fix/deadlock-in-node-wait | Péter Szilágyi | 2017-04-25 | 1 | -0/+1 |
|\ \ |
|
| * | | node: fixes deadlock on Wait() | Victor Farazdagi | 2017-04-25 | 1 | -0/+1 |
| |/ |
|
* | | Merge pull request #14377 from karalabe/unify-network-ids | Péter Szilágyi | 2017-04-25 | 17 | -38/+38 |
|\ \
| |/
|/| |
|
| * | cmd, eth, les, mobile: make networkid uint64 everywhere | Péter Szilágyi | 2017-04-25 | 17 | -38/+38 |
|/ |
|
* | Merge pull request #14350 from fjl/trie-iterator-skip-2 | Péter Szilágyi | 2017-04-25 | 20 | -303/+477 |
|\ |
|
| * | eth: add debug_storageRangeAt | Felix Lange | 2017-04-25 | 5 | -39/+201 |
| * | trie: add start key to NodeIterator constructors | Felix Lange | 2017-04-25 | 9 | -73/+146 |
| * | trie: clean up iterator constructors | Felix Lange | 2017-04-25 | 9 | -31/+21 |
| * | trie: rework and document key encoding | Felix Lange | 2017-04-25 | 7 | -159/+121 |
| * | trie: remove Key in MissingNodeError | Felix Lange | 2017-04-18 | 3 | -17/+4 |
* | | Merge pull request #14372 from bas-vk/bootnodegenkey | Péter Szilágyi | 2017-04-25 | 1 | -0/+1 |
|\ \ |
|
| * | | cmd/bootnode: stop after generating/writing nodekey | Bas van Kervel | 2017-04-24 | 1 | -0/+1 |
* | | | internal/ethapi: return empty arrays instead of null (#14374) | bas-vk | 2017-04-24 | 1 | -3/+3 |
* | | | Merge pull request #14364 from fjl/core-remove-split-stat-ty | Péter Szilágyi | 2017-04-24 | 3 | -15/+3 |
|\ \ \
| |/ /
|/| | |
|
| * | | core, light: delete SplitStatTy, ChainSplitEvent (unused) | Felix Lange | 2017-04-22 | 3 | -15/+3 |
|/ / |
|
* | | Merge pull request #14339 from karalabe/faucet-block-banned-users | Péter Szilágyi | 2017-04-20 | 5 | -29/+109 |
|\ \ |
|
| * | | cmd: integrate invisible recaptcha into puppeth | Péter Szilágyi | 2017-04-17 | 4 | -19/+52 |
| * | | cmd/faucet: fix websocket double close/reopen | Péter Szilágyi | 2017-04-17 | 2 | -2/+2 |
| * | | cmd/faucet: add optional recaptcha validation support | Péter Szilágyi | 2017-04-17 | 3 | -13/+49 |
| * | | cmd/faucet: double check user against the GH website | Péter Szilágyi | 2017-04-16 | 1 | -1/+12 |
| |/ |
|
* | | Merge pull request #14357 from karalabe/nousb-flag | Péter Szilágyi | 2017-04-20 | 4 | -4/+18 |
|\ \ |
|
| * | | cmd, node: add --nosub and node.Config.NoUSB to disable hw wallets | Péter Szilágyi | 2017-04-20 | 4 | -4/+18 |
* | | | Merge pull request #14358 from karalabe/wrong-genesis-description | Péter Szilágyi | 2017-04-20 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | core: make genesis incompatibility error more explicit | Péter Szilágyi | 2017-04-20 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #13886 from bas-vk/rpc_blocknum_parse | Péter Szilágyi | 2017-04-18 | 2 | -39/+86 |
|\ \
| |/
|/| |
|
| * | rpc: improve BlockNumber unmarshal parsing | Bas van Kervel | 2017-04-13 | 2 | -39/+86 |
* | | VERSION, params: begin 1.6.1 release cycle | Péter Szilágyi | 2017-04-14 | 2 | -5/+5 |
* | | params: release Geth 1.6.0, Puppeth Master | Péter Szilágyi | 2017-04-14 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'fjl/license-update-1.6' | Péter Szilágyi | 2017-04-14 | 46 | -79/+270 |
|\ \ |
|
| * | | all: update license information | Felix Lange | 2017-04-14 | 46 | -79/+270 |
* | | | build: disable misspell, upstream bug prevents builds | Péter Szilágyi | 2017-04-14 | 1 | -1/+2 |
* | | | eth: revert accidental ethash cache dir change | Péter Szilágyi | 2017-04-14 | 1 | -0/+1 |
* | | | consensus/ethash: close mmap before rename, windows limitation | Péter Szilágyi | 2017-04-14 | 1 | -5/+8 |
* | | | Merge pull request #14327 from karalabe/flag-group-fixes | Péter Szilágyi | 2017-04-13 | 2 | -5/+14 |
|\ \ \ |
|
| * | | | cmd/geth: update flag groups in the geth command usage | Péter Szilágyi | 2017-04-13 | 2 | -5/+14 |
|/ / / |
|
* | | | Merge pull request #3786 from fjl/compiler-metadata | Péter Szilágyi | 2017-04-13 | 2 | -76/+56 |
|\ \ \ |
|
| * | | | common/compiler: add metadata output for solc > 0.4.6 | Steve Waldman | 2017-03-16 | 2 | -76/+56 |
* | | | | Merge pull request #14326 from karalabe/launchpad-go-1.8 | Péter Szilágyi | 2017-04-13 | 3 | -9/+9 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | build: bump launchpad builds to Go 1.8.1 | Péter Szilágyi | 2017-04-13 | 3 | -9/+9 |
* | | | | trie: implement unionIterator (#14312) | Nick Johnson | 2017-04-13 | 2 | -36/+199 |
* | | | | swarm/api: better name resolver handling (#3754) | holisticode | 2017-04-13 | 4 | -16/+53 |
|/ / / |
|
* | | | Merge pull request #14323 from fjl/ethash-verify-headers-fix | Péter Szilágyi | 2017-04-13 | 2 | -85/+52 |
|\ \ \ |
|
| * | | | consensus/ethash: simplify concurrency in VerifyHeaders | Felix Lange | 2017-04-13 | 1 | -81/+48 |
| * | | | core: don't import genesis block in TestDAOForkRangeExtradata | Felix Lange | 2017-04-13 | 1 | -4/+4 |
* | | | | cmd/utils, node: remove unused solc references and improve RPC config (#14324) | bas-vk | 2017-04-13 | 15 | -67/+38 |
* | | | | Merge pull request #14320 from karalabe/rlpdump-single-flag | Péter Szilágyi | 2017-04-12 | 1 | -0/+4 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | cmd/rlpdump: support dumping only the first entity | Péter Szilágyi | 2017-04-12 | 1 | -0/+4 |
* | | | | cmd/geth: add --config file flag (#13875) | Felix Lange | 2017-04-12 | 55 | -648/+6615 |
* | | | | Merge pull request #14322 from karalabe/puppeth-new-configs | Péter Szilágyi | 2017-04-12 | 1 | -249/+249 |
|\ \ \ \ |
|
| * | | | | cmd/puppeth: format dashboard html, update syncmode flags | Péter Szilágyi | 2017-04-12 | 1 | -249/+249 |
|/ / / / |
|
* | | | | consensus, core, ethstats: use engine specific block beneficiary (#14318) | Péter Szilágyi | 2017-04-12 | 18 | -26/+76 |
* | | | | consensus/clique, internal/web3ext: support hash based API queries (#14321) | Péter Szilágyi | 2017-04-12 | 6 | -32/+66 |
|/ / / |
|
* | | | Merge pull request #14311 from Arachnid/tracing | Nick Johnson | 2017-04-12 | 1 | -22/+62 |
|\ \ \ |
|
| * | | | internal/ethapi: Add support for fetching information about the current call ... | Nick Johnson | 2017-04-11 | 1 | -22/+62 |
* | | | | build: create deb source for Ubuntu Zesty (#14316) | Péter Szilágyi | 2017-04-12 | 1 | -1/+1 |
* | | | | swarm/api: FUSE read-write support (#13872) | Zahoor Mohamed | 2017-04-12 | 15 | -362/+1693 |
* | | | | cmd/swarm: add --password (#3748) | Victor Farazdagi | 2017-04-12 | 1 | -6/+18 |
* | | | | params: updated testnet bootnodes (#14310) | Jamie Pitts | 2017-04-11 | 1 | -3/+3 |
* | | | | cmd/puppeth: your Ethereum private network manager (#13854) | Péter Szilágyi | 2017-04-11 | 70 | -11/+21105 |
* | | | | les: allow LES connection to other servers (#13889) | Felföldi Zsolt | 2017-04-11 | 1 | -2/+3 |
* | | | | p2p: if no nodes are connected, attempt dialing bootnodes (#13874) | Péter Szilágyi | 2017-04-11 | 3 | -9/+121 |
* | | | | core: fix comment typo | Justin | 2017-04-10 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | consensus/clique: Proof of Authority (#3753) | Péter Szilágyi | 2017-04-10 | 12 | -123/+1575 |
* | | | eth: accept transactions when starting CPU mining (#13882) | Péter Szilágyi | 2017-04-10 | 6 | -10/+18 |
* | | | Merge pull request #13883 from karalabe/boardcast-sync-head | Péter Szilágyi | 2017-04-10 | 1 | -1/+9 |
|\ \ \ |
|
| * | | | eth: announce block after sync cycle (star topology) | Péter Szilágyi | 2017-04-10 | 1 | -1/+9 |
* | | | | whisper: big refactoring (#13852) | gluk256 | 2017-04-10 | 14 | -713/+1380 |
|/ / / |
|
* | | | Merge pull request #13881 from karalabe/go-1.8.1 | Péter Szilágyi | 2017-04-09 | 2 | -30/+11 |
|\ \ \ |
|
| * | | | travis, appveyor: update to Go 1.8.1 | Péter Szilágyi | 2017-04-09 | 2 | -30/+11 |
|/ / / |
|
* | | | Merge pull request #13880 from karalabe/remote-miner-fix | Péter Szilágyi | 2017-04-09 | 4 | -12/+31 |
|\ \ \
| |/ /
|/| | |
|
| * | | consensus, eth: don't CPU mine by default during remote mining | Péter Szilágyi | 2017-04-07 | 4 | -12/+31 |
|/ / |
|
* | | Merge pull request #13870 from karalabe/miners-fixes | Péter Szilágyi | 2017-04-07 | 18 | -366/+116 |
|\ \ |
|
| * | | consensus, core: drop all the legacy custom core error types | Péter Szilágyi | 2017-04-06 | 15 | -260/+114 |
| * | | cmd/geth, eth: drop bad block reporting, its offline anyway | Péter Szilágyi | 2017-04-06 | 3 | -96/+2 |
| * | | miner: don't verify our own blocks, trust the engine | Péter Szilágyi | 2017-04-06 | 1 | -10/+0 |
* | | | swarm/api: refactor and improve HTTP API (#3773) | Lewis Marshall | 2017-04-07 | 20 | -663/+1779 |
* | | | cmd, les, eth, eth/gasprice: using new gas price oracle (#13853) | Felföldi Zsolt | 2017-04-06 | 10 | -419/+167 |
* | | | cmd/swarm: allow uploading from stdin (#3744) | Louis Holbrook | 2017-04-06 | 3 | -7/+64 |
* | | | .travis, build: autodelete old unstable archives (#13867) | Péter Szilágyi | 2017-04-06 | 68 | -1118/+7826 |
|/ / |
|
* | | core, core/types: regenerate JSON marshaling, add "hash" to headers (#13868) | Felix Lange | 2017-04-06 | 12 | -263/+254 |
* | | cmd/geth, node: surface geth architecture into version (#13866) | Péter Szilágyi | 2017-04-06 | 4 | -5/+8 |
* | | debug: convert uint64-blocknumber into rpc.Blocknumber (#13862) | Martin Holst Swende | 2017-04-05 | 1 | -6/+29 |
* | | core/state: make TestSnapshotRandom work again (#3816) | gary rong | 2017-04-05 | 3 | -5/+8 |
* | | cmd/swarm, swarm/api/client: add HTTP API client and 'swarm ls' command (#3742) | Lewis Marshall | 2017-04-05 | 10 | -245/+594 |
* | | core, consensus: pluggable consensus engines (#3817) | Péter Szilágyi | 2017-04-05 | 61 | -1427/+1682 |
* | | Merge pull request #13856 from karalabe/ethstats-sanity-checks | Péter Szilágyi | 2017-04-04 | 1 | -4/+18 |
|\ \ |
|
| * | | ethstats: cut short unavailable history responses | Péter Szilágyi | 2017-04-04 | 1 | -2/+10 |
| * | | ethstats: sanity check ethstats history queries | Péter Szilágyi | 2017-03-31 | 1 | -2/+8 |
|/ / |
|
* | | swarm/api: improve FUSE build constraints, logging and APIs (#3818) | Felix Lange | 2017-03-31 | 6 | -168/+124 |
* | | Merge pull request #13851 from karalabe/ethstats-url-scheme-discovery | Péter Szilágyi | 2017-03-30 | 1 | -2/+2 |
|\ \ |
|
| * | | ethstats: work around weird URL scheme parsing issues | Péter Szilágyi | 2017-03-30 | 1 | -2/+2 |
|/ / |
|
* | | build: work around cgo linker issue on macOS 10.12.4 (#13849) | Felix Lange | 2017-03-29 | 1 | -3/+11 |
* | | core/types: rename txdata.gasLimit -> txdata.gas in JSON (#13848) | bas-vk | 2017-03-29 | 2 | -4/+4 |
* | | Merge pull request #13516 from fjl/core-marshal-non-pointer | Péter Szilágyi | 2017-03-28 | 7 | -112/+106 |
|\ \ |
|
| * | | core, core/types: use non-pointer receiver for Marshal* methods | Felix Lange | 2017-03-27 | 7 | -112/+106 |
* | | | Merge pull request #3801 from karalabe/ledger-linux-confirm | Péter Szilágyi | 2017-03-28 | 2 | -13/+49 |
|\ \ \
| |/ /
|/| | |
|
| * | | accounts/usbwallet: if a confirmation is pending, skip refresh | Péter Szilágyi | 2017-03-23 | 2 | -3/+16 |
| * | | accounts/usbwallet: fix Ledger hidapi/libusb protocol violation | Péter Szilágyi | 2017-03-23 | 2 | -13/+36 |
* | | | Merge pull request #3820 from fjl/core-types-eip155-chainid-mul | Péter Szilágyi | 2017-03-27 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | core/types: ensure all EIP155 signer fields are set by deriveSigner | Felix Lange | 2017-03-25 | 1 | -1/+1 |
|/ / / |
|
* | | | rpc: honour pending requests before tearing conn down (#3814) | Péter Szilágyi | 2017-03-24 | 1 | -14/+28 |
* | | | Merge pull request #3813 from fjl/build-fixes-2 | Péter Szilágyi | 2017-03-24 | 5 | -36/+45 |
|\ \ \ |
|
| * | | | travis.yml: re-add missing build commands for Go 1.7 | Felix Lange | 2017-03-24 | 1 | -1/+3 |
| * | | | build: always run go vet | Felix Lange | 2017-03-24 | 4 | -9/+11 |
| * | | | build: unify vendor skipping logic | Felix Lange | 2017-03-23 | 2 | -26/+31 |
| |/ / |
|
* | | | ethstats: cleanups, trace logs and "fix" history responses (#3812) | Péter Szilágyi | 2017-03-24 | 1 | -69/+85 |
* | | | Merge pull request #3794 from fjl/core-genesis-refactor | Péter Szilágyi | 2017-03-23 | 54 | -1300/+1523 |
|\ \ \
| |/ /
|/| | |
|
| * | | core: refactor genesis handling | Felix Lange | 2017-03-23 | 45 | -1267/+1371 |
| * | | core/types: handle nil ChainId in NewEIP155Signer | Felix Lange | 2017-03-23 | 1 | -0/+3 |
| * | | core/state: expose CommitTo | Felix Lange | 2017-03-23 | 1 | -2/+3 |
| * | | common: add UnprefixedHash, UnprefixedAddress | Felix Lange | 2017-03-23 | 1 | -14/+30 |
| * | | common/hexutil: add UnmarshalFixedUnprefixedText | Felix Lange | 2017-03-23 | 2 | -5/+62 |
| * | | common/math: add HexOrDecimal64, HexOrDecimal256 | Felix Lange | 2017-03-23 | 4 | -12/+54 |
* | | | swarm/api: support mounting manifests via FUSE (#3690) | Zahoor Mohamed | 2017-03-23 | 44 | -3/+7005 |
|/ / |
|
* | | Merge pull request #3795 from fjl/pow-fix-test-mode | Péter Szilágyi | 2017-03-23 | 3 | -20/+25 |
|\ \ |
|
| * | | pow: fix Search with ethash test mode | Felix Lange | 2017-03-18 | 3 | -20/+25 |
| |/ |
|
* | | Merge pull request #3809 from fjl/all-use-normal-context | Péter Szilágyi | 2017-03-23 | 76 | -517/+215 |
|\ \ |
|
| * | | trie, whisper/whisperv5: use math/rand Read function | Felix Lange | 2017-03-23 | 5 | -54/+23 |
| * | | mobile: remove support for Go < 1.7 | Felix Lange | 2017-03-23 | 2 | -26/+5 |
| * | | all: import "context" instead of "golang.org/x/net/context" | Felix Lange | 2017-03-23 | 69 | -437/+187 |
|/ / |
|
* | | les: implement request distributor, fix blocking issues (#3660) | Felföldi Zsolt | 2017-03-23 | 19 | -322/+877 |
* | | Merge pull request #3808 from fjl/build-go-1.7 | Péter Szilágyi | 2017-03-23 | 4 | -29/+6 |
|\ \ |
|
| * | | build: remove support for the GO_OPENCL environment variable | Felix Lange | 2017-03-22 | 1 | -4/+0 |
| * | | build: require Go >= 1.7 | Felix Lange | 2017-03-22 | 4 | -25/+6 |
|/ / |
|
* | | core/vm: use uint64 instead of *big.Int in tracer (#3805) | Yohann Leon | 2017-03-22 | 6 | -21/+17 |
* | | core, eth, les: support resuming fast sync on heavy rollback (#3743) | Péter Szilágyi | 2017-03-22 | 6 | -34/+69 |
* | | Merge pull request #3756 from fjl/core-types-gencodec | Felix Lange | 2017-03-22 | 16 | -322/+554 |
|\ \ |
|
| * | | core/types: use gencodec for JSON marshaling code | Felix Lange | 2017-03-07 | 9 | -312/+510 |
| * | | rlp: add support for "-" struct tag | Felix Lange | 2017-03-07 | 4 | -7/+31 |
| * | | internal/jsre/deps: ensure that go generate produces no changes | Felix Lange | 2017-03-07 | 2 | -3/+4 |
| * | | Makefile: add devtools target | Felix Lange | 2017-03-07 | 1 | -0/+9 |
* | | | Merge pull request #3802 from karalabe/cocoapods-stable | Péter Szilágyi | 2017-03-20 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | travis: switch to cocoapods 1.2.0 stable | Péter Szilágyi | 2017-03-20 | 1 | -1/+1 |
|/ / / |
|
* | | | Merge pull request #3800 from karalabe/ethstats-genesis-fixes | Péter Szilágyi | 2017-03-20 | 1 | -10/+28 |
|\ \ \ |
|
| * | | | ethstats: try both ws:// and wss:// if none specified | Péter Szilágyi | 2017-03-20 | 1 | -10/+28 |
* | | | | swarm/network/kademlia: set kademlia log output to debug instead of warn (#3787) | holisticode | 2017-03-18 | 1 | -1/+1 |
* | | | | accounts/abi/bind: allow client to specify sender address for call (#3782) | bas-vk | 2017-03-16 | 2 | -2/+42 |
* | | | | rpc: add support for extended headers in CORS requests (#3783) | Micah Zoltu | 2017-03-16 | 2 | -0/+2 |
| |_|/
|/| | |
|
* | | | internal/ethapi: drop eth_compile (#3740) | Péter Szilágyi | 2017-03-16 | 2 | -85/+1 |
|/ / |
|
* | | Merge pull request #3779 from zsfelfoldi/cht-update | Péter Szilágyi | 2017-03-14 | 1 | -23/+2 |
|\ \ |
|
| * | | light: added new CHT | Zsolt Felfoldi | 2017-03-14 | 1 | -23/+2 |
| |/ |
|
* | | pow: make data dumps backwards compatible, fix DAG end | Péter Szilágyi | 2017-03-09 | 2 | -21/+32 |
* | | crypto, pow, vendor: hash optimizations, mmap ethash | Péter Szilágyi | 2017-03-09 | 12 | -203/+772 |
* | | all: finish integrating Go ethash, delete C++ vendor | Péter Szilágyi | 2017-03-09 | 20 | -800/+230 |
* | | pow: only support prime calculations on Go 1.8 and above | Péter Szilágyi | 2017-03-09 | 6 | -63/+157 |
* | | cmd, eth, les, node, pow: disk caching and progress reports | Péter Szilágyi | 2017-03-09 | 8 | -55/+216 |
* | | all: swap out the C++ ethash to the pure Go one (mining todo) | Péter Szilágyi | 2017-03-09 | 31 | -1145/+1337 |
* | | crypto, pow: add pure Go implementation of ethash | Péter Szilágyi | 2017-03-09 | 6 | -2/+1929 |
* | | build: add bootnode to Ubuntu PPAs too (#3766) | Péter Szilágyi | 2017-03-09 | 1 | -0/+4 |
* | | * cmd/geth: add --nocompaction flag + multiple import files | Martin Holst Swende | 2017-03-08 | 3 | -6/+27 |
* | | Merge pull request #3755 from ligi/mobile_fix_typo | Péter Szilágyi | 2017-03-07 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | mobile: Fix typo ( Ethereun -> Ethereum ) | ligi | 2017-03-07 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #3739 from karalabe/logger-updates-4 | Péter Szilágyi | 2017-03-04 | 22 | -341/+285 |
|\ |
|
| * | all: update light logs (and a few others) to the new model | Péter Szilágyi | 2017-03-03 | 22 | -341/+285 |
* | | Merge pull request #3738 from karalabe/impossible-reorg-warning | Péter Szilágyi | 2017-03-03 | 1 | -6/+9 |
|\ \ |
|
| * | | core: reorg logs crashed, add a check for corner cases | Péter Szilágyi | 2017-03-03 | 1 | -6/+9 |
| |/ |
|
* | | Merge pull request #3741 from karalabe/fix-makefile-xgo | Péter Szilágyi | 2017-03-03 | 1 | -1/+4 |
|\ \
| |/
|/| |
|
| * | build: fix xgo argument order when building from make | Péter Szilágyi | 2017-03-03 | 1 | -1/+4 |
|/ |
|
* | README: fix typo | Aaron Hnatiw | 2017-03-03 | 1 | -1/+1 |
* | Merge pull request #3735 from karalabe/bundle-bootnode | Péter Szilágyi | 2017-03-02 | 1 | -0/+1 |
|\ |
|
| * | build: bundle the bootnode too into alltools | Péter Szilágyi | 2017-03-02 | 1 | -0/+1 |
* | | Merge pull request #3727 from karalabe/travis-mips | Péter Szilágyi | 2017-03-02 | 3 | -23/+78 |
|\ \
| |/
|/| |
|
| * | travis: support building mips32 and mips64 too | Péter Szilágyi | 2017-03-02 | 3 | -23/+78 |
* | | Merge pull request #3722 from fjl/hexutil-text-unmarshal | Péter Szilágyi | 2017-03-02 | 9 | -114/+275 |
|\ \ |
|
| * | | common/hexutil: ensure negative big.Int is encoded sensibly | Felix Lange | 2017-03-02 | 3 | -16/+5 |
| * | | common/hexutil: implement TextMarshaler, TextUnmarshaler | Felix Lange | 2017-03-02 | 8 | -96/+238 |