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

Add ContractUpdate transaction payload #91

Merged
merged 6 commits into from
Jan 26, 2024
Merged

Add ContractUpdate transaction payload #91

merged 6 commits into from
Jan 26, 2024

Conversation

limemloh
Copy link
Collaborator

Purpose

Add basic implementation for sending update contract transaction.
Part of #48.

@limemloh limemloh requested a review from a user January 25, 2024 13:16
Base automatically changed from get-block-items to main January 25, 2024 13:19
@limemloh limemloh requested a review from abizjak January 25, 2024 13:47
examples/UpdateContract/UpdateContract.csproj Outdated Show resolved Hide resolved
examples/UpdateContract/UpdateContract.csproj Outdated Show resolved Hide resolved
src/Transactions/AccountTransactionPayload.cs Outdated Show resolved Hide resolved
src/Transactions/UpdateContract.cs Outdated Show resolved Hide resolved
src/Transactions/UpdateContract.cs Outdated Show resolved Hide resolved
src/Transactions/UpdateContract.cs Outdated Show resolved Hide resolved
src/Types/ContractAddress.cs Outdated Show resolved Hide resolved
src/Types/Parameter.cs Outdated Show resolved Hide resolved
src/Types/ReceiveName.cs Outdated Show resolved Hide resolved
@limemloh limemloh requested a review from a user January 25, 2024 14:23
Copy link
Contributor

@abizjak abizjak left a comment

Choose a reason for hiding this comment

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

Looks good apart from the oddness in the cost calculation.

CHANGELOG.md Outdated Show resolved Hide resolved
examples/UpdateContract/Program.cs Outdated Show resolved Hide resolved
examples/UpdateContract/Program.cs Outdated Show resolved Hide resolved
examples/UpdateContract/Program.cs Outdated Show resolved Hide resolved
src/Transactions/UpdateContract.cs Outdated Show resolved Hide resolved
src/Types/ContractAddress.cs Show resolved Hide resolved
src/Types/Parameter.cs Outdated Show resolved Hide resolved
src/Types/ReceiveName.cs Outdated Show resolved Hide resolved
src/Transactions/UpdateContract.cs Outdated Show resolved Hide resolved
@limemloh limemloh force-pushed the contract-update branch 2 times, most recently from e6fb3b4 to fff63cd Compare January 26, 2024 08:53
@limemloh limemloh merged commit d545312 into main Jan 26, 2024
2 checks passed
@limemloh limemloh deleted the contract-update branch January 26, 2024 09:36
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