313 Commits

Author SHA1 Message Date
topianet
b307abd3d4
Update keys.go 2023-12-29 12:06:07 +01:00
topianet
219de1d7a7
Update create.go 2023-12-29 12:02:17 +01:00
topianet
e20f555a8d
Update Dockerfile 2023-12-29 11:58:59 +01:00
topianet
d0b35d7af3
Update sync.go 2023-12-29 11:57:36 +01:00
topianet
24aa972748
Update split_transaction_test.go 2023-12-29 11:56:51 +01:00
topianet
33c887ad27
Update split_transaction.go 2023-12-29 11:45:58 +01:00
topianet
a60c8ceb92
Update sign.go 2023-12-29 11:44:20 +01:00
topianet
2d41b94637
Update shutdown.go 2023-12-29 11:40:25 +01:00
topianet
23eb2b05dd
Update server.go 2023-12-29 11:39:22 +01:00
topianet
4a820f9782
Update send.go 2023-12-29 11:36:44 +01:00
topianet
3c0733633d
Update rpc.go 2023-12-29 11:35:53 +01:00
topianet
d5c4f477ff
Update log.go 2023-12-29 11:35:17 +01:00
topianet
e0f6d34bdd
Update external_spendable_utxos.go 2023-12-29 11:34:26 +01:00
topianet
d35b9303fe
Update create_unsigned_transaction.go 2023-12-29 11:33:26 +01:00
topianet
bc9ed11af6
Update common.go 2023-12-29 11:31:28 +01:00
topianet
b8eb850e92
Update address.go 2023-12-29 11:31:06 +01:00
topianet
de32f82f1d
Update broadcast.go 2023-12-29 11:30:42 +01:00
topianet
09fa9db803
Update balance.go 2023-12-29 11:29:33 +01:00
topianet
563f857438
Update address.go 2023-12-29 11:27:57 +01:00
topianet
aa74152540
Update Dockerfile 2023-12-29 11:26:54 +01:00
topianet
edd97324cc
Update mineloop.go 2023-12-29 11:25:39 +01:00
topianet
ed846b7d65
Update main.go 2023-12-29 11:23:13 +01:00
topianet
130f798622
Update log.go 2023-12-29 11:22:11 +01:00
topianet
754a3d366f
Update config.go 2023-12-29 11:21:25 +01:00
topianet
533102868b
Update client.go 2023-12-29 11:19:44 +01:00
topianet
f825ecbb9e
Update templatemanager.go 2023-12-29 11:18:26 +01:00
topianet
637bfe06bc
Update Dockerfile 2023-12-29 11:17:28 +01:00
topianet
89093d88d4
Update main.go 2023-12-29 11:11:14 +01:00
topianet
941f8d9847
Update config.go 2023-12-29 11:10:22 +01:00
topianet
b5c54beef6
Update kaspawalletd.proto 2023-12-23 21:29:16 +01:00
topianet
fc4c2d4c19
Update client.go 2023-12-23 02:14:27 +01:00
topianet
ce05a503f8
Update reflection_helpers.go 2023-12-23 02:09:59 +01:00
topianet
60c1e2ab0f
Update main.go 2023-12-23 02:05:49 +01:00
topianet
b643ca0964
Update command_parser.go 2023-12-23 02:00:44 +01:00
topianet
a0ef77decd
Update commands.go 2023-12-23 01:57:28 +01:00
topianet
fc7034e326
Update config.go 2023-12-23 01:53:27 +01:00
Ori Newman
7be3f41aa7
Avoid sending transactions with no funds (#2193) 2023-03-06 12:20:42 +02:00
Ori Newman
8aee8f81c5
Add Dockerfile to kaspawallet (#2187) 2023-02-27 13:11:52 +02:00
Svarog
ec3441e63f
Add --send-all to kaspawallet send command (#2181)
* Allow to send --all

* Fix a typo

---------

Co-authored-by: Ori Newman <orinewman1@gmail.com>
2023-02-27 12:39:01 +02:00
Ori Newman
27fdbd9c88
Upgrade to go 1.19 (#2191)
* Upgrade to go 1.19

* fmt
2023-02-27 10:03:11 +02:00
Ori Newman
09d698dd0e
Add note about change addresses to 'show-addresses' (#2170)
* Add note about change addresses to 'show-addresses'

* Use stdout
2022-11-20 12:12:09 +02:00
Ori Newman
ec51c6926a
Use one of the From addresses as a change address (#2164)
* Use one of the From addresses as a change address

* Use change address from fromAddress only if useExisting is set to true

* Change FromAddresses description
2022-11-17 15:31:18 +02:00
Ori Newman
7d44275eb1
Add found to GetBlock (#2165) 2022-11-16 23:48:05 +02:00
Ori Newman
2d54c9693b
Create directory before locking lock file (#2160) 2022-10-24 00:41:59 +03:00
Ori Newman
3a3fa0d3f0
Add lock file to kaspawallet (#2154)
* Add lock file to kaspawallet

* Add a possible explanation to password error

Co-authored-by: msutton <mikisiton2@gmail.com>
2022-10-02 23:42:14 +03:00
Ori Newman
cf4073b773
Remove HF activation code (#2152)
* Remove HF activation code

* Remove unused var totalInputs
2022-10-02 19:17:33 +03:00
Ori Newman
7e9b5b9010
Security Patch + HF (#2142)
* HF

* Fix lint
2022-09-21 18:58:32 +03:00
Ori Newman
23764e1b0b
Optionally show serialized transactions on send (#2135)
* Optionally show serialized transactions on send

* Explain more about serialized transactions

* Increase grpc server send message size
2022-09-09 15:51:20 +03:00
Ori Newman
9f51330f38
Remove tests from docker files (#2133)
* Remove tests from docker files

* Remove unused interface method
2022-09-01 14:14:37 +03:00
Svarog
2a7e03e232
Kaspawallet.send(): Make separate context for Broadcast, to prolong timeout (#2131)
* Kaspawallet.send(): Make separate context for Broadcast, to prolong timeout

* Amend comment

Co-authored-by: Michael Sutton <mikisiton2@gmail.com>
2022-08-28 13:17:58 +03:00