Skip to content

Tags: base-org/basenames

Tags

v1.0.4

Toggle v1.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Updated ERC1155 Discount Validator (#100)

* Added multi-id erc1155 discount validator

* lint

* test: add unit tests for ERC1155DiscountValidatorV2

* Address reentrancy vuln with balance check via staticcall

* lint

---------

Co-authored-by: Abdulla Al-Kamil <[email protected]>

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add talent protocol discount validator (#97)

* init

* First pass impl

* Natspec

* Add tests

* Add zero-address checks

* Address PR comments

* Fix typo

* Add clarity to possible revert case.

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add coupon discount validator (#96)

* lint

* Remove unused state var

* Add unit tests, add address as salt to signature hash

* lint

* Fix natspec

* Add zero address checks

* Remove redundant owner check

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Constant change for minimum duration (#87)

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[audit2] Spearbit second audit (#80)

* [audit2] #2 Typos and Documentation (#72)

* Fix typo in PaymentReceiverUpdated

* Fix typo in L2Resolver commment

* Fix typos in L2Resolver and ReverseRegistrar natspec

* Fix comment in IPriceOracle

* Fix natspec in controllers

* Remove unused event (#71)

* [audit2] #4 Cleanup GRACE_PERIOD handling for launch auction (#73)

* Cleanup GRACE_PERIOD handling for launch auction

* Add GRACE_PERIOD to EARegistrarController

* [audit2] #5 Explicitly declare state visibility (#75)

* Explicitly declare state visibility

* Style guide

* Change resolver for reverse node when changing default resolver (#76)

* Remove reverse claiming from EARegistrarController (#78)

* Add IExtendedResolver supported signal for L2Resolver (#77)

* Add reverse node claim to L2 Resolver (#81)

* [audit2] #6 Remove addr.reverse setting from ReverseRegistrar (#74)

* Remove addr.reverse setting from ReverseRegistrar

* Address PR suggestion