Closed YoshihitoAso closed 3 months ago
app > routers > issuer | misc
FREEZE_LOG_FEATURE_ENABLED
DVP_AGENT_FEATURE_ENABLED
app.routers.issuer.settlement_issuer.py
app.routers.misc.settlement_agent.py
GET: /settlement/dvp/{exchange_address}/deliveries
GET: /settlement/dvp/{exchange_address}/delivery/{delivery_id}
From the Agent's perspective, there was a problem with referencing the delivery list, so a new API was added. https://github.com/BoostryJP/ibet-Prime/pull/664/commits/17a38ff5dacaf31b224d559bb356930eb51e61ff
1. Change to store issuer-related and unrelated APIs in separate directories
app > routers > issuer | misc
2. Add environment variables
FREEZE_LOG_FEATURE_ENABLED
: Set if you want to use FRREZE-LOG features.DVP_AGENT_FEATURE_ENABLED
: Set if you want to use DVP Paying Agent features.3. Change to DVP-related APIs
app.routers.issuer.settlement_issuer.py
app.routers.misc.settlement_agent.py
GET: /settlement/dvp/{exchange_address}/deliveries
GET: /settlement/dvp/{exchange_address}/delivery/{delivery_id}