Skip to content

Conversation

soerenbf
Copy link
Collaborator

@soerenbf soerenbf commented Sep 9, 2025

Purpose

Next major release of @concordium/web-sdk

Changes

Checklist

  • My code follows the style of this project.
  • The code compiles without warnings.
  • I have performed a self-review of the changes.
  • I have documented my code, in particular the intent of the
    hard-to-understand areas.
  • (If necessary) I have updated the CHANGELOG.

soerenbf and others added 30 commits August 29, 2025 14:45
* Wrap `ContractTraceEvent` uses in `Upward`

* Remove `ContractVersion` in favor of good ol' `number`

* Align helper block item summary functions with rust SDK

* Add handle PLT events for block item summary helpers
* `Upward` for `VerifyKey`

* Add type for unwrapping `Upward` recursively for types that are used in both read/write scenarios

* JSDoc improvements

* Align representation of `UpdatePublicKey` in grpc/sdk
@soerenbf soerenbf self-assigned this Sep 9, 2025
@soerenbf soerenbf added the Breaking changes Implementation of the issue will cause breaking changes. label Sep 9, 2025
soerenbf and others added 22 commits September 9, 2025 20:27
merge `main` into `release/sdk/11`
…der (#504)

* Add distinction in representation of cis7 accounts and tokenholder
* Simplify `Token` function input by taking `AccountAddress.Type` instead of its CBOR wrapper
* Check token decimals for create plt payload
* Add `CborContractAddress` type
* Add unit tests for `CborContractAddress`
merge `main` into `release/sdk/11`
Make everything optional for token init params + module state, according to CIS-7
Align cis-7 decode function with changes to init params and module state
* Create app token, and use it to push docs to gh-pages

* rm whitespace from comment

* Fix broken links and linkcheck in docs

* Update wasm pack + rust version (#519)

* move wasm-pack out of local deps
* update wasm-bindgen
* use rust version 1.85
* declare wasm-pack as a dependency in readme section
* install wasm-pack in workflows
* Fix module resolution due to rust-bindings package cjs->esm
* Fix CRA example app warnings
* Update sdk changelog

* changing tar fs version as per dependabot suggestion

* removed the entry from resolutions package.json
ran yarn up @size-limit/preset-big-lib
ran yarn estimo --recursive

* Updated babel traverse using yarn up @babel/traverse -R

* ran yarn up form-data -R
changed from 3.0.1 to 3.0.4, npm audit locally not complaining anymore

* updated path-to-regexp version
this one needed to be done via resolutions in package.json
could not update via yarn commands

* upgraded body-parser version to 1.20.3
had to use resolutions to upgrade.
yarn upd body-parser and the parents did not update body parser
stayed at 1.20.2

* removed path-to-regexp and body-parser from resolutions
ran yarn upd -R express. express is updated and the two children got updated

* ran yarn upd ws -R to make sure no version of ws between 8 and 8.17.1
confirmed the versions used via yarn why

* ran yarn upd -R rollup
checked that the rollup version is 2.79.2 and nothing lower
No vulnerability alert highlighted when npm audit is run

* updated http-proxy-middleware to 2.0.9
after running yarn upd http-proxy-middleware -R
it was 2.0.6 beforehand which is marked as vulnerable

---------

Co-authored-by: Stefan Madsen <[email protected]>
Co-authored-by: Stefan Madsen <[email protected]>
Co-authored-by: Richard B <[email protected]>
Co-authored-by: rbaconcordium <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Breaking changes Implementation of the issue will cause breaking changes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants