Skip to content

Conversation

amnn
Copy link
Contributor

@amnn amnn commented Oct 16, 2025

Description

Add support for indexing VecMap<K, V> -- the implementation works by evaluating the index, converting it into BCS bytes, and then scanning through the keys in the VecMap looking for those bytes.

Test plan

New unit tests:

$ cargo nextest run -p sui-display

Stack


Release notes

Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required.

For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates.

  • Protocol:
  • Nodes (Validators and Full nodes):
  • gRPC:
  • JSON-RPC:
  • GraphQL:
  • CLI:
  • Rust SDK:

@amnn amnn self-assigned this Oct 16, 2025
@amnn amnn requested review from a team and joyqvq as code owners October 16, 2025 11:19
@amnn amnn temporarily deployed to sui-typescript-aws-kms-test-env October 16, 2025 11:19 — with GitHub Actions Inactive
Copy link

vercel bot commented Oct 16, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
sui-docs Ready Ready Preview Comment Oct 16, 2025 1:12pm
2 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
multisig-toolkit Ignored Ignored Preview Oct 16, 2025 1:12pm
sui-kiosk Ignored Ignored Preview Oct 16, 2025 1:12pm

## Description

Add support for indexing `VecMap<K, V>` -- the implementation works by
evaluating the index, converting it into BCS bytes, and then scanning
through the keys in the VecMap looking for those bytes.

## Test plan

New unit tests:

```
$ cargo nextest run -p sui-display
```
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