Releases: peeramid-labs/multipass
v0.3.8
v0.3.7
Patch Changes
- #38
b8b33caa715430598999049a568ff62ef9b45920Thanks @peersky! - added more files to package artifact such as scripts&tests. Cleaned up deployment script.
v0.3.6
Patch Changes
- #36
86efd025e6fef7723821c08153b4316916032f59Thanks @peersky! - added constructor test ability to bypass initializer disabling
v0.3.5
Patch Changes
- #34
f9407aeaae708aba093b0446f147685b90a8b4edThanks @peersky! - add artifacts directory to release package
v0.3.4
Patch Changes
- #32
7701f0af7cac3976b8930fbb32cc12b437a1e5edThanks @peersky! - added /deploy directory to package files
v0.3.3
Patch Changes
-
#27
7dce7540ff7f28bbaea7c135e14459c261890d02Thanks @peersky! - added boundry case protection for registering collusions -
#31
03583120cd860a38aecb8c1a86d221b6049e7a25Thanks @peersky! - deployment to arbitrum sepolia
v0.3.2
Patch Changes
- #26
4ece252cec47b55f9a824f613cd2207ec2db6e7dThanks @peersky! - added viem compatible abi export during compilation
v0.3.1
Patch Changes
-
7f56fd2b1a1caf6f86a025874bd1326927a632bdThanks @peersky! - added deployment artifacts -
#20
d2145575c7207b4a40cd6d7b3c1687280b9c2cb7Thanks @theKosmoss! - Register username playbook
v0.3.0
Minor Changes
-
#22
c8f2f23b888e503171b74b65ff09b4310be4c178Thanks @theKosmoss! - Refactored deadline to validUntil -
#6
5afd7a4b67bb744baca83d7f6706762959c1a83eThanks @peersky! - added renewal fees and ability to change them -
#6
648f04924d30f80df7477d3d319508bfe17f57cbThanks @peersky! - - AddedvalidUntilproperty 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
- #18
10e2211ede2080349acf66b77bd85b9848c93a94Thanks @theKosmoss! - Moved initialize domain playbook from contracts into multipass
v0.2.0
Minor Changes
3cfbd82d4a8b9840bbe0ed001088cca0a361e626Thanks @peersky! - initial release