- 18 Feb, 2016 2 commits
-
-
Jeffrey Wilcke authored
-
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
-
- 17 Feb, 2016 1 commit
-
-
Jeffrey Wilcke authored
Godeps: update all dependencies
-
- 15 Feb, 2016 2 commits
-
-
Felix Lange authored
-
Felix Lange authored
-
- 14 Feb, 2016 2 commits
-
-
Jeffrey Wilcke authored
accounts/abi: support for typed array
-
Jeffrey Wilcke authored
Added support for fixed size and arbitrary length byte arrays to be marshallable in fixed size (typed) byte slices.
-
- 13 Feb, 2016 3 commits
-
-
Péter Szilágyi authored
eth/filters:
✨ pending logs✨ -
Péter Szilágyi authored
cmd, common, node, rpc: move HTTP RPC into node, drop singleton aspect
-
✨ ✨ Jeffrey Wilcke authoredPending logs are now filterable through the Go API. Filter API changed such that each filter type has it's own bucket and adding filter explicitly requires you specify the bucket to put it in.
-
- 12 Feb, 2016 3 commits
-
-
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.
-
Felix Lange authored
-
- 11 Feb, 2016 6 commits
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Jeffrey Wilcke authored
account/abi, vm/runtime: abi fixes & simplified runtime calling mechanism
-
Jeffrey Wilcke authored
Implemented `runtime.Call` which uses - unlike Execute - the given state for the execution and the address of the contract you wish to execute. Unlike `Execute`, `Call` requires a config.
-
Jeffrey Wilcke authored
Removed old unmarshalling of return types: `abi.Call(...).([]byte)`. This is now replaced by a new syntax: ``` var a []byte err := abi.Call(&a, ...) ``` It also addresses a few issues with Bytes and Strings and can also handle both fixed and arbitrary sized byte slices, including strings.
-
Péter Szilágyi authored
eth: Added GPO to suggest default gas prices
-
- 10 Feb, 2016 3 commits
-
-
Péter Szilágyi authored
eth, eth/downloader, jsre: surface state sync progress through the API
-
Jeffrey Wilcke authored
This PR fixes a regression of the RPC where the default gas price that was being used for transaction wasn't properly using the GPO. This PR adds the GPO back to suggest gas prices rather than the hardcoded default of 10000000000000. Closes #2194
-
Péter Szilágyi authored
-
- 09 Feb, 2016 5 commits
-
-
Péter Szilágyi authored
eth, miner: move the public miner api into eth to access etherbase
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
eth/downloader: raise pending state limit that prevented concurrency
-
- 08 Feb, 2016 3 commits
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
eth_sendTransaction, error not reported
-
Bas van Kervel authored
-
- 06 Feb, 2016 1 commit
-
-
Jeffrey Wilcke authored
eth/filters: added notifications for out of bound log events
-
- 05 Feb, 2016 7 commits
-
-
Jeffrey Wilcke authored
Out of Bound log events are events that were removed due to a fork. When logs are received the filtering mechanism should check for the `removed` field on the json structure.
-
Péter Szilágyi authored
-
Jeffrey Wilcke authored
cmd/utils: fix jspath flag typo
-
Isidoro Ghezzi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
cmd, common, node, rpc: move IPC into the node itself
-
Péter Szilágyi authored
rpc: add jsonrpc version to module request, use json types
-
- 04 Feb, 2016 2 commits
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-