Activity Overview
Commits and releases over time
- Commits
- Releases
- Authors
Repository Explorer
No repositories match that filter.
25 commits in all time
Jun 29, 2026 04:10 – Sep 27, 2026 04:10 UTC
api: fix application logs next-token looping on inner transactions
The logs endpoint sets SkipInnerTransactionConversion, so inner transactions are returned as their own rows and TxnRow.RootTxn is nil. TxnRow.Next still built the token from Extra.RootIntra and, when ascending, added countInner(tr.Txn). Stored inner rows have their nested inner transactions stripped, so the count was 0 and the token pointed at the root transaction's intra. The next request selected the same inner transaction again and produced the same token: on the last page this repeated forever, on earlier pages it duplicated the last entry. Next now returns the row's own intra for an inner transaction returned without its root.
4b4cce4a
pull/1701/head
3/132 ++ 0 --
api: fix application logs next-token looping on inner transactions
The logs endpoint sets SkipInnerTransactionConversion, so inner transactions are returned as their own rows and TxnRow.RootTxn is nil. TxnRow.Next still built the token from Extra.RootIntra and, when ascending, added countInner(tr.Txn). Stored inner rows have their nested inner transactions stripped, so the count was 0 and the token pointed at the root transaction's intra. The next request selected the same inner transaction again and produced the same token: on the last page this repeated forever, on earlier pages it duplicated the last entry. Next now returns the row's own intra for an inner transaction returned without its root.
802b410d
pull/1701/head
3/132 ++ 0 --
Merge b98f31f292355cc42aa1a849c13536408167c693 into f84ad3e337a2e6eb111ac548f21dc65df8cc5e70
6cdfc079
pull/1690/merge
2/28 ++ 25 --
Merge 02c66f6b1e69484028dae9fe66b55bbb41f634c5 into f84ad3e337a2e6eb111ac548f21dc65df8cc5e70
f4bd0900
pull/1694/merge
1/1 ++ 1 --
Merge dd4a5d34f63ae5c1a660f18bde350bc7a8a81429 into f84ad3e337a2e6eb111ac548f21dc65df8cc5e70
066ca5d1
pull/1687/merge
2/52 ++ 49 --
Merge f0da6ea7133d7799a3fd27d9ed3eab955666d19d into f84ad3e337a2e6eb111ac548f21dc65df8cc5e70
9f1b1b4f
pull/1691/merge
1/1 ++ 1 --
Merge 9d2172f5606cf49efd4670676ee049ec3f83cb54 into f84ad3e337a2e6eb111ac548f21dc65df8cc5e70
6b9bf960
pull/1689/merge
2/62 ++ 60 --
Merge 68d4aa3b377ab1e4ef672c878a0e8681e81cd4b7 into f84ad3e337a2e6eb111ac548f21dc65df8cc5e70
634b55fe
pull/1688/merge
1/1 ++ 1 --