Astar
Astar copied to clipboard
The dApp hub for blockchains of the future
## Overview It has been observed that gas estimation will return incorrect value when provided with certain inputs. Once transaction is submitted with the _estimated_ value, it will fail with...
# Description To simplify off-chain calculations, we could store _reward per staked ASTR_ value into the reward info, instead of the overall reward pool. This would help since off-chain integrations...
# Description As an additional protection from misuse, structs used by dApp staking v3 & Tokenomics 2.0 pallets should make their fields as `pub(crate)` or `private`. In case another pallet...
# 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...
Now that Moonbeam's [`precompile-utils` is included in frontier](https://github.com/paritytech/frontier/pull/1150) and we can remove the vendor code (`precompiles-utils`) after the next uplift. _Originally posted by @ashutoshvarma in https://github.com/AstarNetwork/Astar/pull/996#pullrequestreview-1654390513_
# 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`...
**Description** Warp sync in not operational on Astar in latest versions, after downloading state (5.3+ Gb), import state triggers OOM on the server **Steps to Reproduce** Start Astar node sync...
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,...
The Issue proposes two distinct improvements to the Docker image: 1. Change from `CMD` to `ENTRYPOINT`: This modification shifts the container's main executable specification from the `CMD` directive to `ENTRYPOINT`....