Skip to content

feat(core-splice-codegen,example-test-token-v1-registry): create new core package, move test token - #2249

Open
mateuszpiatkowski-da wants to merge 5 commits into
mainfrom
mateuszpiatkowski-da/core-otc-trade
Open

feat(core-splice-codegen,example-test-token-v1-registry): create new core package, move test token#2249
mateuszpiatkowski-da wants to merge 5 commits into
mainfrom
mateuszpiatkowski-da/core-otc-trade

Conversation

@mateuszpiatkowski-da

Copy link
Copy Markdown
Contributor

Signed-off-by: Mateusz Piątkowski mateusz.piatkowski@digitalasset.com


Stack created with GitHub Stacks CLIGive Feedback 💬

@mateuszpiatkowski-da
mateuszpiatkowski-da requested a review from a team as a code owner August 7, 2026 10:12
@mateuszpiatkowski-da mateuszpiatkowski-da self-assigned this Aug 7, 2026
@mateuszpiatkowski-da
mateuszpiatkowski-da force-pushed the mateuszpiatkowski-da/core-otc-trade branch from b7e6a91 to 0cb8d54 Compare August 7, 2026 14:04
@mateuszpiatkowski-da mateuszpiatkowski-da changed the title feat(core-splice-codegen,example-test-token-v1-registry): create new core package, move test token there feat(core-splice-codegen,example-test-token-v1-registry): create new core package, move test token Aug 7, 2026
@mateuszpiatkowski-da
mateuszpiatkowski-da force-pushed the mateuszpiatkowski-da/core-otc-trade branch 2 times, most recently from ad88237 to 1528951 Compare August 10, 2026 10:50
…core package, move test token there

Signed-off-by: Mateusz Piątkowski <mateusz.piatkowski@digitalasset.com>
Signed-off-by: Mateusz Piątkowski <mateusz.piatkowski@digitalasset.com>
Signed-off-by: Mateusz Piątkowski <mateusz.piatkowski@digitalasset.com>
Signed-off-by: Mateusz Piątkowski <mateusz.piatkowski@digitalasset.com>
Signed-off-by: Mateusz Piątkowski <mateusz.piatkowski@digitalasset.com>
@mateuszpiatkowski-da
mateuszpiatkowski-da force-pushed the mateuszpiatkowski-da/core-otc-trade branch from 588d518 to 59be9f0 Compare August 10, 2026 15:13
})
}

Promise.all(

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we need await here

Comment thread package.json
"generate:test-token": "tsx ./scripts/src/generate-test-token.ts",
"generate:all": "yarn generate:dapp && yarn generate:dapp-remote && yarn generate:user && yarn generate:signing && yarn generate:tokenstandard && yarn generate:test-token && yarn run prettier . --write > /dev/null 2>&1",
"generate:codegen": "tsx ./scripts/src/generate-daml-codegen.ts",
"generate:all": "yarn generate:dapp && yarn generate:dapp-remote && yarn generate:user && yarn generate:signing && yarn generate:tokenstandard && yarn generate:codegen && yarn run prettier . --write > /dev/null 2>&1",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't check if it's changed further in stack, but remember that we replaced yarn with pnpm


## Exports

Top-level exports (from `src/index.ts`):

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would go through this readme and check which sections actually provide value to reader. For example here the same info can be derived by quick look at index. You could either add some descriptions what is TestToken and what is OTCTrade, or just omit it. Build outputs section also provides exactly the same info that dedicated property in package.json - I would skip that.

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