Skip to content

[Reputation Oracle] Add marketing job#3875

Open
flopez7 wants to merge 2 commits intodevelopfrom
feat/marketing-tasks
Open

[Reputation Oracle] Add marketing job#3875
flopez7 wants to merge 2 commits intodevelopfrom
feat/marketing-tasks

Conversation

@flopez7
Copy link
Copy Markdown
Contributor

@flopez7 flopez7 commented Apr 23, 2026

Issue tracking

Closes #3859

Context behind the change

Added new job type into Reputation Oracle by adding:

  • New manifest type.
  • Payout calculator.
  • Results processor.

How has this been tested?

Deployed and tested locally

Release plan

None

Potential risks; What to monitor; Rollback plan

None

@flopez7 flopez7 self-assigned this Apr 23, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 23, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
human-app Ready Ready Preview, Comment Apr 24, 2026 9:04am
human-dashboard-frontend Ready Ready Preview, Comment Apr 24, 2026 9:04am
staking-dashboard Ready Ready Preview, Comment Apr 24, 2026 9:04am
2 Skipped Deployments
Project Deployment Actions Updated (UTC)
faucet-frontend Ignored Ignored Preview Apr 24, 2026 9:04am
faucet-server Ignored Ignored Preview Apr 24, 2026 9:04am

Request Review

@flopez7 flopez7 requested a review from portuu3 April 23, 2026 12:47
Comment thread docker-setup/initdb/create-dbs.sql Outdated
CREATE DATABASE "exchange-oracle-cvat";
CREATE DATABASE "recording-oracle-cvat";
CREATE DATABASE "exchange-oracle-fortune";
CREATE DATABASE "exchange-oracle-marketing";
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

The code for this is in a different repo, it should not be here

Comment thread packages/apps/reputation-oracle/server/scripts/setup-kv-store.ts
export type MarketingFinalResult = {
workerAddress: string;
postUrl: string;
status: MarketingDecisionStatus;
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I would call this verificationResult

…types and calculations

Co-authored-by: Copilot <copilot@github.com>
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.

[Reputation Oracle] Marketing jobs - social media posts

2 participants