Skip to content

Commit

Permalink
Add p23 test meta
Browse files Browse the repository at this point in the history
  • Loading branch information
SirTyson committed Sep 19, 2024
1 parent b9cf283 commit 344647f
Show file tree
Hide file tree
Showing 57 changed files with 46,054 additions and 1,540 deletions.
2 changes: 1 addition & 1 deletion src/herder/test/HerderTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5556,7 +5556,7 @@ TEST_CASE("SCP message capture from previous ledger", "[herder]")
simulation->addConnection(validatorCKey.getPublicKey(),
validatorBKey.getPublicKey());
simulation->crankUntil(
[&]() { return C->getLedgerManager().getLastClosedLedgerNum() == 3; },
[&]() { return C->getLedgerManager().getLastClosedLedgerNum() >= 3; },
4 * Herder::EXP_LEDGER_TIMESPAN_SECONDS, false);

// C should have 3 EXTERNALIZEs in its scphistory table for ledger 2. This
Expand Down
2,061 changes: 2,061 additions & 0 deletions src/testdata/ledger-close-meta-v1-protocol-23-soroban.json

Large diffs are not rendered by default.

989 changes: 989 additions & 0 deletions src/testdata/ledger-close-meta-v1-protocol-23.json

Large diffs are not rendered by default.

Loading

0 comments on commit 344647f

Please sign in to comment.