-
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.
…
-
my db config
` db = DBMaker.fileDB(f).fileMmapEnable()
.fileChannelEnable()
.closeOnJvmShutdown().make();`
exception is:
Invocation of init method failed; n…
-
### Discussed in https://github.com/sqlpage/SQLPage/discussions/710
Originally posted by **bever1337** November 25, 2024
Following example 11: https://sql.datapage.app/component.sql?component=…
-
The model that begins a transaction determines whether cache-safe transaction semantics are used. If safe and unsafe transactions are nested, data can end up committed to cache even when the database …
-
As a developer, I sometimes need to perform external actions when (and only when) the transaction commits and data actually lands in the database.
Examples:
1. Send email/notification after succes…
-
Round Trip Tear Sheet Example
`pf.create_round_trip_tear_sheet(returns, positions, transactions)`
> SpecificationError Traceback (most recent call last)
> in
> ---->…
-
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…
-
-
### Checklist
- [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests.
- [X] I added a descriptive title and summary to this issue.
##…
-
The sample from the Usage section is an excellent test of nested transactions. @marcucio did some good work to make this sample work with batching for the Android version. I also did a quick test to v…