Skip to content

feat: VM improvements #49

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

Merged
merged 2 commits into from
Apr 14, 2025
Merged

feat: VM improvements #49

merged 2 commits into from
Apr 14, 2025

Conversation

fpelliccioni
Copy link
Contributor

No description provided.

@fpelliccioni fpelliccioni requested a review from Copilot April 14, 2025 13:38
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 46 out of 47 changed files in this pull request and generated 1 comment.

Files not reviewed (1)
  • CMakeLists.txt: Language not supported
Comments suppressed due to low confidence (1)

include/kth/capi/chain/transaction.h:19

  • The version parameter has been removed from the kth_chain_transaction_factory_from_data function. Ensure that this change is intentional and that dependent code and documentation are updated accordingly.
kth_transaction_t kth_chain_transaction_factory_from_data(uint8_t* data, kth_size_t n);

@fpelliccioni fpelliccioni force-pushed the feat/vm-improvements-again branch from 3e01a43 to aaf8112 Compare April 14, 2025 13:42
@fpelliccioni fpelliccioni requested a review from Copilot April 14, 2025 13:45
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 47 out of 48 changed files in this pull request and generated no comments.

Files not reviewed (1)
  • CMakeLists.txt: Language not supported
Comments suppressed due to low confidence (3)

include/kth/capi/chain/transaction.h:19

  • The version parameter was removed from kth_chain_transaction_factory_from_data; ensure that all callers and documentation are updated to handle this change.
kth_transaction_t kth_chain_transaction_factory_from_data(uint8_t* data, kth_size_t n);

include/kth/capi/chain/script.h:109

  • [nitpick] Renaming to kth_chain_script_is_sign_public_key_hash_pattern improves clarity; verify that all references to the previous name have been updated.
kth_bool_t  kth_chain_script_is_sign_public_key_hash_pattern(kth_operation_list_t ops);

include/kth/capi/chain/header.h:19

  • The version parameter was removed from kth_chain_header_factory_from_data; ensure that upstream callers and documentation reflect this change.
kth_header_t kth_chain_header_factory_from_data(uint8_t* data, kth_size_t n);

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@fpelliccioni fpelliccioni force-pushed the feat/vm-improvements-again branch from 1c52357 to 2dae3b5 Compare April 14, 2025 15:44
@fpelliccioni fpelliccioni merged commit 9b08787 into master Apr 14, 2025
7 of 9 checks passed
@fpelliccioni fpelliccioni deleted the feat/vm-improvements-again branch April 14, 2025 15:45
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