mirror of
https://github.com/alexgo-io/stacks.js.git
synced 2026-01-12 17:52:41 +08:00
docs: update migration guide
This commit is contained in:
2
.github/MIGRATION.md
vendored
2
.github/MIGRATION.md
vendored
@@ -20,7 +20,7 @@
|
||||
### Breaking Changes
|
||||
|
||||
- To reduce the bundle sizes of applications using Stacks.js, we are switching from Buffer (a polyfill to match Node.js APIs) to Uint8Arrays (which Buffers use in the background anyway). [Read more...](#buffer-to-uint8array)
|
||||
- To allow message signing on Ledger hardware wallets, we are changing the message signing prefix. [Read more...]
|
||||
- To allow message signing on Ledger hardware wallets, we are changing the message signing prefix. [Read more...](#message-signing-prefix)
|
||||
- Post-conditions for NFTs were renamed to be more clear: `Owns` to `DoesNotSend`, `DoesNotOwn` to `Sends`.
|
||||
|
||||
#### Buffer to Uint8Array
|
||||
|
||||
Reference in New Issue
Block a user