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.
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, runchangeset pre exit
onmaster
.Releases
@onflow/[email protected]
Patch Changes
Minor Changes
Major Changes
Patch Changes
Updated dependencies [7469c5c]
Updated dependencies
2022-03-28 -- @JeffreyDoyle Use latest SDK methods in fcl events subscriber.
2022-02-11 -- @JeffreyDoyle Uses Buffer from @onflow/rlp.
2022-02-25 -- gregsantos: Remove
"FCL:LAUNCH:EXTENSION"
type from extension util send2022-02-14 -- gregsantos: Update
WalletUtils
encoding for authn-signing and auth-verifying.Encoding should leave all field that can exist as Buffers before RLP encoding as Buffers. This strategy will help maintain greater consistency with how these fields are treated when encoded in other areas of Flow.
EXT/RPC
service method@onflow/[email protected]
Patch Changes
Major Changes
Patch Changes
Updated dependencies [7469c5c]
Updated dependencies
2022-03-31 -- @chasefleming: Convert SDK logger functionality to use
@onflow/util-logger
.2022-03-28 -- BREAKING @JeffreyDoyle: Makes
@onflow/transport-http
the default send module used by SDK. By default, SDK will need to be configured withaccessNode.api
corresponding to a REST/HTTP access node, unless another send module is configured.2022-03-16 -- @bthaile Payer can now be an array of keys on a single account. Non-array payer is deprecated and will error in future versions of sdk.
2022-03-16 -- @chasefleming: Warn about field renamings/deprecations. To turn on warnings, set config
log.level
to2
.[U]Int*
andWord*
, 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*
andWord*
types.@onflow/[email protected]
Patch Changes
Major Changes
Release 1.0.0 alpha
YYYY-MM-DD BREAKING? -- description
0.0.2 -- 2020-08-13
subscriber(address, spawnFn, callback)
snapshoter(address, spawnFn)
ctx.sendSelf()
ctx.subscriberCount()
ctx.hasSubs()
0.0.1 -- 2020-07-17
@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