Skip to content

Releases: onflow/fcl-js

@onflow/transport-http@1.12.0

27 Mar 23:54
c5f2db6
Compare
Choose a tag to compare

Minor Changes

  • #2252 329ef42ddafde4c624f71dedf639e38c6ba31714 Thanks @jribbink! - Default to soft-finality for all queries (get account, get block, get block header, execute script). Developers can manually override this setting on a per-query basis if required.

    Because developers can now query against un-sealed blocks, it is now recommended to switch to waiting for soft-finality ("executed" status) when awaiting for transaction results whenever possible for significant latency improvements (~2.5x faster).

    This can be done by switching from fcl.tx(...).onceSealed() to fcl.tx(...).onceExecuted() or updating listeners passed to fcl.tx(...).subscribe().

@onflow/sdk@1.7.0

27 Mar 23:54
c5f2db6
Compare
Choose a tag to compare

Minor Changes

  • #2252 329ef42ddafde4c624f71dedf639e38c6ba31714 Thanks @jribbink! - Default to soft-finality for all queries (get account, get block, get block header, execute script). Developers can manually override this setting on a per-query basis if required.

    Because developers can now query against un-sealed blocks, it is now recommended to switch to waiting for soft-finality ("executed" status) when awaiting for transaction results whenever possible for significant latency improvements (~2.5x faster).

    This can be done by switching from fcl.tx(...).onceSealed() to fcl.tx(...).onceExecuted() or updating listeners passed to fcl.tx(...).subscribe().

Patch Changes

@onflow/fcl@1.15.0

27 Mar 23:54
c5f2db6
Compare
Choose a tag to compare

Minor Changes

  • #2252 329ef42ddafde4c624f71dedf639e38c6ba31714 Thanks @jribbink! - Default to soft-finality for all queries (get account, get block, get block header, execute script). Developers can manually override this setting on a per-query basis if required.

    Because developers can now query against un-sealed blocks, it is now recommended to switch to waiting for soft-finality ("executed" status) when awaiting transaction results whenever possible for significant latency improvements (~2.5x faster).

    This can be done by switching from fcl.tx(...).onceSealed() to fcl.tx(...).onceExecuted() or updating listeners passed to fcl.tx(...).subscribe().

Mar-31-2025.21-33-24.1.mp4

Patch Changes

@onflow/fcl-wc@5.6.4

27 Mar 23:54
c5f2db6
Compare
Choose a tag to compare

Patch Changes

@onflow/fcl-react-native@1.10.0

27 Mar 23:54
c5f2db6
Compare
Choose a tag to compare

Minor Changes

  • #2252 329ef42ddafde4c624f71dedf639e38c6ba31714 Thanks @jribbink! - Default to soft-finality for all queries (get account, get block, get block header, execute script). Developers can manually override this setting on a per-query basis if required.

    Because developers can now query against un-sealed blocks, it is now recommended to switch to waiting for soft-finality ("executed" status) when awaiting for transaction results whenever possible for significant latency improvements (~2.5x faster).

    This can be done by switching from fcl.tx(...).onceSealed() to fcl.tx(...).onceExecuted() or updating listeners passed to fcl.tx(...).subscribe().

Patch Changes

@onflow/fcl-core@1.16.0

27 Mar 23:54
c5f2db6
Compare
Choose a tag to compare

Minor Changes

  • #2252 329ef42ddafde4c624f71dedf639e38c6ba31714 Thanks @jribbink! - Default to soft-finality for all queries (get account, get block, get block header, execute script). Developers can manually override this setting on a per-query basis if required.

    Because developers can now query against un-sealed blocks, it is now recommended to switch to waiting for soft-finality ("executed" status) when awaiting for transaction results whenever possible for significant latency improvements (~2.5x faster).

    This can be done by switching from fcl.tx(...).onceSealed() to fcl.tx(...).onceExecuted() or updating listeners passed to fcl.tx(...).subscribe().

Patch Changes

@onflow/sdk@1.6.1

26 Mar 13:20
059e48e
Compare
Choose a tag to compare

Patch Changes

@onflow/fcl@1.14.1

26 Mar 13:19
059e48e
Compare
Choose a tag to compare

Patch Changes

@onflow/fcl-wc@5.6.3

26 Mar 13:19
059e48e
Compare
Choose a tag to compare

Patch Changes

@onflow/fcl-react-native@1.9.16

26 Mar 13:19
059e48e
Compare
Choose a tag to compare

Patch Changes