- 16 Mar, 2015 8 commits
- 15 Mar, 2015 17 commits
-
-
obscuren authored
-
obscuren authored
-
zelig authored
-
zelig authored
-
obscuren authored
-
zelig authored
-
zelig authored
-
obscuren authored
Conflicts: README.md
-
obscuren authored
-
obscuren authored
-
zelig authored
node admin interface for Frontier Console, see spec https://github.com/ethereum/go-ethereum/wiki/Frontier-Console
-
zelig authored
- NodeInfo, PeerInfo types, PeersInfo(), NodeInfo() in eth/backend to support node admin IF - start net only if MaxPeers > 0, close extraDb in Stop() - defer s.extraDb.Close()
-
zelig authored
-
zelig authored
- js subcommand for vm - console for Frontier console interactive REPL - jspath in cli - integrate jeth apiBindings
-
zelig authored
- camelcase fields dont play nice with otto value magic: JsonRpc -> Jsonrpc, ID -> Id - jeth: ethereum.js rpc transport provider direct bridge between js and ethereumApi via otto jsre
-
zelig authored
-
zelig authored
- require became loadScript(), no require is supplied - bignumber_js.go: heredoc v2.0.3 minified fixed for otto Regexp incompatibility https://github.com/robertkrimen/otto#regular-expression-incompatibility - bignumber.min.js also updated in mist/assets/ext - ethereum_js.go: latest master minified - assetPath in constructor - Eval/Exec/Handle/ToVal nice API - jsre tests
-
- 14 Mar, 2015 12 commits
- 13 Mar, 2015 3 commits
-
-
Taylor Gerring authored
Was previously returning nonsensical “0x”
-
Felix Lange authored
-
Felix Lange authored
This depends on a change in ethash which exposes UpdateCache.
-