Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils: unstable 1.5.1 | Jeffrey Wilcke | 2016-11-15 | 1 | -4/+4 |
| | |||||
* | utils: stable 1.5.0 | Jeffrey Wilcke | 2016-11-15 | 1 | -4/+4 |
| | |||||
* | Merge pull request #3258 from karalabe/unfuckup-travis | Péter Szilágyi | 2016-11-15 | 1 | -1/+1 |
|\ | | | | | travis: work around "timeout features" | ||||
| * | travis: work around "timeout features" | Péter Szilágyi | 2016-11-15 | 1 | -1/+1 |
| | | |||||
* | | core, core/types: refactored tx chain id checking (#3257) | Jeffrey Wilcke | 2016-11-15 | 6 | -12/+58 |
|\ \ | |/ |/| | | | | | | | | | | | * core, core/types: refactored tx chain id checking Refactored explicit chain id checking in to the Sender deriviation method * cmd/utils, params: define chain ids | ||||
| * | cmd/utils, params: define chain ids | Jeffrey Wilcke | 2016-11-15 | 2 | -0/+10 |
| | | |||||
| * | core, core/types: refactored tx chain id checking | Jeffrey Wilcke | 2016-11-14 | 4 | -12/+48 |
| | | | | | | | | Refactored explicit chain id checking in to the Sender deriviation method | ||||
* | | Merge pull request #2977 from karalabe/initial-mobile-suport | Felix Lange | 2016-11-15 | 44 | -112/+3278 |
|\ \ | | | | | | | mobile: initial wrappers for mobile support | ||||
| * | | cmd/utils, mobile: place bootnodes in LGPL packages | Péter Szilágyi | 2016-11-15 | 4 | -22/+22 |
| | | | |||||
| * | | mobile: port wrappers to EIP155 and EIP158 fork | Péter Szilágyi | 2016-11-15 | 6 | -48/+58 |
| | | | |||||
| * | | travis, build: cocoapods build fixes and travis caches | Péter Szilágyi | 2016-11-15 | 4 | -3/+18 |
| | | | |||||
| * | | accounts/abi/bind, mobile: review fixes and android tests | Péter Szilágyi | 2016-11-15 | 3 | -8/+215 |
| | | | |||||
| * | | cmd, mobile, node, p2p: surface the discovery V5 bootnodes | Péter Szilágyi | 2016-11-15 | 8 | -68/+101 |
| | | | |||||
| * | | cmd/utils, mobile: update to reprice HF and light client | Péter Szilágyi | 2016-11-14 | 3 | -31/+55 |
| | | | |||||
| * | | build: iOS XCode framework build and upload | Péter Szilágyi | 2016-11-14 | 4 | -25/+140 |
| | | | |||||
| * | | .travis, build: Build step to push .aar to Maven Central | Péter Szilágyi | 2016-11-14 | 6 | -15/+216 |
| | | | |||||
| * | | mobile: initial wrappers for mobile support | Péter Szilágyi | 2016-11-14 | 33 | -33/+2594 |
|/ / | |||||
* | | Merge pull request #3253 from zsfelfoldi/light-topic3 | Felix Lange | 2016-11-14 | 13 | -100/+148 |
|\ \ | |/ |/| | Light client bugfixes and updates | ||||
| * | core/types: turn off nonce checking for Call messages | Zsolt Felfoldi | 2016-11-14 | 6 | -22/+25 |
| | | |||||
| * | light: updated CHTs for mainnet and testnet | Zsolt Felfoldi | 2016-11-14 | 1 | -4/+4 |
| | | |||||
| * | p2p/discv5: added new bootnodes | Zsolt Felfoldi | 2016-11-14 | 1 | -1/+2 |
| | | |||||
| * | p2p/discv5: fixed bootnode connect issues | Zsolt Felfoldi | 2016-11-14 | 5 | -69/+110 |
| | | |||||
| * | les/flowcontrol: fixed locking scheme | Zsolt Felfoldi | 2016-11-14 | 1 | -4/+7 |
|/ | |||||
* | Merge pull request #3179 from obscuren/eip-158 | Felix Lange | 2016-11-14 | 961 | -58765/+141709 |
|\ | | | | | EIP158 & 160 Hardfork | ||||
| * | core/vm/runtime: fixed go vet | Jeffrey Wilcke | 2016-11-14 | 1 | -1/+9 |
| | | |||||
| * | core, params: EIP#170 | Jeffrey Wilcke | 2016-11-14 | 2 | -6/+6 |
| | | |||||
| * | tests: updated | Jeffrey Wilcke | 2016-11-14 | 156 | -56657/+55468 |
| | | |||||
| * | cmd/utils: set temporary HF number | Jeffrey Wilcke | 2016-11-13 | 2 | -13/+31 |
| | | |||||
| * | core/types, params: EIP#155 | Jeffrey Wilcke | 2016-11-13 | 46 | -464/+1068 |
| | | |||||
| * | tests: added new EIP158 tests | Jeffrey Wilcke | 2016-11-13 | 731 | -1158/+84508 |
| | | |||||
| * | core/vm, params: EIP160: EXP reprice | Jeffrey Wilcke | 2016-11-13 | 2 | -9/+6 |
| | | |||||
| * | core, core/state, trie: EIP158, reprice & skip empty account write | Jeffrey Wilcke | 2016-11-13 | 74 | -561/+717 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit implements EIP158 part 1, 2, 3 & 4 1. If an account is empty it's no longer written to the trie. An empty account is defined as (balance=0, nonce=0, storage=0, code=0). 2. Delete an empty account if it's touched 3. An empty account is redefined as either non-existent or empty. 4. Zero value calls and zero value suicides no longer consume the 25k reation costs. params: moved core/config to params Signed-off-by: Jeffrey Wilcke <jeffrey@ethereum.org> | ||||
* | | les: cleaned up logging (#3256) | Jeffrey Wilcke | 2016-11-13 | 2 | -24/+29 |
|/ | |||||
* | Merge pull request #3248 from zsfelfoldi/light-topic3 | Felix Lange | 2016-11-11 | 2 | -2/+8 |
|\ | | | | | Topic discovery bugfix | ||||
| * | les: add missing nil check and handle quit in findServers | Zsolt Felfoldi | 2016-11-11 | 1 | -2/+5 |
| | | |||||
| * | discv5: fixed state machine lockup bug | Zsolt Felfoldi | 2016-11-11 | 1 | -0/+3 |
| | | |||||
* | | Merge pull request #3247 from fjl/bzzd | Felix Lange | 2016-11-11 | 11 | -117/+492 |
|\ \ | |/ |/| | cmd: add swarm command line tools | ||||
| * | cmd/bzzhash: add swarm hashing tool | Felix Lange | 2016-11-11 | 1 | -0/+49 |
| | | |||||
| * | cmd/bzzup: add swarm upload tool | Felix Lange | 2016-11-11 | 1 | -0/+161 |
| | | |||||
| * | cmd/bzzd: add swarm server daemon | Felix Lange | 2016-11-11 | 1 | -0/+246 |
| | | |||||
| * | swarm/api/http: reject requests without content-length | Felix Lange | 2016-11-11 | 1 | -1/+5 |
| | | |||||
| * | swarm/network: skip TestSyncDb | Felix Lange | 2016-11-11 | 1 | -0/+2 |
| | | |||||
| * | swarm/api: add bzz prefix to swarm directory | Felix Lange | 2016-11-11 | 2 | -12/+7 |
| | | |||||
| * | node: add InstanceDir method | Felix Lange | 2016-11-11 | 2 | -2/+15 |
| | | |||||
| * | accounts: add Find method | Felix Lange | 2016-11-11 | 1 | -1/+7 |
| | | |||||
| * | cmd/v5test: delete the v5test tool | Felix Lange | 2016-11-11 | 1 | -101/+0 |
|/ | |||||
* | cmd/geth: improve command help messages (#3227) | Kenji Siu | 2016-11-10 | 5 | -87/+132 |
| | |||||
* | Merge pull request #3244 from karalabe/reinstate-cache | Péter Szilágyi | 2016-11-10 | 1 | -0/+1 |
|\ | | | | | cmd/geth: reinstate dropped --cache flag | ||||
| * | cmd/geth: reinstate dropped --cache flag | Péter Szilágyi | 2016-11-10 | 1 | -0/+1 |
|/ | |||||
* | cmd/geth: use a loop in TestDAOForkBlockNewChain (#3222) | xiekeyang | 2016-11-09 | 1 | -84/+68 |
| | |||||
* | Merge pull request #3232 from zsfelfoldi/light-topic3 | Felix Lange | 2016-11-09 | 112 | -278/+16197 |
|\ | |||||
| * | les: print 'experimental feature' warning on startup | Felix Lange | 2016-11-09 | 1 | -0/+3 |
| | | |||||
| * | all: update license information | Felix Lange | 2016-11-09 | 59 | -61/+251 |
| | | |||||
| * | core/types: remove header accessors | Felix Lange | 2016-11-09 | 12 | -35/+26 |
| | | | | | | | | | | | | These accessors were introduced by light client changes, but the only method that is actually used is GetNumberU64. This commit replaces all uses of .GetNumberU64 with .Number.Uint64. | ||||
| * | p2p/discv5: fix build with Go 1.5, delete package testimg | Felix Lange | 2016-11-09 | 5 | -879/+18 |
| | | |||||
| * | p2p/discv5: added new topic discovery package | Zsolt Felfoldi | 2016-11-09 | 39 | -49/+8096 |
| | | |||||
| * | cmd, eth: added light client and light server modes | zsfelfoldi | 2016-11-09 | 17 | -94/+298 |
| | | |||||
| * | les: light client protocol and API | Zsolt Felfoldi | 2016-11-09 | 41 | -33/+5860 |
| | | |||||
| * | light: light chain, VM env and tx pool | Zsolt Felfoldi | 2016-11-09 | 15 | -124/+2642 |
|/ | |||||
* | build: fix remote path for archive uploads (#3243) | Felix Lange | 2016-11-09 | 2 | -2/+8 |
| | | | | archiveUpload did not handle absolute paths correctly. Fix it by using the basename and ensure that uploads can be tested using -n. | ||||
* | build: NSIS based Windows installer (#3240) | Péter Szilágyi | 2016-11-09 | 9 | -9/+632 |
| | | | | This commit adds support for creating Windows installers to ci.go | ||||
* | Merge pull request #3241 from karalabe/fix-pgp-signer | Péter Szilágyi | 2016-11-08 | 1 | -1/+1 |
|\ | | | | | internal/build: call correct signer method | ||||
| * | internal/build: call correct signer method | Péter Szilágyi | 2016-11-08 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #3239 from karalabe/fix-windows-separators | Péter Szilágyi | 2016-11-07 | 1 | -1/+1 |
|\ | | | | | build: fix missing .exe executable names on cross builds | ||||
| * | build: fix missing .exe executable names on cross builds | Péter Szilágyi | 2016-11-07 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #3231 from fjl/liner-update | Péter Szilágyi | 2016-11-07 | 9 | -79/+132 |
|\ \ | |/ |/| | console, vendor: update liner and enable multiline mode | ||||
| * | console: enable multiline mode | Felix Lange | 2016-11-04 | 1 | -1/+1 |
| | | |||||
| * | vendor: update github.com/peterh/liner | Felix Lange | 2016-11-04 | 8 | -78/+131 |
| | | |||||
* | | Merge pull request #3238 from karalabe/appveyor-azure-push | Péter Szilágyi | 2016-11-07 | 1 | -17/+23 |
|\ \ | | | | | | | appveyor: build 386 too, upload both to the gethstore | ||||
| * | | appveyor: build 386 too, upload both to the gethstore | Péter Szilágyi | 2016-11-07 | 1 | -17/+23 |
|/ / | |||||
* | | travis: build to all supported linux architectures (#3235) | Péter Szilágyi | 2016-11-04 | 2 | -1/+26 |
| | | |||||
* | | accounts/abi: differentiate between static and dynamic arrays (#3121) | RJ | 2016-11-04 | 4 | -26/+64 |
|/ | | | | | solves #3119 Signed-off-by: VoR0220 <rj@erisindustries.com> | ||||
* | build, internal/build: misc improvements (#3229) | Felix Lange | 2016-11-03 | 6 | -24/+33 |
| | | | | | | | | | | | | | * travis.yml: don't create darwin/386 builds * build: remove godep remains * internal/build: improve archives - enable compression for zip files - don't write half-complete archives * build: add -unstable to archive names | ||||
* | Merge pull request #3226 from karalabe/azure-gethstore | Felix Lange | 2016-11-03 | 60 | -44/+11437 |
|\ | | | | | travis, build: implement uploading archives to azure | ||||
| * | travis, build: enable 386 builds too for linux and osx | Péter Szilágyi | 2016-11-03 | 2 | -14/+61 |
| | | |||||
| * | vendor: pull in azure sdk and openpgp signer | Péter Szilágyi | 2016-11-03 | 56 | -25/+11204 |
| | | |||||
| * | travis, build: implement uploading archives to azure | Péter Szilágyi | 2016-11-03 | 4 | -13/+180 |
| | | |||||
* | | Merge pull request #3225 from kenji-isuntv/develop | Péter Szilágyi | 2016-11-03 | 1 | -1/+1 |
|\ \ | |/ |/| | common/math: go fmt | ||||
| * | common/math: go fmt | Kenji Siu | 2016-11-02 | 1 | -1/+1 |
|/ | |||||
* | common/math, core/vm: implement fast EXP (#3214) | Jeffrey Wilcke | 2016-11-02 | 2 | -2/+31 |
| | | | | | | | * common/math, core/vm: implement fast EXP. Courtesy @chfast & @karalabe * common/math: fix go vet issues on exp calculation | ||||
* | core: metrics collection for transaction events (#3157) | Martin Holst Swende | 2016-11-01 | 2 | -0/+39 |
| | | | | | | | | | | | | | | | | * core: Add metrics collection for transaction events; replace/discard for pending and future queues, as well as invalid transactions * core: change namespace for txpool metrics * core: define more metrics (not yet used) * core: implement more tx metrics for when transactions are dropped * core: minor formatting tweeks (will squash later) * core: remove superfluous meter, fix missing pending nofunds * core, metrics: switch txpool meters to counters | ||||
* | Merge pull request #3216 from karalabe/fastsync-bigdb-tuning | Péter Szilágyi | 2016-11-01 | 7 | -195/+273 |
|\ | | | | | core/state, eth/downloader, trie: reset fast-failure on progress | ||||
| * | eth/downloader: clear pending requests when switching trie root | Péter Szilágyi | 2016-11-01 | 1 | -9/+18 |
| | | |||||
| * | eth/downloader: lower a state sync log level (users freak out) | Péter Szilágyi | 2016-11-01 | 1 | -1/+1 |
| | | |||||
| * | eth/downloader: reduce fast sync block requirements, fix test | Péter Szilágyi | 2016-10-31 | 2 | -13/+28 |
| | | |||||
| * | core/state, eth/downloader, trie: reset fast-failure on progress | Péter Szilágyi | 2016-10-31 | 7 | -179/+233 |
| | | |||||
* | | Merge pull request #3218 from kenji-isuntv/develop | Péter Szilágyi | 2016-11-01 | 4 | -25/+24 |
|\ \ | | | | | | | internal/debug, internal/ethapi, rpc, swarm/storage: go fmt | ||||
| * | | internal/debug, internal/ethapi, rpc, swarm/storage: Ran "go fmt" | Kenji Siu | 2016-11-01 | 4 | -25/+24 |
|/ / | |||||
* | | Merge pull request #3064 from pirapira/limit_struct_logs | Jeffrey Wilcke | 2016-10-31 | 4 | -4/+16 |
|\ \ | |/ |/| | core/vm: add limit option to LogConfig | ||||
| * | vm, ethapi: add `limit` option to traceTransaction | Yoichi Hirai | 2016-09-30 | 4 | -4/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | that specifies the maximum number of elements in the `structLogs` output. This option is useful for debugging a transaction that involves a large number of repetition. For example, ``` debug.traceTransaction(tx, {disableStorage: true, limit: 2}) ``` shows at most the first two steps in the `structLogs`. | ||||
* | | Merge pull request #3215 from fjl/weird-files | Péter Szilágyi | 2016-10-30 | 15 | -109/+0 |
|\ \ | | | | | | | all: remove weird files | ||||
| * | | all: remove weird files | Felix Lange | 2016-10-30 | 15 | -109/+0 |
|/ / | |||||
* | | Merge pull request #3195 from karalabe/fix-testnet-fastsync | Péter Szilágyi | 2016-10-29 | 5 | -31/+68 |
|\ \ | | | | | | | cmd/utils, core, params: explicitly pick reprice fork for fast sync | ||||
| * | | cmd, params: only set default fork configs for test and mainnet | Péter Szilágyi | 2016-10-29 | 4 | -31/+43 |
| | | | |||||
| * | | cmd/utils, core, params: explicitly pick reprice fork for fast sync | Péter Szilágyi | 2016-10-29 | 4 | -7/+32 |
| | | | |||||
* | | | whisper: project restructured, version 5 introduced (#3022) | gluk256 | 2016-10-29 | 32 | -16/+4449 |
|/ / | | | | | | | | | | | | | whisper: project restructured, version 5 introduced This commits adds a draft version of the new shh v5 protocol. The new version is not on by default, --shh still selects version 2. | ||||
* | | cmd/evm: Allow stdin and files as sources of bytecode (#3172) | Nick Johnson | 2016-10-29 | 1 | -4/+32 |
| | | | | | | | | | | | | | | | | * cmd/evm: Allow stdin and files as sources of bytecode * cmd/evm: Print and exit instead of panicing * cmd/evm: fix compile and vet errors | ||||
* | | internal/ethapi: add personal_sign and fix eth_sign to hash message (#2940) | bas-vk | 2016-10-29 | 13 | -34/+220 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit includes several API changes: - The behavior of eth_sign is changed. It now accepts an arbitrary message, prepends the well-known string \x19Ethereum Signed Message:\n<length of message> hashes the result using keccak256 and calculates the signature of the hash. This breaks backwards compatability! - personal_sign(hash, address [, password]) is added. It has the same semantics as eth_sign but also accepts a password. The private key used to sign the hash is temporarily unlocked in the scope of the request. - personal_recover(message, signature) is added and returns the address for the account that created a signature. | ||||
* | | Godeps, vendor: convert dependency management to trash (#3198) | Péter Szilágyi | 2016-10-29 | 1022 | -233760/+224098 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit converts the dependency management from Godeps to the vendor folder, also switching the tool from godep to trash. Since the upstream tool lacks a few features proposed via a few PRs, until those PRs are merged in (if), use github.com/karalabe/trash. You can update dependencies via trash --update. All dependencies have been updated to their latest version. Parts of the build system are reworked to drop old notions of Godeps and invocation of the go vet command so that it doesn't run against the vendor folder, as that will just blow up during vetting. The conversion drops OpenCL (and hence GPU mining support) from ethash and our codebase. The short reasoning is that there's noone to maintain and having opencl libs in our deps messes up builds as go install ./... tries to build them, failing with unsatisfied link errors for the C OpenCL deps. golang.org/x/net/context is not vendored in. We expect it to be fetched by the user (i.e. using go get). To keep ci.go builds reproducible the package is "vendored" in build/_vendor. | ||||
* | | ethclient: changed TransactionByHash to only pass one argument to api method ↵ | Steven Roose | 2016-10-28 | 1 | -1/+1 |
| | | | | | | | | | | (#3209) Fixes #3203 | ||||
* | | Merge pull request #3189 from fjl/leveldb-update | Péter Szilágyi | 2016-10-22 | 30 | -506/+846 |
|\ \ | | | | | | | Update goleveldb, add debug.chaindbCompact | ||||
| * | | Godeps: update github.com/syndtr/goleveldb to 6b4daa5362 | Felix Lange | 2016-10-20 | 28 | -506/+823 |
| | | | |||||
| * | | internal/ethapi: add debug.chaindbCompact | Felix Lange | 2016-10-20 | 2 | -0/+23 |
| | | | |||||
* | | | core/vm: Ignore EnableJit ChainConfig setting (#3166) | Hao Bryan Cheng | 2016-10-21 | 1 | -1/+3 |
| | | | |||||
* | | | trie: while fast syncing, don't keep trie nodes in memory (#3186) | Péter Szilágyi | 2016-10-21 | 1 | -19/+13 |
| | | | |||||
* | | | Merge pull request #3185 from karalabe/fix-log-race | Péter Szilágyi | 2016-10-21 | 1 | -1/+2 |
|\ \ \ | | | | | | | | | eth/downloader: fix a data race in a log output | ||||
| * | | | eth/downloader: fix a data race in a log output | Péter Szilágyi | 2016-10-21 | 1 | -1/+2 |
|/ / / | |||||
* | | | Merge pull request #3184 from karalabe/import-gas-use | Péter Szilágyi | 2016-10-21 | 4 | -26/+66 |
|\ \ \ | |/ / |/| | | cmd/geth, code, eth/downloader: tune import logs and mem stats | ||||
| * | | cmd/geth, code, eth/downloader: tune import logs and mem stats | Péter Szilágyi | 2016-10-21 | 4 | -26/+66 |
|/ / | |||||
* | | Merge pull request #3176 from karalabe/trie-stats-report | Péter Szilágyi | 2016-10-19 | 3 | -1/+11 |
|\ \ | | | | | | | cmd/geth, trie: report on trie cache unloads, also add debug log | ||||
| * | | cmd/geth, trie: report on trie cache unloads, also add debug log | Péter Szilágyi | 2016-10-19 | 3 | -1/+11 |
|/ / | |||||
* | | trie: add metric to track cache unloading (#3175) | Felix Lange | 2016-10-19 | 2 | -1/+5 |
| | | |||||
* | | Merge pull request #3173 from karalabe/parametrized-trie-cache-get | Péter Szilágyi | 2016-10-19 | 5 | -12/+29 |
|\ \ | | | | | | | cmd, core/state: allow configurable trie cache generations | ||||
| * | | cmd, core/state: allow configurable trie cache generations | Péter Szilágyi | 2016-10-19 | 5 | -12/+29 |
| | | | |||||
* | | | trie: make the cache miss counter a real metric | Felix Lange | 2016-10-19 | 1 | -7/+5 |
|/ / | |||||
* | | Merge pull request #3168 from benjaminbrent/develop | Jeffrey Wilcke | 2016-10-19 | 1 | -1/+1 |
|\ \ | | | | | | | core/vm: fix GASPRICE string (resolves #2553) | ||||
| * | | core/vm: fix GASPRICE string (resolves #2553) | Benjamin Brent | 2016-10-19 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #3153 from fjl/trie-unload-fix | Jeffrey Wilcke | 2016-10-19 | 7 | -70/+130 |
|\ \ \ | | | | | | | | | trie: improve cache unloading mechanism | ||||
| * | | | trie: ensure dirty flag is unset for embedded child nodes | Felix Lange | 2016-10-18 | 2 | -32/+42 |
| | | | | | | | | | | | | | | | | This was caught by the new invariant check. | ||||
| * | | | core/state: bump trie cache values slightly | Felix Lange | 2016-10-18 | 1 | -4/+4 |
| | | | | |||||
| * | | | trie: ensure resolved nodes stay loaded | Felix Lange | 2016-10-18 | 6 | -43/+95 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 40cdcf1183 broke the optimisation which kept nodes resolved during Get in the trie. The decoder assigned cache generation 0 unconditionally, causing resolved nodes to get flushed on Commit. This commit fixes it and adds two tests. | ||||
| * | | | trie: avoid loading the root node twice | Felix Lange | 2016-10-18 | 1 | -6/+4 |
| | | | | | | | | | | | | | | | | | | | | New checks whether the root node is present by loading it from the database. Keep the node around instead of discarding it. | ||||
* | | | | Merge pull request #3161 from karalabe/trie-cache-counters | Péter Szilágyi | 2016-10-19 | 2 | -4/+28 |
|\ \ \ \ | |_|/ / |/| | | | cmd/geth, trie: track and report trie cache misses | ||||
| * | | | cmd/geth, trie: track and report trie cache misses | Péter Szilágyi | 2016-10-19 | 2 | -4/+28 |
|/ / / | |||||
* | | | miner: copy pending state before handing it to callers (#3162) | Nick Johnson | 2016-10-19 | 1 | -1/+1 |
| | | | | | | | | | The pending state was not copied while not mining, leading to a data race. | ||||
* | | | Merge pull request #3156 from holiman/metrics-blocks | Jeffrey Wilcke | 2016-10-18 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | core: Add block processing time metric collection | ||||
| * | | | core: Add block processing time metric collection | Martin Holst Swende | 2016-10-18 | 1 | -0/+2 |
| | | | | |||||
* | | | | Merge pull request #3160 from karalabe/import-database-stats | Péter Szilágyi | 2016-10-18 | 1 | -4/+21 |
|\ \ \ \ | | | | | | | | | | | cmd/geth: compact and print database stats after an import | ||||
| * | | | | cmd/geth: compact and print database stats after an import | Péter Szilágyi | 2016-10-18 | 1 | -4/+21 |
|/ / / / | |||||
* | | | | Merge pull request #3158 from karalabe/pretty-print-imports | Péter Szilágyi | 2016-10-18 | 4 | -19/+71 |
|\ \ \ \ | |/ / / |/| | | | common, core, eth/downloader: adjust import log formatting | ||||
| * | | | common, core, eth/downloader: adjust import log formatting | Péter Szilágyi | 2016-10-18 | 4 | -19/+71 |
|/ / / | |||||
* | | | Merge pull request #3100 from kobigurk/develop | Felix Lange | 2016-10-17 | 2 | -1/+55 |
|\ \ \ | |/ / |/| | | internal/ethapi, internal/web3ext: adds raw tx retrieval methods | ||||
| * | | internal/ethapi, internal/web3ext: adds raw tx retrieval methods | Kobi Gurkan | 2016-10-10 | 2 | -1/+55 |
| | | | |||||
* | | | Merge pull request #3142 from fjl/trie-sync-fix | Péter Szilágyi | 2016-10-15 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | trie: fix regression that linked all downloaded nodes together | ||||
| * | | | trie: fix regression that linked all downloaded nodes together | Felix Lange | 2016-10-15 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The trie sync code links subtries using pointers into node structs. Since commit 40cdcf1183 nodes are no longer copied when unpacking from an interface value, causing all nodes to get linked up as the sync progresses. Fix it by breaking the pointer chain with an explicit copy. | ||||
* | | | | Merge pull request #3141 from obscuren/reprice-block-number | Jeffrey Wilcke | 2016-10-15 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | params: set reprice block number to 2463000 | ||||
| * | | | params: set reprice block number to 2463000 | Jeffrey Wilcke | 2016-10-15 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #3111 from obscuren/gas-price-fork | Péter Szilágyi | 2016-10-15 | 43 | -67/+77186 |
|\ \ \ | | | | | | | | | core, core/vm: added gas price variance table (EIP #150) | ||||
| * | | | core, core/vm: added gas price variance table | Jeffrey Wilcke | 2016-10-15 | 43 | -67/+77186 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This implements 1b & 1c of EIP150 by adding a new GasTable which must be returned from the RuleSet config method. This table is used to determine the gas prices for the current epoch. Please note that when the CreateBySuicide gas price is set it is assumed that we're in the new epoch phase. In addition this PR will serve as temporary basis while refactorisation in being done in the EVM64 PR, which will substentially overhaul the gas price code. | ||||
* | | | | Merge pull request #3138 from karalabe/txpool-pending-limits | Péter Szilágyi | 2016-10-15 | 2 | -5/+150 |
|\ \ \ \ | | | | | | | | | | | core: add global (soft) limits on the pending transactions | ||||
| * | | | | core: add global (soft) limits on the pending transactions | Péter Szilágyi | 2016-10-14 | 2 | -5/+150 |
| | | | | | |||||
* | | | | | trie, core/state: improve memory usage and performance (#3135) | Felix Lange | 2016-10-15 | 15 | -142/+249 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * trie: store nodes as pointers This avoids memory copies when unwrapping node interface values. name old time/op new time/op delta Get 388ns ± 8% 215ns ± 2% -44.56% (p=0.000 n=15+15) GetDB 363ns ± 3% 202ns ± 2% -44.21% (p=0.000 n=15+15) UpdateBE 1.57µs ± 2% 1.29µs ± 3% -17.80% (p=0.000 n=13+15) UpdateLE 1.92µs ± 2% 1.61µs ± 2% -16.25% (p=0.000 n=14+14) HashBE 2.16µs ± 6% 2.18µs ± 6% ~ (p=0.436 n=15+15) HashLE 7.43µs ± 3% 7.21µs ± 3% -2.96% (p=0.000 n=15+13) * trie: close temporary databases in GetDB benchmark * trie: don't keep []byte from DB load around Nodes decoded from a DB load kept hashes and values as sub-slices of the DB value. This can be a problem because loading from leveldb often returns []byte with a cap that's larger than necessary, increasing memory usage. * trie: unload old cached nodes * trie, core/state: use cache unloading for account trie * trie: use explicit private flags (fixes Go 1.5 reflection issue). * trie: fixup cachegen overflow at request of nick * core/state: rename journal size constant | ||||
* | | | | | Merge pull request #3136 from Arachnid/expvar | Péter Szilágyi | 2016-10-14 | 2 | -2/+9 |
|\ \ \ \ \ | |/ / / / |/| | | | | metrics, internal/debug: Add --pprofaddr flag, expose metrics via gexp | ||||
| * | | | | metrics, internal/debug: Add --pprofaddr flag, expose metrics via gexp | Nick Johnson | 2016-10-14 | 2 | -2/+9 |
| | | | | | |||||
* | | | | | Merge pull request #3133 from ethersphere/http-fix | Viktor Trón | 2016-10-14 | 1 | -5/+8 |
|\ \ \ \ \ | | | | | | | | | | | | | swarm: fix http API's last problems | ||||
| * | | | | | swarm/storage: Allow EOF at the end of the reader in the chunker. Handle the ↵ | Daniel A. Nagy | 2016-10-14 | 1 | -5/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | case when Read returns less than length of target slice | ||||
* | | | | | | Merge pull request #3108 from homotopycolimit/FixChunkerWithBrokenReader | Felix Lange | 2016-10-14 | 4 | -101/+89 |
|\| | | | | | |/ / / / |/| | | | | swarm/storage: fixes for tree chunker in the context of a broken reader | ||||
| * | | | | swarm/storage: fix chunker when reader is broken | aron | 2016-10-11 | 4 | -101/+89 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * brokenLimitedReader gives error after half size * TestRandomBrokenData tests chunker with broken reader * add blocking quitC (instead of errC) and use errC only for errors * don't close chunkC in tester Split, * use quitC to quit chunk storage loop | ||||
* | | | | | Merge pull request #3120 from obscuren/reporter-fix | Felix Lange | 2016-10-13 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | core: fixed import reporter | ||||
| * | | | | core: fixed import reporter | Jeffrey Wilcke | 2016-10-11 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge pull request #3104 from fjl/core-import-log | Felix Lange | 2016-10-11 | 2 | -12/+43 |
|\ \ \ \ | | | | | | | | | | | core: print import stats more often | ||||
| * | | | | eth: move "timed out DAO fork check, dropping" to debug level | Felix Lange | 2016-10-08 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | core: print import stats more often | Felix Lange | 2016-10-08 | 1 | -11/+42 |
| | |/ / | |/| | | | | | | | | | | | | | | | | | | If geth is busy importing 2048 heavy blocks it can take a while before it prints anything. This change ensures that a message gets printed every 8s. | ||||
* | | | | Merge pull request #3117 from fjl/txpool-low-limit | Felix Lange | 2016-10-10 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | core: lower transaction pool max queue limit | ||||
| * | | | core: lower transaction pool max queue limit | Felix Lange | 2016-10-10 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #3088 from bas-vk/rpc-block-output | Felix Lange | 2016-10-07 | 3 | -6/+6 |
|\ \ \ | |/ / |/| | | core/types: renamed receiptRoot to receiptsRoot | ||||
| * | | core/types: renamed receiptRoot to receiptsRoot | Bas van Kervel | 2016-10-05 | 3 | -6/+6 |
| | | | |||||
* | | | Merge pull request #3094 from fjl/tests-update | Felix Lange | 2016-10-06 | 746 | -65642/+188445 |
|\ \ \ | | | | | | | | | tests: update test files from github.com/ethereum/tests @ 45bc1d21d3c1 | ||||
| * | | | tests: update test files from github.com/ethereum/tests @ 45bc1d21d3c1 | Felix Lange | 2016-10-06 | 746 | -65642/+188445 |
| | | | | | | | | | | | | | | | | | | | | | | | | Two new tests are skipped because they're buggy. Making some newer random state tests work required implementing the 'compressed return value encoding'. | ||||
* | | | | Merge pull request #3092 from fjl/state-journal | Jeffrey Wilcke | 2016-10-06 | 27 | -275/+697 |
|\ \ \ \ | | | | | | | | | | | core/state: implement reverts by journaling all changes | ||||
| * | | | | core/state: optimize GetState | Felix Lange | 2016-10-06 | 1 | -5/+7 |
| | | | | | | | | | | | | | | | | | | | | There is no need to use the reflection-based decoder to decode []byte. | ||||
| * | | | | core/state: rename Delete/IsDeleted to Suicide/HasSuicided | Felix Lange | 2016-10-06 | 9 | -32/+35 |
| | | | | | | | | | | | | | | | | | | | | The delete/remove naming has caused endless confusion in the past. | ||||
| * | | | | core/state: implement reverts by journaling all changes | Felix Lange | 2016-10-06 | 24 | -250/+667 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit replaces the deep-copy based state revert mechanism with a linear complexity journal. This commit also hides several internal StateDB methods to limit the number of ways in which calling code can use the journal incorrectly. As usual consultation and bug fixes to the initial implementation were provided by @karalabe, @obscuren and @Arachnid. Thank you! | ||||
* | | | | | Merge pull request #3090 from karalabe/fix-eth-header-indexing | Jeffrey Wilcke | 2016-10-06 | 2 | -5/+31 |
|\ \ \ \ \ | | | | | | | | | | | | | eth: monitor malicious header retrieval requests | ||||
| * | | | | | eth: monitor malicious header retrieval requests | Péter Szilágyi | 2016-10-05 | 2 | -5/+31 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #3089 from bas-vk/resend | Felix Lange | 2016-10-06 | 1 | -4/+3 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | internal/ethapi: bugfix gas price and limit swapped in eth_resend | ||||
| * | | | | internal/ethapi: bugfix gas price and limit swapped in eth_resend | Bas van Kervel | 2016-10-05 | 1 | -4/+3 |
| |/ / / | |||||
* | | | | Merge pull request #3081 from ethernomad/cors-max-age | Péter Szilágyi | 2016-10-05 | 1 | -0/+1 |
|\ \ \ \ | |/ / / |/| | | | rpc: set CORS Max-Age to reduce preflight OPTIONS requests | ||||
| * | | | rpc: set CORS Max-Age to reduce preflight OPTIONS requests | Jonathan Brown | 2016-10-03 | 1 | -0/+1 |
| |/ / | |||||
* | | | Merge pull request #3082 from fjl/build-fix-tag-appveyor | Felix Lange | 2016-10-04 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | internal/build: fix git tag env variable for AppVeyor | ||||
| * | | internal/build: fix git tag env variable for AppVeyor | Felix Lange | 2016-10-03 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #3073 from fjl/build-git17 | Péter Szilágyi | 2016-10-03 | 1 | -1/+3 |
|\ \ | | | | | | | internal/build: use less edgy command to get the branch name | ||||
| * | | internal/build: use less edgy command to get the branch name | Felix Lange | 2016-10-03 | 1 | -1/+3 |
|/ / | |||||
* | | Merge pull request #3072 from karalabe/state-storage-dirty | Péter Szilágyi | 2016-10-03 | 2 | -18/+24 |
|\ \ | | | | | | | core/state: track dirty state entries for each object | ||||
| * | | core/state: track dirty state entries for each object | Péter Szilágyi | 2016-10-03 | 2 | -18/+24 |
|/ / | |||||
* | | Merge pull request #3066 from fjl/build-env | Péter Szilágyi | 2016-10-02 | 9 | -132/+250 |
|\ \ | | | | | | | build: improve debian packaging | ||||
| * | | build: improve debian packaging | Felix Lange | 2016-10-02 | 9 | -132/+250 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit tweaks the debian packaging tool: * All build environment metadata can now be overriden on the command line. This allows testing the CI build behaviour locally. * -unstable packages now actually contain the binaries (oops) * packages use Go 1.7 to build * archiving is skipped for PR builds | ||||
* | | | Merge pull request #3068 from fjl/update-sha3 | Felix Lange | 2016-10-02 | 6 | -3/+410 |
|\ \ \ | | | | | | | | | crypto/sha3: update from golang.org/x/crypto/sha3 a 80b25ed4 | ||||
| * | | | crypto/sha3: update from golang.org/x/crypto/sha3 a 80b25ed4 | Felix Lange | 2016-10-02 | 6 | -3/+410 |
|/ / / | | | | | | | | | | This pulls in the assembly implementation of keccakf1600 for amd64. | ||||
* | | | Merge pull request #3067 from karalabe/vm-avoid-hashing | Péter Szilágyi | 2016-10-01 | 17 | -37/+59 |
|\ \ \ | |/ / |/| | | cmd, core, internal, light, tests: avoid hashing the code in the VM | ||||
| * | | cmd, core, internal, light, tests: avoid hashing the code in the VM | Péter Szilágyi | 2016-10-01 | 17 | -37/+59 |
|/ / | |||||
* | | Merge pull request #3062 from fjl/trie-delete-bug | Péter Szilágyi | 2016-09-30 | 2 | -38/+133 |
|\ \ | |/ |/| | trie: fix delete bug for values contained in fullNode | ||||
| * | trie: fix delete bug for values contained in fullNode | Felix Lange | 2016-09-30 | 2 | -35/+127 |
| | | | | | | | | | | | | | | | | | | Delete crashed if a fullNode contained a valueNode directly. This bug is very unlikely to occur with SecureTrie, but can happen with regular tries. This commit also introduces a randomised test which triggers all trie operations, which should prevent such bugs in the future. Credit for finding this bug goes to Github user @rjl493456442. | ||||
| * | trie: remove dependency on package crypto | Felix Lange | 2016-09-30 | 1 | -3/+6 |
| | | | | | | | | | | Package crypto needs cgo, which is inconvenient for some build configurations. | ||||
* | | Merge pull request #3032 from Gustav-Simonsson/keystore_padding | Felix Lange | 2016-09-30 | 3 | -1/+62 |
|\ \ | | | | | | | accounts: left pad keybytes-to-encrypt | ||||
| * | | accounts: left pad keybytes-to-encrypt, add 30/31 byte keys tests | Gustav Simonsson | 2016-09-28 | 3 | -1/+62 |
| | | | |||||
* | | | Merge pull request #2914 from fjl/node-coinhabit | Felix Lange | 2016-09-29 | 19 | -239/+470 |
|\ \ \ | |_|/ |/| | | cmd/utils, node: make datadir reusable for bzzd | ||||
| * | | common, node: move datadir defaults into package node | Felix Lange | 2016-09-16 | 7 | -49/+43 |
| | | | |||||
| * | | node: ensure datadir can be co-inhabited by different instances | Felix Lange | 2016-09-16 | 14 | -186/+422 |
| | | | | | | | | | | | | | | | This change ensures that nodes started with different Name but same DataDir values don't use the same nodekey and IPC socket. | ||||
| * | | ethdb: add accessor for database directory | Felix Lange | 2016-09-16 | 1 | -0/+5 |
| | | | |||||
| * | | p2p/nat: delay auto discovery until first use | Felix Lange | 2016-09-16 | 1 | -5/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Port mapper auto discovery used to run immediately after parsing the --nat flag, giving it a slight performance boost. But this is becoming inconvenient because we create node.Node for all geth operations including account management and bare chain interaction. Delay autodiscovery until the first use instead, which avoids any network interaction until the node is actually started. | ||||
* | | | Merge pull request #3048 from sandakersmann/patch-2 | Péter Szilágyi | 2016-09-29 | 1 | -5/+5 |
|\ \ \ | | | | | | | | | README: Changed http:// to https:// on some links | ||||
| * | | | README: Changed http:// to https:// on some links | sandakersmann | 2016-09-27 | 1 | -5/+5 |
| | |/ | |/| | | | | Changed http:// to https:// on some links in README.md | ||||
* | | | p2p/nat: fix parameter order for AddMapping | ken10100147 | 2016-09-28 | 1 | -2/+2 |
| | | | |||||
* | | | Merge pull request #3053 from karalabe/fjl-state-trie-journal | Péter Szilágyi | 2016-09-28 | 22 | -671/+562 |
|\ \ \ | |/ / |/| | | core, trie: replace state caches with trie journal | ||||
| * | | core, eth, trie: reuse trie journals in all our code | Péter Szilágyi | 2016-09-28 | 9 | -25/+151 |
| | | | |||||
| * | | core, trie: replace state caches with trie journal | Felix Lange | 2016-09-28 | 15 | -654/+419 |
|/ / | |||||
* | | Merge pull request #3043 from fjl/windows-fix-fatalf | Felix Lange | 2016-09-27 | 1 | -4/+11 |
|\ \ | | | | | | | cmd/utils: don't check for stderr redirect on windows | ||||
| * | | cmd/utils: don't check for stderr redirect on windows | Felix Lange | 2016-09-26 | 1 | -4/+11 |
|/ / | | | | | | | | | | | | | | | The redirect check did not work on Go 1.6 and below because Stat returned an error for stdout and stderr. In Go 1.7 Stat works on stdout but doesn't return anything meaningful, causing cmd/geth test failures because the message is printed to stderr only. Fix it by printing to stdout only. | ||||
* | | Merge pull request #3041 from fjl/build-less-parallel | Péter Szilágyi | 2016-09-26 | 2 | -3/+3 |
|\ \ | | | | | | | build: limit test concurrency | ||||
| * | | travis.yml: remove go 1.4 builder | Felix Lange | 2016-09-26 | 1 | -3/+0 |
| | | | |||||
| * | | build: limit test concurrency | Felix Lange | 2016-09-26 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | TravisCI and AppVeyor run the tests in very slow VMs. Some of our tests can't cope with that. Running less tests in parallel should make them somewhat less flakey. | ||||
* | | | Merge pull request #3040 from karalabe/dummy | Péter Szilágyi | 2016-09-26 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | accounts/abi: fix typo in the comment (dummy commit) | ||||
| * | | accounts/abi: fix typo in the comment (dummy commit) | Péter Szilágyi | 2016-09-26 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #3037 from karalabe/state-caching | Péter Szilágyi | 2016-09-26 | 17 | -336/+414 |
|\ \ | | | | | | | State caching | ||||
| * | | core/state: track all accounts in canon state | Felix Lange | 2016-09-26 | 17 | -336/+414 |
|/ / | | | | | | | | | This change introduces a global, per-state cache that keeps account data in the canon state. Thanks to @karalabe for lots of fixes. | ||||
* | | Merge pull request #3035 from Gustav-Simonsson/zero_value_transfer_noop | Péter Szilágyi | 2016-09-26 | 1 | -0/+6 |
|\ \ | | | | | | | core/state: short-circuit balance change if zero value | ||||
| * | | core/state: short-circuit balance change if zero value | Gustav Simonsson | 2016-09-26 | 1 | -0/+6 |
|/ / | |||||
* | | Merge pull request #3009 from Gustav-Simonsson/fix_oom_in_light | Felix Lange | 2016-09-22 | 2 | -2/+4 |
|\ \ | | | | | | | light: fix memory expansion bug (same as fix for core/state) | ||||
| * | | light: fix memory expansion bug (same as fix for core/state) | Gustav Simonsson | 2016-09-20 | 2 | -2/+4 |
| | | | |||||
* | | | Merge pull request #3021 from bas-vk/ethclient-logs | Felix Lange | 2016-09-21 | 1 | -2/+2 |
|\ \ \ | |/ / |/| | | ethclient: bugfix retrieving logs | ||||
| * | | ethclient: bugfix retrieving logs | Bas van Kervel | 2016-09-21 | 1 | -2/+2 |
|/ / | |||||
* | | Merge pull request #3010 from Gustav-Simonsson/remove_unused_initcode_field | Felix Lange | 2016-09-19 | 3 | -9/+0 |
|\ \ | | | | | | | core/state, light: remove unused StateObject.initCode | ||||
| * | | core/state, light: remove unused StateObject.initCode | Gustav Simonsson | 2016-09-19 | 3 | -9/+0 |
|/ / | |||||
* | | Merge pull request #3006 from Arachnid/patch | Péter Szilágyi | 2016-09-19 | 3 | -5/+8 |
|\ \ | |/ |/| | core/state: Fix memory expansion bug by not copying clean objects | ||||
| * | core/state: Fix memory expansion bug by not copying clean objects | Nick Johnson | 2016-09-19 | 3 | -5/+8 |
| | | |||||
* | | Merge pull request #2999 from karalabe/bury-blockchain-version | Péter Szilágyi | 2016-09-15 | 4 | -12/+3 |
|\ \ | | | | | | | cmd, eth: drop the blockchain version from cli/eth configs | ||||
| * | | cmd, eth: drop the blockchain version from cli/eth configs | Péter Szilágyi | 2016-09-15 | 4 | -12/+3 |
|/ / | |||||
* | | Merge pull request #2983 from bas-vk/txindex | Felix Lange | 2016-09-15 | 1 | -1/+2 |
|\ \ | | | | | | | miner: set tx index logs | ||||
| * | | miner: set tx index logs | Bas van Kervel | 2016-09-12 | 1 | -1/+2 |
| | | | |||||
* | | | Merge pull request #2973 from bas-vk/filterid | Péter Szilágyi | 2016-09-12 | 2 | -1/+53 |
|\ \ \ | | | | | | | | | rpc: format filter ID according to spec for quantities | ||||
| * | | | rpc: format filter ID according to spec for quantities | Bas van Kervel | 2016-09-01 | 2 | -1/+53 |
| | | | | |||||
* | | | | Merge pull request #2984 from karalabe/fix-head-sub | bas-vk | 2016-09-09 | 5 | -1/+132 |
|\ \ \ \ | |_|/ / |/| | | | core/types, ethclient: fix broken subscriptions | ||||
| * | | | core/types: add core type marshal methods too | Péter Szilágyi | 2016-09-08 | 4 | -0/+131 |
| | | | | |||||
| * | | | ethclient: fix new block->header subscription endpoint | Péter Szilágyi | 2016-09-08 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #2979 from karalabe/ethclient-sync-api | Péter Szilágyi | 2016-09-06 | 7 | -55/+105 |
|\ \ \ | | | | | | | | | ethereum, ethclient: add SyncProgress API endpoint | ||||
| * | | | ethereum, ethclient: add SyncProgress API endpoint | Péter Szilágyi | 2016-09-06 | 7 | -55/+105 |
|/ / / | |||||
* | | | Merge pull request #2976 from fjl/utils-version | Felix Lange | 2016-09-05 | 7 | -76/+124 |
|\ \ \ | | | | | | | | | cmd/evm, cmd/geth, cmd/utils: move version handling to cmd/utils | ||||
| * | | | cmd/geth: fix port clash in genesis test | Felix Lange | 2016-09-05 | 1 | -1/+4 |
| | | | | |||||
| * | | | cmd/evm, cmd/geth, cmd/utils: move version handling to cmd/utils | Felix Lange | 2016-09-05 | 6 | -75/+120 |
|/ / / | |||||
* | | | Merge pull request #2949 from elliots/fix/#2948 | Péter Szilágyi | 2016-09-02 | 1 | -12/+4 |
|\ \ \ | | | | | | | | | miner: Prevent attempts to close nil quit channel in agent (fixes #2948) | ||||
| * | | | miner: Move CpuAgent channel creation from Start() to initialization (fixes ↵ | ☃ Elliot Shepherd | 2016-08-25 | 1 | -12/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | #2948) Also remove the now un-needed mutex locking in Start() and Stop() | ||||
* | | | | Merge pull request #2742 from karalabe/tx-spam-protection | Jeffrey Wilcke | 2016-09-02 | 15 | -553/+1146 |
|\ \ \ \ | | | | | | | | | | | Transaction pool optimizations | ||||
| * | | | | core: abstract out a sorted transaction hash map | Péter Szilágyi | 2016-09-02 | 4 | -222/+229 |
| | | | | | |||||
| * | | | | core: add upper bound on the queued transctions | Péter Szilágyi | 2016-09-02 | 3 | -33/+203 |
| | | | | | |||||
| * | | | | core/types, miner: switch over to the grouped tx sets | Péter Szilágyi | 2016-09-02 | 3 | -119/+98 |
| | | | | | |||||
| * | | | | core, eth, internal, miner: optimize txpool for quick ops | Péter Szilágyi | 2016-09-02 | 14 | -426/+788 |
| | | | | | |||||
| * | | | | core, eth, miner: only retain 1 tx/nonce, remove bad ones | Péter Szilágyi | 2016-09-02 | 6 | -207/+282 |
|/ / / / | |||||
* | | | | Merge pull request #2972 from Arachnid/ens | Felix Lange | 2016-09-01 | 2 | -5/+26 |
|\ \ \ \ | | | | | | | | | | | contracts/ens: Replace setOwner with setSubnodeOwner per EIP137 | ||||
| * | | | | contracts/ens: Replace setOwner with setSubnodeOwner in accordance with EIP137 | Nick Johnson | 2016-09-01 | 2 | -5/+26 |
| | | | | | |||||
* | | | | | Merge pull request #2965 from fjl/swarm-merge | Felix Lange | 2016-09-01 | 51 | -13/+10805 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | swarm: plan bee for content storage and distribution on web3 | ||||
| * | | | | swarm: plan bee for content storage and distribution on web3 | ΞTHΞЯSPHΞЯΞ | 2016-08-31 | 51 | -13/+10805 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change imports the Swarm protocol codebase. Compared to the 'swarm' branch, a few mostly cosmetic changes had to be made: * The various redundant log message prefixes are gone. * All files now have LGPLv3 license headers. * Minor code changes were needed to please go vet and make the tests pass on Windows. * Further changes were required to adapt to the go-ethereum develop branch and its new Go APIs. Some code has not (yet) been brought over: * swarm/cmd/bzzhash: will reappear as cmd/bzzhash later * swarm/cmd/bzzup.sh: will be reimplemented in cmd/bzzup * swarm/cmd/makegenesis: will reappear somehow * swarm/examples/album: will move to a separate repository * swarm/examples/filemanager: ditto * swarm/examples/files: will not be merged * swarm/test/*: will not be merged * swarm/services/swear: will reappear as contracts/swear when needed | ||||
* | | | | Merge pull request #2918 from hypergig/patch-2 | Felix Lange | 2016-09-01 | 1 | -0/+12 |
|\ \ \ \ | |/ / / |/| | | | Small docker run example for main README | ||||
| * | | | README: docker run example | Jordan Cohen | 2016-08-19 | 1 | -0/+12 |
| | | | | |||||
* | | | | Merge pull request #2962 from fjl/release-move | Felix Lange | 2016-08-31 | 8 | -24/+8 |
|\ \ \ \ | | | | | | | | | | | contracts/release: move package release to contracts/ | ||||
| * | | | | contracts/release: move package release to contracts/ | Felix Lange | 2016-08-30 | 8 | -24/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change also deletes generator.go, moving the only interesting line in it into release.go. The binding has been regenerated with abigen from develop and solc v0.3.6. | ||||
* | | | | | Merge pull request #2963 from fjl/ens-solc-0.3.6 | Felix Lange | 2016-08-31 | 3 | -12/+12 |
|\ \ \ \ \ | | | | | | | | | | | | | contracts/ens: regenerate binding with solc v0.3.6 | ||||
| * | | | | | contracts/ens: regenerate binding with solc v0.3.6 | Felix Lange | 2016-08-30 | 3 | -12/+12 |
| |/ / / / | |||||
* | | | | | Merge pull request #2964 from nagydani/develop | Felix Lange | 2016-08-31 | 5 | -39/+11 |
|\ \ \ \ \ | | | | | | | | | | | | | contracts/chequebook: fix possible reentrancy bug in chequebook contract | ||||
| * | | | | | contracts/chequebook/contract: fix possible reentrancy bug in chequebook.sol | Daniel A. Nagy | 2016-08-31 | 5 | -39/+11 |
|/ / / / / |