Additional features, filters, and fixes for the ongoing asset development on Testnet. This release is for TESTNET not mainnet, and should be start with -testnet flag or testnet=1 in raptoreum.conf
What Has Changed From 1.4.17.99
-
added assets to address index
-
rpc command assetdetails change to getassetdetailsbyname
-
added getassetdetailsbyid and listassets rpc commands
-
the following rpc commands now have asset filter option:
getaddressutxos
getaddressdeltas
getaddressbalance
-
fixed future unique asset transaction
-
fixed protx register_submit
-
asset details popup text is now selectable
-
added mempool checks on create asset
-
added asset balance index
-
added listaddressesbyasset RPC call
-
added listassetbalancesbyaddress RPC call
Note: the amount returned on the 2 rpc call above are in sats and can be longer than 64 bits (128 bits integer) -
removed code that is no longer necessary related to the max money switch to 21b, making it permanently 21b.