Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 2.96 KB

CHANGELOG.md

File metadata and controls

48 lines (28 loc) · 2.96 KB

@peeramid-labs/multipass

0.3.2

Patch Changes

0.3.1

Patch Changes

0.3.0

Minor Changes

  • #22 c8f2f23b888e503171b74b65ff09b4310be4c178 Thanks @theKosmoss! - Refactored deadline to validUntil

  • #6 5afd7a4b67bb744baca83d7f6706762959c1a83e Thanks @peersky! - added renewal fees and ability to change them

  • #6 648f04924d30f80df7477d3d319508bfe17f57cb Thanks @peersky! - - Added validUntil property to domain records

    • Added ability to renew records and corresponding nonce checks enforced.
    • Reduced some interface visibility to follow least permission principle
    • Removed diamond proxy in favor of more simplistic transparent proxy pattern
    • Moved to solidiy compiler version to 0.8.28
    • Removed unusued internal functions and events from interfaces
    • Removed boolean literals from conditional expressions
    • Removed withdraw funds interface. All funds now are sent to owner by default.
    • Added security contact email address to docstrings

    Breaking changes

    Register() interface which now has less arguments and uses internal struct parameters, remove unused arguments

Patch Changes

0.2.0

Minor Changes