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: support multiple messages in single tx for EIP712 #249

Merged
merged 5 commits into from
May 22, 2023

Conversation

forcodedancing
Copy link
Contributor

@forcodedancing forcodedancing commented May 17, 2023

Description

This pr will support multiple messages in a transaction using EIP712 sign approach.

Rationale

By allowing multiple messages, it will provide better user experience for dApp users.

Example

NA

Changes

Notable changes:

  • EIP712 related messages

Copy link
Contributor

@fynnss fynnss left a comment

Choose a reason for hiding this comment

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

LGTM

msgCreateBucket.PrimarySpApproval.Sig, err = sp.ApprovalKey.Sign(msgCreateBucket.GetApprovalBytes())
s.Require().NoError(err)

// UpdateBucketInfo
Copy link
Contributor

Choose a reason for hiding this comment

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

@flywukong We can use this feature to add an CreateBucketIfNotExist option to CreateObjectOptions which means create the bucket if it does not exist. This will bring better user exprience.

@unclezoro
Copy link
Collaborator

The e2e seems failed, please fix.

@forcodedancing
Copy link
Contributor Author

The e2e seems failed, please fix.

Some issues introduced in rebase. Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants