Skip to content
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

ci(changesets): versioning packages #1781

Merged
merged 2 commits into from
Feb 26, 2024
Merged

Conversation

fuel-service-user
Copy link
Contributor

@fuel-service-user fuel-service-user commented Feb 20, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

Releases

@fuel-ts/abi-coder@0.75.0

Minor Changes

  • Introduce the v1 encoding scheme and use correct file naming conventions for @fuel-ts/abi-coder, by @danielbate (See #1780)

Patch Changes

  • Use interal utilities for arrayify, hexlify, concat and BytesLike, by @danielbate (See #1775)

@fuel-ts/account@0.75.0

Minor Changes

    • Add outputVariables and missingContractIds to the return of estimateTxDependencies
    • Removed estimatedOutputs from return of getTransactionCost
    • Add outputVariables and missingContractIds to the return of getTransactionCost
    • Avoid reassigning inputs and outputs from the estimated TX at BaseInvocationScope, by @Torres-ssf (See 4bee7751)
    • For a contract call, reduced the number of dry run calls before the call from 4 to 1
    • For a contract simulation, reduced the number of dry run calls before the simulation from 3 to 1
    • For a transfer from an account, reduced the number of dry run calls from 2 to 1
    • Optimized predicate estimation so that there are no calls to the node if all predicates in a transaction have been estimated
    • Predicate.estimateTxDependencies now returns receipts which are used for the purposes of the optimizations mentioned above
    • BaseInvocationScope.fundWithRequiredCoins now calculates the fee parameter internally so it was removed from the function signature, by @nedsalk (See #1767)
  • 🐞 fix assemble of transfer operations, by @Torres-ssf (See #1787)

Patch Changes

  • exports InvocationCallResult, by @Torres-ssf (See #1765)
  • 🐞 Fixed subscriptions hanging when not closed by user even after connection is closed, by @nedsalk (See #1793)
  • Use interal utilities for arrayify, hexlify, concat and BytesLike, by @danielbate (See #1775)
  • ✨ feat: migrate over @fuels/assets package into the TS SDK, by @Dhaiwat10 (See #1747)
  • remove unused connectors types, by @Torres-ssf (See #1792)

create-fuels@0.75.0

Minor Changes

  • ✨ feat: add new options to the create-fuels CLI:
    -c, --contract Include contract program
    -p, --predicate Include predicate program
    -s, --script Include script program
    --pnpm Use pnpm as the package manager
    --npm Use npm as the package manager
    -cs, -cp, -sp, -cps Shorthand to include combination of contract, script and predicate programs
    -h, --help display help for command, by @Dhaiwat10 (See #1777)

@fuel-ts/errors@0.75.0

Minor Changes

  • Introduce the v1 encoding scheme and use correct file naming conventions for @fuel-ts/abi-coder, by @danielbate (See #1780)

Patch Changes

@fuel-ts/program@0.75.0

Minor Changes

    • Add outputVariables and missingContractIds to the return of estimateTxDependencies
    • Removed estimatedOutputs from return of getTransactionCost
    • Add outputVariables and missingContractIds to the return of getTransactionCost
    • Avoid reassigning inputs and outputs from the estimated TX at BaseInvocationScope, by @Torres-ssf (See 4bee7751)
    • For a contract call, reduced the number of dry run calls before the call from 4 to 1
    • For a contract simulation, reduced the number of dry run calls before the simulation from 3 to 1
    • For a transfer from an account, reduced the number of dry run calls from 2 to 1
    • Optimized predicate estimation so that there are no calls to the node if all predicates in a transaction have been estimated
    • Predicate.estimateTxDependencies now returns receipts which are used for the purposes of the optimizations mentioned above
    • BaseInvocationScope.fundWithRequiredCoins now calculates the fee parameter internally so it was removed from the function signature, by @nedsalk (See #1767)

Patch Changes

@fuel-ts/abi-typegen@0.75.0

Patch Changes

  • Use interal utilities for arrayify, hexlify, concat and BytesLike, by @danielbate (See #1775)

@fuel-ts/address@0.75.0

Patch Changes

  • Use interal utilities for arrayify, hexlify, concat and BytesLike, by @danielbate (See #1775)

@fuel-ts/contract@0.75.0

Patch Changes

  • Use interal utilities for arrayify, hexlify, concat and BytesLike, by @danielbate (See #1775)

@fuel-ts/crypto@0.75.0

Patch Changes

  • Use interal utilities for arrayify, hexlify, concat and BytesLike, by @danielbate (See #1775)

fuels@0.75.0

Patch Changes

  • Use interal utilities for arrayify, hexlify, concat and BytesLike, by @danielbate (See #1775)
  • Adding new forcBuildFlags property to fuels config, by @arboleya (See #1788)

@fuel-ts/hasher@0.75.0

Patch Changes

  • Use interal utilities for arrayify, hexlify, concat and BytesLike, by @danielbate (See #1775)

@fuel-ts/interfaces@0.75.0

Patch Changes

  • Use interal utilities for arrayify, hexlify, concat and BytesLike, by @danielbate (See #1775)

@fuel-ts/math@0.75.0

Patch Changes

  • Use interal utilities for arrayify, hexlify, concat and BytesLike, by @danielbate (See #1775)

@fuel-ts/merkle@0.75.0

Patch Changes

  • Use interal utilities for arrayify, hexlify, concat and BytesLike, by @danielbate (See #1775)

@fuel-ts/script@0.75.0

Patch Changes

  • Use interal utilities for arrayify, hexlify, concat and BytesLike, by @danielbate (See #1775)

@fuel-ts/transactions@0.75.0

Patch Changes

  • 🐞 Fixed encoding/decoding of specific parts of a transaction and its inputs, by @jasmcaus (See #1783)
  • Use interal utilities for arrayify, hexlify, concat and BytesLike, by @danielbate (See #1775)

@fuel-ts/utils@0.75.0

Patch Changes

  • Use interal utilities for arrayify, hexlify, concat and BytesLike, by @danielbate (See #1775)

@fuel-ts/versions@0.75.0

Patch Changes

  • Use interal utilities for arrayify, hexlify, concat and BytesLike, by @danielbate (See #1775)

@fuel-ts/forc@0.75.0

@fuel-ts/fuel-core@0.75.0

@github-actions github-actions bot force-pushed the changeset-release/master branch 10 times, most recently from cbc5010 to b95b3cf Compare February 23, 2024 17:39
Torres-ssf
Torres-ssf previously approved these changes Feb 23, 2024
@github-actions github-actions bot force-pushed the changeset-release/master branch 2 times, most recently from 8a44c9f to 6980752 Compare February 23, 2024 18:30
@arboleya arboleya closed this Feb 23, 2024
@arboleya arboleya reopened this Feb 23, 2024
@arboleya arboleya changed the title ci(changesets): versioning packages ci(changesets): versioning package Feb 23, 2024
@arboleya arboleya changed the title ci(changesets): versioning package ci(changesets): versioning packages Feb 23, 2024
@github-actions github-actions bot force-pushed the changeset-release/master branch 2 times, most recently from 8c1cf9f to 96d4c23 Compare February 26, 2024 15:32
@github-actions github-actions bot force-pushed the changeset-release/master branch from 96d4c23 to 9f309f6 Compare February 26, 2024 16:34
@arboleya arboleya closed this Feb 26, 2024
@arboleya arboleya reopened this Feb 26, 2024
@arboleya arboleya changed the title ci(changesets): versioning packages ci(changesets): versioning packagess Feb 26, 2024
@arboleya arboleya changed the title ci(changesets): versioning packagess ci(changesets): versioning packages Feb 26, 2024
Copy link
Contributor

Coverage Report:

Lines Branches Functions Statements
79.47%(+0%) 70.26%(+0%) 77.96%(+0%) 79.56%(+0%)
Changed Files:

Coverage values did not change👌.

@arboleya arboleya enabled auto-merge (squash) February 26, 2024 17:46
@arboleya arboleya merged commit a84b384 into master Feb 26, 2024
14 of 15 checks passed
@arboleya arboleya deleted the changeset-release/master branch February 26, 2024 18:18
hbrooks added a commit to ellipsis-dev/fuels-ts that referenced this pull request Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants