-
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.
…
-
## 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 …
-
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…
-
When writing re-usable code it is often the case that a function accepts a DatabasePoolConnection | DatabaseTransactionConnection, this can be a transaction or database connection. If the function nee…
-
It's possible I've misunderstood or overlooked something, but as best I can tell:
The [documentation on managed transactions](https://jdbi.org/releases/3.41.2/#_managed_transactions) says
> Th…
-
[Maurer et al](https://fadibarbara.it/papers/Anonymous_CoinJoin_Transactions_with_Arbitrary_Values.pdf)'s sub-transaction mappings model quantifies the relatedness of inputs and outputs of a transacti…
-
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
-
After migrating from ef6 to efcore, when there are multiple DbContexts in the TransactionScope (even if they share the same connection), it returns an error the second time SaveChanges, even if enlist…
yxou updated
11 months ago