Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce a CHANGELOG for the wasm node #2122

Merged
merged 2 commits into from
Mar 7, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions bin/wasm-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

## Unreleased

### Changed

- Prune list of unverified blocks if it grows too much in order to resist spam attacks.
- Log block's parent hash in case of block announce.
- Only call `console.error` once in case of a Rust panic.

### Fixed

- Fix parachain blocks being reported multiple times in case of a relay chain fork.
- Implement the `ext_crypto_ecdsa_sign_version_1` host function.
tomaka marked this conversation as resolved.
Show resolved Hide resolved
- Implement the `ext_crypto_ecdsa_verify_version_1` host function.
- Implement the `ext_crypto_ecdsa_sign_prehashed_version_1` host function.
- Implement the `ext_crypto_ecdsa_verify_prehashed_version_1` host function.