-
Notifications
You must be signed in to change notification settings - Fork 768
New issue
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
Disallow usage of from_ref_time
for weights after the relevant polkadot version
#1589
Comments
I dont follow this logic. Anyhow, it was deprecated in paritytech/substrate#13475 and removed in paritytech/substrate#14397 already. |
We are currently unable to process transactions on battery station here. A transfer call just doesn't get executed. I looked in the code and found out that each transaction with Thanks for your quick response! And cool that you already removed it. EDIT: this commit resulted txs not being processed with |
I just queried
Which means that some It looks like there is a sudo key set, so you can try |
Yes pretty much confirmed. Prediction market on_init is using about 70 MB proof per block as introduced here: zeitgeistpm/zeitgeist@bb0e671#r127466669 We are adding some sanity checker for parachains here #1493, but currently the mandatory weight needs to be checked manually or by using something like subweight: https://github.com/ggwpez/substrate-weight-compare |
* LaneMessageVerifier - removed unused Submitter * fmt
Hey valuable Polkadot community,
we were able to construct a runtime with
from_ref_time
here, although weights-v2 are active by our used polkadot version. This resulted in transactions not being able to be processed by the nodes. If a transaction doesn't usefrom_ref_time
we were able to execute those transactions.Could you please deprecate the usage of
from_ref_time
so that everyone sees that this function shouldn't be called anymore by the specific polkadot version?The text was updated successfully, but these errors were encountered: