[0.31.2]
Updated flutter_rust_bridge
to 2.0.0
.
APIs added
- Exposed
createTestnet
&createMutinynet
toBlockchain
. - Exposed
policies
inWallet
. - Exposed
policyPath
inTxBuilder
. - Exposed
id
,requiresPath
,item
,satisfaction
,contribution
inPolicy
class. - Overrode
toString()
forAddress
,DerivationPath
,Descriptor
,DescriptorPublicKey
,DescriptorSecretKey
,Mnemonic
, PartiallySignedTransaction
,ScriptBuf
&Transaction
.
Changed
partiallySignedTransaction.serialize()
serialize the data as raw binary.
Fixed
- Thread
frb_workerpool
panicked on Sql database access.