-
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 branch 'master' of github.com:ethereum-attestation-service/eas-sdk
- Loading branch information
Showing
98 changed files
with
9,376 additions
and
3,378 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,19 +1,20 @@ | ||
# Dependencies. | ||
# Dependencies | ||
/node_modules | ||
/.pnp | ||
.pnp.js | ||
|
||
# Testing. | ||
# Testing | ||
/coverage | ||
.hardhat-dependency-compiler | ||
|
||
# Production. | ||
# Production | ||
/build | ||
|
||
# Ignore all .env files. | ||
# Ignore all .env files | ||
.env* | ||
!.env | ||
!.env.template | ||
|
||
# Misc. | ||
# Misc | ||
.DS_Store | ||
.vscode/ |
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,6 +1,45 @@ | ||
# Changelog | ||
|
||
## 1.4.0 (2023-12-08) | ||
## 2.2.0 | ||
|
||
- Add a method to receive the tx receipt to the Transaction object | ||
|
||
## 2.1.4 | ||
|
||
- Support legacy versions by coercing them to full semver | ||
|
||
## 2.1.2 | ||
|
||
- Avoid using @ethereum-attestation-service/eas-contracts-legacy in production | ||
- Automatically derive the EIP712 version via the domain separator | ||
- Improve delegated attestation backward compatibility | ||
- Don't require the signer/provider to have the `getAddress` method | ||
- Allow offchain verification with refUID | ||
- Don't automatically broadcast transactions. In order to broadcast transactions, it's now always necessary to call the `wait()` function. | ||
|
||
## 1.6.1 | ||
|
||
- Avoid using @ethereum-attestation-service/eas-contracts-legacy in production | ||
|
||
## 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 | ||
|
||
- Remove nonce from serialization/deserialization of offchain attestations | ||
|
||
## 1.4.1 | ||
|
||
- Check for ethers v6 compatibility | ||
|
||
## 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
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
Oops, something went wrong.