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

CORE-19840 Make pub_key_hash part of PK for signature table #1631

Conversation

lankydan
Copy link
Collaborator

@lankydan lankydan commented May 1, 2024

Remove signature_idx column and use pub_key_hash in the primary key instead, which simplifies the insert and ON CONFLICT logic, while ensuring that we don't have issues when storing a filtered transaction followed by a signed transaction for the same transaction id.

Remove `signature_idx` column and use `pub_key_hash` in the primary key
instead, which simplifies the insert and `ON CONFLICT` logic, while
ensuring that we don't have issues when storing a filtered transaction
followed by a signed transaction for the same transaction id.
@lankydan lankydan self-assigned this May 1, 2024
@lankydan lankydan requested a review from a team as a code owner May 1, 2024 09:24
Copy link

sonarcloud bot commented May 1, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@corda-jenkins-ci02
Copy link
Contributor

Jenkins build for PR 1631 build 1

Build Successful:
Jar artifact version produced by this PR: 5.3.0.13-alpha-1714555494399

@corda-jenkins-ci02
Copy link
Contributor

Scanning for breaking API changes introduced by this PR

Scan Succeeded

Copy link
Contributor

@blsemo blsemo left a comment

Choose a reason for hiding this comment

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

LGTM

@lankydan lankydan merged commit 4a16ec9 into release/os/5.3 May 3, 2024
5 checks passed
@lankydan lankydan deleted the dan/CORE-19840-send-backchain-when-receiver-has-filtered-transaction branch May 3, 2024 08:53
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.

2 participants