- Apr 04, 2016
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
- 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
-
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
eth: enforce signing hashes using eth_sign instead of arbitrary data
-
Jeffrey Wilcke authored
core: homestead chain configuration & artificial gas floor target mining flag
-
Jeffrey Wilcke authored
-
Péter Szilágyi authored
-
- Mar 31, 2016
-
-
Jeffrey Wilcke authored
Exposes some core methods to transition and compute new state information and adds an additional return value to the transition db method to fetch required gas for that particular message (excluding gas refunds from any SSTORE[X] = 0 and SUICIDE. Fixes #2395
-
Jeffrey Wilcke authored
The chain maker and the simulated backend now run with a homestead phase beginning at block 0 (i.e. there's no frontier). This commit also fixes up #2388
-
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.
-
Jeffrey Wilcke authored
-
Péter Szilágyi authored
accounts/abi/bind, cmd/abigen: dedup structs, exclude patterns
-
Jeffrey Wilcke authored
eth: fix accidental nil panic on nil errors
-
Péter Szilágyi authored
-
Péter Szilágyi authored
eth: manually convert errors to strings on the trace API (json cannot)
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Mar 26, 2016
-
-
Péter Szilágyi authored
-
- Mar 25, 2016
-
-
Jeffrey Wilcke authored
accounts/abi/bind: fix double pointer in generated code
-
Péter Szilágyi authored
-
- Mar 24, 2016
-
-
Péter Szilágyi authored
accounts/abi/bind: Go ABI binding generator
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Mar 23, 2016
-
-
Jeffrey Wilcke authored
core, core/vm, tests: changed the initialisation behaviour of the EVM
-
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
-
Jeffrey Wilcke authored
Implemented the following block debugging RPC calls * Block(RLP) * BlockByFile(fileName) * BlockByNumber(number) * BlockByHash(hash)
-
Jeffrey Wilcke authored
The EVM is now initialised with an additional configured object that allows you to turn on debugging options.
-
Jeffrey Wilcke authored
Strip extraneous carriage return from end of entered password
-
Ramesh Nair authored
-
Jeffrey Wilcke authored
rpc/http: improve request handling
-
Bas van Kervel authored
-
- Mar 22, 2016
-
-
Jeffrey Wilcke authored
The EVM was previously initialised and created for every CALL, CALLCODE, DELEGATECALL and CREATE. This PR changes this behaviour so that the same EVM can be used through the session and beyond as long as the Environment sticks around.
-