Skip to content

Commit

Permalink
Regenerate LCM/txmeta
Browse files Browse the repository at this point in the history
  • Loading branch information
dmkozh committed Sep 18, 2024
1 parent 45f8293 commit 43dd603
Show file tree
Hide file tree
Showing 56 changed files with 46,061 additions and 1,539 deletions.
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.

1,007 changes: 1,005 additions & 2 deletions test-tx-meta-baseline-current/AllowTrustTests.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

{
"!cfg protocol version" : 21,
"!cfg protocol version" : 22,
"!rng seed" : 12345,
"!test all versions" : true,
"!versions to test" :
Expand All @@ -26,7 +26,8 @@
18,
19,
20,
21
21,
22
],
"sponsor future reserves|protocol version 0|sponsorships with precondition that uses v3 extension" : [ "L/KhvR2g/gc=" ],
"sponsor future reserves|protocol version 10|sponsorships with precondition that uses v3 extension" : [ "rwI1SSa7khg=" ],
Expand Down Expand Up @@ -91,6 +92,13 @@
"sponsor future reserves|protocol version 21|sponsoring account is sponsored" : [ "0rCskf3w41Q=", "CB3zlqUqXTU=" ],
"sponsor future reserves|protocol version 21|sponsorships with precondition that uses v3 extension" : [ "3G74MZLuHaM=", "b8MNqLxyQls=" ],
"sponsor future reserves|protocol version 21|success" : [ "0rCskf3w41Q=" ],
"sponsor future reserves|protocol version 22|add sponsored entry before adding first sponsored signer" : [ "0rCskf3w41Q=" ],
"sponsor future reserves|protocol version 22|already sponsored" : [ "0rCskf3w41Q=" ],
"sponsor future reserves|protocol version 22|bad sponsorship" : [ "0rCskf3w41Q=" ],
"sponsor future reserves|protocol version 22|sponsored account is sponsoring" : [ "0rCskf3w41Q=", "CB3zlqUqXTU=" ],
"sponsor future reserves|protocol version 22|sponsoring account is sponsored" : [ "0rCskf3w41Q=", "CB3zlqUqXTU=" ],
"sponsor future reserves|protocol version 22|sponsorships with precondition that uses v3 extension" : [ "3G74MZLuHaM=", "b8MNqLxyQls=" ],
"sponsor future reserves|protocol version 22|success" : [ "0rCskf3w41Q=" ],
"sponsor future reserves|protocol version 2|sponsorships with precondition that uses v3 extension" : [ "L/KhvR2g/gc=" ],
"sponsor future reserves|protocol version 3|sponsorships with precondition that uses v3 extension" : [ "L/KhvR2g/gc=" ],
"sponsor future reserves|protocol version 4|sponsorships with precondition that uses v3 extension" : [ "L/KhvR2g/gc=" ],
Expand Down
30 changes: 28 additions & 2 deletions test-tx-meta-baseline-current/BumpSequenceTests.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

{
"!cfg protocol version" : 21,
"!cfg protocol version" : 22,
"!rng seed" : 12345,
"!test all versions" : true,
"!versions to test" :
Expand All @@ -26,7 +26,8 @@
18,
19,
20,
21
21,
22
],
"bump sequence|protocol version 0" :
[
Expand Down Expand Up @@ -344,6 +345,31 @@
"bump sequence|protocol version 21|test success|large bump" : [ "7o57/P1U05g=" ],
"bump sequence|protocol version 21|test success|large bump|no more tx when INT64_MAX is reached" : [ "X54ZIiBJtxs=" ],
"bump sequence|protocol version 21|test success|small bump" : [ "rmhFtGW0gpY=" ],
"bump sequence|protocol version 22" :
[
"gQ2ltIp3Kcw=",
"WcjyKfiSFaQ=",
"gQ2ltIp3Kcw=",
"WcjyKfiSFaQ=",
"gQ2ltIp3Kcw=",
"WcjyKfiSFaQ=",
"gQ2ltIp3Kcw=",
"WcjyKfiSFaQ=",
"gQ2ltIp3Kcw=",
"WcjyKfiSFaQ=",
"gQ2ltIp3Kcw=",
"WcjyKfiSFaQ=",
"gQ2ltIp3Kcw=",
"WcjyKfiSFaQ=",
"gQ2ltIp3Kcw=",
"WcjyKfiSFaQ="
],
"bump sequence|protocol version 22|seqnum equals starting sequence" : [ "ihFCpXDZCnI=", "X54ZIiBJtxs=" ],
"bump sequence|protocol version 22|test success|backward jump (no-op)" : [ "iqwRrczE7TI=" ],
"bump sequence|protocol version 22|test success|bad seq" : [ "5CUf7GSjhq8=", "3yWoLT8R0CM=" ],
"bump sequence|protocol version 22|test success|large bump" : [ "7o57/P1U05g=" ],
"bump sequence|protocol version 22|test success|large bump|no more tx when INT64_MAX is reached" : [ "X54ZIiBJtxs=" ],
"bump sequence|protocol version 22|test success|small bump" : [ "rmhFtGW0gpY=" ],
"bump sequence|protocol version 2|not supported" : [ "/lfj8xIFS8I=" ],
"bump sequence|protocol version 3" :
[
Expand Down
Loading

0 comments on commit 43dd603

Please sign in to comment.