We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description nodejs version: v14 LTS polkadot version: 1.8.27 sidecar version: latest commit
Steps to Reproduce
make a transfer at polkadot.js.org/app,and request block info
polkadot 1.8.26-1 is ok
Expected vs. Actual Behavior
[A clear description of what you expected to happen and what actually happened.]
The text was updated successfully, but these errors were encountered:
rel: paritytech/substrate#6629
Sorry, something went wrong.
ExtrinsicBaseWeight is no longer a constant in the system pallet and the fee calculations need to be updated.
ExtrinsicBaseWeight
system::constants::BlockWeights.per_class.normal.base_extrinsic
I have the same problem
Fortunately, this is the testnet. If it is the mainnet, the consequences will be disastrous.
Successfully merging a pull request may close this issue.
Description
nodejs version: v14 LTS
polkadot version: 1.8.27
sidecar version: latest commit
Steps to Reproduce
make a transfer at polkadot.js.org/app,and request block info
polkadot 1.8.26-1 is ok
Expected vs. Actual Behavior
[A clear description of what you expected to happen and what actually happened.]
The text was updated successfully, but these errors were encountered: