Astar
Astar copied to clipboard
The dApp hub for blockchains of the future
**Description** I was following [this guide](https://docs.astar.network/docs/build/nodes/evm-tracing-node/) to enable EVM `debug_` support on a node. When starting a new node and restarting if during early sync the following error occurred and...
For better visibility of the proposed solution: https://forum.astar.network/t/dapp-staking-v3-tier-algorithm-adjustment-proosal/6411 Once dApp staking v3 performance is revised, this is one of the items that can be considered as an improvement approach. **NOTE:**...
**Pull Request Summary** **WIP** **Check list** - [ ] static price provided value migration for all runtimes - [ ] account for weight of `OnNewData` observer call - [x] unit...
**Pull Request Summary** Adds new remote account derivation scheme to **Astar**, as well as support for `DescendOrigin` instruction for arbitrary senders. Also removes duplicated `AllowTopLevelPaidExecutionFrom` config from **Shiden** and **Shibuya**.
Right now, by default, `Safeguard` is set by default to `true`. This is done on purpose since we don't want to allow such calls in the production. However, for dev...
...or an alternative, get rid of the years so we don't have to keep updating this in the future.
We should remove: * block-reward-hybrid pallet * dapps-staking pallet * dapp-staking migration pallet * dapps staking v2 precompiles
- The `cumulus_client_service::start_collator()` has been deprecated and the new `start_relay_chain_tasks()` is recommended to use over it. - All the root imports of `cumulus_client_consensus_aura` like `AuraConsensus` & `BuildAuraConsensusParams` are now deprecated...
After the introduction of https://github.com/paritytech/substrate/pull/13958 during the v1.1.0 uplift, now the PoV is taken into account by `transcation-payment` pallet for adjusting fee and tx priority. Currently we use max pov...
# Description In the current implementation, tier thresholds can either be fixed or dynamic. The _threshold amount_ is expressed in a total value, irrelevant of the total issuance or any...