Maran
|
7330c97b5b
|
DRY up the use of toHex in the project and move it to common
|
2015-03-16 16:56:11 +01:00 |
|
obscuren
|
b523441361
|
Moved ethutil => common
|
2015-03-16 11:27:38 +01:00 |
|
Maran
|
991993357c
|
DRY up the use of fromHex and put it in ethutil
|
2015-03-14 11:39:35 +01:00 |
|
Felix Lange
|
395da0e7c1
|
xeth: use Frontend interface to unlock accounts
The interface has moved to package xeth because that's where it is
actually used.
|
2015-03-10 02:00:06 +01:00 |
|
obscuren
|
738d6e20f2
|
Added ui.Interface to xeth
|
2015-03-09 13:49:14 +01:00 |
|
obscuren
|
827ea43478
|
removed all old filters
|
2015-03-03 20:38:28 +01:00 |
|
obscuren
|
6e50a1e9f5
|
Filter accepts multiple topics per entry. Fixes #403
|
2015-03-01 19:08:26 +01:00 |
|
obscuren
|
49ded3aa77
|
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
Conflicts:
accounts/account_manager.go
|
2015-02-26 12:06:01 +01:00 |
|
obscuren
|
982f73fa6d
|
Added timeout for filter & removed clipboard. Closes #350
|
2015-02-20 12:59:54 +01:00 |
|
obscuren
|
0057bb4ef6
|
WIP QT Clipboard
|
2015-02-19 11:51:38 +01:00 |
|
obscuren
|
567428fb34
|
Filter and mutex locks added
|
2015-02-17 16:12:55 +01:00 |
|
obscuren
|
8135752a32
|
"centralised" mining to backend. Closes #323
|
2015-02-17 12:24:58 +01:00 |
|
obscuren
|
e40c1c62ce
|
API changed to use Pubkey only. Reflected that change in the rest of the api
|
2015-02-05 15:00:59 -08:00 |
|
obscuren
|
c03d403437
|
Added whisper interface for xeth, added examples, updated RPC
* Added RPC methods for whisper
* Added whisper example
|
2015-01-30 13:25:12 +01:00 |
|
obscuren
|
adda54ac55
|
Added webengine initializer
|
2015-01-28 20:50:20 +01:00 |
|
obscuren
|
fb7c03ff4d
|
switched to obscuren/qml
|
2015-01-28 14:51:54 +01:00 |
|
obscuren
|
f3e78c8f3c
|
reworking messages => log
|
2015-01-28 10:23:18 +01:00 |
|
obscuren
|
62e0e18030
|
Changed public whisper api not to reveal temporary private keys
|
2015-01-14 18:12:18 +01:00 |
|
obscuren
|
e3cad04dec
|
Fixed whisper messages
* Whisper protocol wasn't properly suppling envelope slices
* Message history wasn't properly propagated
* Added 'Messages' method, filtering any current envelope with the
supplied filter.
|
2015-01-13 13:36:44 +01:00 |
|
obscuren
|
34689cb3f3
|
Added manual triggering of filters
|
2015-01-12 20:36:45 +01:00 |
|
obscuren
|
e3da85faed
|
Implemented filter for ws + fixes
* proper 0xhex
* filters fixed
* start of filter manager
* accounts for ws. Closes #246
|
2015-01-10 00:51:56 +01:00 |
|
obscuren
|
f9b0d1a8e7
|
Updated to new ethereum.js api
|
2015-01-09 13:36:47 +01:00 |
|
obscuren
|
c9f566269b
|
merged
|
2015-01-09 13:28:48 +01:00 |
|
obscuren
|
4a0ade4788
|
Fixed some whisper issues
|
2015-01-08 21:41:32 +01:00 |
|
obscuren
|
e32f7baa0d
|
Concat and pad data
|
2014-12-22 14:59:52 +01:00 |
|
obscuren
|
4051c0333f
|
Added whisper js api
|
2014-12-22 13:23:11 +01:00 |
|
obscuren
|
0e5aed63dd
|
Updated QWhisper
* changed api
* general whisper debug interface
|
2014-12-21 15:06:35 +01:00 |
|
obscuren
|
52b54631a4
|
Whisper watches fixes
|
2014-12-16 19:55:57 +01:00 |
|
obscuren
|
0291eff99a
|
Identity test
|
2014-12-15 21:52:50 +01:00 |
|
obscuren
|
c96e504adb
|
Typo
|
2014-12-15 17:28:51 +01:00 |
|
obscuren
|
01a6db9324
|
Added whisper debug interface + whisper fixes
|
2014-12-15 17:14:02 +01:00 |
|
obscuren
|
f8061fcba8
|
fixed tests
|
2014-12-12 22:38:54 +01:00 |
|
obscuren
|
4c84db85c5
|
eth-go packages ended up in whisper
|
2014-12-12 22:29:29 +01:00 |
|
obscuren
|
bf566a657c
|
Implemented Qt whisper interface
|
2014-12-12 22:24:41 +01:00 |
|
obscuren
|
9008b155d3
|
Renamed chain => core
|
2014-12-04 10:28:02 +01:00 |
|
obscuren
|
3ee0461cb5
|
Moved ethchain to chain
|
2014-10-31 10:59:17 +01:00 |
|
Felix Lange
|
69baa465ea
|
Merge eth-go repository into go-ethereum
mist, etheruem have been moved to cmd/
|
2014-10-23 15:01:27 +02:00 |
|
obscuren
|
d2bb83833f
|
Moved Filter's wrapping functions to their own util package. Fixes #61
* CLI ethereum should no longer require the Qt/QML package
|
2014-10-18 13:20:06 +02:00 |
|
obscuren
|
1f2547b8a7
|
Major re-organisation.
The Ethereum node and Gui are now separated.
|
2014-03-22 01:02:24 +01:00 |
|
obscuren
|
0db86e4485
|
Updated to work with the new chain
|
2014-03-21 11:16:41 +01:00 |
|
obscuren
|
85e0447684
|
Fixed asset path error. Fixes #29
|
2014-03-16 18:34:34 +01:00 |
|
obscuren
|
fbd53f0e34
|
Renamed block manager to state manager
|
2014-03-05 10:57:14 +01:00 |
|
obscuren
|
8275059856
|
Moved qml files, conform to the new server model.
QML files got moved to their own directories. QML now has a ui helper
which should find assets in the correct resource directory
|
2014-03-05 10:44:33 +01:00 |
|
obscuren
|
3d2c3b0107
|
Using asset path helper (includes a debug path atm)
|
2014-03-03 00:54:41 +01:00 |
|
Jarrad Hope
|
aa7c53b7ef
|
Search bin directory for qml
|
2014-02-28 16:41:30 +01:00 |
|
obscuren
|
560a7073f4
|
Fixed connection button spamming
|
2014-02-28 12:18:19 +01:00 |
|
obscuren
|
8d1d72abee
|
Improved overall UI design and added a bunch of icons
|
2014-02-28 12:16:46 +01:00 |
|
obscuren
|
dba1ba3822
|
Currency to string
|
2014-02-25 11:24:04 +01:00 |
|
obscuren
|
6451a7187a
|
Minor UI change
|
2014-02-25 10:55:44 +01:00 |
|
obscuren
|
78b6e7ad95
|
Proper Nonce
|
2014-02-25 10:54:37 +01:00 |
|