awskii

Results 17 comments of awskii

Also it's not clear that env-only variables are omitted from parsing (didn't seen that before). If that variable is required and not provided, parse error is not returned which is...

Well, `Raw` allocates buffers for encoded transactions, which escaped then through Delivery channel where those buffers are used, which causes Raw to not release allocated buffers. I changed `Delivery.tx` type...

Get thruough bunch of bugs with EF merging and updating ReadWrapper23 aggregator context, currently stumbling on issue with commitment evaluation after merge - probably some issue with merging commitment domain...

@AskAlexSharov Elias-Fano encoded offsets Today I finally localized issue. Commitment root hash mismatch occurred after domains merge due to reading obsolete data from Domain. I traced all writes to state...

branch cleaned and rebased up to current devel branch

Current state is that: * Goerli commitment and merge processed correctly, but after several merges get panic while Domain Index (elias-fano) is accessed. might be some issues during merge. *...

Currently, both mainnet and goerli commitment works, but merge issue mentioned above still happens. Depending on aggregation step, requires several merges before crash. For `aggstep=10k` took 17 merges at Goerli,...

Added ability to restart after successful merge. I decided do not leave not-merged data in db, better to merge everything at time and be sure that db\hist are coherent. Fixed...

Fixed pruning db by verifying that pruned step is not the latest step in db before delete. Probably, brought another problem that there will be abandoned steps in db. With...

could solve merge conflict only after merge of https://github.com/ledgerwatch/erigon-lib/pull/647