obscuren
fc8bd7229e
Merge branch 'develop'
10 years ago
Maran
c2bca5939d
Added path check for Windows when loading external QML windows/components
10 years ago
Maran
05c1899895
Windos case for assetPath had a typo
10 years ago
Maran
7e88dd4e6b
Setup default asset path for windows
10 years ago
Maran
61d5d107b6
Make script inclusion via QML also relative to asset path
10 years ago
Maran
7f9e614b5d
Forgot two images
10 years ago
Maran
79259c916d
Use relative image paths to help with windows builds
10 years ago
obscuren
685aebc72e
Merge branch 'develop'
10 years ago
Jeffrey Wilcke
0360e60dd5
Merge pull request #101 from ethereum/revert-100-feature/ethutil-refactor
...
Revert "ethreact - Feature/ethutil refactor"
10 years ago
Jeffrey Wilcke
0c132e4c9e
Revert "ethreact - Feature/ethutil refactor"
10 years ago
Jeffrey Wilcke
f9e2e5276f
Merge pull request #100 from ethersphere/feature/ethutil-refactor
...
ethreact - Feature/ethutil refactor
10 years ago
obscuren
8e5117444e
New type of debugger
10 years ago
zelig
1e4ae24126
use ethreact.Event, unbuffered event channels, subscribe after loop reading from channel starts
10 years ago
obscuren
0ae3bbc3f5
deleted
10 years ago
obscuren
b9fa4dada8
Merge branch 'develop'
10 years ago
obscuren
9754c01f56
Added sample coin as a submodule
10 years ago
obscuren
043920d157
Removed sample coin
10 years ago
obscuren
3ebcd36667
Merge branch 'develop'
10 years ago
obscuren
9e38ca555d
Visual updates
10 years ago
obscuren
de183e80db
Silent compiler errors when continues compiling
10 years ago
obscuren
ca395306e3
Updated debugger
...
* Compile on the go. Continues compilation in order to update the ASM
view
* Short cuts commands
10 years ago
obscuren
24ff81d14e
Merge branch 'ethersphere-feature/clientid' into develop
10 years ago
zelig
9de30d96f0
Modify main wrappers
...
- clientIdentifier now set in main wrappers
- version handled within wrapper
- modify InitConfig now returning *ethutil.ConfigManager (passed to gui)
- added NewClientIdentity returning *ethwire.SimpleClientIdentiy (passed to ethereum)
11 years ago
zelig
a3c4823511
Gui saves custom client id and loglevel
...
- gui NewWindow takes SimpleClientIdentity as argument
- gui NewWindow takes ethutil.ConfigManager as argument to manage flag persistence
- gui now saves loglevel and custom client id via config.Save
- rename custom client id methods consistently also in wallet.qml
- clientIdentifier now set in main wrappers
- version handled within wrapper
- modify InitConfig now returning *ethutil.ConfigManager (passed to gui)
11 years ago
obscuren
0076fa583c
Merge branch 'develop'
11 years ago
obscuren
a0dd1ebb6d
.
11 years ago
obscuren
50c0938226
Break points and debugger commands
11 years ago
obscuren
98f21669c7
Merge branch 'develop'
11 years ago
obscuren
7d0004f058
For namreg only show items starting without leading zeros.
11 years ago
obscuren
e5b45d1c86
VM Update
11 years ago
obscuren
677de48f6c
Listen for namereg changes
11 years ago
obscuren
c4f9151c67
Moved files
11 years ago
obscuren
4918531dd5
Merge branch 'develop'
11 years ago
obscuren
2835321377
Fixed namereg
11 years ago
obscuren
74ef489fe2
Merge branch 'release/0.5.16' into develop
11 years ago
obscuren
cb595fb63c
Merge branch 'release/0.5.16'
11 years ago
obscuren
5d3259587f
bump
11 years ago
Jeffrey Wilcke
5e02d2b586
Merge pull request #96 from ethersphere/feature/keys
...
Feature/keys
11 years ago
zelig
ce88a73aa6
Merge branch 'develop' of github.com:ethereum/go-ethereum into feature/keys
11 years ago
obscuren
41a03b29ab
Merge branch 'ebuchman-miner_up_to_date' into develop
11 years ago
Ethan Buchman
0ed9528d76
fix: miner wait untill UpToDate
11 years ago
zelig
098f7f23ce
changed name for ethutil hex functions; and access to keyring via keyManager
11 years ago
zelig
8aea468744
gui changes
...
- remove lib *EthLib, expose gui itself to initial import window
- remove addr []byte instead use dynamic adress()
- use ethereum.KeyManager to retrieve address and privateKey
- add Session string (keyRing identifier)
- add and reimplement ImportAndSetPrivKey and CreateAndSetPrivKey
11 years ago
zelig
29cc1af2bc
remove ui/library; instead expose gui itself for initial window
11 years ago
zelig
e43e4ff2c1
main loop uses new flags and common methods in util: db, keymanager set up; passes KeyRing/Session string to gui
11 years ago
zelig
12fbb7ae5c
new command line options
...
- keyring: keyring/session identifier used by key manager
- keystore: choice of db/file key storage
- import message updated
- export: name of directory to export keys to (was bool)
11 years ago
zelig
ce4080faa7
Merge branch 'develop' of github.com:ethereum/go-ethereum into feature/keys
11 years ago
zelig
cf7fcadeca
added utility functions to set up db, keymanager, ethereum init and simplify key tasks
11 years ago
zelig
9bd67de671
remove keys file, now subsumed under ethcrypto/key_manager
11 years ago
zelig
27e1352c85
main loop uses new flags and common methods in util: db, keymanager set up
11 years ago