- Jul 16, 2016
-
-
Péter Szilágyi authored
-
- Jul 15, 2016
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Jun 29, 2016
-
-
Péter Szilágyi authored
This reverts commit 7a5b571c.
-
Péter Szilágyi authored
This reverts commit c4de2893.
-
Péter Szilágyi authored
This reverts commit ba784bdf.
-
- Jun 23, 2016
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Jun 22, 2016
-
-
Jeffrey Wilcke authored
This implements a generic approach to enabling soft forks by allowing anyone to put in hashes of contracts that should not be interacted from. This will help "The DAO" in their endevour to stop any whithdrawals from any DAO contract by convincing the mining community to accept their code hash.
-
- Jun 16, 2016
-
-
Zsolt Felföldi authored
-
- Jun 09, 2016
-
-
Bas van Kervel authored
-
- Jun 07, 2016
-
-
Zsolt Felföldi authored
-
- May 30, 2016
-
-
Péter Szilágyi authored
-
- May 02, 2016
-
-
Péter Szilágyi authored
-
Gustav Simonsson authored
-
- Apr 21, 2016
-
-
Péter Szilágyi authored
-
- Apr 14, 2016
-
-
Bas van Kervel authored
-
- Apr 12, 2016
-
-
Felix Lange authored
Text files created on Windows typically have \r\n line endings. Trim them when reading password files.
-
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
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.
-
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
-
- Apr 11, 2016
-
-
Bas van Kervel authored
-
- Apr 07, 2016
-
-
Bas van Kervel authored
-
- Apr 01, 2016
-
-
Felix Lange authored
-
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.
-
- Mar 31, 2016
-
-
Jeffrey Wilcke authored
Added chain configuration options and write out during genesis database insertion. If no "config" was found, nothing is written to the database. Configurations are written on a per genesis base. This means that any chain (which is identified by it's genesis hash) can have their own chain settings.
-
- Mar 23, 2016
-
-
Jeffrey Wilcke authored
This commit serves as a temporary workaround for enabling the jit until the block customisation PR is merged in.
-
Jeffrey Wilcke authored
The EVM is now initialised with an additional configured object that allows you to turn on debugging options.
-
Bas van Kervel authored
-
- Mar 09, 2016
-
-
Péter Szilágyi authored
-
- Mar 07, 2016
-
-
Kobi Gurkan authored
-
- Feb 29, 2016
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
- Feb 09, 2016
-
-
Péter Szilágyi authored
-
- Feb 05, 2016
-
-
Péter Szilágyi authored
-
Isidoro Ghezzi authored
-
Péter Szilágyi authored
-
- Feb 04, 2016
-
-
Péter Szilágyi authored
-
- Jan 28, 2016
-
-
Felix Lange authored
The debug package provides an RPC wrapper for glog settings and the debugging facilities of the Go runtime. They can be triggered through both command line flags and the IPC listener.
-