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: Fix generating uuid requiring admin account and json rpc number of parameters #1666

Conversation

rodion-lim-partior
Copy link
Contributor

There are 2 issues fixed in this PR:

  1. Querying through JSON rpc was throwing an error due to invalid number of parameters specified in web3ext.go
  2. Generating an extension uuid requires admin account, even though approving the contract state extension does not

Validation on admin accounts was implicitly introduced in the previous PR when calling GenerateTransactOptions function, which is not required for generating uuid. This is now removed.

@rodion-lim-partior
Copy link
Contributor Author

@antonydenyer, could you kindly help me to take a look at this PR pls? This is a fix to patch some of the remaining issues in the previous PR.

@antonydenyer antonydenyer merged commit 57fa403 into Consensys:master Aug 21, 2023
14 of 16 checks passed
@rodion-lim-partior rodion-lim-partior deleted the fix_generate_uuid_requiring_admin_account branch August 30, 2023 09:50
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.

None yet

2 participants