Commit d3dff8f
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- .changeset
- packages
- fcl-core
- src
- current-user
- events
- transaction
- wallet-provider-spec
- wallet-utils
- fcl-ethereum-provider
- fcl-rainbowkit-adapter
- src
- fcl-react-native
- src
- fcl-wagmi-adapter
- fcl-wc
- src
- fcl
- src
- kit
- src
- __mocks__
- components
- hooks
- sdk
- src
- account
- block
- build
- decode
- encode
- interaction
- node-version-info
- resolve
- __snapshots__
- response
- __snapshots__
- send
- test-utils
- transport
- send
- subscribe
- wallet-utils
- transport-grpc
- transport-http
- src
- send
- subscribe
- handlers
- utils
- typedefs
- src
- types
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| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
0 commit comments