Skip to content

Add backwards compatibility test for encryption#681

Merged
chm-diederichs merged 7 commits intomainfrom
encryption-tweaks
Mar 28, 2025
Merged

Add backwards compatibility test for encryption#681
chm-diederichs merged 7 commits intomainfrom
encryption-tweaks

Conversation

@chm-diederichs
Copy link
Copy Markdown
Contributor

No description provided.

Comment thread test/encryption.js Outdated

function getFixture (name) {
const blocks = fixturesRaw[name]
console.log(blocks.map(b => b4a.from(b, 'base64')))
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

leftover log?

Comment thread test/fixtures/encryption/generate.js Outdated

fixture.write('/* eslint-enable */\n')

await fixture.close()
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

fixture.end()
await new Promise(resolve => fixture.once('close', resolve))

@chm-diederichs chm-diederichs merged commit f1a9f89 into main Mar 28, 2025
4 checks passed
@chm-diederichs chm-diederichs deleted the encryption-tweaks branch March 28, 2025 10:15
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