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

[moveos_std] Introduce simple_multimap & [bitcoin] UTXO support multi seals #1232

Merged
merged 3 commits into from
Dec 14, 2023

Conversation

jolestar
Copy link
Contributor

@jolestar jolestar commented Dec 14, 2023

Summary

Follow #1225

  1. [moveos_std] Introduce simple_multimap
  2. Support UTXO attach multi seals.

@jolestar jolestar requested a review from pause125 December 14, 2023 08:51
Copy link

vercel bot commented Dec 14, 2023

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

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
rooch ⬜️ Ignored (Inspect) Visit Preview Dec 14, 2023 11:07am

@jolestar jolestar marked this pull request as ready for review December 14, 2023 08:51

struct Element<Key, Value> has copy, drop, store {
key: Key,
value: vector<Value>,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Allow duplicate values in vector?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Allow duplicate values in vector?

check repeat is expensive. the caller to decide if check repeat.

@jolestar jolestar merged commit 319342e into main Dec 14, 2023
6 checks passed
@jolestar jolestar deleted the utxo_support_multi_seals branch December 14, 2023 12:59
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.

2 participants