mirror of
https://github.com/FuelLabs/sway.git
synced 2025-08-22 03:15:23 +00:00

* feat: Implement Add for b256
* modify: make U128 functions public
* feat: add b256_ops module to stdlib
* docs: add comments
* reorganize: move b256_ops tests to e2e harness
* test: stuff
* refactor: cleanup unneeded mut variables
* feat: add core-utils lib
* fixup
* refactor: use new lib for compostion
* chore: fix manifest project name
* refactor: rename module to compose
* cleanup
* refactor: rename to core_utils
* fixup
* chore: rename new lib and update manifests
* test: fix last assert
* docs: add module level docs
* fixup
* chore: remove and rebuild for lock files
* fixup
* test: cleanup
* chore: rebuild basic_predicate
* chore: rebuild
* fix: restore test project
* fix: add oracle file
* chore: rebuild sdk-harness tests
* Revert "Implement Add for b256 (#1707)"
This reverts commit 560ca4b4c6
.
* chore: rebuild lockfiles
8 lines
158 B
TOML
8 lines
158 B
TOML
[project]
|
|
authors = ["Fuel Labs <contact@fuel.sh>"]
|
|
entry = "lib.sw"
|
|
license = "Apache-2.0"
|
|
name = "std"
|
|
|
|
[dependencies]
|
|
core = { path = "../sway-lib-core" }
|