Skip to content

1.0.3-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@justinbarry justinbarry released this 14 Jun 23:49
· 400 commits to master since this release

FCL 1.0.3-alpha.1 Release Notes

FCL Changelog · SDK Changelog · Issues/Comments

⬆️ Install or Upgrade

npm i @onflow/[email protected]
yarn upgrade @onflow/[email protected]

Updates

  • Updated & regenerated protobuf definitions to match current access node specification (protobuf)
  • Added deprecation warning for hard-coded DEFAULT_COMPUTE_LIMIT=10 (and increase to DEFAULT_COMPUTE_LIMIT=100 for now) and added sdk.defaultComputeLimit to config (SDK)
  • Added blockId to transport-grpc transaction status (GRPC Transport)
  • Add request retry for 408 (Request Timeout) status code (HTTP Transport)
  • Add deprecation warning when "env" is used instead of "flow.network" in config (FCL)