- Apr 11, 2016
-
-
Péter Szilágyi authored
console: use transaction output formatter for eth.pendingTransactions…
-
Péter Szilágyi authored
accounts/abi/bind: support generating bindings for various arrays
-
- Apr 06, 2016
-
-
Bas van Kervel authored
-
- Apr 05, 2016
-
-
Péter Szilágyi authored
-
Jeffrey Wilcke authored
rpc: use go-winio instead of vendoring a named pipe implementation
-
Jeffrey Wilcke authored
RPC pub sub
-
- Apr 04, 2016
-
-
Jeffrey Wilcke authored
core, miner: remove Frontier canary
-
Jeffrey Wilcke authored
abi: support for input and output slices & removed support for implicit type conversion
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Felix Lange authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
p2p: enable EIP-8 handshake sending
-
Jeffrey Wilcke authored
cmd/utils, miner: A/B testing JIT VM. Disabled for miners
-
Jeffrey Wilcke authored
cmd/geth: add missing gas target flag (fixing 0 convergence issue)
-
Péter Szilágyi authored
-
- Apr 03, 2016
-
-
Felix Lange authored
With the Ethereum Homestead fork is now behind us, we can assume that everyone runs an EIP-8 capable client.
-
- Apr 02, 2016
-
-
Jeffrey Wilcke authored
cmd/geth: fix startup with empty database
-
- Apr 01, 2016
-
-
Felix Lange authored
This prevents display of the warning for --dev and --olympic.
-
Felix Lange authored
-
Bas van Kervel authored
-
Jeffrey Wilcke authored
accounts/abi/bind: surface raw wrappers to access low level ops
-
Jeffrey Wilcke authored
common: added Hash unmarshal json length validation
-
Jeffrey Wilcke authored
This PR introduces a 10% probability that you'll run the client with the JIT enabled testing the new client and helps us potentially catch errors when reported. This feature is **disabled** for miners (disabling the JIT completely). The JIT can however be force for miners if they enable both --jitvm and --forcejit.
-
Jeffrey Wilcke authored
eth: enforce signing hashes using eth_sign instead of arbitrary data
-
Jeffrey Wilcke authored
core: homestead chain configuration & artificial gas floor target mining flag
-
Jeffrey Wilcke authored
-
Péter Szilágyi authored
-
- Mar 31, 2016
-
-
Jeffrey Wilcke authored
Exposes some core methods to transition and compute new state information and adds an additional return value to the transition db method to fetch required gas for that particular message (excluding gas refunds from any SSTORE[X] = 0 and SUICIDE. Fixes #2395
-
Jeffrey Wilcke authored
The chain maker and the simulated backend now run with a homestead phase beginning at block 0 (i.e. there's no frontier). This commit also fixes up #2388
-
Jeffrey Wilcke authored
Added chain configuration options and write out during genesis database insertion. If no "config" was found, nothing is written to the database. Configurations are written on a per genesis base. This means that any chain (which is identified by it's genesis hash) can have their own chain settings.
-
Jeffrey Wilcke authored
-
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
-