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: refactor tx submitter #38

Merged
merged 32 commits into from
May 9, 2023
Merged

feat: refactor tx submitter #38

merged 32 commits into from
May 9, 2023

Conversation

randyahx
Copy link
Contributor

@randyahx randyahx commented May 8, 2023

Description

implement support for inturn attestation feature
update go-sdk dependencies

Rationale

tx submitter would not work with the new inturn attestation without updating it
go-sdk was upgraded and the dependencies were not working anymore

Example

none

Changes

Notable changes:
tx submitter, attest monitor

executor/executor.go Outdated Show resolved Hide resolved
//return v.daoManager.EventDao.UpdateEventStatusVerifyResultByChallengeId(challengeId, model.Verified, model.HashMismatched)
return v.daoManager.EventDao.UpdateEventStatusVerifyResultByChallengeId(challengeId, model.Verified, model.HashMatched)
return v.daoManager.EventDao.UpdateEventStatusVerifyResultByChallengeId(challengeId, model.Verified, model.HashMismatched)
//return v.daoManager.EventDao.UpdateEventStatusVerifyResultByChallengeId(challengeId, model.Verified, model.HashMatched)
Copy link
Collaborator

Choose a reason for hiding this comment

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

For debug?

@randyahx randyahx merged commit d7bc247 into develop May 9, 2023
3 checks passed
randyahx added a commit that referenced this pull request May 23, 2023
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