Skip to content

Commit e7fa137

Browse files
committed
chore: update migration docs
1 parent ca74dc8 commit e7fa137

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

soroban-sdk/src/_migrating.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
//! 2. Add support for [CAP-82: Checked 256-bit integer arithmetic host functions](https://github.com/stellar/stellar-protocol/blob/master/core/cap-0082.md).
99
//! New `checked_*` methods on [`U256`] and [`I256`] (`checked_add`, `checked_sub`,
1010
//! `checked_mul`, `checked_div`, `checked_pow`, `checked_rem_euclid`, `checked_shl`,
11-
//! `checked_shr`) return `Option` instead of panicking on overflow.
11+
//! `checked_shr`) return `Option` instead of panicking on overflow. Also adds
12+
//! `min_value` and `max_value` methods on [`U256`] and [`I256`] to fetch the
13+
//! value bounds of each type.
1214
//!
1315
//! 3. Add support for [CAP-80: Host functions for efficient ZK BN254 use cases](https://github.com/stellar/stellar-protocol/blob/master/core/cap-0080.md).
1416
//! [`BN254`] gains scalar field arithmetic (`Fr` `Add`/`Sub`/`Mul` traits, `pow`, `inv`),

0 commit comments

Comments
 (0)