Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Nov 04:54
· 2 commits to main since this release
3414942

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