zelig
59a7b13019
typo interrupt
11 years ago
zelig
32b09d652d
non-interactive option
...
- add -y flag for non-interactive use
- refactor main
- output to logfile (not ideal..) but not to all ethutil loggers for privacy
11 years ago
zelig
f4c13f8656
logfile
...
- add logfile option to ethereum client flags
- fallback to StdOut
- Logger appended to ethutil.Config.Log loggers
- wrapper uses ethutil.Config.Log
11 years ago
zelig
7f0c974008
empty string -> empty byte array
11 years ago
Maran
c23a971a1f
Fix up paneling
11 years ago
Maran
91c75c9305
Adding log messages to debug panel
11 years ago
Maran
28a48f1d9a
Merge branch 'develop' of github.com:ethereum/go-ethereum into develop
11 years ago
Maran
8a2698ad5e
Add send to contract
11 years ago
obscuren
d092d05a31
Merge
11 years ago
obscuren
ce43a9500f
Debug steps
11 years ago
Maran
ab8d96258e
Added isContract to gui
11 years ago
Maran
3f82d5172f
remove test menu
11 years ago
Maran
11aa7da6c3
Initial refactor for wallet qml
11 years ago
Maran
5768b18a3b
Refactored simple send to use states
11 years ago
obscuren
710bbed1a2
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
11 years ago
obscuren
a9a6585913
Debugger
11 years ago
Maran
4d18798468
Fix merge conflicts
11 years ago
Maran
cf1ae41bc0
Improved (hopefully) the send transaction tab
11 years ago
obscuren
8280dd65e6
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
11 years ago
obscuren
3238894a3b
Added wip debugger
11 years ago
Maran
e2bf5d1270
Implemented key importing/generation for the GUI
11 years ago
Maran
834e43622c
Merge branch 'feature/mnemonic' into develop
11 years ago
Jeffrey Wilcke
d9ce5f5f82
Merge pull request #32 from cabreraalex/develop
...
Fixed up grammar and spelling in README
11 years ago
Maran
cc5501b12f
Importing mnemonic support
11 years ago
Maran
52b63459e9
Merge branch 'develop' into feature/mnemonic
11 years ago
obscuren
1e94cb5286
Nonce handling
11 years ago
Alex Cabrera
cd799926d2
Fixed up grammar and spelling in README
11 years ago
Maran
2edf133b46
Added mnemonic priv key
11 years ago
obscuren
5da03f2e36
Merge branch 'develop' into miner
11 years ago
Maran
ee5e7f2b35
Fix merge conflict
11 years ago
obscuren
5660d598df
Added tx output
11 years ago
obscuren
e403b28eea
Fixed miner
11 years ago
obscuren
97b98b1250
Fixed an issue with sending gas to a contract
11 years ago
obscuren
ebbc5e7cb8
Updated to new mutan api
11 years ago
obscuren
3fb7ae2fa1
Removed CreateTx
11 years ago
obscuren
c5215fd4fb
Added gas and gas price.
...
* library's `createTx` method changed so it accepts a gas price
* dev console accepts code as well as the library
11 years ago
obscuren
1257e8b4b3
Merge branch 'master' into develop
11 years ago
Jeffrey Wilcke
1323f60c07
Merge pull request #31 from ethersphere/master
...
assetPath configurable on command line for ethereal GUI
11 years ago
obscuren
e65c4ee93e
Updated transaction constructor
11 years ago
zelig
49c710bf44
assetPath configurable on command line for ethereal GUI
...
- solves the problem of non-standard installs
- add AssetPath to config as string var
- introduced UiLib constructor which falls back to defaultAssetPath (earlier behaviour) if no assetPath is set
- defaultAssetPath now internal concern of UiLib
- gui.Start(assetPath) argument passed from ethereal main() as set Init() in config.go
- informative log message if wallet.qml fails to open
11 years ago
Maran
a30f5730b3
Reimplement new miner creation
11 years ago
Maran
6724d27c0c
Merge master into miner branch
11 years ago
obscuren
642630db15
Moved node to ethereum
11 years ago
obscuren
45ec9c88e4
Moved node to ethereum
11 years ago
obscuren
fe79a8f724
Merge branch 'develop' of https://github.com/WeMeetAgain/go-ethereum into WeMeetAgain-develop
...
Conflicts:
ethereal/Makefile
11 years ago
obscuren
1f2547b8a7
Major re-organisation.
...
The Ethereum node and Gui are now separated.
11 years ago
obscuren
22b4e9b617
.
11 years ago
obscuren
0db86e4485
Updated to work with the new chain
11 years ago
Maran
3002570085
Mining rework
11 years ago
Maran
07734c1e1c
Merge conflicts
11 years ago