Skip to content

Commit

Permalink
Merge pull request #1825 from o1-labs/shigoto-ethers-changelog
Browse files Browse the repository at this point in the history
Update changelog for ecdsa/ethers changes
  • Loading branch information
Shigoto-dev19 committed Sep 17, 2024
2 parents bedf107 + 8f19921 commit 3061057
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3061057

Please sign in to comment.