D-Stacks
ee09eb568a
fix fmt and linting
2022-10-16 13:44:48 +02:00
D-Stacks
e9f7169d99
fix converters
2022-10-16 13:39:38 +02:00
D-Stacks
f6d149352d
set-up app messages for notifications
2022-10-16 13:03:06 +02:00
D-Stacks
d6f0a16ebd
handle error properly
2022-10-16 12:22:14 +02:00
D-Stacks
735f9c29e0
add to verbose data and getInfo
2022-10-16 12:15:17 +02:00
D-Stacks
f820acd7df
remove some more
2022-10-16 11:40:35 +02:00
D-Stacks
231633f31a
remove excess functions from txindex
2022-10-16 11:13:23 +02:00
D-Stacks
8875d664de
downsize up rpc commands
2022-10-16 11:11:34 +02:00
D-Stacks
1f8fe53e73
add listener converters.
2022-10-15 23:26:52 +02:00
D-Stacks
22aeb048d1
update listener protos
2022-10-15 00:56:05 +02:00
D-Stacks
a905e34c8f
Merge branch 'add-tx-index' of https://github.com/D-Stacks/kaspad into add-tx-index
2022-10-14 18:55:28 +02:00
D-Stacks
32205a2f63
implement protobuf txindex notifications
2022-10-14 18:55:23 +02:00
D-Stacks
4ac225c5e3
Merge branch 'dev' into add-tx-index
2022-10-14 17:23:53 +02:00
D-Stacks
6f1456c44b
expose including & accepting blocks
2022-10-14 16:17:15 +02:00
D-Stacks
d401caced5
store accepting + including block + index
2022-10-14 00:47:14 +02:00
Ori Newman
26c7db251f
Make more checks if status is invalid even if the block exists ( #2158 )
...
* Make more checks if status is invalid even if the block exists
* Use HasHeader
v0.12.8-rc2
2022-10-13 19:22:00 +03:00
Michael Sutton
4d435f2b3a
Use utxo diff algo for pruning point move and use acceptance data method only as a fall-back ( #2157 )
...
Co-authored-by: Ori Newman <orinewman1@gmail.com>
v0.12.8-rc1
2022-10-12 12:37:13 +03:00
D-Stacks
7336b2d7eb
fix fmt
2022-10-10 17:47:50 +02:00
D-Stacks
325d2fd02e
fix batched calls
2022-10-10 17:46:44 +02:00
D-Stacks
1aa93d2fc4
some fixes, not all commands working
2022-10-10 17:12:24 +02:00
D-Stacks
1b5a236651
include commands in kaspactl
2022-10-10 15:14:08 +02:00
D-Stacks
3c94c86af3
fix fmt and linting
2022-10-10 14:51:10 +02:00
D-Stacks
8f1348b562
set-up client commnds
2022-10-10 14:49:52 +02:00
D-Stacks
4c9aa952cb
finish handlers
2022-10-10 14:31:42 +02:00
D-Stacks
e8e57fc2be
checkpoint: started work on handlers
2022-10-10 13:56:48 +02:00
D-Stacks
38e9ab81e4
set up appmessage converters
2022-10-10 12:06:45 +02:00
D-Stacks
06c67068ce
pass tests - linting & fmt
2022-10-10 10:01:35 +02:00
D-Stacks
15937698c5
add appmessages
2022-10-10 09:37:43 +02:00
D-Stacks
cc937a2d99
set up commands
2022-10-09 21:37:08 +02:00
D-Stacks
3b317fcb98
Merge branch 'dev' into add-tx-index
2022-10-09 20:40:16 +02:00
D-Stacks
9b6c2e3bfe
generate the protos
2022-10-09 20:38:46 +02:00
D-Stacks
11f5a49d5d
pass tests
2022-10-09 19:55:08 +02:00
Tiram
067688f549
Add a new testnet dnsseeder ( #2156 )
...
* Add a new testnet dnsseeder
* Apply code format
Co-authored-by: Ori Newman <orinewman1@gmail.com>
2022-10-05 09:23:35 +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
Michael Sutton
6a5e7c9e3f
Add IBD error details to the log ( #2150 )
2022-09-30 13:23:54 +03:00
Ori Newman
7e9b5b9010
Security Patch + HF ( #2142 )
...
* HF
* Fix lint
v0.12.7
2022-09-21 18:58:32 +03:00
D-Stacks
953838e0d8
Allow mismatched versioning connections with rpc_client, with a warning. ( #2137 )
2022-09-14 09:53:30 +03:00
D-Stacks
f7fcffe6aa
save changes
2022-09-13 22:25:50 +02:00
D-Stacks
87c5ad0abf
Merge branch 'dev' into add-tx-index
2022-09-10 13:51:58 +02:00
Ori Newman
a1dcb34c29
Update changelog for v0.12.6 ( #2136 )
v0.12.6
2022-09-09 15:57:43 +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
0838cc8e32
Update virtual on IBD if nearly synced ( #2134 )
...
* Update virtual on IBD if nearly synced
* Don't resolve virtual if updateVirtual
2022-09-09 00:52:08 +03:00
D-Stacks
de5f5518f5
Merge branch 'dev' into add-tx-index
2022-09-02 10:27:01 +02: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
D-Stacks
ca01c1f6d6
fic virtual change nil
2022-08-29 18:43:50 +02:00
D-Stacks
576a24a326
update with dev
2022-08-29 15:51:33 +02:00
Ori Newman
f6d46fd23f
Update changelog.txt for v0.12.5 ( #2130 )
...
* Update changelog.txt for v0.12.5
* Update version and add #2131 to changelog.txt
v0.12.5
2022-08-28 13:53:33 +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
Ori Newman
3286a7d010
Call update pruning point if required on resolve virtual ( #2129 )
...
* Call UpdatePruningPointIfRequired when resolving virtual
* Don't sanity check pruning point UTXO set if it's genesis
* Add UpdatePruningPointIfRequired on init
2022-08-24 13:32:39 +03:00