Add support for vector<vector>
Summary
This PR adds support to pass vector
- Closes #issue #3294
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 |
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
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?