Daira-Emma Hopwood

Results 724 comments of Daira-Emma Hopwood

* [ ] [bdb.mk](https://github.com/zcash/zcash/blob/master/depends/packages/bdb.mk) (see #2413; blocked by #2505) * [ ] [boost.mk](https://github.com/zcash/zcash/blob/master/depends/packages/boost.mk) (v1.66.0; recommend upgrade to latest [v1.69.0](https://www.boost.org/users/history/version_1_69_0.html)) * [ ] [googletest.mk](https://github.com/zcash/zcash/blob/master/depends/packages/googletest.mk) (v1.8.0; only affects tests, latest is [v1.8.1](https://github.com/google/googletest/releases)...

OpenSSL: * We don't use OpenSSL's implementation of ECDSA, DSA, EC scalar multiplication, or GF(2m) in the main Zcash protocol. (We should keep up-to-date anyway. I think we do use...

The converse of this issue also applies to TXOs for which a *spending* transaction is unminable. That may be an inaccessible-funds issue. However, I think it only occurs when sharing...

@nuttycom wrote: > `SqlTransaction` was added to the codebase much later on, to deal with some problems around how to implement the `WalletCommitmentTrees` trait. I can't recall all the problems...

I strongly think we should make this change. It's basically just a search-and-replace of `extern "C"` to `extern "C-unwind"` in Rust code. (See however https://github.com/rust-lang/rust/issues/83116 .)

> Looking at the SQLite database, I see that my sent_notes table contains an output for the new recipient, and the new change note (that my balance increased by), but...

This only applies to non-contextual checks, right? Otherwise you have the following condition: * UTXO $u$ is not spent as of the current tip, and so a transaction $tx$ that...

Ah, it sounds as though that was considered in https://github.com/ZcashFoundation/zebra/issues/5376#issuecomment-1322957929 .

What commit of librustzcash is being used?

The rationale for keeping fees out of consensus has been that we might need to change the policy more quickly than would be easily allowed by a Network Upgrade, for...