Tags: base-org/basenames
Tags
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]>
[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