Skip to content

Releases: peeramid-labs/multipass

v0.3.8

11 Oct 14:18
ff952b8

Choose a tag to compare

Patch Changes

v0.3.7

11 Oct 13:21
a72bd6a

Choose a tag to compare

Patch Changes

v0.3.6

11 Oct 00:18
2caf589

Choose a tag to compare

Patch Changes

v0.3.5

10 Oct 06:42
59c77fb

Choose a tag to compare

Patch Changes

v0.3.4

10 Oct 06:30
b6a8e82

Choose a tag to compare

Patch Changes

v0.3.3

04 Mar 08:17
39e0ab5

Choose a tag to compare

Patch Changes

v0.3.2

06 Dec 04:15
4f6321d

Choose a tag to compare

Patch Changes

v0.3.1

03 Dec 10:39
324e60e

Choose a tag to compare

Patch Changes

v0.3.0

13 Nov 04:54
3414942

Choose a tag to compare

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

v0.2.0

30 Sep 17:42
809a92a

Choose a tag to compare

Minor Changes