You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ And crate group being released requires all crate groups downstream to be releas
62
62
- Switched to Rust edition 2024, minimum compiler version becomes 1.85.
63
63
- New payments API:
64
64
- New objects: `TokenId` and `Payment`. Besides them having shorter names, they treat EGLD the same as all other ESDTs, making their handling easier. EGLD is always serialized as `EGLD-000000`.
65
-
- `Payment` amounts are `NonZeroBigUint`, a new refinement type that prevents the value from being zero. This prevents at compile time zero-value payments from occuring.
65
+
- `Payment` amounts are `NonZeroBigUint`, a new refinement type that prevents the value from being zero. This prevents at compile time zero-value payments from occurring.
66
66
- New `call_value` methods:
67
67
- `all()` - all payments, EGLD and ESDT;
68
68
- `single()` - expect precisely one payment, and retrieve that payment. Crash for no payments, or for multiple payments;
0 commit comments