| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | | common/hexutil: don't leak encoding/hex errors in Decode | Felix Lange | 2017-03-02 | 2 | -6/+9 |
| * | | common/hexutil: reject big integer inputs > 256 bits | Felix Lange | 2017-03-02 | 4 | -3/+30 |
* | | | Logger updates 3 (#3730) | Péter Szilágyi | 2017-03-02 | 22 | -292/+256 |
* | | | Merge pull request #3728 from obscuren/format-trace | Péter Szilágyi | 2017-03-02 | 3 | -58/+69 |
|\ \ \
| |/ /
|/| | |
|
| * | | cmd/evm: removed -sysstat and moved content to -debug flag | Jeffrey Wilcke | 2017-03-01 | 2 | -17/+21 |
| * | | core/evm, core/vm: improved evm trace output | Jeffrey Wilcke | 2017-03-01 | 2 | -42/+49 |
| |/ |
|
* / | cmd/disasm, cmd/evm: integrate disasm tool into evm tool. (#3729) | Valentin Wüstholz | 2017-03-01 | 2 | -12/+24 |
|/ |
|
* | cmd/evm, core/asm: add EVM assembler (#3686) | Jeffrey Wilcke | 2017-03-01 | 8 | -133/+852 |
* | cmd/utils, core, params: fork all teh things for dev mode (#3697) | Jeffrey Wilcke | 2017-03-01 | 3 | -0/+15 |
* | Merge pull request #3725 from karalabe/kill-it-with-fire | Péter Szilágyi | 2017-03-01 | 3 | -189/+33 |
|\ |
|
| * | errs: kill it with fire | Péter Szilágyi | 2017-03-01 | 3 | -189/+33 |
|/ |
|
* | Merge pull request #3723 from karalabe/logger-updates-2 | Péter Szilágyi | 2017-02-28 | 21 | -262/+230 |
|\ |
|
| * | core/state: drop most of a logs (useless at this volume) | Péter Szilágyi | 2017-02-28 | 2 | -17/+2 |
| * | core, log: track field length and pad to align | Péter Szilágyi | 2017-02-28 | 3 | -10/+32 |
| * | all: next batch of log polishes to contextual versions | Péter Szilágyi | 2017-02-28 | 18 | -242/+203 |
* | | all: unify big.Int zero checks, use common/math in more places (#3716) | Felix Lange | 2017-02-28 | 30 | -114/+104 |
|/ |
|
* | Merge pull request #3721 from karalabe/drop-legacy-db-updates | Péter Szilágyi | 2017-02-28 | 3 | -80/+0 |
|\ |
|
| * | core, eth: drop database block splitting upgrader | Péter Szilágyi | 2017-02-28 | 3 | -80/+0 |
|/ |
|
* | params: updated bootnodes (#3720) | Jamie Pitts | 2017-02-28 | 1 | -5/+8 |
* | Merge pull request #3709 from fjl/p2p-context-log | Péter Szilágyi | 2017-02-28 | 14 | -154/+174 |
|\ |
|
| * | p2p, p2p/discover, p2p/nat: rework logging using context keys | Felix Lange | 2017-02-28 | 11 | -151/+171 |
| * | eth, les: shorten genesis block mismatch error message | Felix Lange | 2017-02-28 | 3 | -3/+3 |
* | | Merge pull request #3718 from karalabe/terminal-format-hash | Péter Szilágyi | 2017-02-28 | 4 | -34/+61 |
|\ \
| |/
|/| |
|
| * | common, eth/downloader, log: support terminal log formatting | Péter Szilágyi | 2017-02-28 | 4 | -34/+61 |
|/ |
|
* | Merge pull request #3717 from tranvictor/master | Péter Szilágyi | 2017-02-28 | 1 | -1/+1 |
|\ |
|
| * | internal/ethapi: fixes #2648, returns logsBloom for pending block | tranvictor | 2017-02-27 | 1 | -1/+1 |
* | | Merge pull request #3708 from fjl/log-letter | Péter Szilágyi | 2017-02-28 | 13 | -45/+64 |
|\ \
| |/
|/| |
|
| * | all: disable log message colors outside of geth | Felix Lange | 2017-02-27 | 11 | -27/+38 |
| * | log: disable logs by default | Felix Lange | 2017-02-27 | 1 | -14/+2 |
| * | log: log full level names instead of mispelled "EROR", "DBUG" | Felix Lange | 2017-02-27 | 2 | -4/+24 |
|/ |
|
* | Merge pull request #3711 from karalabe/update-downloader-logs | Péter Szilágyi | 2017-02-27 | 8 | -135/+153 |
|\ |
|
| * | eth/downloader: review fixes | Péter Szilágyi | 2017-02-27 | 2 | -7/+13 |
| * | accounts, eth/downloader: use "err" instead of "error" in logs | Péter Szilágyi | 2017-02-27 | 5 | -23/+23 |
| * | eth/downloader: port over old logs from glog to log15 | Péter Szilágyi | 2017-02-27 | 4 | -125/+137 |
* | | Merge pull request #3715 from karalabe/update-hid-library | Péter Szilágyi | 2017-02-27 | 6 | -14/+49 |
|\ \ |
|
| * | | vendor: update HID library for glibc < v2.17 build | Péter Szilágyi | 2017-02-27 | 6 | -14/+49 |
| |/ |
|
* / | core, core/vm, cmd/disasm: unify procedures for disassembling evm code (#3530) | Valentin Wüstholz | 2017-02-27 | 6 | -185/+218 |
|/ |
|
* | common: move big integer math to common/math (#3699) | Felix Lange | 2017-02-27 | 54 | -1569/+821 |
* | Merge pull request #3705 from karalabe/drop-legacy-commands | Péter Szilágyi | 2017-02-24 | 4 | -446/+0 |
|\ |
|
| * | cmd/geth: drop upgradedb subcommand since it's unfeasible | Péter Szilágyi | 2017-02-23 | 2 | -61/+0 |
| * | cmd/ethtest: drop the manual test tool in favor of hive | Péter Szilágyi | 2017-02-23 | 1 | -224/+0 |
| * | cmd/gethrpctest: ethereum/rpc-tests is deprecated | Péter Szilágyi | 2017-02-23 | 1 | -161/+0 |
* | | whisper: fixed temporary directory for tests (#3707) | gluk256 | 2017-02-24 | 1 | -2/+2 |
* | | whisper: expiry refactoring (#3706) | gluk256 | 2017-02-24 | 5 | -36/+72 |
|/ |
|
* | Merge pull request #3696 from karalabe/contextual-logger | Péter Szilágyi | 2017-02-23 | 172 | -3607/+3751 |
|\ |
|
| * | internal, log: support debug log prints, displaying log origins | Péter Szilágyi | 2017-02-23 | 2 | -7/+61 |
| * | cmd, whisper/mailserver: revert to utils.Fatalf | Péter Szilágyi | 2017-02-23 | 12 | -137/+118 |
| * | accounts, cmd: port packages over to the new logging system | Péter Szilágyi | 2017-02-23 | 10 | -70/+74 |
| * | eth, les, swarm: fix go vet issues sufraced by log15 | Péter Szilágyi | 2017-02-23 | 8 | -10/+10 |
| * | all: blidly swap out glog to our log15, logs need rework | Péter Szilágyi | 2017-02-23 | 147 | -3693/+1546 |
| * | log: implement a glog style pattern matching handler | Péter Szilágyi | 2017-02-23 | 1 | -0/+227 |
| * | swarm: remove superfluous line break in log statements | Péter Szilágyi | 2017-02-23 | 2 | -9/+5 |
| * | p2p: remove trailing newlines from log messages | Péter Szilágyi | 2017-02-23 | 5 | -19/+19 |
| * | log: add support for trace level, exit on critical | Péter Szilágyi | 2017-02-23 | 5 | -0/+23 |
| * | log, vendor: vendor in log15 inline into our codebase | Péter Szilágyi | 2017-02-23 | 26 | -0/+2006 |
|/ |
|
* | Whisper API fixed (#3687) | gluk256 | 2017-02-23 | 11 | -111/+182 |
* | trie: add difference iterator (#3637) | Nick Johnson | 2017-02-23 | 5 | -130/+327 |
* | core, core/state, core/vm: remove exported account getters (#3618) | Jeffrey Wilcke | 2017-02-23 | 23 | -238/+245 |
* | Merge pull request #3698 from karalabe/govet-latest-only | Péter Szilágyi | 2017-02-22 | 1 | -1/+10 |
|\ |
|
| * | travis: only run go vet and misspell on latest Go | Péter Szilágyi | 2017-02-22 | 1 | -1/+10 |
|/ |
|
* | Merge pull request #3682 from karalabe/update-go1.8 | Péter Szilágyi | 2017-02-22 | 2 | -8/+30 |
|\ |
|
| * | travis: fallback ARM64 builds to Go 1.7.5 due to compiler bug | Péter Szilágyi | 2017-02-20 | 1 | -0/+19 |
| * | travis, appveyor: update builders to Go 1.8 | Péter Szilágyi | 2017-02-20 | 2 | -8/+11 |
* | | core/vm, crypto: support for go-fuzz (#3672) | Jeffrey Wilcke | 2017-02-21 | 1 | -0/+20 |
* | | cmd/geth: added 'geth bug' command (#3684) | Jeffrey Wilcke | 2017-02-20 | 3 | -0/+155 |
* | | tests: cleanup tester blockchain after test run (#3692) | Péter Szilágyi | 2017-02-20 | 1 | -0/+1 |
|/ |
|
* | Merge pull request #3681 from karalabe/usb-hidapi | Nick Johnson | 2017-02-20 | 83 | -1838/+5659 |
|\ |
|
| * | accounts/usbwallet, vendor: use hidapi instead of libusb directly | Péter Szilágyi | 2017-02-17 | 83 | -1838/+5659 |
* | | VERSION, params: bumped unstable version to 1.6 (#3685) | Jeffrey Wilcke | 2017-02-18 | 2 | -3/+3 |
* | | core/blockchain: Change iterator in procFutureBlocks to use lru.Peek instead ... | Martin Holst Swende | 2017-02-18 | 1 | -1/+1 |
* | | crypto: add btcec fallback for sign/recover without cgo (#3680) | Felix Lange | 2017-02-18 | 32 | -224/+3929 |
* | | common/math: "optimised" SafeMul and added comment on Exp (#3675) | Jeffrey Wilcke | 2017-02-18 | 2 | -2/+5 |
* | | Merge pull request #3683 from karalabe/swarm-go1.8-vet-fix | Péter Szilágyi | 2017-02-17 | 1 | -0/+3 |
|\ \
| |/
|/| |
|
| * | swarm/api/http: fix go vet issue on Go 1.8 | Péter Szilágyi | 2017-02-17 | 1 | -0/+3 |
|/ |
|
* | Merge pull request #3679 from fjl/vendor-govendor | Péter Szilágyi | 2017-02-17 | 168 | -6323/+3390 |
|\ |
|
| * | vendor: update dependencies with github.com/kardianos/govendor | Felix Lange | 2017-02-16 | 168 | -6323/+3390 |
|/ |
|
* | logger: remove Core verbosity level (#3659) | Felix Lange | 2017-02-15 | 8 | -18/+17 |
* | Merge pull request #3674 from obscuren/gaz64 | Péter Szilágyi | 2017-02-15 | 47 | -826/+1087 |
|\ |
|
| * | params: core, core/vm, miner: 64bit gas instructions | Jeffrey Wilcke | 2017-02-14 | 47 | -826/+1087 |
* | | whisper: interface changed to simplify the transition to v5 | gluk256 | 2017-02-14 | 9 | -90/+96 |
|/ |
|
* | core, eth, internal: Added `debug_getBadBlocks()` method (#3654) | Martin Holst Swende | 2017-02-14 | 4 | -2/+42 |
* | VERSION, params: start 1.5.10 development cycle | Péter Szilágyi | 2017-02-14 | 2 | -5/+5 |
* | Merge pull request #3671 from karalabe/1.5.9-stablev1.5.9 | Péter Szilágyi | 2017-02-14 | 1 | -4/+4 |
|\ |
|
| * | params: 1.5.9 stable | Péter Szilágyi | 2017-02-14 | 1 | -4/+4 |
* | | Merge pull request #3670 from karalabe/docker-usb-fix | Péter Szilágyi | 2017-02-14 | 4 | -9/+12 |
|\ \ |
|
| * | | Dockerfile: support building USB on Alpine, ignore temp files | Péter Szilágyi | 2017-02-14 | 4 | -9/+12 |
| |/ |
|
* | | Merge pull request #3649 from ethersphere/swarm-sigterm-fix | Péter Szilágyi | 2017-02-14 | 1 | -0/+10 |
|\ \
| |/
|/| |
|
| * | cmd/swarm: handle SIGTERM unix signal for clean exit | zelig | 2017-02-13 | 1 | -0/+10 |
|/ |
|
* | Merge pull request #3668 from obscuren/revert-gas64 | Péter Szilágyi | 2017-02-13 | 49 | -1320/+1068 |
|\ |
|
| * | Revert "params: core, core/vm, miner: 64bit gas instructions (#3514)" | Jeffrey Wilcke | 2017-02-13 | 49 | -1320/+1068 |
|/ |
|
* | Merge pull request #3592 from karalabe/hw-wallets | Péter Szilágyi | 2017-02-13 | 122 | -909/+36084 |
|\ |
|
| * | accounts: ledger and HD review fixes | Péter Szilágyi | 2017-02-13 | 5 | -61/+40 |
| * | accounts/usbwallet: detect and report in Ledger is in browser mode | Péter Szilágyi | 2017-02-13 | 1 | -4/+17 |
| * | accounts/usbwallet: make wallet responsive while Ledger is busy | Péter Szilágyi | 2017-02-13 | 2 | -151/+317 |
| * | accounts/usbwallet: Ledger teardown on health-check failure | Péter Szilágyi | 2017-02-13 | 2 | -8/+33 |
| * | accounts, cmd, internal, node: implement HD wallet self-derivation | Péter Szilágyi | 2017-02-13 | 9 | -136/+383 |
| * | accounts, cmd, internal, mobile, node: canonical account URLs | Péter Szilágyi | 2017-02-13 | 19 | -116/+195 |
| * | accounts, cmd, eth, internal, miner, node: wallets and HD APIs | Péter Szilágyi | 2017-02-13 | 23 | -603/+1502 |
| * | accounts/usbwallet: two phase Ledger refreshes to avoid Windows bug | Péter Szilágyi | 2017-02-13 | 1 | -25/+24 |
| * | accounts/usbwallet: support Ledger app version <1.0.2 | Péter Szilágyi | 2017-02-13 | 1 | -1/+5 |
| * | accounts/usbwallet: skip support on iOS altogether | Péter Szilágyi | 2017-02-13 | 4 | -0/+44 |
| * | build: work around CGO linker bug on pre-1.8 Go | Péter Szilágyi | 2017-02-13 | 1 | -0/+8 |
| * | accounts/usbwallet: initial support for Ledger wallets | Péter Szilágyi | 2017-02-13 | 4 | -2/+762 |
| * | vendor: pull in support for USB devices via libusb/gousb | Péter Szilágyi | 2017-02-13 | 63 | -0/+32572 |
| * | accounts, cmd, eth, internal, mobile, node: split account backends | Péter Szilágyi | 2017-02-13 | 47 | -688/+1068 |
* | | swarm/network: fix chunk integrity checks (#3665) | Viktor Trón | 2017-02-13 | 6 | -21/+125 |
* | | whisper: add tests for mailserver (#3631) | gluk256 | 2017-02-13 | 3 | -9/+217 |
|/ |
|
* | core: ignore 0x prefix for code in JSON genesis blocks (#3656) | Martin Holst Swende | 2017-02-13 | 1 | -1/+1 |
* | cmd/swarm: manifest manipulation commands (#3645) | Zahoor Mohamed | 2017-02-13 | 3 | -0/+423 |
* | Merge pull request #3662 from karalabe/travis-linux-android | Péter Szilágyi | 2017-02-13 | 1 | -13/+38 |
|\ |
|
| * | travis: split Android off OSX, use native image | Péter Szilágyi | 2017-02-11 | 1 | -13/+38 |
|/ |
|
* | Merge pull request #3648 from bas-vk/abigen | Péter Szilágyi | 2017-02-10 | 1 | -1/+3 |
|\ |
|