Skip to content

Commit

Permalink
chore: add integrity check in readme and update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
Satan-web3 authored and Satan-web3 committed Sep 14, 2024
1 parent 01501e7 commit 80edc49
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ __6.0.0__
- Fix known type errors.
- Bump axios from 1.6.8 to 1.7.4 and webpack from 5.78.0 to 5.94.0 to address security problems.
- Add TronWeb.address.toChecksumAddress and TronWeb.address.isChecksumAddress APIs.
- Fix the wrong action of `deocdeInput` API in Contract module. [#557](https://github.com/tronprotocol/tronweb/issues/557)

__6.0.0-beta.4__
- Replace `ethers@v5/abi` with abiCoder of `ethers@v6`.
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,15 @@ const tronWeb = new TronWeb({
)
```

## Integrity Check

The package files will be signed using a GPG key pair, and the correctness of the signature will be verified using the following public key:

```
pub: 4371 AB85 E5A5 8FAA 88AD 7FDF 9945 DBCA 8C4B B810
uid: [email protected]
```

## Contributions

In order to contribute you can
Expand Down

0 comments on commit 80edc49

Please sign in to comment.