-
Notifications
You must be signed in to change notification settings - Fork 59
Use GetContract as fallback for token standard context endpoints on Scan #3595
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Oriol Muñoz <oriol.munoz@digitalasset.com>
Signed-off-by: Oriol Muñoz <oriol.munoz@digitalasset.com>
Signed-off-by: Oriol Muñoz <oriol.munoz@digitalasset.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
apps/common/src/main/scala/org/lfdecentralizedtrust/splice/store/MultiDomainAcsStore.scala
Show resolved
Hide resolved
apps/common/src/main/scala/org/lfdecentralizedtrust/splice/store/ContractFetcher.scala
Outdated
Show resolved
Hide resolved
Signed-off-by: Oriol Muñoz <oriol.munoz@digitalasset.com>
...ommon/src/main/scala/org/lfdecentralizedtrust/splice/automation/UpdateIngestionService.scala
Show resolved
Hide resolved
|
|
||
| "Token Standard Transfers should" should { | ||
|
|
||
| "TransferInstruction context can be fetched from Scan even if it's not yet ingested into the store" in { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this test wants the fallback to be enabled and the validity to be long enough, whereas this assertion wants to see an archival immediately, which is in opposition to what this test wants, so I had to move this into a different file
moritzkiefer-da
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work, thanks!
...ommon/src/main/scala/org/lfdecentralizedtrust/splice/automation/UpdateIngestionService.scala
Show resolved
Hide resolved
apps/common/src/main/scala/org/lfdecentralizedtrust/splice/store/db/DbMultiDomainAcsStore.scala
Show resolved
Hide resolved
apps/common/src/main/scala/org/lfdecentralizedtrust/splice/store/MultiDomainAcsStore.scala
Show resolved
Hide resolved
apps/common/src/main/scala/org/lfdecentralizedtrust/splice/store/ContractFetcher.scala
Outdated
Show resolved
Hide resolved
apps/common/src/main/scala/org/lfdecentralizedtrust/splice/store/ContractFetcher.scala
Outdated
Show resolved
Hide resolved
apps/common/src/main/scala/org/lfdecentralizedtrust/splice/store/ContractFetcher.scala
Outdated
Show resolved
Hide resolved
...fdecentralizedtrust/splice/integration/tests/TokenStandardFetchFallbackIntegrationTest.scala
Outdated
Show resolved
Hide resolved
Signed-off-by: Oriol Muñoz <oriol.munoz@digitalasset.com>
ray-roestenburg-da
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
…...... Signed-off-by: Oriol Muñoz <oriol.munoz@digitalasset.com>
As per https://github.com/DACH-NY/canton-network-internal/issues/2817#issuecomment-3760837095
Fetches from ledger if not found for:
(I didn't find any other applicable ones)