- Mar 31, 2016
-
-
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.
-
- Mar 17, 2016
-
-
Péter Szilágyi authored
accounts/abi: Fixed bytes input accept []byte and variable input support
-
- Mar 16, 2016
-
-
Péter Szilágyi authored
eth, miner: fetch pending block/state in on go (data race)
-
Péter Szilágyi authored
accounts/abi: handle the "constant" modifier for functions
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
core: fixed various typos
-
- Mar 15, 2016
-
-
Felix Lange authored
core, eth: replace reorganiz with reorganis
-
Leif Jurvetson authored
-
Felix Lange authored
core: various typos
-
Felix Lange authored
eth: various typos
-
Leif Jurvetson authored
-
Leif Jurvetson authored
-
Leif Jurvetson authored
-
Jeffrey Wilcke authored
Fixed up `[]byte` slice support such that `function print(bytes input)` accepts `[]byte` as input and treats it as 1 element rather than a slice of multiple elements. Added support for variable length input parameters like `bytes` and `strings`.
-
Péter Szilágyi authored
cmd/utils, internal/debug: fixes for debugging
-