|
45 | 45 |
|
46 | 46 | ### Key Release Dates & Breaking Changes
|
47 | 47 |
|
48 |
| -Full network upgrade (Spork) Fall 2025. |
| 48 | +Full network upgrade (Spork) Fall 2025. |
49 | 49 |
|
50 | 50 | ---
|
51 | 51 |
|
@@ -111,9 +111,9 @@ Q2 2025 Cycle Objective(s):
|
111 | 111 | - Improvements:
|
112 | 112 | - Performance optimization: [Remove unnecessary storage commit at end of script execution](https://github.com/onflow/cadence/pull/4046)
|
113 | 113 | - [Improve bimap insertion and tests](https://github.com/onflow/cadence/pull/4045)
|
114 |
| -- Bugfix: |
| 114 | +- Bugfix: |
115 | 115 | - [Fix race when array/dictionary entitlement set is used concurrently](https://github.com/onflow/cadence/pull/4040)
|
116 |
| -- Automation: |
| 116 | +- Automation: |
117 | 117 | - [Setup automated fuzzing of Cadence repo](https://github.com/onflow/cadence/issues/3985)
|
118 | 118 | - [Fix CCF encoder fuzzer](https://github.com/onflow/cadence-fuzzer/pull/25)
|
119 | 119 | - [Fix decoder fuzzing ](https://github.com/onflow/cadence-fuzzer/pull/26)
|
@@ -318,10 +318,41 @@ Cycle Objective(s):
|
318 | 318 |
|
319 | 319 | **Done Last Sprint**
|
320 | 320 |
|
321 |
| - |
| 321 | +- **Component & Hook Development** |
| 322 | + - Built `TransactionButton` component and integrated it into the live demo area |
| 323 | + - Improved `Connect` component with Cross-VM token balance display |
| 324 | + - Created and documented the `useCrossVmTransactionStatus` hook |
| 325 | + - Added raw query hook support from community request |
| 326 | + - Added context support for transaction state handling in `TransactionButton` |
| 327 | + - Added emulator support for Cross-VM hooks |
| 328 | +- **Documentation & Demos** |
| 329 | + - Wrote documentation for: |
| 330 | + - `Connect` |
| 331 | + - `TransactionButton` |
| 332 | + - `TransactionLink` |
| 333 | + - `TransactionDialog` |
| 334 | + - `useCrossVmTransactionStatus` |
| 335 | + - Continued development of live demo area on the docs site |
| 336 | + - Polished component UI for release and began dark mode support |
| 337 | +- **Tooling & Infrastructure** |
| 338 | + - Started building an internal demo/testing environment for rapid iteration |
| 339 | + - Initiated refactor of global FCL config |
| 340 | + - Released CLI with emulator EVM Bridge functionality |
| 341 | +- **TypeScript Support** |
| 342 | + - Extracted SDK reference material into JSDoc within the `onflow/sdk` package |
| 343 | + - Completed enriched descriptions and examples for `onflow/sdk` |
| 344 | + - Continued improving `onflow/fcl` JSDoc examples |
322 | 345 |
|
323 | 346 | **This Sprint**
|
324 | 347 |
|
| 348 | +- Support developers at the Eth Hackathon |
| 349 | +- Release components in the library |
| 350 | +- Launch the live demo area in the documentation |
| 351 | +- Write a blog post for the components release |
| 352 | +- Finish the global config issue |
| 353 | +- Add the `useFlowTransaction` hook |
| 354 | +- Make the token type configurable in the `Connect` component |
| 355 | +- Begin work on DeFi block support in the tooling |
325 | 356 |
|
326 | 357 | ---
|
327 | 358 |
|
|
0 commit comments