| Commit message (Expand) | Author | Age | Files | Lines |
* | common/fdlimit: Move fdlimit files to separate package (#15850) | Ricardo Domingos | 2018-01-12 | 5 | -30/+31 |
* | travis.yml: remove alias for 'cd' to avoid hang on macOS (#15849) | Jean-André Santoni | 2018-01-11 | 1 | -0/+1 |
* | eth/gasprice: set default percentile to 60%, count blocks instead of transact... | Nick Johnson | 2018-01-10 | 2 | -19/+34 |
* | consensus/ethash: fix byzantium difficulty comment typo (#15842) | gary rong | 2018-01-10 | 1 | -1/+1 |
* | les: fix les/1 CHT compatibility issue (#15692) | Felföldi Zsolt | 2018-01-09 | 2 | -3/+3 |
* | all: regenerate codecs with gencodec commit 90983d99de (#15830) | Felix Lange | 2018-01-08 | 18 | -96/+96 |
* | all: update generated code (#15808) | Felix Lange | 2018-01-08 | 42 | -1378/+2086 |
* | dashboard: use balanced trees to include binary data (#15813) | Russ Cox | 2018-01-05 | 1 | -97/+97 |
* | tests: update to upstream commit 2bb0c3da3b (#15806) | Felix Lange | 2018-01-04 | 3 | -16/+17 |
* | eth: fix tracer panic when running without configs + reexec (#15799) | Péter Szilágyi | 2018-01-04 | 1 | -3/+3 |
* | cmd/utils: handle git commit a bit safer for user specified strings (#15790) | Evangelos Pappas | 2018-01-04 | 1 | -1/+1 |
* | Merge pull request #15466 from karalabe/uint64-gas-limit | Péter Szilágyi | 2018-01-03 | 82 | -642/+606 |
|\ |
|
| * | all: switch gas limits from big.Int to uint64 | Péter Szilágyi | 2018-01-03 | 82 | -642/+606 |
* | | vendor: update github.com/rjeczalik/notify (#15801) | Felix Lange | 2018-01-03 | 2 | -5/+8 |
|/ |
|
* | various: remove redundant parentheses (#15793) | Furkan KAMACI | 2018-01-03 | 12 | -22/+22 |
* | eth: revert tracer preimage recording (#15800) | Felix Lange | 2018-01-03 | 1 | -4/+1 |
* | eth: uncaptialize tracer preimage error message (#15792) | Felix Lange | 2018-01-03 | 1 | -1/+1 |
* | console: remove comment about 'invalid' input (#15735) | Richard Hart | 2018-01-02 | 1 | -2/+1 |
* | core, p2p/discv5: use time.NewTicker instead of time.Tick (#15747) | ferhat elmas | 2018-01-02 | 2 | -5/+6 |
* | eth: enable preimage recording when tracing (#15787) | cdetrio | 2018-01-02 | 1 | -1/+4 |
* | cmd/geth: remove trailing newline in license command (#15782) | Péter Szilágyi | 2018-01-02 | 1 | -2/+1 |
* | vendor: update github.com/rjeczalik/notify for go1.10 (#15785) | Péter Szilágyi | 2018-01-02 | 20 | -158/+229 |
* | build: set CC through a command-line flag (#15784) | Péter Szilágyi | 2018-01-02 | 2 | -9/+13 |
* | eth/downloader: avoid hidden reference to finished statesync request (#15545) | Péter Szilágyi | 2018-01-02 | 1 | -1/+4 |
* | build: fix version comparison for go1.10 and beyond (#15781) | Péter Szilágyi | 2018-01-02 | 1 | -6/+15 |
* | containers/docker: change docker images to go1.9 (#15789) | Deepak Sharma | 2018-01-02 | 4 | -6/+10 |
* | whisper/whisper2: fix Go 1.10 vet issues on type mismatches (#15783) | Péter Szilágyi | 2018-01-02 | 1 | -2/+2 |
* | crypto: ensure private keys are < N (#15745) | Alex Wu | 2018-01-02 | 1 | -0/+10 |
* | consensus/ethash: fix overdue link (#15786) | sunxiaojun2014 | 2017-12-31 | 1 | -1/+1 |
* | accounts/abi: handle named ouputs prefixed with underscores (#15766) | Péter Szilágyi | 2017-12-30 | 4 | -4/+153 |
* | p2p/enr: initial implementation (#15585) | Anton Evangelatov | 2017-12-30 | 3 | -0/+768 |
* | eth, les, light: expose chain config in les node info too (#15732) | Péter Szilágyi | 2017-12-28 | 4 | -11/+25 |
* | p2p/discv5: fix reg lookup, polish code, use logger (#15737) | Péter Szilágyi | 2017-12-28 | 4 | -142/+139 |
* | rpc: allow OPTIONS requests without Content-Type (#15759) | Sorin Neacsu | 2017-12-28 | 1 | -1/+1 |
* | Merge pull request #15731 from holiman/revamp_abi | Martin Holst Swende | 2017-12-23 | 11 | -379/+666 |
|\ |
|
| * | accounts/abi: merging of https://github.com/ethereum/go-ethereum/pull/15452 +... | Martin Holst Swende | 2017-12-23 | 5 | -47/+128 |
| * | acounts/abi: refactor abi, generalize abi pack/unpack to Arguments | Martin Holst Swende | 2017-12-23 | 7 | -251/+260 |
| * | accounts/abi: add unpack into array test | Robert Zaremba | 2017-12-21 | 3 | -2/+17 |
| * | accounts/abi: add Method Unpack tests | Robert Zaremba | 2017-12-21 | 1 | -36/+59 |
| * | accounts/abi: satisfy most of the linter warnings | Robert Zaremba | 2017-12-21 | 7 | -95/+87 |
| * | accounts/abi: fix event unpack into slice | Robert Zaremba | 2017-12-21 | 5 | -23/+36 |
| * | accounts/abi: fix event tupleUnpack | Robert Zaremba | 2017-12-21 | 1 | -7/+7 |
| * | accounts/abi: adding event unpacker tests | Robert Zaremba | 2017-12-21 | 1 | -0/+154 |
* | | accounts, consensus, core, eth: make chain maker consensus agnostic (#15497) | gary rong | 2017-12-22 | 23 | -99/+145 |
* | | dashboard: integrate Flow, sketch message API (#15713) | Kurkó Mihály | 2017-12-21 | 23 | -620/+49960 |
* | | Merge pull request #15730 from karalabe/puppeth-expose-faucet-http | Péter Szilágyi | 2017-12-21 | 1 | -0/+2 |
|\ \ |
|
| * | | cmd/puppeth: fix faucet 502 error due to non-exposed HTTP port | Péter Szilágyi | 2017-12-21 | 1 | -0/+2 |
|/ / |
|
* / | whisper/whisperv6: PoW requirement (#15701) | gluk256 | 2017-12-21 | 5 | -54/+185 |
|/ |
|
* | Merge pull request #15285 from yondonfu/abi-offset-fixed-arrays | Martin Holst Swende | 2017-12-21 | 2 | -1/+194 |
|\ |
|
| * | accounts/abi: update array type check in method.go. Add more packing tests | Yondon Fu | 2017-12-19 | 2 | -6/+138 |
| * | Merge branch 'master' into abi-offset-fixed-arrays | Yondon Fu | 2017-12-19 | 544 | -31113/+72797 |
| |\ |
|
| * | | accounts/abi: include fixed array size in offset for dynamic type | Yondon Fu | 2017-10-12 | 2 | -1/+62 |
* | | | Merge pull request #15729 from karalabe/faucet-fix-twitter | Péter Szilágyi | 2017-12-21 | 1 | -6/+1 |
|\ \ \ |
|
| * | | | cmd/faucet: fix removal of Twitter zlib compression | Péter Szilágyi | 2017-12-21 | 1 | -6/+1 |
* | | | | cmd/utils: add check on fd hard limit, skip test if below target (#15684) | lash | 2017-12-21 | 4 | -1/+37 |
* | | | | swarm/api: url scheme bzz-hash to get hashes of swarm content (#15238) (#15715) | Janoš Guljaš | 2017-12-21 | 4 | -16/+80 |
|/ / / |
|
* | | | cmd, core, eth/tracers: support fancier js tracing (#15516) | Péter Szilágyi | 2017-12-21 | 64 | -685/+109115 |
* | | | Merge pull request #15727 from karalabe/rinkeby-akasha-bootnode | Péter Szilágyi | 2017-12-21 | 1 | -1/+3 |
|\ \ \ |
|
| * | | | params: add Rinkeby bootnode from Akasha | Péter Szilágyi | 2017-12-21 | 1 | -1/+3 |
|/ / / |
|
* | | | cmd/ethkey: new command line tool for keys (#15438) | Steven Roose | 2017-12-21 | 6 | -0/+533 |
* | | | accounts/abi: remove check for len%32==0 when unpacking events (#15670) | Bob Glickstein | 2017-12-21 | 3 | -13/+47 |
* | | | whisper/whisperv6: message bundling (#15666) | gluk256 | 2017-12-21 | 2 | -20/+33 |
* | | | appveyor: bump Go to 1.9.2 (#15726) | Péter Szilágyi | 2017-12-21 | 1 | -2/+2 |
* | | | core: silence txpool reorg warning (annoying on import) (#15725) | Péter Szilágyi | 2017-12-21 | 1 | -1/+1 |
* | | | core: fix typos (#15720) | Kurkó Mihály | 2017-12-21 | 2 | -14/+14 |
* | | | accounts/abi: update array length after parsing array (#15618) | Dmitry Shulyak | 2017-12-20 | 4 | -26/+78 |
* | | | crypto: ensure that VerifySignature rejects malleable signatures (#15708) | Felix Lange | 2017-12-20 | 2 | -0/+14 |
* | | | core: fix panic when stat-ing a tx from a queue-only account (#15714) | Péter Szilágyi | 2017-12-20 | 2 | -1/+58 |
* | | | console: create datadir at startup (#15700) | Armin Braun | 2017-12-19 | 1 | -1/+4 |
* | | | swarm: bzz-list, bzz-raw and bzz-immutable schemes (#15667) | Janoš Guljaš | 2017-12-19 | 10 | -48/+202 |
* | | | Merge pull request #15693 from zsfelfoldi/wait_nopeers | Péter Szilágyi | 2017-12-19 | 2 | -2/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | contracts/release: do not print error log if les backend has no peers | Zsolt Felfoldi | 2017-12-18 | 2 | -2/+2 |
* | | | Merge pull request #15674 from chfast/vm-no-snapshot-param | Péter Szilágyi | 2017-12-18 | 3 | -11/+11 |
|\ \ \ |
|
| * | | | core/vm: Remove snapshot param from Interpreter.Run() | Paweł Bylica | 2017-12-15 | 3 | -11/+11 |
* | | | | internal/ethapi: support "input" in transaction args (#15640) | Felix Lange | 2017-12-18 | 1 | -3/+16 |
* | | | | Merge pull request #15698 from original-brownbear/15668 | Péter Szilágyi | 2017-12-18 | 1 | -0/+3 |
|\ \ \ \ |
|
| * | | | | accounts/keystore: Improved error message | Armin | 2017-12-18 | 1 | -0/+3 |
|/ / / / |
|
* | | | | Merge pull request #15696 from ferhatelmas/p2p-goroutine-leak | Péter Szilágyi | 2017-12-18 | 1 | -3/+3 |
|\ \ \ \ |
|
| * | | | | p2p/discover: fix leaked goroutine in data expiration | ferhat elmas | 2017-12-18 | 1 | -3/+3 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #15686 from sorin/sorin-geth-attach-rinkeby | Péter Szilágyi | 2017-12-18 | 1 | -2/+6 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | cmd/geth: add support for geth --rinkeby attach | Sorin Neacsu | 2017-12-16 | 1 | -2/+6 |
|/ / / |
|
* | | | crypto, crypto/secp256k1: add CompressPubkey (#15626) | Felix Lange | 2017-12-15 | 6 | -52/+118 |
* | | | Merge pull request #15679 from shapeshed/patch-1 | Péter Szilágyi | 2017-12-15 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | crypto: Fix comment typo | George Ornbo | 2017-12-15 | 1 | -1/+1 |
|/ / / |
|
* / / | internal/ethapi: don't crash for missing receipts | rhaps107 | 2017-12-14 | 1 | -1/+4 |
|/ / |
|
* | | Merge pull request #15629 from holiman/relax_futuretime | Péter Szilágyi | 2017-12-14 | 1 | -4/+5 |
|\ \ |
|
| * | | consensus/ethash: relax requirements when determining future-blocks | Martin Holst Swende | 2017-12-08 | 1 | -4/+5 |
* | | | p2p/simulations: fix gosimple nit (#15661) | Felix Lange | 2017-12-13 | 1 | -1/+1 |
* | | | rpc: use method constants instead of literal strings (#15652) | Vitaly V | 2017-12-13 | 2 | -9/+9 |
* | | | p2p/simulations: add mocker functionality (#15207) | holisticode | 2017-12-13 | 5 | -2/+480 |
* | | | all: use gometalinter.v2, fix new gosimple issues (#15650) | Zach | 2017-12-13 | 24 | -67/+57 |
* | | | internal/ethapi: fix typo in comment (#15659) | yoza | 2017-12-13 | 1 | -1/+1 |
* | | | cmd/swarm: add config file (#15548) | holisticode | 2017-12-12 | 13 | -288/+1011 |
* | | | crypto: fix error check in toECDSA (#15632) | Felix Lange | 2017-12-12 | 2 | -0/+12 |
* | | | rlp: fix string size check in readKind (#15625) | Felix Lange | 2017-12-12 | 2 | -1/+2 |
* | | | whisper: sym encryption message padding includes salt (#15631) | Guillaume Ballet | 2017-12-11 | 2 | -0/+60 |
* | | | eth: make tracing API errors more user friendly (#15589) | Michael Ruminer | 2017-12-10 | 1 | -2/+12 |
* | | | mobile: Add GetSign to BigInt (#15558) | Alejandro Isaza | 2017-12-10 | 1 | -0/+10 |
* | | | cmd/utils, eth: init etherbase from within eth (#15528) | Péter Szilágyi | 2017-12-10 | 2 | -11/+15 |
* | | | whisper/whisperv6: remove Version from the envelope (#15621) | Guillaume Ballet | 2017-12-08 | 5 | -65/+28 |
* | | | console: add admin.clearHistory command (#15614) | Sorin Neacsu | 2017-12-08 | 3 | -0/+20 |
* | | | whisper/whisperv6: remove aesnonce (#15578) | Guillaume Ballet | 2017-12-08 | 8 | -73/+168 |
|/ / |
|
* | | travis.yml: avoid submodules on builders without tests (#15620) | Felix Lange | 2017-12-07 | 1 | -16/+12 |
* | | core/types: fix typo in comment (#15619) | Airead | 2017-12-07 | 1 | -1/+1 |
* | | eth: return rlp-decoded values from debug_storageRangeAt (#15476) | Benoit Verkindt | 2017-12-06 | 2 | -5/+12 |
* | | crypto: add DecompressPubkey, VerifySignature (#15615) | Felix Lange | 2017-12-06 | 14 | -230/+327 |
* | | cmd/geth: add support for geth attach --testnet (#15597) | Sorin Neacsu | 2017-12-05 | 1 | -2/+10 |
* | | common: improve IsHexAddress and add tests (#15551) | Steven Roose | 2017-12-05 | 4 | -28/+65 |
* | | p2p, swarm/network/kademlia: use IsZero to check for zero time (#15603) | ferhat elmas | 2017-12-04 | 2 | -2/+2 |
* | | build: enable gosimple linter (#15593) | ferhat elmas | 2017-12-01 | 1 | -1/+1 |
* | | crypto/bn256: fix generator on G1 (#15591) | Matthew Di Ferrante | 2017-12-01 | 1 | -1/+1 |
* | | eth/downloader: update tests for reliability (#15337) | Rob | 2017-12-01 | 1 | -12/+49 |
* | | whisper: rename EnvNonce to Nonce in the v6 Envelope (#15579) | Guillaume Ballet | 2017-12-01 | 1 | -4/+4 |
* | | p2p/simulations: various stability fixes (#15198) | Lewis Marshall | 2017-12-01 | 11 | -69/+171 |
* | | buld: enable goconst linter (#15566) | Zach | 2017-11-30 | 2 | -4/+14 |
* | | Merge pull request #15577 from karalabe/common-hexconvert-singlebyte | Péter Szilágyi | 2017-11-29 | 2 | -7/+15 |
|\ \ |
|
| * | | common: fix hex utils to handle 1 byte address conversions | Péter Szilágyi | 2017-11-29 | 2 | -7/+15 |
|/ / |
|
* | | core/vm: track 63/64 call gas off stack (#15563) | Felix Lange | 2017-11-29 | 4 | -99/+55 |
* | | cmd/geth: fix geth attach --datadir=... (#15517) | Maximilian Meister | 2017-11-28 | 1 | -1/+6 |
* | | Merge pull request #15557 from MaximilianMeister/bootnodes-toml | Péter Szilágyi | 2017-11-28 | 1 | -0/+2 |
|\ \ |
|
| * | | cmd/utils: bootstrap nodes in config file were not respected | Maximilian Meister | 2017-11-26 | 1 | -0/+2 |
* | | | build: improve ci.go synopsis (#15565) | Zach | 2017-11-28 | 1 | -1/+1 |
* | | | trie: make fullnode children hash calculation concurrently (#15131) | gary rong | 2017-11-27 | 3 | -32/+88 |
|/ / |
|
* | | cmd/utils: disallow --lightserv in light mode (#15514) | Paul Litvak | 2017-11-24 | 1 | -4/+32 |
* | | Merge pull request #15549 from karalabe/statedb-copy | Péter Szilágyi | 2017-11-24 | 2 | -1/+52 |
|\ \ |
|
| * | | core/state: copy trie too, not just content | Péter Szilágyi | 2017-11-24 | 2 | -1/+52 |
* | | | Merge pull request #15329 from holisticode/exact-match-fix | Péter Szilágyi | 2017-11-24 | 2 | -27/+61 |
|\ \ \ |
|
| * | | | swarm/api: bug fix exact match for manifest | Fabio Barone | 2017-11-09 | 2 | -27/+61 |
* | | | | Merge pull request #15498 from nonsense/account_cache_modtime_test_fix | Péter Szilágyi | 2017-11-24 | 1 | -1/+11 |
|\ \ \ \ |
|
| * | | | | accounts/keystore: comments above time.Sleep | Anton Evangelatov | 2017-11-16 | 1 | -0/+3 |
| * | | | | accounts/keystore: change modtime for test cases to be bigger than 1sec. | Anton Evangelatov | 2017-11-16 | 1 | -1/+8 |
* | | | | | cmd, consensus, eth: split ethash related config to it own (#15520) | gary rong | 2017-11-24 | 10 | -129/+154 |
* | | | | | Merge pull request #15552 from karalabe/javascript-tracers-nowrap | Péter Szilágyi | 2017-11-24 | 1 | -43/+42 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | internal/ethapi: avoid recreating JavaScript tracer wrappers | Péter Szilágyi | 2017-11-24 | 1 | -43/+42 |
|/ / / / |
|
* | | | | all: fix code comment typos (#15547) | Ricardo Domingos | 2017-11-24 | 6 | -7/+7 |
* | | | | cmd/puppeth: fix typo in comment (#15539) | Zoe Nolan | 2017-11-24 | 1 | -2/+2 |
* | | | | Merge pull request #15390 from karalabe/puppeth-devcon3 | Péter Szilágyi | 2017-11-24 | 26 | -457/+1871 |
|\ \ \ \ |
|
| * | | | | cmd/puppeth: fix typos and review suggestions | Péter Szilágyi | 2017-11-23 | 13 | -25/+19 |
| * | | | | cmd/puppeth: fix unconvert linters | Péter Szilágyi | 2017-11-21 | 2 | -2/+2 |
| * | | | | cmd/puppeth: switch over to upstream alltools docker image | Péter Szilágyi | 2017-11-21 | 1 | -1/+1 |
| * | | | | cmd/faucet, cmd/puppeth: drop GitHub support at official request | Péter Szilágyi | 2017-11-21 | 5 | -68/+8 |
| * | | | | cmd/puppeth: simplifications and pre-built docker images | Péter Szilágyi | 2017-11-21 | 13 | -164/+115 |
| * | | | | cmd/puppeth: store genesis locally to persist restarts | Péter Szilágyi | 2017-11-21 | 9 | -49/+64 |
| * | | | | cmd/puppeth: skip genesis custom extra-data | Péter Szilágyi | 2017-11-21 | 2 | -12/+1 |
| * | | | | cmd/puppeth: fix dashboard iframes, extend with new services | Péter Szilágyi | 2017-11-21 | 5 | -51/+441 |
| * | | | | cmd/faucet: protocol relative websockets, noauth mode | Péter Szilágyi | 2017-11-21 | 5 | -44/+87 |
| * | | | | cmd/puppeth: add support for deploying web wallets | Péter Szilágyi | 2017-11-21 | 5 | -1/+366 |
| * | | | | cmd/puppeth: etherchain light block explorer for PoW nets | Péter Szilágyi | 2017-11-21 | 9 | -15/+569 |
| * | | | | cmd/puppeth: mount ethash dir from the host to cache DAGs | Péter Szilágyi | 2017-11-21 | 2 | -13/+33 |
| * | | | | cmd/puppeth: support deploying services with forced rebuilds | Péter Szilágyi | 2017-11-21 | 10 | -17/+52 |
| * | | | | cmd/puppeth: concurrent server dials and health checks | Péter Szilágyi | 2017-11-21 | 3 | -93/+142 |
| * | | | | cmd/puppeth: reorganize stats reports to make it readable | Péter Szilágyi | 2017-11-21 | 13 | -136/+205 |
* | | | | | Merge pull request #15538 from zoenolan/patch-1 | Péter Szilágyi | 2017-11-23 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | build: fix typo in comment | Zoe Nolan | 2017-11-22 | 1 | -1/+1 |
|/ / / / / |
|
* | | | | | Merge pull request #15521 from rjl493456442/clean_tx_journal | Péter Szilágyi | 2017-11-22 | 1 | -1/+3 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | les: use modified default txpool config to avoid creating journal file | rjl493456442 | 2017-11-21 | 1 | -1/+3 |
* | | | | | VERSION, params: begin 1.8.0 release cycle | Péter Szilágyi | 2017-11-21 | 2 | -5/+5 |
* | | | | | params: release v1.7.3 stable | Péter Szilágyi | 2017-11-21 | 1 | -4/+4 |
* | | | | | cmd/geth: make geth account new faster with many keys (#15529) | Martin Holst Swende | 2017-11-21 | 3 | -18/+46 |
* | | | | | .github: add CODEOWNERS (#15507) | Felix Lange | 2017-11-21 | 1 | -0/+9 |
* | | | | | eth, internal: Implement getModifiedAccountsBy(Hash|Number) using trie diffs ... | Nick Johnson | 2017-11-20 | 2 | -0/+95 |
* | | | | | Merge pull request #15527 from holiman/bump_watch | Péter Szilágyi | 2017-11-20 | 1 | -1/+5 |
|\ \ \ \ \ |
|
| * | | | | | accounts/keystore: Ignore initial trigger of rescan-event | Martin Holst Swende | 2017-11-20 | 1 | -1/+5 |
|/ / / / / |
|
* | | | | | Merge pull request #15526 from karalabe/accounts-new | Péter Szilágyi | 2017-11-20 | 3 | -96/+129 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | accounts/keystore: lock file cache during scan, minor polish | Péter Szilágyi | 2017-11-20 | 2 | -91/+124 |
| * | | | | accounts: list, then subscribe (sub requires active reader) | Péter Szilágyi | 2017-11-20 | 1 | -5/+5 |
|/ / / / |
|
* | | | | internal/ethapi: fix js tracer to properly decode addresses (#15297) | Pulyak Viktor | 2017-11-18 | 1 | -10/+10 |
* | | | | Merge pull request #15509 from tbm/typo | Péter Szilágyi | 2017-11-17 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | README: fix typo | Martin Michlmayr | 2017-11-17 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Merge pull request #15506 from tsarpaul/master | Péter Szilágyi | 2017-11-17 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | Added output to clarify gas calculation in txpool.inspect | tsarpaul | 2017-11-17 | 1 | -2/+2 |
* | | | | | Merge pull request #15505 from karalabe/fix-rpc-pr | Péter Szilágyi | 2017-11-17 | 2 | -28/+38 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | rpc: minor cleanups to RPC PR | Péter Szilágyi | 2017-11-17 | 2 | -28/+38 |
|/ / / / |
|
* | | | | rpc: disallow PUT and DELETE on HTTP (#15501) | Armani Ferrante | 2017-11-17 | 2 | -15/+68 |
* | | | | core/vm, internal/ethapi: tracer no full storage, nicer json output (#15499) | Péter Szilágyi | 2017-11-17 | 3 | -71/+36 |
* | | | | Merge pull request #15496 from karalabe/rpc-get-healthcheck | Péter Szilágyi | 2017-11-16 | 1 | -7/+10 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | rpc: allow dumb empty requests for AWS health checks | Péter Szilágyi | 2017-11-16 | 1 | -7/+10 |
|/ / / |
|
* | | | eth/downloader: minor comments cleanup (#15495) | jtakalai | 2017-11-16 | 1 | -5/+5 |
* | | | Merge pull request #15489 from karalabe/bloombits-shifted-start | Péter Szilágyi | 2017-11-15 | 3 | -23/+41 |
|\ \ \ |
|
| * | | | core/bloombits: handle non 8-bit boundary section matches | Péter Szilágyi | 2017-11-15 | 3 | -23/+41 |
|/ / / |
|
* | | | Merge pull request #14582 from holiman/jumpdest_improv | Péter Szilágyi | 2017-11-15 | 2 | -14/+96 |
|\ \ \ |
|
| * | | | core/vm: copyright header on test-file | Martin Holst Swende | 2017-11-14 | 1 | -0/+16 |
| * | | | core/vm: improve bitvec comments | Felix Lange | 2017-09-11 | 1 | -7/+7 |
| * | | | core/vm: Rename + updated doc on jumpdest analysis | Martin Holst Swende | 2017-09-08 | 2 | -5/+5 |
| * | | | core/vm: make jumpdest code nicer | Felix Lange | 2017-08-24 | 1 | -3/+1 |
| * | | | core/vm: Address review concerns | Martin Holst Swende | 2017-08-14 | 1 | -14/+19 |
| * | | | core/vm: improved jumpdest analysis | Martin Holst Swende | 2017-06-05 | 2 | -9/+72 |
* | | | | Merge pull request #15470 from karalabe/clique-sametd-splitter | Péter Szilágyi | 2017-11-15 | 1 | -1/+6 |
|\ \ \ \ |
|
| * | | | | core: split same-td blocks on block height | Péter Szilágyi | 2017-11-13 | 1 | -1/+6 |
* | | | | | cmd, dashboard: dashboard using React, Material-UI, Recharts (#15393) | Kurkó Mihály | 2017-11-15 | 21 | -8/+1512 |
* | | | | | accounts, internal: fail if no suitable estimated gas found (#15477) | gary rong | 2017-11-15 | 2 | -24/+52 |
* | | | | | Merge pull request #15479 from guoger/patch-1 | Péter Szilágyi | 2017-11-14 | 1 | -2/+2 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | core/vm: fix typos in jump_table.go | Jay Guo | 2017-11-14 | 1 | -2/+2 |
|/ / / / |
|
* | | | | Merge pull request #15467 from karalabe/docker-alltools | Péter Szilágyi | 2017-11-13 | 2 | -1/+16 |
|\ \ \ \ |
|
| * | | | | Dockerfile: support alltools image beside plain Geth | Péter Szilágyi | 2017-11-13 | 2 | -1/+16 |
|/ / / / |
|
* | | | | Merge pull request #15457 from robert-zaremba/testify | Péter Szilágyi | 2017-11-13 | 20 | -0/+5099 |
|\ \ \ \ |
|
| * | | | | vendor: add github.com/stretchr/testify test dependency | Robert Zaremba | 2017-11-11 | 20 | -0/+5099 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #15464 from karalabe/docker-fix | Péter Szilágyi | 2017-11-13 | 3 | -7/+8 |
|\ \ \ \ |
|
| * | | | | dockerignore, internal/build: forward correct git folder | Péter Szilágyi | 2017-11-13 | 3 | -7/+8 |
|/ / / / |
|
* | | | | puppeth: handle encrypted ssh keys (closes #15442) (#15443) | Bo | 2017-11-13 | 238 | -27559/+51116 |
* | | | | .dockerignore, internal/build: Read git information directly from file (#15458) | Arba Sasmoyo | 2017-11-13 | 3 | -5/+21 |
* | | | | build: enable unconvert linter (#15456) | ferhat elmas | 2017-11-11 | 31 | -53/+56 |
* | | | | rpc: warn on WebSocket origin mismatch (#15451) | Benoit Verkindt | 2017-11-10 | 1 | -1/+1 |
* | | | | contracts/chequebook: update for latest Solidity (#15425) | Alex Beregszaszi | 2017-11-10 | 1 | -10/+9 |
* | | | | Merge pull request #15450 from karalabe/lint-gofmt-misspell | Péter Szilágyi | 2017-11-10 | 1 | -1/+1 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | build: enable gofmt and misspell linters | Péter Szilágyi | 2017-11-10 | 1 | -1/+1 |
|/ / / |
|
* | | | Merge pull request #15448 from karalabe/android-build-fix | Péter Szilágyi | 2017-11-09 | 1 | -5/+5 |
|\ \ \ |
|
| * | | | travis: bump Android NDK version and Android Go builder | Péter Szilágyi | 2017-11-09 | 1 | -5/+5 |
|/ / / |
|
* | | | build: add Travis job to lint Go code #15372 (#15416) | Dan Melton | 2017-11-09 | 2 | -32/+35 |
* | | | rpc: check content-type for HTTP requests (#15220) | bas-vk | 2017-11-09 | 1 | -0/+11 |
* | | | github: add remark about general questions (#15250) | bas-vk | 2017-11-09 | 1 | -0/+6 |
* | | | les: fix channel assignment data race (#15441) | b00ris | 2017-11-09 | 1 | -3/+3 |
* | | | les: fix misuse of WaitGroup (#15365) | Evgeny Danilenko | 2017-11-09 | 1 | -3/+3 |
* | | | all: gofmt -w -s (#15419) | ferhat elmas | 2017-11-08 | 19 | -79/+76 |
* | | | mobile: fix FilterLogs (#15418) | Eugene Valeyev | 2017-11-06 | 1 | -2/+2 |
* | | | whisper/whisperv6: initial commit (clone of v5) (#15324) | gluk256 | 2017-11-04 | 18 | -0/+5589 |
* | | | core: respect price bump threshold (#15401) | Jim McDonald | 2017-10-30 | 2 | -11/+14 |
* | | | Merge pull request #15398 from ferhatelmas/core-swarm-typo | Péter Szilágyi | 2017-10-30 | 4 | -5/+5 |
|\ \ \ |
|
| * | | | core, swarm: typo fixes | ferhat elmas | 2017-10-30 | 4 | -5/+5 |
|/ / / |
|
* | | | les, core/bloombits: post-LES/2 fixes (#15391) | Felföldi Zsolt | 2017-10-27 | 2 | -2/+5 |
* | | | Merge pull request #15389 from mcdee/rlpdump | Péter Szilágyi | 2017-10-27 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | cmd/rlpdump: allow hex input to have leading '0x' | Jim McDonald | 2017-10-27 | 1 | -1/+1 |
|/ / / |
|
* | | | core, eth, les: fix messy code (#15367) | Péter Szilágyi | 2017-10-25 | 11 | -203/+175 |
* | | | les, light: LES/2 protocol version (#14970) | Felföldi Zsolt | 2017-10-24 | 34 | -481/+2049 |
* | | | cmd, consensus, core, miner: instatx clique for --dev (#15323) | Péter Szilágyi | 2017-10-24 | 16 | -57/+114 |
* | | | README: add docker RPC access docs (#15362) | Anton Markelov | 2017-10-24 | 1 | -0/+2 |
* | | | Merge pull request #15343 from karalabe/txpool-replacement-propagation | Péter Szilágyi | 2017-10-20 | 5 | -7/+209 |
|\ \ \ |
|
| * | | | core: avoid warning when loading the transaction journal | Péter Szilágyi | 2017-10-20 | 1 | -0/+13 |
| * | | | event: fix datarace between Subscribe and Send | Péter Szilágyi | 2017-10-20 | 1 | -3/+5 |
| * | | | core: fire tx event on replace, expand tests | Péter Szilágyi | 2017-10-20 | 3 | -4/+191 |
|/ / / |
|
* | | | Merge pull request #15344 from karalabe/ubuntu=artful | Péter Szilágyi | 2017-10-20 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | build: start shipping Ubuntu Artful Aardvark binaries | Péter Szilágyi | 2017-10-20 | 1 | -1/+1 |
* | | | | cmd/evm: print stateroot in evm utility (#15341) | Martin Holst Swende | 2017-10-20 | 1 | -1/+7 |
|/ / / |
|
* | | | whisper/shhclient: fix Version return type (#15306) | baizhenxuan | 2017-10-18 | 1 | -2/+2 |
* | | | Merge pull request #15313 from karalabe/puppeth-nongithub-faucet | Péter Szilágyi | 2017-10-18 | 3 | -101/+424 |
|\ \ \ |
|
| * | | | cmd/faucet: dynamic funding progress and visual feedback | Péter Szilágyi | 2017-10-17 | 3 | -7/+83 |
| * | | | cmd/faucet: proper error handling all over | Péter Szilágyi | 2017-10-17 | 3 | -36/+135 |
| * | | | cmd/faucet: support twitter, google+ and facebook auth too | Péter Szilágyi | 2017-10-16 | 3 | -67/+215 |
* | | | | README: fix typo (#15312) | Sumit Sarin | 2017-10-17 | 1 | -1/+1 |
* | | | | accounts/abi: improve type handling, add event support (#14743) | RJ Catalano | 2017-10-17 | 15 | -847/+903 |
|/ / / |
|
* | | | VERSION, params: start 1.7.3 release cycle | Péter Szilágyi | 2017-10-14 | 2 | -5/+5 |
* | | | params: bump to 1.7.2 stable | Péter Szilágyi | 2017-10-14 | 1 | -4/+4 |
* | | | Merge pull request #15298 from karalabe/stack-then-readonly | Péter Szilágyi | 2017-10-14 | 1 | -13/+10 |
|\ \ \ |
|
| * | | | core/vm: check opcode stack before readonly enforcement | Péter Szilágyi | 2017-10-14 | 1 | -13/+10 |
|/ / / |
|
* | | | Merge pull request #15288 from karalabe/trie-hash-benchmark | Péter Szilágyi | 2017-10-13 | 1 | -11/+33 |
|\ \ \ |
|
| * | | | trie: make hasher benchmark meaningful post-caches | Péter Szilágyi | 2017-10-13 | 1 | -11/+33 |
|/ / / |
|
* | | | Merge pull request #15275 from mcdee/master | Péter Szilágyi | 2017-10-13 | 1 | -6/+6 |
|\ \ \ |
|
| * | | | core/types: fix test for TransactionsByPriceAndNonce | Jim McDonald | 2017-10-11 | 1 | -6/+6 |
* | | | | Merge pull request #15287 from ernestodeltoro/typo_thoretical | Péter Szilágyi | 2017-10-13 | 1 | -3/+3 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | ethash: fix typo | Ernesto del Toro | 2017-10-13 | 1 | -3/+3 |
|/ / / |
|