- 23 Feb, 2017 15 commits
-
-
Péter Szilágyi authored
This command was meant as a hackish way to upgrade our chain database way back when nobody cared for live updates and the size of the database along with its import times was small. With the current database weighing hundreds of GBs and processing times of many days, this command is just ludicrous.
-
Péter Szilágyi authored
All the state and block tests are ran as part of our CU builds internally, as well as have been added to hive black-box tests. As such, there is no reason for maintaining an extra standalone tool.
-
Péter Szilágyi authored
Only ethereum/rpc-tests used this command, which hasn't been maintained for over a year now, a lot of tests failing. What's left of it was moved underneath hive, which can run the entire test against a black-box geth without special commands. Also a new RPC test suite is being added which is also based on black box tests, not needing special commands any more.
-
Péter Szilágyi authored
Contextual logger
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
gluk256 authored
* whisper: wnode updated for tests with geth * whisper: updated processing of incoming messages * whisper: symmetric encryption updated * whisper: filter id type changed to enhance security * whisper: allow filter without topic for asymmetric encryption * whisper: POW updated * whisper: logging updated * whisper: spellchecker update * whisper: error handling changed * whisper: JSON field names fixed
-
- 22 Feb, 2017 5 commits
-
-
Nick Johnson authored
This PR implements a differenceIterator, which allows iterating over trie nodes that exist in one trie but not in another. This is a prerequisite for most GC strategies, in order to find obsolete nodes.
-
Jeffrey Wilcke authored
Removed exported statedb object accessors, reducing the chance for nasty bugs to creep in. It's also ugly and unnecessary to have these methods.
-
Péter Szilágyi authored
travis: only run go vet and misspell on latest Go
-
Péter Szilágyi authored
-
Péter Szilágyi authored
travis, appveyor: update builders to Go 1.8
-
- 21 Feb, 2017 1 commit
-
-
Jeffrey Wilcke authored
-
- 20 Feb, 2017 4 commits
-
-
Jeffrey Wilcke authored
* cmd/geth: added 'geth bug' command Added bug command to geth, which will open a browser window with an issue template and some additional system information. * cmd/geth: update bug with better infos * cmd/geth: added browser fallback * cmd/geth: govet yo momma
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- 19 Feb, 2017 1 commit
-
-
Nick Johnson authored
accounts/usbwallet: swap karalabe/gousb to karalabe/hid
-
- 18 Feb, 2017 3 commits
-
-
Jeffrey Wilcke authored
-
Martin Holst Swende authored
-
Felix Lange authored
* vendor: add github.com/btcsuite/btcd/btcec * crypto: add btcec fallback for sign/recover without cgo This commit adds a non-cgo fallback implementation of secp256k1 operations. * crypto, core/vm: remove wrappers for sha256, ripemd160
-
- 17 Feb, 2017 4 commits
-
-
Jeffrey Wilcke authored
-
Péter Szilágyi authored
swarm/api/http: fix go vet issue on Go 1.8
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- 16 Feb, 2017 2 commits
-
-
Péter Szilágyi authored
vendor: update dependencies with github.com/kardianos/govendor
-
Felix Lange authored
-
- 15 Feb, 2017 1 commit
-
-
Felix Lange authored
-
- 14 Feb, 2017 2 commits
-
-
Péter Szilágyi authored
params: core, core/vm, miner: 64bit gas instructions
-
gluk256 authored
* whisper: mailserver test introduced, refactoring * whisper: validation test updated * whisper: max number of peers fixed * whisper: verification bug fixed * whisper: esthetic fix * whisper: interface changed to simplify the transition to v5 * whisper: preparation for version switch
-
- 13 Feb, 2017 2 commits
-
-
Jeffrey Wilcke authored
Reworked the EVM gas instructions to use 64bit integers rather than arbitrary size big ints. All gas operations, be it additions, multiplications or divisions, are checked and guarded against 64 bit integer overflows. In additon, most of the protocol paramaters in the params package have been converted to uint64 and are now constants rather than variables. * common/math: added overflow check ops * core: vmenv, env renamed to evm * eth, internal/ethapi, les: unmetered eth_call and cancel methods * core/vm: implemented big.Int pool for evm instructions * core/vm: unexported intPool methods & verification methods * core/vm: added memoryGasCost overflow check and test
-
Martin Holst Swende authored
* core,eth,internal: Added `debug_getBadBlocks()` method When bad blocks are discovered, these are stored within geth. An RPC-endpoint makes them availablewithin the `debug` namespace. This feature makes it easier to discover network forks. ``` * core, api: go format + docs * core/blockchain: Documentation, fix minor nitpick * core: fix failing blockchain test
-