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

pact import tool #1792

Merged
merged 110 commits into from
Feb 6, 2024
Merged

pact import tool #1792

merged 110 commits into from
Feb 6, 2024

Conversation

chessai
Copy link
Contributor

@chessai chessai commented Dec 13, 2023


@chessai chessai marked this pull request as draft December 13, 2023 21:17
Copy link
Contributor

@thoughtpolice thoughtpolice left a comment

Choose a reason for hiding this comment

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

These are all mostly pretty small comments; I deleted a few readability ones so they aren't distracting but did still leave a couple. Feel free to skip them if you want.

bench/Chainweb/Pact/Backend/ForkingBench.hs Outdated Show resolved Hide resolved
\ ( tablename TEXT NOT NULL \
\ , rowkey TEXT NOT NULL \
\ , vrowid INTEGER NOT NULL \
\ , UNIQUE (tablename,rowkey) ); "
Copy link
Contributor

Choose a reason for hiding this comment

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

Ah, I don't think we can change this now, but FWIW compound PRIMARY KEY (tablename, rowkey) works just fine too; I think unfortunately you can't change or add a PRIMARY KEY after table creation, but just a note for the future, maybe.

src/Chainweb/Pact/Backend/PactState/Diff.hs Show resolved Hide resolved
src/Chainweb/Pact/Backend/PactState/GrandHash/Algorithm.hs Outdated Show resolved Hide resolved
test/Chainweb/Test/MultiNode.hs Outdated Show resolved Hide resolved
test/Chainweb/Test/MultiNode.hs Show resolved Hide resolved
@chessai chessai enabled auto-merge February 6, 2024 18:54
@chessai chessai added this pull request to the merge queue Feb 6, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 6, 2024
@chessai chessai added this pull request to the merge queue Feb 6, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 6, 2024
@chessai chessai added this pull request to the merge queue Feb 6, 2024
Merged via the queue into master with commit de883de Feb 6, 2024
39 checks passed
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