Releases: RunOnFlux/account-abstraction
Releases · RunOnFlux/account-abstraction
v1.2.0
- Try, final block added with more cleaning and general bucket to remember all nonces used added as well
- Default null hashFunction replaced with actual default which is _hashMessage (solidityPackedKeccak256)
- Added check on verifying that public keys are valid points on the secp256k1 curve
- Readme, examples updates
- More code explanations, salts, nonces information
- Dependencies update
What's Changed
Full Changelog: v1.1.1...v1.2.0
v1.1.1
- Security audit of Account Abstraction: https://www.halborn.com/audits/influx-technologies/account-abstraction-schnorr-multisig
- BREAKING change: Updated contracts to mitigate all findings
Account Abstraciton Solidity Contracts are now fully audited. All findings were present in unused code and thus did not poses any threat to existing contract. However we have deployed a new updated contract to remove the unused code making it more simpler and secure. It is recommended to use main
branch contracts in deployments.md
Full Changelog: v1.0.4...v1.1.1