dshulyak
dshulyak
- [x] 1. fix https://github.com/spacemeshos/go-spacemesh/issues/2942 completed in #3449 - [x] 2. persist certificate completed in #3449 - [ ] 3. evict it after hdist layers https://github.com/spacemeshos/go-spacemesh/issues/3199#issuecomment-1221321627 it will be used...
After https://github.com/tendermint/starport/pull/1150 is merged every command will print error if placeholders are missing: ``` Missing placeholders: // this line is used by starport scaffolding # stargate/testutil/appArgumen ``` Some placeholder are...
If validation passed move everything to original directory. This will address the following issue with DryRunner: > There is an issue with DryRunner. Some actions are using more than one...
It removes a lot of boilerplate for IBC state management that otherwise we will have to implement ourselves. Also allows using 2-chain setup in tests. Our current codebase is using...
SetMsg allows to update the message with any id. At the same time AppendMsg is using message counter like autoincrement for id. I would remove AppendMsg completely, and leave SetMsg...
Integration test which creates controller with fake source and waits until external ip will be assigned on real linux box - fails very often. It shouldn't be very hard to...
Currently we are using quite hacky way to register options for application. For instance `--iface` option is global, but it won't take any effect if used with scheduler.
- [ ] Measure latency for ip failover - [ ] Measure latency for scheduler failover And propose reasonable numbers. Like 1s for ip and 4s for scheduler.