Skip to content

Commit 7a12d06

Browse files
authored
Remove U256 (#5738)
## Description Removes the already deprecated U256 from the standard library, and any tests for it. Also modifies some tests that used it to use the u256 native type or no longer use the type. ## Checklist - [ ] I have linked to any relevant issues. - [ ] I have commented my code, particularly in hard-to-understand areas. - [ ] I have updated the documentation where relevant (API docs, the reference, and the Sway book). - [ ] I have added tests that prove my fix is effective or that my feature works. - [ ] I have added (or requested a maintainer to add) the necessary `Breaking*` or `New Feature` labels where relevant. - [ ] I have done my best to ensure that my PR adheres to [the Fuel Labs Code Review Standards](https://github.com/FuelLabs/rfcs/blob/master/text/code-standards/external-contributors.md). - [ ] I have requested a review from the relevant team or maintainers.
1 parent fe77e1a commit 7a12d06

File tree

36 files changed

+12
-1538
lines changed

36 files changed

+12
-1538
lines changed

sway-lib-std/src/lib.sw

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ pub mod primitive_conversions;
1717
pub mod math;
1818
pub mod flags;
1919
pub mod u128;
20-
pub mod u256;
2120
pub mod alias;
2221
pub mod hash;
2322
pub mod asset_id;

0 commit comments

Comments
 (0)