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/oracle reactor #1

Merged
merged 151 commits into from
Jun 11, 2024
Merged

Feat/oracle reactor #1

merged 151 commits into from
Jun 11, 2024

Conversation

yan-soon
Copy link
Collaborator

@yan-soon yan-soon commented Mar 8, 2024

  • add fetchOracleVotes hook that gets oracle votes from app
  • add signing logic that batch signs all votes from the validator
  • add new oracle reactor to gossip signed votes between peers
  • add pruning logic that keeps only recent votes up till a configurable extent
  • add createOracleResultTx hook that creates the oracle result tx, to be inserted in prepareProposal

@yan-soon yan-soon closed this Mar 8, 2024
@yan-soon yan-soon reopened this Mar 12, 2024
@RavenXce RavenXce self-requested a review May 27, 2024 06:40
oracle/reactor.go Outdated Show resolved Hide resolved
oracle/service/runner/runner.go Outdated Show resolved Hide resolved
oracle/service/runner/runner.go Outdated Show resolved Hide resolved
oracle/service/runner/runner.go Outdated Show resolved Hide resolved
proto/tendermint/abci/types.proto Outdated Show resolved Hide resolved
state/execution.go Outdated Show resolved Hide resolved
oracle/service/runner/runner.go Show resolved Hide resolved
oracle/reactor.go Show resolved Hide resolved
config/config.go Outdated Show resolved Hide resolved
oracle/reactor.go Show resolved Hide resolved
Copy link
Member

@RavenXce RavenXce left a comment

Choose a reason for hiding this comment

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

LGTM

@yan-soon yan-soon merged commit 9387a39 into v0.38.5-patched Jun 11, 2024
9 of 16 checks passed
@yan-soon yan-soon deleted the feat/oracle-reactor branch June 11, 2024 04:31
@yan-soon yan-soon restored the feat/oracle-reactor branch June 11, 2024 06:27
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.

4 participants