Summary
The buy quote method is tested against a missing creator, but the actual buy execution path for an unregistered creator is not covered by a regression test. Confirming the buy reverts with the expected error prevents a silent failure mode.
Scope
- add a regression test that calls the buy function for a creator address that has not been registered
- assert the call reverts with the expected not-registered error variant
- assert no state changes occur as a result of the failed call
Acceptance Criteria
- a buy against an unregistered creator reverts with the correct error
- no supply, balance, or fee state is modified by the failed call
- the test is distinct from the existing buy quote missing-creator test
Contributor coordination: if you pick this up, reach out in Telegram for updates or clarification: https://t.me/accesslayerorg
Summary
The buy quote method is tested against a missing creator, but the actual buy execution path for an unregistered creator is not covered by a regression test. Confirming the buy reverts with the expected error prevents a silent failure mode.
Scope
Acceptance Criteria
Contributor coordination: if you pick this up, reach out in Telegram for updates or clarification: https://t.me/accesslayerorg