- 01 Apr, 2016 7 commits
- 
- 
Bas van Kervel authored
- 
Jeffrey Wilcke authoredaccounts/abi/bind: surface raw wrappers to access low level ops 
- 
Jeffrey Wilcke authoredcommon: added Hash unmarshal json length validation 
- 
Jeffrey Wilcke authoredeth: enforce signing hashes using eth_sign instead of arbitrary data 
- 
Jeffrey Wilcke authoredcore: homestead chain configuration & artificial gas floor target mining flag 
- 
Jeffrey Wilcke authored
- 
Péter Szilágyi authored
 
- 
- 31 Mar, 2016 12 commits
- 
- 
Jeffrey Wilcke authoredExposes 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 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. 
- 
Jeffrey Wilcke authored
- 
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 3 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
 
-