All notable changes to the SNS Aggregator will be documented in this file.
The format is based on Keep a Changelog.
The SNS Aggregator is released through proposals in the Network Nervous System. Therefore, each proposal is documented below, following the relevant changes.
- Decoding quota of 10,000 in the
http_request
method.
- Include SNS nervous system parameters.
- Add common code snippets for developers to the "Documentation" chapter on the landing page.
- Updated the SNS bindings used by the aggregator.
- Updated libraries provided by the
ic
repository torelease-2023-06-07_23-01
.
- In fast updates, update
derived_state
andlifecycle
as well as the now deprecatedswap_state
. - New field
logo
in themeta
data with the relative path to the logo asset. - Add a getting started section in landing page.
- Various minor style improvements: favicon, spacing, status "open" color and text clamp
- More tests that the SNS aggregator contains the expected number of SNSs.
- Display commit, branch name and similar data when deploying to a test canister.
- Ensure that the last paginated entry is incomplete.
- Update the path to the
nns-sns-wasm
.did file. - Update the index.html when it has changed.
- Style (UI design) for the landing page
- Add a link that points to NNS Dapp GitHub repo
- Display swaps' lifecycle on the landing page
- Updated
ic-cdk
to the latest version and use the, now separate,ic-cdk-timers
. - Updated IC commit to
06f339b83ce37e3fc9571e1b4251fbcf5c1a8239
, made on Mon July 3 2023. - Shortened patch files by namespacing Principal automatically, automating the use of EmptyRecord and using CallResult in API declarations.