Skip to content

Commit 9e96d09

Browse files
Reenable reassignment tests and set time proof freshness (#2040)
fixes #2036 [ci] Signed-off-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org> Co-authored-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org>
1 parent 306a7bc commit 9e96d09

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

apps/app/src/test/resources/simple-topology-canton-simtime.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
include required("simple-topology-canton.conf")
44

55
_participant_template.testing-time.type = monotonic-time
6+
# Ensure that the test does not use an outdated topology timestamp
7+
# see also https://github.com/hyperledger-labs/splice/issues/2036
8+
_participant_template.parameters.reassignment-time-proof-freshness-proportion = 0
69

710
_sv1Participant_client {
811
admin-api.port = 15102

apps/app/src/test/scala/org/lfdecentralizedtrust/splice/integration/tests/WalletAppRewardsTimeBasedIntegrationTest.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ class WalletAppRewardsTimeBasedIntegrationTest
3030

3131
"A wallet" should {
3232

33-
// TODO(#2036) Reenable once the Canton issue is fixed
34-
"handles rewards correctly in the context of 3rd party apps" ignore { implicit env =>
33+
"handles rewards correctly in the context of 3rd party apps" in { implicit env =>
3534
val (_, bobUserParty, _, splitwellProviderParty, key, _) =
3635
initSplitwellTest()
3736

0 commit comments

Comments
 (0)