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

Version Packages (alpha) #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented May 3, 2022

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish 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.

⚠️⚠️⚠️⚠️⚠️⚠️

master is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on master.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@onflow/[email protected]

Patch Changes

Minor Changes

  • 21a2dda: Import Buffer from rlp in encode-account-proof

Major Changes

  • Release 1.0.0 alpha

Patch Changes

MESSAGE = HEX(
  USER_DOMAIN_TAG, // Buffer, right padded to 32 bytes long
  RLP(
    APP_DOMAIN_TAG, // [Optional] Buffer, right padded to 32 bytes long
    ADDRESS, // Buffer, left padded to 8 bytes long
    TIMESTAMP // Number
  )
)
  • 2022-02-14 -- chasefleming: Remove experimental redir warning from previous alpha build.
  • 2022-02-08 -- gregsantos: Update extension strategy to add support for EXT/RPC service method

@onflow/[email protected]

Patch Changes

Major Changes

  • Release 1.0.0 alpha

Patch Changes

sdk.config("logger.level", 2)
  • 2022-03-07 -- BREAKING @JeffreyDoyle: Decode number types implicitly. Number types, [U]Int* and Word*, will now be decoded into String. This is done to protect against decoding such types into JavaScript Number when the value they represent exceeds the largest supported value for Number. Developers should adjust their use of the JS-SDK accordingly to this new return type when decoding number [U]Int* and Word* types.
  • 2022-02-11 -- Uses Buffer from @onflow/rlp in encode.
  • 2022-02-11 -- Injects Buffer from @onflow/rlp to transport send modules.
  • 2022-02-04 -- @chasefleming: Add options for for getting account by block height.
await sdk.account("0x123") // Existing: get account at the latest block
await sdk.account("0x123", {height: 123}) // New: get account at the block with the provided height

@onflow/[email protected]

Patch Changes

  • de47af6: Internal update to util-actor

Major Changes

  • Release 1.0.0 alpha

  • YYYY-MM-DD BREAKING? -- description

0.0.2 -- 2020-08-13

  • 2020-08-13 -- Added exported fn subscriber(address, spawnFn, callback)
  • 2020-08-13 -- Added exported fn snapshoter(address, spawnFn)
  • 2020-08-13 -- Added ctx.sendSelf()
  • 2020-08-13 -- Added ctx.subscriberCount()
  • 2020-08-13 -- Added ctx.hasSubs()

0.0.1 -- 2020-07-17

  • 2020-07-17 -- Initial Implementation

@onflow/[email protected]

Patch Changes

@onflow/[email protected]

Patch Changes

  • 7287ff1: Add blockId to GetTransactionStatus response

  • f7a985b: BREAKING Remove deprecated block builders, interaction types and send methods.

  • 2022-04-05 -- BREAKING @chasefleming: Remove the following from block response:

    • block.collectionGuarantees.signatures
    • block.blockSeals.executionReceiptSignatures
    • block.blockSeals.resultApprovalSignatures
    • block.signatures

@onflow/[email protected]

Patch Changes

  • 7287ff1: Add blockId to GetTransactionStatus response

  • b2c95e7: Propagate up http error in node environment

  • 828a7b2: Expose error returned from AN through HTTPRequestError

  • f7a985b: BREAKING Remove deprecated block builders, interaction types and send methods.

  • 2022-04-05 -- BREAKING @chasefleming: Remove the following from block response:

    • block.collectionGuarantees.signatures
    • block.blockSeals.executionReceiptSignatures
    • block.blockSeals.resultApprovalSignatures
    • block.signatures

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.

0 participants