Dino Pačandi
Dino Pačandi
# Description With the current design of dApp staking v3, tier configuration is set for recalculation once per period. This might be problematic if period is very lengthy (or very...
# Description Even after dApp has been unregistered from the dApp staking v3, it will still occupy _space_ inside the protocol. It's kept under `IntegratedDApps` storage, only the state is...
# Description When calculating tier rewards for dApp staking v3, average `ASTR` price over some time period is considered. This is to prevent rewards from getting excessively high as `ASTR`...
During the release CI for `v5.23.0`, some RPC tests failed. See _details_ below for logs. Local reproduction attempt on MacOs failed due to errors with unavailable ports ┌──────────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────────────────┐ │ 11/2/2023,...
There are a lot of areas for improvement in Astar CI. More automated checks, well adapted test framework for RPC testing, automated release & check actions, etc. Purpose of this...
Existential deposits on Astar & Shiden networks are very low, so much as they become irrelevant. Same is for the minimal balance of cross-chain assets which are marked as _sufficient_....
After https://github.com/paritytech/frontier/pull/1073 and https://github.com/polkadot-evm/frontier/pull/1237 were merged into upstream `frontier`, we should check if it is possible to remove `vendor` code from `Astar` repo related to **Tx Pool** and **Debug** functionality,...
As part of this [PR](https://github.com/paritytech/substrate/pull/12951), `Currency` trait has been deprecated, as has usage of `Reserves` and `Locks`. There are two of `Astar` pallets which rely on locked & reservable currency:...
# Description Add tests which focus on the PoV to the CI test suite. ## Required Tasks - [ ] Identify & list test scenarios - [ ] Implement tests...
# Description Introduce a CI test that will ensure block can be synced for production networks. It is not feasible to do a complete sync from scratch due to timing...