Maran
e94e5ac75d
Implemented rpc for ethereal and ethereum
11 years ago
obscuren
ed64434dcc
Moved public interface
11 years ago
obscuren
5a692b9f2b
Moved API
11 years ago
obscuren
471bd398f3
Moved Ext ethereum api
...
Moved the external ethereum api which can be used by any 3rd party
application.
11 years ago
obscuren
da7828f336
Fixed tx nonce
11 years ago
obscuren
183dbcc6a0
fixed state object changes for eth api
11 years ago
obscuren
64c2550b31
Split off External applications from main library
...
External applications now accept containers which function as the
frontend where the ExtApplication functions as the backend. Containers
execute within their own engine and have their own context and are
destroyed when released.
11 years ago
obscuren
922974c760
Added muted
11 years ago
Casey Kuhlman
a0f35d3248
PreProcess moved to Mutan package
11 years ago
obscuren
68e5568804
Draft mut(an)ed(itor)
11 years ago
obscuren
0e8ca84b67
Updated version number
11 years ago
obscuren
e16fd323e8
Leverage the new watch & address:changed functionality
11 years ago
obscuren
c535d0d246
Added new block sub for webapp
11 years ago
obscuren
bb72347acf
Minor fixes and sample coin "improvements"
11 years ago
obscuren
43f1214f97
Refactored code
11 years ago
obscuren
b962779a13
Minor update and fixes to the gui and console
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
obscuren
1cd7d4456b
Updated to use new state object
11 years ago
obscuren
7cb065489c
added init and main functions to script
11 years ago
Maran
91c75c9305
Adding log messages to debug panel
11 years ago
obscuren
ce43a9500f
Debug steps
11 years ago
Maran
ab8d96258e
Added isContract to gui
11 years ago
obscuren
a9a6585913
Debugger
11 years ago
Maran
cf1ae41bc0
Improved (hopefully) the send transaction tab
11 years ago
obscuren
3238894a3b
Added wip debugger
11 years ago
Maran
e2bf5d1270
Implemented key importing/generation for the GUI
11 years ago
obscuren
1e94cb5286
Nonce handling
11 years ago
obscuren
5660d598df
Added tx output
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
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
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
obscuren
1f2547b8a7
Major re-organisation.
...
The Ethereum node and Gui are now separated.
11 years ago