Releases: MetaMask/snap-bitcoin-wallet
Releases · MetaMask/snap-bitcoin-wallet
0.2.5
@metamask/bitcoin-wallet-test-dapp
Changed
- Remove unused code for example dapp (#192)
- It's no longer possible to create accounts from the example dapp, it must be done from the extension.
@metamask/bitcoin-wallet-snap
Added
- Add reusable error types (#185)
Changed
- Use custom
superstruct
validator forAmountStruct
(#184)
Fixed
- Fix overridden message in
MethodNotFoundError
(#189)
0.2.4
@metamask/bitcoin-wallet-test-dapp
@metamask/bitcoin-wallet-snap
Fixed
- Audit 4.5: Show origin on
btc_sendmany
confirmation dialog (#152) - Audit 4.7: Fix potential URL injections in Blockchair API calls (#132)
- Audit 4.11: Remove code for creating unsupported P2SHP2WPKH account type (#118)
- Audit 4.12: Derive accounts with different HD path by network (#118)
- Audit 4.19: Implement keyring method
filterAccountChains
(#122)
0.2.3
@metamask/bitcoin-wallet-test-dapp
Added
Fixed
- Audit 4.24: Remove temporary create account endpoint (#115)
@metamask/bitcoin-wallet-snap
Changed
Fixed
- Audit 4.2: Remove update account method (#130)
- Audit 4.3: Restrict permissions for Portfolio origin (#131)
- Audit 4.4: Restrict permissions for MetaMask origin (#141)
- Audit 4.8: Ensure that
request.method
in submit request is part ofaccount.methods
(#133) - Audit 4.9: Validate non-hex string in
hexToBuffer
(#134) - Audit 4.13: Add a safeguard for change output (#135)
- Audit 4.14: Rename
txHash
tosignedTransaction
(#120) - Audit 4.20: Validate
headLength
andtailLength
inreplaceMiddleChar
(#138) - Audit 4.23: Disable logging for production builds (#124)
- Audit 4.24: Remove temporary create account endpoint (#115)
0.2.2
0.2.1
0.2.0
@metamask/bitcoin-wallet-test-dapp
Changed
- Rename
example
tosite
(#145)
@metamask/bitcoin-wallet-snap
Added
- Add 'ramps-dev.portfolio.metamask.io' origin (#144)
- Enable
getAccountBalances
method for Portfolio origins (#126) - Implement Keyring API
getAccountBalances
method (#84) - Implement Chain API
getTransactionStatus
method (#85)