Skip to content
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

fix: use bounded vec in extrinsics #1023

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Conversation

dmoka
Copy link
Contributor

@dmoka dmoka commented Feb 11, 2025

In API extrinsics, we should use BoundedVec instead of Vec as it might be a potential attack vector.

  • verify if it works in JS

@dmoka dmoka requested a review from Roznovjak February 11, 2025 14:37
Copy link

github-actions bot commented Feb 11, 2025

Crate versions that have been updated:

  • runtime-integration-tests: v1.33.1 -> v1.33.2
  • pallet-broadcast: v1.0.2 -> v1.1.0
  • pallet-dca: v1.8.4 -> v1.8.5
  • pallet-liquidation: v1.0.4 -> v1.0.5
  • pallet-omnipool: v5.0.1 -> v5.0.2
  • pallet-omnipool-liquidity-mining: v2.6.4 -> v2.6.5
  • pallet-otc: v2.1.2 -> v2.1.3
  • pallet-otc-settlements: v1.1.3 -> v1.1.4
  • pallet-route-executor: v2.7.2 -> v2.8.0
  • pallet-stableswap: v4.3.1 -> v4.3.2
  • hydradx-adapters: v1.4.1 -> v1.4.2
  • hydradx-runtime: v288.0.0 -> v289.0.0
  • hydradx-traits: v3.13.0 -> v3.14.0

Runtime version has been increased.

@dmoka dmoka changed the title fix: router bounded vec fix: use bounded vec in extrinsics Feb 11, 2025
@dmoka dmoka marked this pull request as ready for review February 11, 2025 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant