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

genesis block --- or mergable by default #352

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

genesis block --- or mergable by default #352

wants to merge 4 commits into from

Conversation

jchris
Copy link
Contributor

@jchris jchris commented Nov 14, 2024

This is a test that two differently originated databases can merge.

@jchris jchris requested a review from mabels November 14, 2024 20:09
@mabels mabels changed the title Merge-test genesis block --- or mergable by default Nov 15, 2024
@@ -45,7 +46,7 @@ describe("dreamcode", function () {
});
beforeEach(async function () {
await sthis.start();
db = fireproof("test-db");
db = fireproof("test-db", { public: true });
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this is not the correct way to configure public:true but we should probably make this work instead of requiring the keyname trick

@mabels
Copy link
Contributor

mabels commented Dec 10, 2024 via email

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