Skip to content

Commit 5006165

Browse files
Update the migration guide for p22->23. (#1527)
### What Update the migration guide for p22->23. ### Why Improving documentation. ### Known limitations N/A --------- Co-authored-by: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com>
1 parent 8b8fdee commit 5006165

4 files changed

Lines changed: 552 additions & 1 deletion

File tree

soroban-sdk/src/_migrating.rs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
//! # Migrating from v22 to v23
2-
//! TBD
2+
//!
3+
//! 1. [`contractevent` replaces `Events::publish`][v23_contractevent]
4+
//!
5+
//! 2. [`MuxedAddress` replaces `Address` as the `to` of the `TokenInterface::transfer`][v23_token_transfer]
36
//!
47
//! # Migrating from v21 to v22
58
//!
@@ -237,3 +240,6 @@
237240
//! [`BytesN<32>`]: crate::BytesN
238241
//! [`Hash<32>`]: crate::crypto::Hash
239242
//! [`Hash<32>::to_bytes`]: crate::crypto::Hash::to_bytes
243+
244+
pub mod v23_contractevent;
245+
pub mod v23_token_transfer;

0 commit comments

Comments
 (0)