Skip to content

Commit

Permalink
Add FIXME explaining unsupported nested trait references
Browse files Browse the repository at this point in the history
  • Loading branch information
BowTiedRadone committed Jan 24, 2025
1 parent 8468836 commit 2fec9b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions traits.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ import {
import { Simnet } from "@hirosystems/clarinet-sdk";
import { ImplementedTraitType, ImportedTraitType } from "./traits.types";

// FIXME: The presence of a list in the nesting chain affects the trait
// reference path during trait import data enrichment. This function cannot
// handle responses or optionals nested under lists.
/**
* Enriches contract interface with trait reference data. Before enrichment,
* the contract interface lacks trait reference data for parameters. This
Expand Down

0 comments on commit 2fec9b4

Please sign in to comment.