tapyrus-core
tapyrus-core copied to clipboard
Tapyrus Core
Descriptor feature is used to give the description of scripts in `pk(...), pkh(...), sh(...)` format. It still has witness support. 1. We need to decide if this feature is useful...
The setup for this test contains a token issue transaction in a confirmed block as it is not possible to issue token using the GUI now. The test verifies the...
Add "TOKEN" as category to show colored coin balances. Add "Prev" and "Next" buttons to scroll through the available coins in the wallet. Add documentation page with screenshot
Only token transfer is possible using the current interface in tapyrus QT GUI. Colored coin support added by #201 to #206 does not allow token issue and token burn. These...
Transaction Page in the GUI has been enhanced to show the token name. It does not list the token output. And so the _Token_ column is always "TPC"
Add colored coin support in the transaction description and transaction table. Add new column called "Token" to show the token name and format amount column according to token type. Remove...
Add text field to give the color or token name as input to receive token payments. Add token column in recent requests table to show the token name and amount...
Support tracing using USDT like Bitcoin Core. https://github.com/bitcoin/bitcoin/blob/master/doc/tracing.md
Add new field "Token" to show the token name when the address entered in the "Address" text is a colored address. The token name is auto populated when an address...
This PR contains the performance test of tapyrus wallet using a wallet with 20000utxo and its blockchain To run: to generate a large wallet run the transaction generator like other...