- Feb 19, 2016
-
-
Felix Lange authored
-
- Feb 12, 2016
-
-
Felix Lange authored
The s2 parameter was not actually written to the MAC.
-
- Feb 11, 2016
-
-
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
-
- Feb 10, 2016
-
-
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
-
- Feb 09, 2016
-
-
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
eth/downloader: raise pending state limit that prevented concurrency
-
- Feb 08, 2016
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
eth_sendTransaction, error not reported
-
Bas van Kervel authored
-
- Feb 06, 2016
-
-
Jeffrey Wilcke authored
eth/filters: added notifications for out of bound log events
-
- Feb 05, 2016
-
-
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.
-
Jeffrey Wilcke authored
cmd/utils: fix jspath flag typo
-
Isidoro Ghezzi 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
-
- Feb 04, 2016
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Feb 03, 2016
-
-
Jeffrey Wilcke authored
rpc: allow RPC requests on GET too
-
Péter Szilágyi authored
core/state, trie: don't leak database writes before commit
-
Péter Szilágyi authored
cmd, eth, rpc: fix some RPC issues with pending blocks
-
Péter Szilágyi authored
-
Péter Szilágyi authored
core/vm, rpc/api: added debug_replayTransaction RPC call
-
Péter Szilágyi authored
account/abi: implements event parsing
-
Péter Szilágyi authored
CONTRIBUTING: Added a feature section
-
- Feb 02, 2016
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
miner: register newly created remote agent in the API
-
Péter Szilágyi authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
Implementation of basic event parsing and its input types. This separates methods and events and fixes an issue with go type parsing and validation.
-
Peter Pratscher authored
Integrated code review suggestions Integrated last review comments
-
Jeffrey Wilcke authored
core, eth, rpc/api: rpc method to inspect the txpool queue
-
- Feb 01, 2016
-
-
Péter Szilágyi authored
-
Jeffrey Wilcke authored
p2p/discover: fix Windows-specific issue for larger-than-buffer packets
-
- Jan 31, 2016
-
-
Péter Szilágyi authored
containers/docker/master-alpine: add the legacy gmp lib back for now
-