Francis Pouliot
Francis Pouliot
Album
Allow users to group images into album such as in Imgur
We've added Spark Wallet natively to cyphernode. Relevant commits: - https://github.com/SatoshiPortal/cyphernode/commit/1c154aea74c6f9e64857f4de413b01a8bcbe6636 - https://github.com/SatoshiPortal/cyphernode/commit/1269272fe600db73eab25f129ef69e55c767a528 Users can access the spark wallet from the Cyphernode Status Page, which they access after entering their...
First draft of new documentation for review. Done is better than perfect ;)
Get fees
For accounting purposes: ### add "get fees" endpoint - parameter: time range - parameter (optional): wallet instance if not supplied, will get fees of transactions from all spending wallets Basically,...
When RBF returns an error "descendants in the wallet", call "getmempooldescendants" for that TXID and get the latest descendant and bump that one
### An automated function: pegin - amount - (optional) from_wallet [default = default spender wallet] - (optional) to_wallet [default = default elements wallet] Calling this function will do this: 1....
### nice to have (not required for version 1, but required later) - [ ] listtransactions - [ ] getpeginaddress - [ ] claimpegin - [ ] sendtomainchain - [...
Useful reference: https://github.com/ElementsProject/elementsbp-api-reference/blob/master/api.md#createblindedaddress ### Priority (version 1) - [x] getnewaddress - no changes necessary from Bitcoin Core - [x] sendtoaddress - add parameter #6 : AssetID - [x] getwalletinfo -...
Bitcoin Core allows you to pass the argument `conf_target (numeric, optional, default=fallback to wallet's default)` when using `sendtoaddress` We should add this to the spend function of the API. If...
An idea for a new script to automatically bump the fee of a transaction based on expected confirmation times vs blocks passed since transaction. 1. Auto-bump would be a config...