Oghenovo Usiwoma
Oghenovo Usiwoma
## Feature Request **Is your feature request related to a problem? Please describe.** Currently, DataStore's Query filter is not optimal. It doesn't use any index available and uses O(n) search...
Currently, our default update event handler for `subscribeToMore` in our query hooks apply updates from update events to all query results in state. The handler uses the document's primary key...
## Feature Request Allow users to subscribe to local events on specific documents CC @wtrocki @kingsleyzissou
While testing filtering with `contains` operation, I discovered that array types are not saved to the db when using the websql adapter. After some digging, I realised that there is...
We want to generate hooks for Models, see example below; ``` export const useFindTodos = (filter?: Filter) => useQuery(TodoModel, filter); ``` The problem here is that to generate the above...
This PR improves the error message returned for blockchain.transaction.get when the bitcoin daemon cannot find the transaction. See #936
Add a function to create a taptree with leaves sorted by weight (likelihood of use) https://github.com/bitcoinjs/bitcoinjs-lib/issues/1766 Adapted from https://dev.to/eunovo/minimalizing-witness-weight-for-taproot-spend-script-paths-with-huffmans-algorithm-1j74
This PR implements a fix for the issue described in https://github.com/bitcoin/bitcoin/issues/29435. The problem is that the wallet is unable to abandon transactions that have unrelated parent conflicts. The solution implemented...
Filter height and store height sometimes go out of sync in unstable network connections as seen below: ``` flutter: INFO (sp_backend::api): Nakamoto started flutter: INFO (client): Initializing client (Signet).. flutter:...
This PR adds support for rawnode() and rawleaf() under tr() descriptor discussed in #24114 and [tr-rawnode-and-rawleaf](https://delvingbitcoin.org/t/tr-rawnode-and-rawleaf-support/901)