zelig
b3e133dd15
Merge branch 'frontier/js' into frontier/nodeadmin.js
10 years ago
zelig
73af0302be
we do not use the name Frontier Console
10 years ago
zelig
b4060da9eb
ethutil -> common
10 years ago
zelig
5e7702fd05
Merge remote-tracking branch 'upstream/develop' into frontier/js
...
Conflicts:
cmd/ethereum/js.go
javascript/types.go
10 years ago
obscuren
76f215b0fe
Getters shouldn't need to be pointer receiver
10 years ago
obscuren
0dd9ac375b
undo
10 years ago
obscuren
22893b7ac9
removed compile
10 years ago
obscuren
d338650089
compilable trie (tests fail)
10 years ago
Taylor Gerring
5757f547a6
Allow latest/pending in filter options
10 years ago
obscuren
20b7162a62
Added functions to Hash & Address
...
* Set, SetString, SetBytes
* StringTo*, BytesTo*
10 years ago
obscuren
dc864ee3a5
Added ToString methods
10 years ago
obscuren
3cf51d5479
tmp
10 years ago
obscuren
f486c0ae56
new type + additional methods
10 years ago
obscuren
b523441361
Moved ethutil => common
10 years ago
zelig
8139d444f8
Merge remote-tracking branch 'upstream/develop' into frontier/nodeadmin.js
10 years ago
obscuren
0b8f66ed9e
updated godep ethash
10 years ago
obscuren
22fa59f131
moved to detail
10 years ago
zelig
ece5c2aade
Merge branch 'frontier/js' into frontier/nodeadmin.js
10 years ago
zelig
8393dab470
menubar back to mist main.qml
10 years ago
obscuren
d2e75cc957
cleaning up unused code
10 years ago
zelig
ff86d7d52a
Merge branch 'frontier/js' into frontier/nodeadmin.js
10 years ago
zelig
7bc40aa963
jsre: remove assetpath using GOPATH from test
10 years ago
obscuren
c87cc59bdf
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
...
Conflicts:
README.md
10 years ago
obscuren
8f84ddbbec
Linux build links
10 years ago
obscuren
0f26a62334
Linux build links
10 years ago
zelig
132e87a707
node admin interface for Frontier Console, see spec https://github.com/ethereum/go-ethereum/wiki/Frontier-Console
10 years ago
zelig
8ad0f1b8a3
eth:
...
- 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()
10 years ago
zelig
e150832734
p2p: server>discover table Self=Node exported
10 years ago
zelig
7279a485c2
CLI:
...
- js subcommand for vm
- console for Frontier console interactive REPL
- jspath in cli
- integrate jeth apiBindings
10 years ago
zelig
16ecb1e2ea
rpc
...
- 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
10 years ago
zelig
31ffca6d8a
remove jsre from mist
10 years ago
zelig
da44097800
jsre:
...
- 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
10 years ago
obscuren
2a5fbced7f
removed seed hash
10 years ago
obscuren
282d8c20fd
Merge branch 'fjl-block-tests' into develop
10 years ago
obscuren
d9966d6158
merge
10 years ago
obscuren
12cee1377f
Increased filter ticker time to 5 minutes
10 years ago
obscuren
95711bc2dd
Updated ethash
10 years ago
obscuren
387f6bba3e
POW fixes
10 years ago
obscuren
44636e5b82
typo
10 years ago
obscuren
35bc7b0d8a
Merge branch 'rpcfrontier' into develop
10 years ago
obscuren
532a74f50e
Improved errors. Closes #475
10 years ago
Jeffrey Wilcke
51df765e38
Merge pull request #481 from maran/feature/fromHexDry
...
DRY-up the use of fromHex in the project
10 years ago
Maran
9754e7aca7
Support for addresses with or without 0x. Fixes #472
10 years ago
Maran
991993357c
DRY up the use of fromHex and put it in ethutil
10 years ago
Taylor Gerring
f49e17eb39
Return null coinbase when accounts not created
...
Was previously returning nonsensical “0x”
10 years ago
Felix Lange
67f8f83a1b
cmd/ethereum: add blocktest command
10 years ago
Felix Lange
e463479b6c
eth: add ResetWithGenesisBlock
...
This depends on a change in ethash which exposes UpdateCache.
10 years ago
Felix Lange
6f8a2d6b84
eth: add hook for database creation
10 years ago
Felix Lange
58d9d98daf
cmd/utils: GetEthereum -> MakeEthConfig
...
This allows changing the config before starting Ethereum
with it.
10 years ago
Felix Lange
a80be98f31
tests: add helper functions for block tests
10 years ago