Releases: vaariance/variance-dart
Releases · vaariance/variance-dart
0.2.2
0.2.1
v0.2.0
- add support for safe7579 Accounts and safe7579Passkeys Acccounts.
- migrate from plugin pattern to composition with mixins.
- remove intrinsically provided
jsonRpcUrls fromChainconfigurations. jsonRpcUrls are no longer optional. - replace legacy gas multiplier logic with transform functions.
getNoncenow allow for nonce key. All nonce queries must be made to the entrypoint now.- introduce global state management with
SmartWalletState. - create a new
TransactionBuilderinterface with core transaction methods. - update
prepareUserOperationmethod; op updates are no longer optional.
Full Changelog: v0.1.9...v0.2.0
v0.1.9
v0.1.8
What's Changed
- fix: type 'SafeSingletonAddress' is not a subtype of type 'EthereumAddress' of 'data' by @LiorAgnin in #26
Full Changelog: v0.1.7...v0.1.8
v0.1.7
Full Changelog: v0.1.6...v0.1.7
v0.1.6
Full Changelog: v0.1.5...v0.1.6
v0.1.5
Improved Gas Estimations
Full Changelog: v0.1.4...v0.1.5
v0.1.4
Safe + 4337 + Passkeys now supported
- add create safe account with passkeys method in accounts factory
- fix issue that causes create2salt to result in a different safe address
- fetch the smart account balance from the entrypoint
- Add create alchemy light Account
- Add support for signature prefixes
Full Changelog: v0.1.3...v0.1.4