-
Notifications
You must be signed in to change notification settings - Fork 5.4k
StorageVec #2048
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
StorageVec #2048
Changes from 1 commit
Commits
Show all changes
68 commits
Select commit
Hold shift + click to select a range
2a7e168
Initial commit - storagevec
SwayStar123 23f925f
added an error and comments and documentation
SwayStar123 81a0ea6
fixed the order of the Result types
SwayStar123 7985f55
added suggested functions
SwayStar123 28e9be3
removed unncessary code
SwayStar123 6b629db
renamed remove_index
SwayStar123 a4a9093
added swap remove and removed unncessary annotations
SwayStar123 f09060f
moved storage_vec to storage and started on tests
SwayStar123 9c2a914
built some of the contract -- WIP
SwayStar123 37ed447
made it so swap_remove returns the removed element
SwayStar123 51961a7
removed extra ) and added all the test functions
SwayStar123 c42229d
fixed a syntax error
SwayStar123 8b059b3
changed store to storage
SwayStar123 082ded9
removed all other types for now
SwayStar123 f6315fa
made storagevecerror public
SwayStar123 9ddaf7d
removed unncessary code to streamline bugfixing
SwayStar123 b22e00d
fixed annotations
SwayStar123 049b162
made all the test contracts
SwayStar123 cbfbedc
changed build.sh to include all the storage_vec projs
SwayStar123 75c414b
updated fuels version
SwayStar123 0da645a
unwrapped all results and options in the contract
SwayStar123 da514b7
reduced fuels version
SwayStar123 5f50e40
merge master to storage_vec branch (#2183)
SwayStar123 c04be39
merge master to storage_vec (#2184)
SwayStar123 3ad6fca
removed unncessary use
SwayStar123 6bcfac1
Merge branch 'master' into storage_vec-swaystar123
SwayStar123 859b0f6
added one test
SwayStar123 7092230
deleted all contracts except u8s
SwayStar123 ed76626
fixed bug in pop
SwayStar123 f90d304
failing test for some reason
SwayStar123 b192910
.
SwayStar123 3293293
fixed some brackets
SwayStar123 7f23319
fixed a mistake of > where it should be >=
SwayStar123 0ad4143
added 2 remaining tests
SwayStar123 1c32489
Update test/src/sdk-harness/test_artifacts/storage_vec/svec_u8/Cargo.…
SwayStar123 9dc6a5c
removed storagevecerrors
SwayStar123 a106f1c
assert was the other way round
SwayStar123 f5b78c8
added a variable for repeated code
SwayStar123 d242c9c
merged use
SwayStar123 c9ce95f
formatting
SwayStar123 578d9e3
expanded the testing
SwayStar123 27979d8
rearranged file structure
SwayStar123 d9f17e3
cargo fmt
SwayStar123 f51da9f
adjusted assert for removes
SwayStar123 57e4aef
removed non test and shortened the contract code
SwayStar123 6e65c39
added cant_get test
SwayStar123 5796f40
added a todo
SwayStar123 bcae640
Improved documentation
SwayStar123 a6b6ab8
updated tests with preconditional tests
SwayStar123 bfae279
added initializer
SwayStar123 2ea82e7
Merge branch 'master' into storage_vec-swaystar123
SwayStar123 06805d8
updated functions with sdk release
SwayStar123 5adddc5
mdae build.sh more generic
SwayStar123 a1b3843
fixed build script
SwayStar123 4b52750
fix 2 electric boogaloo
SwayStar123 3d62d03
updated remove and insert tests
SwayStar123 ab32539
added len checks
SwayStar123 b13a0a3
FINALLY ADDED TESTS FOR ALL TYPES OMG
SwayStar123 d514b19
Merge branch 'master' into storage_vec-swaystar123
SwayStar123 d6601a2
Merge branch 'master' into storage_vec-swaystar123
SwayStar123 e2d1deb
alphabetical order
SwayStar123 f39495d
Merge branch 'storage_vec-swaystar123' of https://github.com/FuelLabs…
SwayStar123 01eb00a
cargo fmt + changed the b256 consts
SwayStar123 7468ad6
removed unncessary len checks
SwayStar123 114e498
Merge branch 'master' into storage_vec-swaystar123
SwayStar123 477b5b0
Merge branch 'master' into storage_vec-swaystar123
adlerjohn de75364
Merge branch 'master' into storage_vec-swaystar123
mohammadfawaz a73f659
Merge branch 'master' into storage_vec-swaystar123
SwayStar123 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.