Skip to content

Commit

Permalink
feat(account): Signing plain, defunct messages (for EIP-191) (refs: e…
Browse files Browse the repository at this point in the history
  • Loading branch information
kalloc authored and danhper committed Aug 16, 2021
1 parent 1be0dad commit d8eb3de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [1.15.2](https://github.com/eth-brownie/brownie/tree/v1.15.2) - 2021-07-26
### Fixed
- Bump `py-solc-ast` version to fix AST issues with solc `>=0.8.3` ([#1165](https://github.com/eth-brownie/brownie/pull/1165))
- Added `LocalAccount.sign_defunct_message` method to sign `EIP-191` text messages ([#1163](https://github.com/eth-brownie/brownie/pull/1163))

## [1.15.1](https://github.com/eth-brownie/brownie/tree/v1.15.1) - 2021-07-23
### Fixed
Expand Down

0 comments on commit d8eb3de

Please sign in to comment.