decentraland / builder-server

Builder app backend
20 stars 17 forks source link

feat: Add virtual third parties #772

Closed LautaroPetaccio closed 1 month ago

LautaroPetaccio commented 1 month ago

This PR adds the capability of using creating virtual third parties. That is, third parties created with the purpose of being temporary third parties until the registration is done on chain.

coveralls commented 1 month ago

Pull Request Test Coverage Report for Build 10965795567

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/ThirdParty/ThirdParty.router.ts 17 18 94.44%
src/ThirdParty/VirtualThirdParty.model.ts 3 4 75.0%
src/Collection/Collection.service.ts 9 11 81.82%
src/ThirdParty/ThirdParty.service.ts 35 41 85.37%
<!-- Total: 107 117 91.45% -->
Totals Coverage Status
Change from base Build 10927296799: 0.1%
Covered Lines: 3141
Relevant Lines: 4231

💛 - Coveralls