-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update internally used chain config (#3420)
* update chainconfig * update state transition bytecode wasm files * reset bytecode wasm file * remove an extra field * reset chain id * reset `privileged_address` * fix some tests * add `0x` prefix to asset id * fix up test * fix up test * decrease state transition bytecode chunk size * update the state transition bytecode * add changeset * Delete index.ts * Update funding-transaction.test.ts * start removing state from `stateConfig.json` * Update fuel-wallet-connector.test.ts * fix more tests * remove `.only()` * Update funding-transaction.test.ts * ensure no breaking changes for fuels CLI * resolve lockfile conflicts * Update get-messages-by-nonce.ts * revert changes in `common.d.ts` * remove __dirname * fix lint error * use `TestMessage` * refactor type * oops * fix for messages * use hex string instead of wasm file * remove unused dep * update lockfile * update msg id * final fix for the love of god
- Loading branch information
Showing
27 changed files
with
447 additions
and
1,636 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
"@fuel-ts/contract": patch | ||
"@fuel-ts/account": patch | ||
"fuels": patch | ||
"@fuel-ts/utils": patch | ||
--- | ||
|
||
chore: update internally used chain config |
This file contains 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
Oops, something went wrong.