rooch icon indicating copy to clipboard operation
rooch copied to clipboard

Add support for vector<vector>

Open Levi0804 opened this issue 10 months ago • 3 comments

Summary

This PR adds support to pass vector as transaction arguments. Please let me know if these changes look good and whether I should constrain the concrete type of inner vector to u8.

  • Closes #issue #3294

Levi0804 avatar Mar 05 '25 15:03 Levi0804

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
onchain-ai-chat ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 5, 2025 4:41pm
rooch-portal-v2.1 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 5, 2025 4:41pm
test-portal ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 5, 2025 4:41pm
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
rooch ⬜️ Ignored (Inspect) Visit Preview Mar 5, 2025 4:41pm

vercel[bot] avatar Mar 05 '25 15:03 vercel[bot]

Can you add a sample entry function in

https://github.com/rooch-network/rooch/blob/02567e201e0b16f34d61b96ecb2f01c9b173b801/examples/entry_function_arguments/sources/entry_function.move

and call the function in

https://github.com/rooch-network/rooch/blob/cc642470c0a4f590ed6536896e1850ff159792b2/crates/testsuite/features/cmd.feature#L237-L268

jolestar avatar Mar 05 '25 15:03 jolestar

Can you add a sample entry function in

https://github.com/rooch-network/rooch/blob/02567e201e0b16f34d61b96ecb2f01c9b173b801/examples/entry_function_arguments/sources/entry_function.move

and call the function in

https://github.com/rooch-network/rooch/blob/cc642470c0a4f590ed6536896e1850ff159792b2/crates/testsuite/features/cmd.feature#L237-L268

I've made these changes. Do they look good to you?

Levi0804 avatar Mar 05 '25 16:03 Levi0804