-
The current implementation uses HardcodedFilter() in postgres_protocol_handler to filter the query types that are not supported in our system. This is hacky and does not take into account some corner …
-
After importing a **TESTNET4** wallet from Ashigaru, Sparrow created the wallet as a Nested Segwit one.
The 2 P2SH UTXOs were loaded correctly, but 1 P2WPKH UTXO that came from BIP47 is also displaye…
-
## Issue Description
When logging queries, there are two `BEGIN TRANSACTIONS` executing at once and save fails.
### Expected Behavior
No transaction errors. Driver should properly wait …
-
The `DeterministicKeyChain` class JavaDoc says that it implements BIP 32. I've been using it with BIP 44 paths (P2PKH only for now) and it seems to be working correctly, but the class could be modifie…
-
Add support for P2SH-wrapped SegWit Transactions.
There are two types of transactions, both of which appear as regular, backward-compatible (BIP-16) P2SH addresses to legacy (non-Segwit) wallet.
…
-
## Problem
Prisma requires MongoDB to run in a cluster mode, which in theory means that secondary nodes can be used for read only purposes, thus allowing more capital efficiency (by elevating read …
-
### SQLDelight Version
2.0.0-rc2
### Application Operating System
Android
### Describe the Bug
When running multiple queries in parallel, each in a separate transaction, an exception is thrown so…
-
Currently, heed is too restrictive on the write transactions and do not permit certain basic operations like writing the content of one database into another as the example shows below.
[According t…
-
I have a weird issue. Our code hangs whenever we try:
Example:
```ruby
ActiveRecord::Base.transaction do
ActiveGraph::Base.write_transaction do
User.first # User is an ActiveRecord objec…
-
Tarantool 2.2.0-108-gec93b4a55
```
sss = box.schema.space.create('tmp', { format = { { 'id', 'unsigned' } } })
sss:create_index('primary', { parts = { 'id' } })
sss:on_replace(function()
bo…
R-omk updated
5 years ago