- Feb 23, 2017
-
-
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
-
Vlad Gluhovsky 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
-
- Feb 22, 2017
-
-
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
-
- Feb 21, 2017
-
-
Jeffrey Wilcke authored
-
- Feb 20, 2017
-
-
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
-
- Feb 19, 2017
-
-
Nick Johnson authored
accounts/usbwallet: swap karalabe/gousb to karalabe/hid
-
- Feb 18, 2017
-
-
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
-
- Feb 17, 2017
-
-
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
-
- Feb 16, 2017
-
-
Péter Szilágyi authored
vendor: update dependencies with github.com/kardianos/govendor
-
Felix Lange authored
-
- Feb 15, 2017
-
-
Felix Lange authored
-
- Feb 14, 2017
-
-
Péter Szilágyi authored
params: core, core/vm, miner: 64bit gas instructions
-
Vlad Gluhovsky 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
-
- Feb 13, 2017
-
-
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
-
Péter Szilágyi authored
-
Péter Szilágyi authored
params: 1.5.9 stable
-
Péter Szilágyi authored
Dockerfile: support building USB on Alpine, ignore temp files
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
cmd/swarm: handle SIGTERM unix signal for clean exit
-
Viktor Trón authored
-
Péter Szilágyi authored
Revert "params: core, core/vm, miner: 64bit gas instructions (#3514)"
-