obscuren
b962779a13
Minor update and fixes to the gui and console
11 years ago
obscuren
a3c8f83562
Updated test coin
11 years ago
obscuren
aec3e26ea0
Round one HTML external applications using QML(Qt5) WebKit2 w/o native bindings
11 years ago
obscuren
6d5d539a85
Round one HTML external applications using QML(Qt5) WebKit2 w/o native bindings
11 years ago
obscuren
a0c97b663d
Updated closure call
11 years ago
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
obscuren
9cf77cdbad
Moved compiling related object to utils package
11 years ago
obscuren
1cd7d4456b
Updated to use new state object
11 years ago
obscuren
6b644c17a7
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
11 years ago
obscuren
7cb065489c
added init and main functions to script
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