wowario
8dc0a5bfaf
Merge pull request '--background flag for wowlet - start websocket server' ( #26 ) from dsc/wowlet:wsserver into master
...
Reviewed-on: https://git.wownero.com/wowlet/wowlet/pulls/26
2021-03-30 12:01:34 +00:00
wowario
6b0ea884cb
Merge pull request 'update deb build script' ( #28 ) from wowario/wowlet:deb-script into master
...
Reviewed-on: https://git.wownero.com/wowlet/wowlet/pulls/28
2021-03-30 12:01:14 +00:00
wowario
a488a24514
Merge pull request 'clean up appicons' ( #27 ) from wowario/wowlet:mo-icons into master
...
Reviewed-on: https://git.wownero.com/wowlet/wowlet/pulls/27
2021-03-30 12:00:42 +00:00
wowario
fb3fc3bd8d
update deb build script
2021-03-30 09:17:50 +03:00
dsc
8968a8cbce
This commit introduces a websocket server via the --daemon
argument.
...
```
./wowlet --daemon 127.0.0.1:1234 --daemon-password "sekrit"
```
The wallet will start in the background and expose a websocket port that you can connect to using a websocket client. This way, you will be able to control the wallet via websockets. The commands are defined in wsserver.cpp, in the `processBinaryMessage()` function.
- `openWallet` - opens a wallet by path/password.
- `closeWallet` - close current wallet.
- `addressList` - Returns a list of receive addresses.
- `sendTransaction` - Creates and sends a transaction.
- `createWallet` - Create a wallet by path/password.
- `transactionHistory` - Returns the complete list of transactions
- `addressBook` - Returns the complete list of address book entries.
Messages sent back and forth between the server and client are JSON. There is a Python example client available over at https://git.wownero.com/wownero/wowlet-ws-client
2021-03-28 21:50:55 +02:00
wowario
a7d2c67e67
clean up appicons
2021-03-28 21:02:14 +03:00
wowario
40a575a5d6
Merge pull request 'add wow theme' ( #25 ) from wowario/wowlet:theme into master
...
Reviewed-on: https://git.wownero.com/wowlet/wowlet/pulls/25
2021-03-27 17:41:16 +00:00
wowario
f5b23c2e7e
add wow theme
2021-03-27 10:06:14 +03:00
wowario
7993442a34
Merge pull request 'fix .icns icon' ( #24 ) from wowario/wowlet:icons into master
...
Reviewed-on: https://git.wownero.com/wowlet/wowlet/pulls/24
2021-03-25 20:13:51 +00:00
wowario
8f4acf3b60
fix .icns icon
2021-03-25 23:11:58 +03:00
wowario
c59627b661
Merge pull request 'wow icons for mac' ( #23 ) from wowario/wowlet:icons into master
...
Reviewed-on: https://git.wownero.com/wowlet/wowlet/pulls/23
2021-03-25 19:31:58 +00:00
wowario
705426d489
wow icons for mac
2021-03-25 22:25:38 +03:00
wowario
81ad7bdb46
Merge pull request 'minor touch ups' ( #20 ) from wowario/wowlet:popup into master
...
Reviewed-on: https://git.wownero.com/wowlet/wowlet/pulls/20
2021-03-24 11:21:40 +00:00
wowario
f110cad24b
Merge pull request 'add deb build script [CI SKIP]' ( #21 ) from wowario/wowlet:deb into master
...
Reviewed-on: https://git.wownero.com/wowlet/wowlet/pulls/21
2021-03-24 11:21:28 +00:00
wowario
f989d2ae83
Merge pull request '[drone] only build windows when tagged' ( #22 ) from wowario/wowlet:trigger into master
...
Reviewed-on: https://git.wownero.com/wowlet/wowlet/pulls/22
2021-03-24 11:21:15 +00:00
wowario
686b37e630
[drone] only build windows when tagged
2021-03-24 10:16:19 +03:00
wowario
1265307bd0
add deb build script [CI SKIP]
2021-03-24 09:47:14 +03:00
wowario
955167d37f
update issues url
2021-03-23 23:03:03 +03:00
wowario
1f83c35103
drop ded node
2021-03-23 20:59:32 +03:00
wowario
a517fedd96
correct typo
2021-03-23 20:51:15 +03:00
wowario
732f34b595
Merge pull request '[drone] remove extra .exe [CI SKIP]' ( #19 ) from wowario/wowlet:drone into master
...
Reviewed-on: https://git.wownero.com/wowlet/wowlet/pulls/19
2021-03-22 21:51:29 +00:00
wowario
eb2f004d45
[drone] remove extra .exe [CI SKIP]
2021-03-23 00:50:25 +03:00
wowario
8b6eff5fb8
Merge pull request '[drone] mount vol' ( #17 ) from wowario/wowlet:drone into master
...
Reviewed-on: https://git.wownero.com/wowlet/wowlet/pulls/17
2021-03-22 21:18:36 +00:00
wowario
af743fc62f
[drone] mount vol
2021-03-22 23:53:24 +03:00
wowario
2c33333000
Merge pull request 'update submodule' ( #16 ) from wowario/wowlet:drone into master
...
Reviewed-on: https://git.wownero.com/wowlet/wowlet/pulls/16
2021-03-22 16:27:06 +00:00
wowario
2548134302
update submodule
2021-03-22 18:51:08 +03:00
wowario
7a995706b7
Merge pull request 'rename docker imgs' ( #15 ) from wowario/wowlet:drone into master
...
Reviewed-on: https://git.wownero.com/wowlet/wowlet/pulls/15
2021-03-22 15:48:17 +00:00
wowario
47aca44551
rename docker imgs
2021-03-22 18:22:41 +03:00
wowario
08e069b3d9
Merge pull request 'simple ci' ( #14 ) from wowario/wowlet:drone into master
...
Reviewed-on: https://git.wownero.com/wowlet/wowlet/pulls/14
2021-03-22 14:44:58 +00:00
wowario
6b7b4badcd
simple ci
2021-03-22 17:43:50 +03:00
wowario
a6cec46ecc
Merge pull request 'initialize submodules by default' ( #11 ) from wowario/wowlet:cmake into master
...
Reviewed-on: https://git.wownero.com/wowlet/wowlet/pulls/11
2021-03-22 12:57:05 +00:00
wowario
5ae3d42d1f
Merge pull request 'add ci badge' ( #12 ) from wowario/wowlet:readme into master
...
Reviewed-on: https://git.wownero.com/wowlet/wowlet/pulls/12
2021-03-22 12:56:52 +00:00
wowario
fedeaa5c0d
Merge pull request 'fix AppImage build' ( #13 ) from wowario/wowlet:appimg into master
...
Reviewed-on: https://git.wownero.com/wowlet/wowlet/pulls/13
2021-03-22 12:56:40 +00:00
wowario
ecca86a1ce
fix AppImage build
2021-03-22 15:05:47 +03:00
wowario
ea08119fa3
initialize submodules by default
2021-03-22 12:03:49 +03:00
wowario
c3b7ae3ab1
add ci badge
2021-03-22 12:00:17 +03:00
Chad Thundercock ⚡
6bb1f00082
Merge pull request 'wowletify BUILDING.md' ( #10 ) from qvqc/wowlet:master into master
...
Reviewed-on: https://git.wownero.com/wowlet/wowlet/pulls/10
2021-03-15 07:37:33 +00:00
qvqc
d6eea75b6a
wowletify BUILDING.md
2021-03-11 20:50:29 +00:00
wowlet
341f83f71f
Merge pull request 'rename-ccs-tab' ( #6 ) from w0wz0rz/wowlet:rename-ccs-tab into master
...
Reviewed-on: https://git.wownero.com/wowlet/wowlet/pulls/6
2021-02-22 21:13:08 +00:00
wowlet
10be6d49cb
Merge pull request 'Remove exchange tab' ( #5 ) from w0wz0rz/wowlet:rename into master
...
Reviewed-on: https://git.wownero.com/wowlet/wowlet/pulls/5
2021-02-22 21:12:40 +00:00
wowlet
09c0e488a8
Merge pull request 'rename submodule branch' ( #3 ) from wowario/wowlet:sub into master
...
Reviewed-on: https://git.wownero.com/wowlet/wowlet/pulls/3
2021-02-22 21:12:12 +00:00
wowlet
57736b1fee
Merge pull request 'rename to wowlet' ( #2 ) from wowario/wowlet:rename into master
...
Reviewed-on: https://git.wownero.com/wowlet/wowlet/pulls/2
2021-02-22 21:11:04 +00:00
w0wz0rz
e284c2e349
Rename CCS tab to WFS
2021-02-22 20:29:31 +00:00
w0wz0rz
675fe02cb1
Remove tab exchange
2021-02-22 20:22:28 +00:00
wowario
5fe631037c
rename files
2021-02-22 21:41:04 +03:00
wowario
736f10eb8a
rename submodule branch
2021-02-22 10:02:08 +03:00
wowario
c7c4237d10
rename to wowlet
2021-02-22 09:51:09 +03:00
wowlet
5e6bd0b9bb
Update 'README.md'
2021-02-21 18:16:10 +00:00
wowario
c1699c2c79
update opening pic
2021-02-20 18:21:37 +03:00
wowario
d7364e1d80
update drone file
2021-02-20 17:46:02 +03:00