From 8f19921c1d95252e1d8e46680e8ad04e3f82d905 Mon Sep 17 00:00:00 2001 From: Shigoto-dev19 Date: Tue, 17 Sep 2024 21:41:51 +0300 Subject: [PATCH] Update changelog for ecdsa/ethers changes --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6f773472..db4e2e188 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased](https://github.com/o1-labs/o1js/compare/5006e4f...HEAD) +### Added + +- Added `verifyEthers` method to verify Ethereum signatures using the EIP-191 message hashing standard https://github.com/o1-labs/o1js/pull/1815 + - Added `fromEthers` method for parsing and converting Ethereum public keys into `ForeignCurve` points, supporting both compressed and uncompressed formats. + - Added `fromHex` method for converting hexadecimal strings into `ForeignCurve` points. + ## [1.7.0](https://github.com/o1-labs/o1js/compare/d6abf1d97...5006e4f) - 2024-09-04 ### Added