Skip to content

Commit

Permalink
feat: support Vector input for Scripts and Predicates, improve overal…
Browse files Browse the repository at this point in the history
…l Vector input support (#1046)

* validate vectors as inputs to scripts

* add cs

* revise

* add test cases for predicate

* improve

* adjustment

* revise

* add test cases

* cleanup

* part one of rewrite

* concatWithVectorData

* fill gaps

* revise

* narrow down edge cases

* add tests

* setup thorough type checks

* rm

* predicate tweaks

* cs

* rm

* adjust test

* lint rm unused

* adjust label

* rm

* rm skip

* adjust

* add comma

* rem

* adjust

* post merge master fixes

* working

* rm old

* adjust

* rm lint

* adjust params

* use parseInt instead

* skip predicate vector test
  • Loading branch information
Cameron Manavian authored Jul 13, 2023
1 parent 996034a commit b1c240a
Show file tree
Hide file tree
Showing 40 changed files with 3,236 additions and 738 deletions.
8 changes: 8 additions & 0 deletions .changeset/old-years-grab.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@fuel-ts/abi-coder": minor
"@fuel-ts/predicate": minor
"@fuel-ts/program": minor
"@fuel-ts/script": minor
---

Added improved Vector support
5 changes: 5 additions & 0 deletions .changeset/six-lamps-rhyme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"fuels": patch
---

Added tests
Loading

0 comments on commit b1c240a

Please sign in to comment.