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

feat(ContractFunctionParameters): adds addBytes4 and addBytes4Array #2026

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

logickoder
Copy link

Description:
adds addBytes4 and addBytes4Array to ContractFunctionParameters class

Related issue(s):

Fixes #

Notes for reviewer:

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

@logickoder logickoder requested a review from a team as a code owner October 5, 2024 10:59
dependabot bot and others added 2 commits October 5, 2024 12:03
…ph#2022)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Jeffery Orazulike <[email protected]>
@logickoder logickoder changed the title feat(ContractFunctionParameters): added addBytes4 and addBytes4Array feat(ContractFunctionParameters): adds addBytes4 and addBytes4Array Oct 5, 2024
Copy link
Contributor

@0xivanov 0xivanov left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@0xivanov 0xivanov left a comment

Choose a reason for hiding this comment

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

Hey, nice work!
DCO check is failing because the commits are not signed off. Please check out https://github.com/hashgraph/.github/blob/main/CONTRIBUTING.md and see how to set up your GPG keys.
When you've setup the keys you can rebase your commits while signing them.
https://stackoverflow.com/questions/13043357/git-sign-off-previous-commits

logickoder and others added 7 commits October 10, 2024 11:03
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Ivan Ivanov <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Roger Barker <[email protected]>
Co-authored-by: Ivan Ivanov <[email protected]>
Signed-off-by: Jeffery Orazulike <[email protected]>
…n from 2.0.2 to 2.1.4 in /gradle/plugins (hashgraph#2028)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Jeffery Orazulike <[email protected]>
…ing (hashgraph#1930)

Signed-off-by: Matt Riben <[email protected]>
Signed-off-by: Ivan Ivanov <[email protected]>
Co-authored-by: Ivan Ivanov <[email protected]>
Signed-off-by: Jeffery Orazulike <[email protected]>
…ashgraph#2023)

Signed-off-by: steffenboe <[email protected]>
Co-authored-by: Ivan Ivanov <[email protected]>
Signed-off-by: Jeffery Orazulike <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ivan Ivanov <[email protected]>
Signed-off-by: Jeffery Orazulike <[email protected]>
@logickoder
Copy link
Author

@0xivanov done

@0xivanov
Copy link
Contributor

@0xivanov done

Hmm there are still not verified commits, I will try to sign them off for you. Are you Ok with that?

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.

Add addBytes4() method to ContractFunctionParameters
4 participants