User Details
- User Since
- Aug 5 2020, 16:14 (232 w, 1 d)
Today
tested with a Trezor T
Yesterday
feedback
Wed, Jan 15
rebase
rebase
rebase
rebase
remove wrong negative lock annotation
needs a rebase
needs a rebase
needs
needs a rebase
lock issue detected by clang
rebase, remove now useless hack to skip checkblockindex from D14653
Tue, Jan 14
rebase and add a syncwithvalidationinterfacequeue to the test
Mon, Jan 13
fix clippy error
revert accidental changes to package(-lock).json
Fri, Jan 10
collect the headers_hex
use headers_by_range which simplifies the code a lot
Thu, Jan 9
rename helper function json_to_u31. We still return a i32, because that's what all functions expect a block height to be in the node and the indexer, but with the added guarantee that it is >=0 . Returning a u32 would just shift the problem from checking >= 0 to checking <=2**31 -1, while requiring a lot of as i32 conversions when calling the indexer functions.
remove a duplicated test and improve another comment
fix comment in test
the todo is done
comment phrasing nit
rebase on D17496
rebase on D17496
remove unneeded import
Wed, Jan 8
nit: use format! rather than concat! and save a to_string() conversion