here are the tree traversal operations after the 1st leaf:
- output 1st leaf
- descend (presumably after advancing 1 sibling)
- advance to subregion
- crash
that's cool and relatively simple. here's the index it's on during the crash:
[[0, {'capture': {'ditem':
['4csX1gHqv5OK04kBmXJKIuLU6KWifFn_X9trt1raMho']}, 'min_block
': [995159, '-p20J8zfYeZn8jFYiV-X4I62ubge3RW-2pthuB_hN5LrKqA2L4tvX55fgwSoAatG'],
'api_block':
995559}, 0, 100000], [1, {'ditem':
['83h4BP24BLKoGJ9ajzgSheK0ULZJChwAV1s8A78FHfI'], 'min_block
': [995159, '-p20J8zfYeZn8jFYiV-X4I62ubge3RW-2pthuB_hN5LrKqA2L4tvX55fgwSoAatG'],
'api_block':
995559}, 100000, 0], [0, {'capture': {'ditem':
['T5kWWvpyFnnf4n2NMJxsQqeaegB1F0kV2_2RYGrUo3U']
}, 'min_block': [995159,
'-p20J8zfYeZn8jFYiV-X4I62ubge3RW-2pthuB_hN5LrKqA2L4tvX55fgwSoAatG'],
'api_block': 995559}, 0, 100000]]
i'm thinking there could be an issue regarding ascending, since i
didn't see indication of an ascend operation, and i wouldn't expect
the first leaf to have a descendable sibling.