- 31 Mar, 2016 10 commits
- 
- 
Jeffrey Wilcke authoredThe 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 authoredAdded 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. 
- 
Péter Szilágyi authoredaccounts/abi/bind, cmd/abigen: dedup structs, exclude patterns 
- 
Jeffrey Wilcke authoredeth: fix accidental nil panic on nil errors 
- 
Péter Szilágyi authored
- 
Péter Szilágyi authoredeth: 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
 
- 
- 26 Mar, 2016 1 commit
- 
- 
Péter Szilágyi authored
 
- 
- 25 Mar, 2016 2 commits
- 
- 
Jeffrey Wilcke authoredaccounts/abi/bind: fix double pointer in generated code 
- 
Péter Szilágyi authored
 
- 
- 24 Mar, 2016 4 commits
- 
- 
Péter Szilágyi authoredaccounts/abi/bind: Go ABI binding generator 
- 
Péter Szilágyi authored
- 
Péter Szilágyi authored
- 
Péter Szilágyi authored
 
- 
- 23 Mar, 2016 9 commits
- 
- 
Jeffrey Wilcke authoredcore, core/vm, tests: changed the initialisation behaviour of the EVM 
- 
Jeffrey Wilcke authoredThis commit serves as a temporary workaround for enabling the jit until the block customisation PR is merged in. 
- 
Jeffrey Wilcke authored
- 
Jeffrey Wilcke authoredImplemented the following block debugging RPC calls * Block(RLP) * BlockByFile(fileName) * BlockByNumber(number) * BlockByHash(hash) 
- 
Jeffrey Wilcke authoredThe EVM is now initialised with an additional configured object that allows you to turn on debugging options. 
- 
Jeffrey Wilcke authoredStrip extraneous carriage return from end of entered password 
- 
Ramesh Nair authored
- 
Jeffrey Wilcke authoredrpc/http: improve request handling 
- 
Bas van Kervel authored
 
- 
- 22 Mar, 2016 1 commit
- 
- 
Jeffrey Wilcke authoredThe 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. 
 
- 
- 17 Mar, 2016 1 commit
- 
- 
Péter Szilágyi authoredaccounts/abi: Fixed bytes input accept []byte and variable input support 
 
- 
- 16 Mar, 2016 5 commits
- 
- 
Péter Szilágyi authoredeth, miner: fetch pending block/state in on go (data race) 
- 
Péter Szilágyi authoredaccounts/abi: handle the "constant" modifier for functions 
- 
Péter Szilágyi authored
- 
Péter Szilágyi authored
- 
Péter Szilágyi authoredcore: fixed various typos 
 
- 
- 15 Mar, 2016 7 commits
- 
- 
Felix Lange authoredcore, eth: replace reorganiz with reorganis 
- 
Leif Jurvetson authored
- 
Felix Lange authoredcore: various typos 
- 
Felix Lange authoredeth: various typos 
- 
Leif Jurvetson authored
- 
Leif Jurvetson authored
- 
Leif Jurvetson authored
 
-