- 14 Feb, 2017 1 commit
-
-
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 29 commits
-
-
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
-
zelig authored
-
Péter Szilágyi authored
Revert "params: core, core/vm, miner: 64bit gas instructions (#3514)"
-
Jeffrey Wilcke authored
This reverts commit 8b57c494.
-
Péter Szilágyi authored
accounts: initial support for Ledger hardware wallets
-
Viktor Trón authored
* swarm/network: integrity on incoming known chunks * swarm/network: fix integrity check for incoming chunks * swarm/storage: imrpoved integrity checking on chunks * dbstore panics on corrupt chunk entry an prompts user to run cleandb * memstore adds logging for garbage collection * dbstore refactor item delete. correct partial deletes in Get * cmd/swarm: added cleandb subcommand
-
gluk256 authored
-
Péter Szilágyi authored
- Handle a data race where a Ledger drops between list and open - Prolong Ledger tx confirmation window to 30 days from 1 minute - Simplify Ledger chainid-signature calculation and validation - Simplify Ledger USB APDU request chunking algorithm - Silence keystore account cache notifications for manual actions - Only enable self derivations if wallet open succeeds
-
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
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Martin Holst Swende authored
-
Zahoor Mohamed authored
-
- 12 Feb, 2017 1 commit
-
-
Péter Szilágyi authored
travis: split Android off OSX, use native image
-
- 10 Feb, 2017 2 commits
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
cmd/abigen: parse contract name as abi identifier
-
- 08 Feb, 2017 1 commit
-
-
Maksim authored
closes #3650
-
- 06 Feb, 2017 1 commit
-
-
Bas van Kervel authored
-
- 03 Feb, 2017 5 commits
-
-
Péter Szilágyi authored
event: use sync.Once for init for faster/cleaner locking
-
Diego Siqueira authored
Signed-off-by:
DiSiqueira <dieg0@live.com>
-
Péter Szilágyi authored
-
Péter Szilágyi authored
core/genesis: add support for setting nonce in 'alloc'
-
Péter Szilágyi authored
event: add new Subscription type and related utilities
-