Commit f4be76c
* Bumped versions
* Sync'd fuel-core schema
* Separated `INSUFFICIENT_FUNDS` and `MAX_COINS_REACHED`
* Fixed error message for `PredicateVerificationFailed`
* Revert "Separated `INSUFFICIENT_FUNDS` and `MAX_COINS_REACHED`"
This reverts commit e05e72d.
* Allow proper mapping of `INSUFFICIENT_FUNDS_OR_MAX_COINS` error
* Bumped `@fuels/asm`
* Changeset
* Added metadata to the `INSUFFICIENT_FUNDS_OR_MAX_COINS` error
* Lintfix
* Update .changeset/full-carpets-lose.md
* Update .changeset/full-carpets-lose.md
* Update .changeset/full-carpets-lose.md
* Only bump version
* Testing with binaries committed
* Added logging to binary finding
* Is it a faulty bin?
* Use correct architecture for Vercel
* rollback bin changes
* Remove binaries
* Install correct version
* Testing publishing preview
* deploy
* Fix env
* Use correct argument
* Move to output
* Removed CWD
* Change dir
* chore: added build
* Added token
* Added action
* Missing shell
* Please build
* Added debug
* Use latest corepack
* Remove corepack version check
* Added template build
* Pull envs
* Delete `vercel.json`
* Fix?
* Echo out deployment URL's
* Echo out deployment URL's
* Added PR comment
* Revert "Only bump version"
This reverts commit 6c42877.
* Revert "Added logging to binary finding"
This reverts commit cead8c3.
* Update id
* Added conditional outcome comment
* Pls
* Ensure all deployments successful
* Added missing project ID
* Added environment support for Vercel deploy
* Fixed inputs
* Single equality check
* Added deployment for the releases
* Missing nightly option
* Added `assetId` to error message
* Fixed error message
---------
Co-authored-by: Sérgio Torres <30977845+Torres-ssf@users.noreply.github.com>
1 parent bce0f79 commit f4be76c
33 files changed
Lines changed: 96 additions & 66 deletions
File tree
- .changeset
- .fuel-core/configs
- apps
- create-fuels-counter-guide
- demo-bun-fuels/src
- demo-fuels/src
- demo-nextjs
- demo-react-vite
- demo-typegen/src
- docs/src/guide/predicates/snippets/cookbook
- internal/fuel-core
- packages
- account
- src
- providers
- utils
- contract
- fuel-gauge/src
- predicate
- fuels
- test/fixtures/project/.fuels
- program
- utils/src/utils
- defaultSnapshots
- versions/src/lib
- templates
- nextjs
- vite
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| |||
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
85 | | - | |
| 86 | + | |
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| |||
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
78 | | - | |
| 79 | + | |
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
102 | 103 | | |
103 | 104 | | |
104 | 105 | | |
| |||
109 | 110 | | |
110 | 111 | | |
111 | 112 | | |
112 | | - | |
| 113 | + | |
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
| |||
Lines changed: 4 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
25 | 22 | | |
26 | 23 | | |
27 | 24 | | |
28 | | - | |
| 25 | + | |
29 | 26 | | |
30 | 27 | | |
31 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments