• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

decentraland / lamb2
80%

Build:
DEFAULT BRANCH: main
Repo Added 16 Oct 2024 08:02PM UTC
Files 73
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH main
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • add-ai-agent-context-to-readme
  • badge
  • chore/use-org-marketplace-api-as-default
  • coverage
  • dependabot/npm_and_yarn/dcl-catalyst-client-21.8.0
  • dependabot/npm_and_yarn/dcl-catalyst-client-21.8.1
  • dependabot/npm_and_yarn/dcl/catalyst-api-specs-3.4.0
  • dependabot/npm_and_yarn/dcl/catalyst-api-specs-3.5.0
  • dependabot/npm_and_yarn/dcl/eslint-config-2.3.0
  • dependabot/npm_and_yarn/dcl/eslint-config-2.3.1
  • dependabot/npm_and_yarn/dcl/schemas-15.0.0
  • dependabot/npm_and_yarn/dcl/schemas-15.1.0
  • dependabot/npm_and_yarn/dcl/schemas-15.1.1
  • dependabot/npm_and_yarn/dcl/schemas-15.1.2
  • dependabot/npm_and_yarn/dcl/schemas-15.3.0
  • dependabot/npm_and_yarn/dcl/schemas-15.3.1
  • dependabot/npm_and_yarn/dcl/schemas-15.3.3
  • dependabot/npm_and_yarn/dcl/schemas-15.4.0
  • dependabot/npm_and_yarn/dcl/schemas-15.5.0
  • dependabot/npm_and_yarn/dcl/schemas-15.7.0
  • dependabot/npm_and_yarn/dcl/schemas-15.8.1
  • dependabot/npm_and_yarn/dcl/schemas-16.0.0
  • dependabot/npm_and_yarn/dcl/schemas-16.1.0
  • dependabot/npm_and_yarn/dcl/schemas-16.11.0
  • dependabot/npm_and_yarn/dcl/schemas-16.12.0
  • dependabot/npm_and_yarn/dcl/schemas-16.13.0
  • dependabot/npm_and_yarn/dcl/schemas-16.14.0
  • dependabot/npm_and_yarn/dcl/schemas-16.3.0
  • dependabot/npm_and_yarn/dcl/schemas-16.6.4
  • dependabot/npm_and_yarn/dcl/schemas-16.8.0
  • dependabot/npm_and_yarn/dcl/schemas-16.9.0
  • dependabot/npm_and_yarn/dcl/schemas-17.0.0
  • dependabot/npm_and_yarn/dcl/schemas-17.1.0
  • dependabot/npm_and_yarn/dcl/schemas-18.0.0
  • dependabot/npm_and_yarn/dcl/schemas-18.3.0
  • dependabot/npm_and_yarn/dcl/schemas-18.5.1
  • dependabot/npm_and_yarn/dcl/schemas-18.8.0
  • dependabot/npm_and_yarn/dcl/schemas-19.0.0
  • dependabot/npm_and_yarn/dcl/schemas-19.3.0
  • dependabot/npm_and_yarn/dcl/schemas-19.4.0
  • dependabot/npm_and_yarn/dcl/schemas-19.4.1
  • dependabot/npm_and_yarn/well-known-components/interfaces-1.5.1
  • dependabot/npm_and_yarn/well-known-components/interfaces-1.5.2
  • dependabot/npm_and_yarn/well-known-components/test-helpers-1.5.8
  • docs/api
  • feat/add-endpoint-parcel-permissions
  • feat/add-smart-wereables-filter
  • feat/add-smartwearables-filter
  • feat/all-lands-permissions-from-users
  • feat/ask-owner-by-address
  • feat/cdn-url
  • feat/dapps-db-integration
  • feat/explorer-wearables-exposes-compact-response
  • feat/get-owner-by-name
  • feat/gifting-changes
  • feat/improve_backpack_items_retrieval
  • feat/land-operators-endpoint
  • feat/marketplace-api
  • feat/operator-and-updateoperator-permissions-fetch
  • feat/parcel-operators
  • feat/pr-related
  • feat/relax-name-ownership-extra-outfits
  • feat/use-marketplace-api-endpoints
  • fix/default-profiles-retrieval
  • fix/fix-trimmed-version-for-explorer-query-param
  • fix/get-all-land-permissions
  • fix/get-parcel-permission
  • fix/lw-complete-fetch
  • fix/profile-images-urls
  • fix/restore-individual-data-on-explorer-endpoint
  • fix/third-party-wearables-not-fetching
  • main
  • profile-service-cdn
  • refactor/implement-feedbacks-on-trimmed-entity-version
  • refs/tags/3.10.4
  • refs/tags/3.10.5
  • refs/tags/3.10.6
  • refs/tags/3.10.7
  • refs/tags/3.11.0
  • refs/tags/3.11.1
  • refs/tags/3.12.0
  • refs/tags/3.13.0
  • refs/tags/3.13.1
  • refs/tags/3.14.0
  • refs/tags/3.14.1
  • refs/tags/4.0.0
  • refs/tags/4.1.0
  • refs/tags/4.2.0
  • refs/tags/4.3.0
  • refs/tags/4.4.0
  • refs/tags/4.4.1
  • refs/tags/4.4.2
  • refs/tags/4.5.0
  • refs/tags/4.6.0

14 Nov 2025 01:22PM UTC coverage: 80.266% (-0.06%) from 80.33%
19365885618

push

github

web-flow
feat: add support for polygon wearables in explorer and marketplace APIs (#445)

* feat: add support for polygon wearables in explorer and marketplace APIs

- Updated ItemType to include 'polygonWearables'.
- Enhanced marketplace API fetcher to handle 'polygonWearables' item type, allowing for fetching both wearable_v2 and smart_wearable_v1.
- Modified explorer handler to support isPolygonWearable filter, including amount in responses when requested.
- Added tests to validate new functionality for polygon wearables and ensure correct behavior with existing filters.

* feat: add explorer emotes handler and route

- Introduced a new handler for fetching emotes in the explorer, supporting pagination and filtering.
- Added a route to the router for accessing emotes by address.
- Implemented tests to validate the functionality of the new emotes endpoint, including error handling and response structure.
- Enhanced existing data generation utilities to support emote entities.

* refactor: streamline itemType and network handling in fetchers and handlers

- Removed 'polygonWearables' from ItemType and updated related logic to handle network-specific wearables.
- Enhanced marketplace API fetcher to support network parameter for fetching wearables based on the selected network (Ethereum or Polygon).
- Updated explorer handler to utilize network parameter instead of isPolygonWearable, simplifying the filters and response structure.
- Refactored tests to validate new network-based filtering and ensure correct behavior across different scenarios.

* refactor: update network handling to use enum values across fetchers and handlers

- Replaced string literals for network parameters with the Network enum in elements-fetcher, marketplace-api-fetcher, explorer-handler, and related logic.
- Adjusted tests to validate the new enum-based network handling, ensuring consistency and correctness in API responses.
- Enhanced type safety and clarity in network-related code thro... (continued)

567 of 800 branches covered (70.88%)

Branch coverage included in aggregate %.

72 of 85 new or added lines in 6 files covered. (84.71%)

1670 of 1987 relevant lines covered (84.05%)

40.03 hits per line

Relevant lines Covered
Build:
Build:
1987 RELEVANT LINES 1670 COVERED LINES
40.03 HITS PER LINE
Source Files on main
  • Tree
  • List 73
  • Changed 6
  • Source Changed 0
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
19365885618 main feat: add support for polygon wearables in explorer and marketplace APIs (#445) * feat: add support for polygon wearables in explorer and marketplace APIs - Updated ItemType to include 'polygonWearables'. - Enhanced marketplace API fetcher to ha... push 14 Nov 2025 01:22PM UTC web-flow github
80.27
19233795055 dependabot/npm_and_yarn/dcl/schemas-19.4.1 chore: bump @dcl/schemas from 16.2.0 to 19.4.1 Bumps [@dcl/schemas](https://github.com/decentraland/schemas) from 16.2.0 to 19.4.1. - [Release notes](https://github.com/decentraland/schemas/releases) - [Commits](https://github.com/decentraland/sc... Pull #441 10 Nov 2025 01:48PM UTC web-flow github
80.33
19233791467 dependabot/npm_and_yarn/dcl/eslint-config-2.3.1 chore: bump @dcl/eslint-config from 2.2.1 to 2.3.1 Bumps [@dcl/eslint-config](https://github.com/decentraland/eslint-config) from 2.2.1 to 2.3.1. - [Release notes](https://github.com/decentraland/eslint-config/releases) - [Commits](https://github... Pull #442 10 Nov 2025 01:48PM UTC web-flow github
80.33
19114628391 feat/gifting-changes refactor: validate network parameter in explorer handler and update tests - Enhanced the explorer handler to validate the network parameter, ensuring only valid Network enum values (ETHEREUM or MATIC) are accepted. - Updated integration tests to ... Pull #445 05 Nov 2025 08:01PM UTC AndresMorelos github
80.27
19104127051 feat/gifting-changes Merge branch 'main' into feat/gifting-changes Pull #445 05 Nov 2025 01:49PM UTC web-flow github
80.24
19103542829 feat/gifting-changes refactor: streamline itemType and network handling in fetchers and handlers - Removed 'polygonWearables' from ItemType and updated related logic to handle network-specific wearables. - Enhanced marketplace API fetcher to support network parameter... Pull #445 05 Nov 2025 01:27PM UTC AndresMorelos github
80.24
19080746548 main docs: Add AI Agent Context section to README (#444) * docs: add api spec * docs: add AI Agent Context section to README Add comprehensive AI Agent Context section to help AI agents understand: - Service purpose and capabilities - Communication ... push 04 Nov 2025 07:40PM UTC web-flow github
80.33
19072376048 add-ai-agent-context-to-readme Move AI Agent Context to docs/ai-agent-context.md Pull #444 04 Nov 2025 02:41PM UTC pentreathm github
80.33
19071806789 add-ai-agent-context-to-readme Remove emoji from AI Agent Context section header Pull #444 04 Nov 2025 02:22PM UTC pentreathm github
80.33
19068907222 feat/operator-and-updateoperator-permissions-fetch feat: tweak graph integration to only fetch Operator and UpdateOperator rights Pull #446 04 Nov 2025 12:39PM UTC aleortega github
80.68
See All Builds (201)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc