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

[Feeds] Add tx id in validator prices db #599

Open
wants to merge 2 commits into
base: extra/rest
Choose a base branch
from

Conversation

colmazia
Copy link
Contributor

@colmazia colmazia commented Feb 26, 2025

Implementation details

  • add field tx id to validator prices db
  • command for altering existing table
ALTER TABLE feeds_validator_prices
    ADD COLUMN transaction_id INTEGER,
    ADD CONSTRAINT feeds_validator_prices_transaction_id_fkey
        FOREIGN KEY (transaction_id)
        REFERENCES transactions (id);

Please ensure the following requirements are met before submitting a pull request:

  • The pull request is targeted against the correct target branch
  • The pull request is linked to an issue with appropriate discussion and an accepted design OR is linked to a spec that describes the work.
  • The pull request includes a description of the implementation/work done in detail.
  • The pull request includes any and all appropriate unit/integration tests
  • You have added a relevant changelog entry to CHANGELOG_UNRELEASED.md
  • You have re-reviewed the files affected by the pull request (e.g. using the Files changed tab in the Github PR explorer)

@colmazia colmazia requested review from RogerKSI and taobun February 26, 2025 08:26
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.

3 participants