Marek Kotewicz
|
5cca2fa4f4
|
fixed "eth --console"
|
10 years ago |
Paweł Bylica
|
ff112cb94c
|
Make --vm command line option syntax consistent with other options.
|
10 years ago |
Paweł Bylica
|
91a954dd9d
|
Reapply --vm option changes to eth.
|
10 years ago |
Paweł Bylica
|
5df0d1b872
|
--vm command line option replacing --jit.
|
10 years ago |
Gav Wood
|
c9489a14e7
|
Fix js console. Clean up eth's main.
|
10 years ago |
chriseth
|
75795be231
|
Fixed typo.
|
10 years ago |
Lefteris Karapetsas
|
d557ca5370
|
Add hashrate command to interactive CLI mode
|
10 years ago |
Gav Wood
|
679143c233
|
Fix pow check and style.
|
10 years ago |
Gav Wood
|
7a0f3350b6
|
Fix importing.
|
10 years ago |
subtly
|
b39d687be2
|
fix copy/paste fail
|
10 years ago |
subtly
|
813c365fc4
|
Only modify logger to \r \r for interactive mode and do so with thread safely.
|
10 years ago |
subtly
|
ed80e1322b
|
windows build fix
|
10 years ago |
Gav Wood
|
f109b6d617
|
Fix & reduce verbosity.
|
10 years ago |
Gav Wood
|
a9b26e141e
|
Require prime number to start eth.
|
10 years ago |
Gav Wood
|
096662a692
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
346db17ba3
|
Parallelised large-file imports.
|
10 years ago |
Marek Kotewicz
|
0ccc6b973d
|
jsconsole session
|
10 years ago |
Gav Wood
|
d2780c3d6a
|
Use right scoping.
|
10 years ago |
arkpar
|
4b2dfe48ea
|
fixed eth build
|
10 years ago |
Gav Wood
|
267b24bea6
|
Support changing miner in eth.
|
10 years ago |
chriseth
|
2c37204a69
|
KeyManager refactoring to increase readability.
|
10 years ago |
Gav Wood
|
9afd426e5a
|
Refactor toJson out into separate file.
Implement basic admin_eth_* interfaces.
|
10 years ago |
Marek Kotewicz
|
ba64e80c4d
|
ethconsole executable
|
10 years ago |
CJentzsch
|
e923f9c435
|
add balanceatblock and storageatblock cli interactive commands#
|
10 years ago |
Marek Kotewicz
|
8580f91678
|
separated JSConsole core
|
10 years ago |
subtly
|
0a0d36382b
|
Fix bool.
|
10 years ago |
subtly
|
30e47e38cb
|
Slightly more aggressive 'require peer', required-peer pinning, and option to disable discovery.
|
10 years ago |
Gav Wood
|
0426393557
|
Include hash in client ID.
|
10 years ago |
Gav Wood
|
20e4fc7b93
|
First JSONRPC admin method.
|
10 years ago |
Gav Wood
|
3e46b869ad
|
Allow unlocking of wallets over RPC.
|
10 years ago |
Gav Wood
|
237d044a73
|
Reprocess in eth -i, don't network by default.
|
10 years ago |
CJentzsch
|
43f8d638fb
|
add transactnonce to ethcli
|
10 years ago |
Gav Wood
|
afd84b0b4b
|
Expand eth cli
Fixes #2125
|
10 years ago |
Gav Wood
|
7bff0d1f7d
|
Faster State diffs.
Support canary contract to stop mining.
Manage rude nodes.
|
10 years ago |
CJentzsch
|
af9c64da91
|
add queuestatus::importing
|
10 years ago |
Gav Wood
|
095b6f8189
|
Report bad blocks using published standards.
|
10 years ago |
CJentzsch
|
f78b6166d7
|
add eth(CLI) functionalities
|
10 years ago |
Gav Wood
|
46666c8450
|
Accept alternative nonce.
|
10 years ago |
Gav Wood
|
fdff985a30
|
--ask and --bid
|
10 years ago |
Lefteris Karapetsas
|
aab8a3af0f
|
Clarify usage of silence in eth/main
Making it global since it's a local variable used in a global way due to
being captured by an exported lamda function.
|
10 years ago |
yann300
|
05c47db947
|
rollback
|
10 years ago |
yann300
|
74c46b8298
|
rollback
|
10 years ago |
Gav Wood
|
9dd24197a4
|
Fix #2031
|
10 years ago |
yann300
|
39c5cc45d4
|
fix #2012
|
10 years ago |
CJentzsch
|
bb1ae30df9
|
add transact create
|
10 years ago |
Gav Wood
|
fcb629acda
|
ethkey utility with bare key tools.
|
10 years ago |
Gav Wood
|
05ea9941c9
|
Move non-cryptopp dependent stuff into devcore.
|
10 years ago |
Gav Wood
|
53d63f80c3
|
Pull out shared code into Aux file.
|
10 years ago |
Lars Pensjo
|
ed83256798
|
Enable -G without --opencl-device
Otherwise, -G doesn't work.
|
10 years ago |
Lefteris Karapetsas
|
648a83f0fc
|
Stricter interface for EthashAux::light()
|
10 years ago |