Skip to content

Releases: RunOnFlux/account-abstraction

v1.2.0

21 Feb 10:01
1962d24
Compare
Choose a tag to compare
  • 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

28 Jan 10:53
dec1540
Compare
Choose a tag to compare

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

v1.0.4

28 Jan 10:49
588c582
Compare
Choose a tag to compare
update dependencies, rebuild