Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 2 additions & 0 deletions CHANGELOG-npm.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased]

## 0.13.0
- eth: add support for streaming transactions and EIP-712 typed data with large data
- eth: add optional `useAntiklepto` argument to `ethSignTypedMessage()` (set to `false` for
deterministic typed-message signatures, firmware >=9.26.0)
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG-rust.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased]

## 0.12.0
- eth: add support for streaming transactions and EIP-712 typed data with large data
- eth: add `use_antiklepto` toggle to `eth_sign_typed_message()` (set `false` for deterministic
typed-message signatures, firmware >=9.26.0)
Expand Down
Loading