- Mar 26, 2016
-
-
Péter Szilágyi authored
-
- Mar 24, 2016
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Mar 23, 2016
-
-
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
The EVM is now initialised with an additional configured object that allows you to turn on debugging options.
-
Ramesh Nair authored
-
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 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.
-
- Mar 09, 2016
-
-
Péter Szilágyi authored
-
- Mar 08, 2016
-
-
Bas van Kervel authored
-
- Mar 07, 2016
-
-
Kobi Gurkan authored
-
- Feb 29, 2016
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
- Feb 27, 2016
-
-
Jeffrey Wilcke authored
When attempting to paste very long lines of text the REPL goes completely fubar, never completing the paste. Removing the multiline support "fixes" this. Long lines of text are usually pasted when deploying contracts and as it stands right now makes creating new contracts from the REPL impossible.
-
- Feb 21, 2016
-
-
Ricardo Catalinas Jiménez authored
As we aren't really using the standarized SHA-3
-
- Feb 18, 2016
-
-
Gustav Simonsson authored
* change gas cost for contract creating txs * invalidate signature with s value greater than secp256k1 N / 2 * OOG contract creation if not enough gas to store code * new difficulty adjustment algorithm * new DELEGATECALL op code
-
- Feb 15, 2016
-
-
Felix Lange authored
-
- Feb 12, 2016
-
-
Felix Lange authored
This was requested by some users earlier but liner didn't support it at the time. It does now.
-
Felix Lange authored
Fixing the filename matters now because it will actually show up in JS backtraces.
-
- Feb 11, 2016
-
-
Péter Szilágyi authored
-
- Feb 09, 2016
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Feb 05, 2016
-
-
Péter Szilágyi authored
-
Isidoro Ghezzi authored
-
Péter Szilágyi authored
-
- Feb 04, 2016
-
-
Péter Szilágyi authored
-
- Feb 03, 2016
-
-
Péter Szilágyi authored
-
- Jan 28, 2016
-
-
Felix Lange authored
The debug package provides an RPC wrapper for glog settings and the debugging facilities of the Go runtime. They can be triggered through both command line flags and the IPC listener.
-
- Jan 26, 2016
-
-
Bas van Kervel authored
-
- Jan 19, 2016
-
-
Bas van Kervel authored
-
- Dec 18, 2015
-
-
Bas van Kervel authored
console: bugfix that causes the console to crash when connection to an endpoint without the personal api enabled
-
Felix Lange authored
In order to make this happen, kill all remaining trivial uses of common/{rlp,value}.go. The non-trivial ones have been updated earlier.
-
- Dec 14, 2015
-
-
Péter Szilágyi authored
-
Bas van Kervel authored
-
Péter Szilágyi authored
-
- Dec 08, 2015
-
-
Péter Szilágyi authored
-
- Dec 01, 2015
-
-
Felix Lange authored
Also remove some duplication around address/index parsing.
-
- Nov 30, 2015
-
-
Bas van Kervel authored
-