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

Hide filesystem functions in kairos-crypto behind feature flag. #78

Merged
merged 5 commits into from
Apr 29, 2024

Conversation

koxu1996
Copy link
Contributor

Fixes compatibility with wasm32-unknown-unknown - #77.

@koxu1996 koxu1996 self-assigned this Apr 25, 2024
@koxu1996 koxu1996 linked an issue Apr 25, 2024 that may be closed by this pull request
@koxu1996 koxu1996 added the demo Required for our first demo label Apr 25, 2024
Copy link

github-actions bot commented Apr 25, 2024

File Coverage
All files 54%
kairos-server/src/config.rs 0%
kairos-server/src/errors.rs 12%
kairos-server/src/state.rs 90%
kairos-server/src/utils.rs 22%
kairos-server/tests/transactions.rs 85%
kairos-tx/src/asn.rs 76%
kairos-tx/src/error.rs 0%
kairos-test-utils/src/cctl.rs 87%
kairos-test-utils/src/kairos.rs 95%
kairos-crypto/src/implementations/casper.rs 3%
kairos-server/src/routes/deposit.rs 88%
kairos-server/src/routes/transfer.rs 90%
kairos-test-utils/src/cctl/parsers.rs 66%
kairos-server/src/state/transactions.rs 57%
kairos-server/src/state/trie.rs 35%
kairos-server/src/state/transactions/batch_state.rs 42%

Minimum allowed coverage is 60%

Generated by 🐒 cobertura-action against d7d67a6

Copy link
Contributor

@Avi-D-coder Avi-D-coder left a comment

Choose a reason for hiding this comment

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

LGTM

@koxu1996 koxu1996 merged commit 06cfb1c into main Apr 29, 2024
6 of 7 checks passed
@koxu1996 koxu1996 deleted the feature/crypto-wasm-compatibility branch April 29, 2024 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
demo Required for our first demo
Projects
None yet
Development

Successfully merging this pull request may close these issues.

kairos-crypto not compatible with wasm32-unknown-unknown
3 participants