File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 1+ Updated RPCs
2+ ------------
3+ The following RPCs now contain a ` version ` parameter that allows
4+ the user to create transactions of any standard version number (1-3):
5+ - ` createrawtransaction `
6+ - ` createpsbt `
7+ - ` send `
8+ - ` sendall `
9+ - ` walletcreatefundedpsbt `
10+
11+ Wallet
12+ ------
13+ Support has been added for spending TRUC transactions received by the
14+ wallet, as well as creating TRUC transactions. The wallet ensures that
15+ TRUC policy rules are being met. The wallet will throw an error if the
16+ user is trying to spend TRUC utxos with utxos of other versions.
17+ Additionally, the wallet will treat unconfirmed TRUC sibling
18+ transactions as mempool conflicts. The wallet will also ensure that
19+ transactions spending TRUC utxos meet the required size restrictions.
You can’t perform that action at this time.
0 commit comments