- Apr 12, 2016
-
-
Felix Lange authored
- Manager.Accounts no longer returns an error. - Manager methods take Account instead of common.Address. - All uses of Account with unkeyed fields are converted.
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
The account management API was originally implemented as a thin layer around crypto.KeyStore, on the grounds that several kinds of key stores would be implemented later on. It turns out that this won't happen so KeyStore is a superflous abstraction. In this commit crypto.KeyStore and everything related to it moves to package accounts and is unexported.
-
Felix Lange authored
These changes make prompting behave consistently on all platforms: * The input buffer is now global. Buffering was previously set up for each prompt, which can cause weird behaviour, e.g. when running "geth account update <input.txt" where input.txt contains three lines. In this case, the first password prompt would fill up the buffer with all lines and then use only the first one. * Print the "unsupported terminal" warning only once. Now that stdin prompting has global state, we can use it to track the warning there. * Work around small liner issues, particularly on Windows. Prompting didn't work under most of the third-party terminal emulators on Windows because liner assumes line editing is always available.
-
Felix Lange authored
Unlocking the accounts in the test doesn't help with anything.
-
Jeffrey Wilcke authored
rpc: several fixes and support for optional arguments
-
Bas van Kervel authored
rpc: be less restrictive on the request id rpc: improved documentation console: upgrade web3.js to version 0.16.0 rpc: cache http connections rpc: rename wsDomains parameter to wsOrigins
-
Jeffrey Wilcke authored
cmd/geth: add JS preload parameter
-
- Apr 11, 2016
-
-
Jeffrey Wilcke authored
Update ethash
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Bas van Kervel authored
-
Péter Szilágyi authored
cmd/utils: bugfix where database is opened multiple times
-
Péter Szilágyi authored
console: use transaction output formatter for eth.pendingTransactions…
-
Péter Szilágyi authored
accounts/abi/bind: support generating bindings for various arrays
-
- Apr 07, 2016
-
-
Bas van Kervel authored
-
- Apr 06, 2016
-
-
Bas van Kervel authored
-
- Apr 05, 2016
-
-
Péter Szilágyi authored
-
Jeffrey Wilcke authored
rpc: use go-winio instead of vendoring a named pipe implementation
-
Jeffrey Wilcke authored
RPC pub sub
-
- Apr 04, 2016
-
-
Jeffrey Wilcke authored
core, miner: remove Frontier canary
-
Jeffrey Wilcke authored
abi: support for input and output slices & removed support for implicit type conversion
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Felix Lange authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
p2p: enable EIP-8 handshake sending
-
Jeffrey Wilcke authored
cmd/utils, miner: A/B testing JIT VM. Disabled for miners
-
Jeffrey Wilcke authored
cmd/geth: add missing gas target flag (fixing 0 convergence issue)
-
Péter Szilágyi authored
-
- Apr 03, 2016
-
-
Felix Lange authored
With the Ethereum Homestead fork is now behind us, we can assume that everyone runs an EIP-8 capable client.
-
- Apr 02, 2016
-
-
Jeffrey Wilcke authored
cmd/geth: fix startup with empty database
-
- Apr 01, 2016
-
-
Felix Lange authored
This prevents display of the warning for --dev and --olympic.
-
Felix Lange authored
-
Bas van Kervel authored
-
Jeffrey Wilcke authored
accounts/abi/bind: surface raw wrappers to access low level ops
-
Jeffrey Wilcke authored
common: added Hash unmarshal json length validation
-
Jeffrey Wilcke authored
This PR introduces a 10% probability that you'll run the client with the JIT enabled testing the new client and helps us potentially catch errors when reported. This feature is **disabled** for miners (disabling the JIT completely). The JIT can however be force for miners if they enable both --jitvm and --forcejit.
-