Skip to content

Commit d3dff8f

Browse files
chaseflemingjribbinkmfbzgithub-actions[bot]leopardracer
authored
Update feature branch with master (#2456)
* PKG -- [transport-http] Create SubscriptionManager and subscribe function (#2019) * PKG -- [sdk] Create SDK subscribe function (#2024) * Update to latest streaming API changes (#2202) * PKG -- [transport-http] Add Blocks DataProvider (#2033) * PKG -- [transport-http] Add BlockDigests DataProvider (#2034) * PKG -- [transport-http] Add BlockHeaders DataProvider (#2035) * PKG -- [transport-http] Add TransactionStatuses DataProvider (#2041) * PKG -- [transport-http] Add Events DataProvider (#2037) * PKG -- [fcl] Expose new streaming endpoints (#2038) * PKG -- [transport-http] Add AccountStatuses DataProvider (#2036) * Switch to synchronous subscriptions with callback-based error reporting (#2242) * Switch `fcl.events` to use new event streaming method (#2241) * Fix resume args for `events` & `account_statuses` (#2249) * Cleanup subscriptions types & align with decoded representation (#2256) * Fix endpoint for WS subscriptions (#2277) * Replace `fcl.tx` with realtime streaming (#2258) * Reorganize subscriptions types (#2301) * Add legacy `fcl.events` fallback for emulator (#2287) * Add emulator fallback for fcl.tx (#2294) * Fix resume args type check not checking if value is falsy (#2309) * Add missing decoders (#2320) * Improve WebSocket Lifecycle Management (#2312) * Add changesets * Fix Account Status Decoding * Add `useIsCadenceWalletConnected` hook (#2326) * Expose origin in `onMessageFromFCL` callback (#2384) * Update and clean up WalletConnect dependencies (#2382) * Deprecate manual `appIdentifier` in favour of window origin (#2378) * Updated types to interfaces and comments cleanup (#2393) * Updated types to interfaces and comments cleanup * Added changeset --------- Co-authored-by: mfbz <mfbz@users.noreply.github.com> * Version Packages (#2371) * Add `useFlowChainId` hook (#2367) * Rename `useFlowTransaction` to `useFlowTransactionStatus` (#2413) * Rename tx hook to tx status hook * Fix import --------- Co-authored-by: Chase Fleming <1666730+chasefleming@users.noreply.github.com> * Add changeset (#2414) * Add changeset * Update moody-ligers-rule.md * Update .changeset/moody-ligers-rule.md Co-authored-by: Jordan Ribbink <17958158+jribbink@users.noreply.github.com> --------- Co-authored-by: Chase Fleming <1666730+chasefleming@users.noreply.github.com> Co-authored-by: Jordan Ribbink <17958158+jribbink@users.noreply.github.com> * Add comment about renaming (#2416) Co-authored-by: Chase Fleming <1666730+chasefleming@users.noreply.github.com> * Fix `useFlowRevertibleRandom` range (#2417) * Update readme with `useFlowRevertibleRandom` hook (#2419) Co-authored-by: Chase Fleming <1666730+chasefleming@users.noreply.github.com> * Add `useCrossVmBatchTransaction` function (#2368) * Refactored SDK package to TypeScript (#2352) * Added onflow/typedefs and onflow/types types into sdk package * Updated first part of files * Updated encode and decode folders * Updated send.js * Updated sdk resolve files * Fixed build problems * Updated wallet-utils folder * Moved typedefs and types back to their package * Fixed build * Refactored more js to ts files * Fixed tests * Added onflow/types re-export from sdk * Added missing onflow/types package to sdk * Updated readme with typescript examples * Fixed build error on type problem * Added changeset file * Cleaned up types and docs * Minor comments fix * Removed unused cast * Added suport to conditional interaction callbacks in build * After install update * Fixed build-transaction input params * Updated send function null check * Re-added resolve comments to two special functions * Added Voucher export from sdk * Improved input params for send function * Renamed InteractionCallback to InteractionBuilderFn * Improve with central function definition from interaction file * Improved atBlockId validator types * Strongly typed voucher intercept param * Improved signing function interface and minor refactoring * Refactored AcctFn function name * Refactored AccountFn name --------- Co-authored-by: mfbz <mfbz@users.noreply.github.com> * Fix payload type * Fix payload decoding * Fix Typos in Documentation Files (#2420) * Enter alpha mode (#2421) * Version Packages (alpha) (#2396) * Fix current user returning false before checking authenticated (#2428) Co-authored-by: Chase Fleming <1666730+chasefleming@users.noreply.github.com> * Allow undefined value for `useFlowTransactionStatus` (#2439) * Fixed fcl.mutate hanging (#2434) * Fixed fcl-mutate not working * Update packages/sdk/src/block/block.ts Co-authored-by: Jordan Ribbink <17958158+jribbink@users.noreply.github.com> * Update packages/sdk/src/block/block.ts Co-authored-by: Jordan Ribbink <17958158+jribbink@users.noreply.github.com> * Update packages/sdk/src/block/block.ts Co-authored-by: Jordan Ribbink <17958158+jribbink@users.noreply.github.com> * Update packages/sdk/src/node-version-info/node-version-info.ts Co-authored-by: Jordan Ribbink <17958158+jribbink@users.noreply.github.com> * Update packages/sdk/src/resolve/resolve.ts Co-authored-by: Jordan Ribbink <17958158+jribbink@users.noreply.github.com> * Added validator improvement * Create four-frogs-jump.md --------- Co-authored-by: mfbz <mfbz@users.noreply.github.com> Co-authored-by: Jordan Ribbink <17958158+jribbink@users.noreply.github.com> * Version Packages (alpha) (#2440) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Fix build * Prettier --------- Co-authored-by: Jordan Ribbink <17958158+jribbink@users.noreply.github.com> Co-authored-by: Jordan Ribbink <jribbink@telus.net> Co-authored-by: Michael Fabozzi <39808567+mfbz@users.noreply.github.com> Co-authored-by: mfbz <mfbz@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Chase Fleming <1666730+chasefleming@users.noreply.github.com> Co-authored-by: leopardracer <136604165+leopardracer@users.noreply.github.com>
1 parent 4af452c commit d3dff8f

File tree

268 files changed

+7780
-2481
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

268 files changed

+7780
-2481
lines changed

.changeset/breezy-gifts-sit.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@onflow/typedefs": minor
3+
---
4+
5+
Add typedefs for streaming API

.changeset/chatty-ghosts-bake.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@onflow/kit": minor
3+
---
4+
5+
Make `txId` optional for `useFlowTransactionStatus`

.changeset/fast-lobsters-train.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@onflow/kit": patch
3+
---
4+
5+
Update readme with `useFlowRevertibleRandom` hook

.changeset/forty-trees-report.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@onflow/kit": patch
3+
---
4+
5+
Fix `useFlowRevertibleRandom` range

.changeset/four-frogs-jump.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@onflow/sdk": patch
3+
---
4+
5+
Fixed fcl.mutate hanging

.changeset/good-books-call.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@onflow/kit": minor
3+
---
4+
5+
Add `useCrossVmBatchTransaction` function

.changeset/mean-walls-hear.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
"@onflow/transport-http": minor
3+
---
4+
5+
Add support for new WebSocket streaming methods. The following topics are now available:
6+
7+
- `blocks`
8+
- `block_headers`
9+
- `block_digests`
10+
- `transaction_statues`
11+
- `events`
12+
- `account_statuses`

.changeset/moody-ligers-rule.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@onflow/kit": minor
3+
---
4+
5+
**BREAKING**: Rename `useFlowTransaction` as `useFlowTransactionStatus`

.changeset/odd-seals-glow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@onflow/kit": minor
3+
---
4+
5+
Add `useFlowChainId` hook to the `@onflow/kit` package.

.changeset/pre.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"mode": "pre",
3+
"tag": "alpha",
4+
"initialVersions": {
5+
"@onflow/config": "1.5.2",
6+
"@onflow/fcl": "1.17.0",
7+
"@onflow/fcl-bundle": "1.7.0",
8+
"@onflow/fcl-core": "1.18.0",
9+
"@onflow/fcl-ethereum-provider": "0.0.4",
10+
"@onflow/fcl-rainbowkit-adapter": "0.2.0",
11+
"@onflow/fcl-react-native": "1.11.0",
12+
"@onflow/fcl-wagmi-adapter": "0.0.4",
13+
"@onflow/fcl-wc": "6.0.2",
14+
"@onflow/kit": "0.1.0",
15+
"@onflow/protobuf": "1.3.1",
16+
"@onflow/rlp": "1.2.3",
17+
"@onflow/sdk": "1.8.1",
18+
"@onflow/transport-grpc": "1.4.2-alpha.0",
19+
"@onflow/transport-http": "1.12.0",
20+
"@onflow/typedefs": "1.5.0",
21+
"@onflow/types": "1.4.1",
22+
"@onflow/util-actor": "1.3.4",
23+
"@onflow/util-address": "1.2.3",
24+
"@onflow/util-encode-key": "1.2.4",
25+
"@onflow/util-invariant": "1.2.4",
26+
"@onflow/util-logger": "1.3.3",
27+
"@onflow/util-rpc": "0.0.2",
28+
"@onflow/util-semver": "1.0.3",
29+
"@onflow/util-template": "1.2.3",
30+
"@onflow/util-uid": "1.2.3"
31+
},
32+
"changesets": [
33+
"breezy-gifts-sit",
34+
"chatty-ghosts-bake",
35+
"fast-lobsters-train",
36+
"forty-trees-report",
37+
"four-frogs-jump",
38+
"good-books-call",
39+
"mean-walls-hear",
40+
"moody-ligers-rule",
41+
"odd-seals-glow",
42+
"sharp-suns-refuse",
43+
"shy-cars-beam",
44+
"sixty-pandas-retire",
45+
"spicy-fishes-drum",
46+
"tame-pianos-doubt"
47+
]
48+
}

0 commit comments

Comments
 (0)