- 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
-
- Mar 14, 2016
-
-
Jeffrey Wilcke authored
templates: added issue template
-
Jeffrey Wilcke authored
-
Péter Szilágyi authored
p2p/nat: fix #2291, NAT discovery did't abort on failure
-
Péter Szilágyi authored
-
- Mar 11, 2016
-
-
Felix Lange authored
Go 1.6 only prints stacks for the current goroutine by default, but for this panic we want to see all of them.
-
Felix Lange authored
Setting runtime.MemProfileRate to 0 through the flag default value makes it impossible to get an 'in-use' profile.
-
Jeffrey Wilcke authored
core: added future proc mutex lock
-
Péter Szilágyi authored
core: cache fresh headers and tds to avoid db trashing
-
Jeffrey Wilcke authored
Added a future lock which prevents the anything being added or removed from or to the set when looping over the set of blocks. This fixes a nil pointer in the range loop when trying to retrieve a block from the set which was previously available but removed due to regular chain processing. Fixes #2305
-
Péter Szilágyi authored
Godeps: pull in the leveldb upstream write race fix
-
Péter Szilágyi authored
-