dodinhvit23f

Results 4 comments of dodinhvit23f

@c-rack Thanks, here is the test, I think we should have some class with tag to represent byte with Infinite length ``` @Test void testOneByteInfinite() throws CborException { final var...

oh yes, The inconsistent is between epoch stake records. For example: In preprod network, table epoch stake, epoch 56. with stake address: e04bec2d4e59e40ffc8ac4ed7e3b1e5b32cdc821f5f4b8447cc06d021f( address hash) delegate to pool : 7facad662e180ce45e5c504957cd1341940c72a708728f7ecfc6e349...

I think when i dump epoch 57, the 'pstakeSet' stake would be insert for active epoch 56, right ?

> ```sql > select es.amount, encode(ph.hash_raw,'hex') as pool from epoch_stake es inner join pool_hash ph on es.pool_id=ph.id where es.addr_id in (select id from stake_address where hash_raw = decode('e04bec2d4e59e40ffc8ac4ed7e3b1e5b32cdc821f5f4b8447cc06d021f','hex')) and epoch_no=57;...