-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #92 from ethereum-attestation-service/eip712-fixes…
…-2.1.0 Fix delegated attestations backward compatibility issues for older deployments
- Loading branch information
Showing
29 changed files
with
2,377 additions
and
1,617 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,37 @@ | ||
# Changelog | ||
|
||
## 2.0.1-beta.1 (2024-04-04) | ||
## 2.1.0-beta.1 | ||
|
||
- Automatically derive the EIP712 version via the domain separator | ||
- Improve delegated attestation backward compatibility | ||
|
||
## 2.0.1-beta.1 | ||
|
||
- Fix signer assignment during `connect` (2.0.0-beta.1 regression). | ||
|
||
## 2.0.0-beta.1 (2024-03-21) | ||
## 2.0.0-beta.1 | ||
|
||
- Don't automatically broadcast transactions. In order to broadcast transactions, it's now always necessary to call the `wait()` function. | ||
|
||
## 1.5.0 (2024-02-16) | ||
## 1.6.0 | ||
|
||
- Automatically derive the EIP712 version via the domain separator | ||
- Improve delegated attestation backward compatibility | ||
|
||
## 1.5.0 | ||
|
||
- Introduce framework-agnostic `TransactionSigner` and `TypeDataSigner` interfaces which replace the previous usage of the signer/provider | ||
- Fix recipient being mandatory in `attest()` calls | ||
|
||
## 1.4.2 (2024-02-03) | ||
## 1.4.2 | ||
|
||
- Remove nonce from serialization/deserialization of offchain attestations | ||
|
||
## 1.4.1 (2024-02-02) | ||
## 1.4.1 | ||
|
||
- Check for ethers v6 compatibility | ||
|
||
## 1.4.0 (2023-12-08) | ||
## 1.4.0 | ||
|
||
- Add customizable salt to offchain attestations to reduce the chance of predictable UIDs (which may be abused in some very specific use-cases) | ||
- Remove unnecessary offchain attestation version input from the `signOffchainAttestation` API |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.