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

chore: get rid of kv_args and replace it with slices to full_args #2942

Merged
merged 1 commit into from
May 6, 2024
Merged

Commits on May 3, 2024

  1. chore: get rid of kv_args and replace it with slices to full_args

    The main change is in tx_base.* where we introduce ShardArgs slice that
    is only forward iterable. It allows us to go over sub-ranges of the full arguments
    slice or read an index of any of its elements.
    
    Since ShardArgs provide now indices into the original argument list we do not need to build the reverse index in transactions.
    
    Signed-off-by: Roman Gershman <[email protected]>
    romange committed May 3, 2024
    Configuration menu
    Copy the full SHA
    eb7c009 View commit details
    Browse the repository at this point in the history