-
Notifications
You must be signed in to change notification settings - Fork 828
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
Use DecodeWithMemTracking
and DecodeWithMemLimit
in polkadot-sdk
#7360
Comments
I will publish at most one weekly update from now on in order to make it easier to track the progress here. Also will delete some of the older comments for the same reason. 13th February 2025
|
github-merge-queue bot
pushed a commit
that referenced
this issue
Feb 12, 2025
Related to #7360 Update some dependencies needed for implementing `DecodeWithMemTracking`: `parity-scale-codec` -> 3.7.4 `finality-grandpa` -> 0.16.3 `bounded-collections` -> 0.2.3 `impl-codec` -> 0.7.1
20 February 2025 update:
Next: will work on the logic for adding a memory limit when decoding the |
github-merge-queue bot
pushed a commit
that referenced
this issue
Feb 18, 2025
Related to #7360 This PR implements `DecodeWithMemTracking` for the types in the frame pallets The PR is verbose, but it's very simple. `DecodeWithMemTracking` is simply derived for most of the types. There are only 3 exceptions which are isolated into 2 separate commits.
clangenb
pushed a commit
to clangenb/polkadot-sdk
that referenced
this issue
Feb 19, 2025
Related to paritytech#7360 Update some dependencies needed for implementing `DecodeWithMemTracking`: `parity-scale-codec` -> 3.7.4 `finality-grandpa` -> 0.16.3 `bounded-collections` -> 0.2.3 `impl-codec` -> 0.7.1
clangenb
pushed a commit
to clangenb/polkadot-sdk
that referenced
this issue
Feb 19, 2025
Related to paritytech#7360 This PR implements `DecodeWithMemTracking` for the types in the frame pallets The PR is verbose, but it's very simple. `DecodeWithMemTracking` is simply derived for most of the types. There are only 3 exceptions which are isolated into 2 separate commits.
This was referenced Feb 19, 2025
DecodeWithMemTracking
for RuntimeCall
DecodeWithMemTracking
and DecodeWithMemLimit
in polkadot-sdk
27 February 2025 update:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In paritytech/parity-scale-codec#616 we added support for decoding with mem limit in
parity-scale-codec
.We would like to use that for
RuntimeCall
andBlock
The text was updated successfully, but these errors were encountered: