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/fcl@1.0.0-alpha.2
Major Changes
#1158
f4ae08bb
Thanks @gregsantos! - # Removed default contract address for verifyAccountProof, verifyUserSignaturesAppUtils.verifyAccountProof and AppUtils.verifyUserSignatures now requires
setting
fcl.config.flow.network
(testnet or mainnet) or override contract address viaopts.fclCryptoContract
Patch Changes
#1143
de47af64
Thanks @gregsantos! - Internal update to util-actor#1141
ac108e20
Thanks @gregsantos! - Add support for local FCLCrypto contract account-proof/user-signature verification. fcl.config.network or opts.fclCryptoContract override is now required to use this api.#1115
f7a985b3
Thanks @JeffreyDoyle! - BREAKING Remove deprecated block builders, interaction types and send methods.Updated dependencies [
700433d5
,6ff970df
,7287ff14
,9c191c15
,de47af64
,f7a985b3
]:@onflow/config@1.0.0-alpha.1
Patch Changes
#1124
9c191c15
Thanks @chasefleming! - Create config packageUpdated dependencies [
de47af64
]:@onflow/sdk@1.0.0-alpha.1
Patch Changes
#1155
700433d5
Thanks @caosbad! - Export encodeTransactionPayload, encodeTransactionEnvelope, and encodeTxIdFromVoucher from sdk.#1156
6ff970df
Thanks @justinbarry! - Add sansPrefix for address before RLP encoding#1129
7287ff14
Thanks @JeffreyDoyle! - Add blockId to GetTransactionStatus response#1115
f7a985b3
Thanks @JeffreyDoyle! - BREAKING Remove deprecated block builders, interaction types and send methods.Updated dependencies [
7287ff14
,9c191c15
,de47af64
,b2c95e77
,828a7b2b
,f7a985b3
]:@onflow/transport-grpc@1.0.0-alpha.2
Patch Changes
#1129
7287ff14
Thanks @JeffreyDoyle! - Add blockId to GetTransactionStatus response#1115
f7a985b3
Thanks @JeffreyDoyle! - 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/transport-http@1.0.0-alpha.1
Patch Changes
#1129
7287ff14
Thanks @JeffreyDoyle! - Add blockId to GetTransactionStatus response#1138
b2c95e77
Thanks @JeffreyDoyle! - Propagate up http error in node environment#1132
828a7b2b
Thanks @JeffreyDoyle! - Expose error returned from AN through HTTPRequestError#1115
f7a985b3
Thanks @JeffreyDoyle! - 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/util-actor@1.0.0-alpha.1
Patch Changes
de47af64
Thanks @gregsantos! - Internal update to util-actor