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
Along the tokenomics paper Sec. 6:
We need to
learn more about burning and imbalances: https://blog.polymath.network/substrate-deep-dive-imbalances-8dfa89cc1d1?gi=7948e9237106
The text was updated successfully, but these errors were encountered:
first step is done in: #43
Sorry, something went wrong.
counting extrinsics per block is already done here: https://github.com/paritytech/substrate/blob/ba153b9ae050eda022f002d74d76f98d1e339a81/frame/system/src/lib.rs#L582 however, AFAIK there is no global monotonic counter yet
implement a dedicated pallet that just features on_finalize and adds ExtrinsicCount to the global counter it holds
on_finalize
ExtrinsicCount
No branches or pull requests
Along the tokenomics paper Sec. 6:
We need to
learn more about burning and imbalances: https://blog.polymath.network/substrate-deep-dive-imbalances-8dfa89cc1d1?gi=7948e9237106
The text was updated successfully, but these errors were encountered: