Jonathan Harvey-Buschel
Jonathan Harvey-Buschel
**Is your feature request related to a problem? Please describe.** If I start `tapd` with a default config, a default universe run by LL will be added to my universe...
## Change Description Description of change / link to associated issue. Similar change to https://github.com/btcsuite/btcd/pull/2238 . Updates the log rotation dependency s.t. we can use ZSTD compression for logs instead...
Starts to address #1078 . I think this logic can probably be simplified a fair amount wrt. reducing the # of switches. I think adding wrapper types with their own...
Once a batch reaches state `BatchStateConfirmed`, the minter has created and stored valid minting proofs. This is done here: https://github.com/lightninglabs/taproot-assets/blob/8fcd27c156b9628304a7c098ca61a22910d9a869/tapgarden/caretaker.go#L1145 That call happens _after_ the caretaker tries to deliver genesis...
Currently, we have itests that exercise the RPC endpoints, but not tests that check their safety; specifically that parsing gRPC `Request` types is panic-free and enforces the invariants that we...
```bash ================== WARNING: DATA RACE Write at 0x00c000a36040 by goroutine 7528: github.com/lightningnetwork/lnd/lntest/wait.NoError.func1() /home/gijs/go/pkg/mod/github.com/lightningnetwork/[email protected]/lntest/wait/wait.go:52 +0x50 github.com/lightningnetwork/lnd/lntest/wait.Predicate.func1() /home/gijs/go/pkg/mod/github.com/lightningnetwork/[email protected]/lntest/wait/wait.go:27 +0x33 Previous read at 0x00c000a36040 by goroutine 313: github.com/lightningnetwork/lnd/lntest/wait.NoError() /home/gijs/go/pkg/mod/github.com/lightningnetwork/[email protected]/lntest/wait/wait.go:63 +0x124 github.com/lightninglabs/taproot-assets/tapgarden_test.(*custodianHarness).assertEventsPresent() /home/gijs/git/taproot-assets/tapgarden/custodian_test.go:196 +0x24e...
Replacement for #2237 since `logrotate` was updated. This issue https://github.com/lightninglabs/taproot-assets/issues/1084 prompted me to look at how we could switch from gzip to zstd for log compression (better compression at the...
This PR adds a debug target for VSCode users to make itest debugging easier. Breakpoints in the itest work as expected, and with some changes you can also step into...