- Feb 13, 2017
-
-
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)"
-
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
-
Vlad Gluhovsky 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
-
- Feb 12, 2017
-
-
Péter Szilágyi authored
travis: split Android off OSX, use native image
-
- Feb 10, 2017
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
cmd/abigen: parse contract name as abi identifier
-
- Feb 08, 2017
-
-
Максим Чусовлянов authored
closes #3650
-
- Feb 06, 2017
-
-
Bas van Kervel authored
-
- Feb 03, 2017
-
-
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
-
Felix Lange authored
event: address Feed review issues event: clarify role of NewSubscription function event: more Feed review fixes * take sendLock after dropping f.mu * add constant for number of special cases event: fix subscribing/unsubscribing while Send is blocked
-