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.
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
chore: added method to duplicate predicate #3395
chore: added method to duplicate predicate #3395
Changes from all commits
a82f744
09f40e6
78a14b6
da50ac7
6441b2d
df8848b
f257ac2
15e66a1
e81b9f1
ce466cf
343b90a
83e31d2
c21ba6e
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check failure on line 175 in packages/account/src/predicate/predicate.ts
GitHub Actions / Lint
Check failure on line 298 in packages/account/src/predicate/predicate.ts
GitHub Actions / node@18
apps/demo-typegen/src/demo.test.ts > Example predicate
Check failure on line 298 in packages/account/src/predicate/predicate.ts
GitHub Actions / node@18
packages/fuel-gauge/src/blob-deploy.test.ts > deploying blobs > deploying existing predicate blob doesn't throw
Check failure on line 298 in packages/account/src/predicate/predicate.ts
GitHub Actions / node@18
packages/fuel-gauge/src/bytes.test.ts > Bytes Tests > should test bytes input [predicate-bytes]
Check failure on line 298 in packages/account/src/predicate/predicate.ts
GitHub Actions / node@18
packages/fuel-gauge/src/contract.test.ts > Contract > should tranfer asset to a deployed contract just fine (FROM PREDICATE)
Check failure on line 298 in packages/account/src/predicate/predicate.ts
GitHub Actions / node@18
packages/fuel-gauge/src/doc-examples.test.ts > Doc Examples > can create a predicate and use
Check failure on line 298 in packages/account/src/predicate/predicate.ts
GitHub Actions / node@18
packages/fuel-gauge/src/edge-cases.test.ts > Edge Cases > Submitting a failing transaction via submitAndAwaitStatus subscription throws immediately
Check failure on line 298 in packages/account/src/predicate/predicate.ts
GitHub Actions / node@18
packages/fuel-gauge/src/fee.test.ts > Fee > should ensure fee is properly calculated on transactions with predicate
Check failure on line 298 in packages/account/src/predicate/predicate.ts
GitHub Actions / node@18
packages/fuel-gauge/src/min-gas.test.ts > Minimum gas tests > sets gas requirements (predicate)
Check failure on line 298 in packages/account/src/predicate/predicate.ts
GitHub Actions / node@18
packages/fuel-gauge/src/min-gas.test.ts > Minimum gas tests > sets gas requirements (account and predicate with script)
Check failure on line 298 in packages/account/src/predicate/predicate.ts
GitHub Actions / node@20
apps/demo-typegen/src/demo.test.ts > Example predicate
Check failure on line 298 in packages/account/src/predicate/predicate.ts
GitHub Actions / node@20
packages/fuel-gauge/src/blob-deploy.test.ts > deploying blobs > deploying existing predicate blob doesn't throw
Check failure on line 298 in packages/account/src/predicate/predicate.ts
GitHub Actions / node@20
packages/fuel-gauge/src/bytes.test.ts > Bytes Tests > should test bytes input [predicate-bytes]
Check failure on line 298 in packages/account/src/predicate/predicate.ts
GitHub Actions / node@20
packages/fuel-gauge/src/contract.test.ts > Contract > should tranfer asset to a deployed contract just fine (FROM PREDICATE)
Check failure on line 298 in packages/account/src/predicate/predicate.ts
GitHub Actions / node@20
packages/fuel-gauge/src/doc-examples.test.ts > Doc Examples > can create a predicate and use
Check failure on line 298 in packages/account/src/predicate/predicate.ts
GitHub Actions / node@20
packages/fuel-gauge/src/edge-cases.test.ts > Edge Cases > Submitting a failing transaction via submitAndAwaitStatus subscription throws immediately
Check failure on line 298 in packages/account/src/predicate/predicate.ts
GitHub Actions / node@20
packages/fuel-gauge/src/fee.test.ts > Fee > should ensure fee is properly calculated on transactions with predicate
Check failure on line 298 in packages/account/src/predicate/predicate.ts
GitHub Actions / node@20
packages/fuel-gauge/src/min-gas.test.ts > Minimum gas tests > sets gas requirements (predicate)
Check failure on line 298 in packages/account/src/predicate/predicate.ts
GitHub Actions / node@20
packages/fuel-gauge/src/min-gas.test.ts > Minimum gas tests > sets gas requirements (account and predicate with script)
Check failure on line 298 in packages/account/src/predicate/predicate.ts
GitHub Actions / node@22
apps/demo-typegen/src/demo.test.ts > Example predicate
Check failure on line 298 in packages/account/src/predicate/predicate.ts
GitHub Actions / node@22
packages/fuel-gauge/src/blob-deploy.test.ts > deploying blobs > deploying existing predicate blob doesn't throw
Check failure on line 298 in packages/account/src/predicate/predicate.ts
GitHub Actions / node@22
packages/fuel-gauge/src/bytes.test.ts > Bytes Tests > should test bytes input [predicate-bytes]
Check failure on line 298 in packages/account/src/predicate/predicate.ts
GitHub Actions / node@22
packages/fuel-gauge/src/contract.test.ts > Contract > should tranfer asset to a deployed contract just fine (FROM PREDICATE)
Check failure on line 298 in packages/account/src/predicate/predicate.ts
GitHub Actions / node@22
packages/fuel-gauge/src/doc-examples.test.ts > Doc Examples > can create a predicate and use
Check failure on line 298 in packages/account/src/predicate/predicate.ts
GitHub Actions / node@22
packages/fuel-gauge/src/edge-cases.test.ts > Edge Cases > Submitting a failing transaction via submitAndAwaitStatus subscription throws immediately
Check failure on line 298 in packages/account/src/predicate/predicate.ts
GitHub Actions / node@22
packages/fuel-gauge/src/fee.test.ts > Fee > should ensure fee is properly calculated on transactions with predicate
Check failure on line 298 in packages/account/src/predicate/predicate.ts
GitHub Actions / node@22
packages/fuel-gauge/src/min-gas.test.ts > Minimum gas tests > sets gas requirements (predicate)
Check failure on line 298 in packages/account/src/predicate/predicate.ts
GitHub Actions / node@22
packages/fuel-gauge/src/min-gas.test.ts > Minimum gas tests > sets gas requirements (account and predicate with script)