Skip to content

Feat/configurable fees#20

Open
charlescrain wants to merge 2 commits intomainfrom
feat/configurable-fees
Open

Feat/configurable fees#20
charlescrain wants to merge 2 commits intomainfrom
feat/configurable-fees

Conversation

@charlescrain
Copy link
Copy Markdown

No description provided.

- All percentage fields: uint8 (0-100) → uint16 (0-10000) basis points
- All fee math: / 100 → / 10000
- Split ratio arrays: uint8[] → uint16[], sum validation == 10000
- MarketplaceSettings defaults: 0 (protocol base fee; RareAppRegistry handles app fees)
- RoyaltyRegistry default: 1000 (10%)
- ERC2981, SovereignNFT, LazySovereignNFT: royalty in basis points
- Updated interfaces, implementations, tests, and deployment scripts

Made-with: Cursor
- Add configurable fee support to Bazaar, Marketplace, and AuctionHouse
- Add Sepolia deployment script and configuration
- Add RareAppRegistry, ManifoldRoyaltyRegistryStub, StakingRegistryStub
- Update Bazaar tests and auction upgrade fork test
- Add libraries-solidity submodule

Made-with: Cursor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants