tapdb: fix bug w.r.t null bool handling, allow InsertScriptKey to allow flipping known to true #3347
Annotations
3 errors and 2 warnings
run itest:
tapcfg/server.go#L102
cannot use db.WithTx(tx) (value of type *"github.com/lightninglabs/taproot-assets/tapdb/sqlc".Queries) as tapdb.AddrBook value in return statement: *"github.com/lightninglabs/taproot-assets/tapdb/sqlc".Queries does not implement tapdb.AddrBook (missing method DeclareScriptKeyKnown)
|
run itest:
tapcfg/server.go#L107
cannot use addrBookDB (variable of type *tapdb.TransactionExecutor[tapdb.AddrBook]) as tapdb.BatchedAddrBook value in argument to tapdb.NewTapAddressBook: *tapdb.TransactionExecutor[tapdb.AddrBook] does not implement tapdb.BatchedAddrBook (missing method DeclareScriptKeyKnown)
|
run itest
Process completed with exit code 2.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions/setup-go@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "logs-itest", "logs-itest-postgres".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading