George Agapov
George Agapov
- Make sure that there are enough blocks and short forks on the chain - 50/50 testing as integration test (with different CLI flags)
With Bitswap, a node will be subscribed both to new and old sets of topics. That means that a header or block for the same transition may be received separately...
https://hackmd.io/37j33A0bQ9yHUOpVtkMcDg?view Merge original RFC "as is", capped to 2h
Problem: when next epoch ledger isn't finalized, assertion will fail Solution: remove assertion as it becomes useless TBD: test run with the HF unit test Checklist: - [x] Dependency versions...
In its current implementation, unit test (issue #14709) is checking effect of tx/chain and that the generated runtime config is usable for running a berkeley-backed network We want to make...
Come up with a set of tools that allow users to easily verify HF package. 1. Mina command to export ledger(s) (without need to start a node) 2. A simple...
Implement a unit test that would: 1. Take binaries for two branches 2. Launch the network from the first branch, send some transactions and then do the ledger export 3....
Schema doesn't strictly reflect Mina's specifics For example: ``` "blocks_user_commands_pkey" PRIMARY KEY, btree (block_id, user_command_id, sequence_no) ``` This primary key allows same user command to be associated with the same...
Update fork config export functionality in `compatible`. If runtime config's entry equals to compile config entry, omit it (that is, set `None` instead of `Some p`).
In logs from local node testing I found this error in logs: ``` [%log error] "Need S3 hash specified in runtime config to verify download for \ $ledger (root hash...