Releases: LtbLightning/bdk-flutter
Releases · LtbLightning/bdk-flutter
Precompiled binaries 19fb5bbd
Precompiled binaries for crate bdk_flutter, crate hash 19fb5bbd02af9c9e38819be19335c154.
Precompiled binaries 3b0edef6
Precompiled binaries for crate bdk_flutter, crate hash 3b0edef66f69534ba75c70615f526654.
v0.31.2-dev.2
[0.31.2-dev.2]
Fixed
- Thread
frb_workerpool
panicked on invalidFingerprint
. SignOptions
issue to acceptwitness-utxo
while signing.
Changed
- Removed
multiSig
variable fromSignOptions
. - Updated example app to support
mutinynet
. - Mapped
Hex
,Address
,Descriptor
&Consensus
exceptions.
v0.31.2-dev.1
[0.31.2-dev.1]
Fixed
- Invalid
Bip49Public
,Bip84Public
&Bip86Public
.
[0.31.2-dev]
Updated Rust and Flutter dependencies.
Precompiled binaries download issue resolved
APIs added
- Add
InvalidInputException
,InvalidLockTimeException
&InvalidTransactionException
.
Fixed
- Thread
frb_workerpool
panic onUnknownUtxo
andInvalidPsbtInput
.
Precompiled binaries dfd6683c
Precompiled binaries for crate bdk_flutter, crate hash dfd6683c2394c6843ab243f03451ccef.
v0.31.1-dev
[0.31.1-dev]
Updated Rust and Flutter dependencies.
APIs added
- Add sealed class
Auth
inRpcConfig
. - Made
PartiallySignedTransaction
class mutable.
Changed
- Replace
AddressIndex
'snew
withincrease
. - Renamed
Address
's create tofromString
. txBuilder.finish
returns a tuple.- Added
cargokit
to handle rust binary build
Fixed
- Functions hang indefinitely on iOS devices.
- Thread
frb_workerpool
panicked.
Precompiled binaries are attached below:
v0.30.0
v0.29.2
[0.29.2]
Support macOs and unit testing.
Updated flutter dependencies.
v0.29.1
[0.29.1]
Strongly typed exceptions
v0.29.0
[0.29.0]
Support Dart 3.
Updated API to align with bdk ffi v0.29.0
Updated Rust and Flutter dependencies.
APIs added
- Add
isMine
method toWallet
. - Expose script.toBytes() method.