Skip to content

More Assets On Testnet

Pre-release
Pre-release
Compare
Choose a tag to compare
@Raptor3um Raptor3um released this 06 Nov 19:45
· 42 commits to develop since this release
91f6214

$\color{red}{\textsf{NOTE THIS IS NOT A MAINNET RELEASE}}$

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.