This repository has been archived by the owner on Oct 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
Test coverage for WebAssembly target on CI #72
Comments
polarbeargo
added a commit
that referenced
this issue
Nov 9, 2021
Implement wasm-bindgen-test under test serialization directly
polarbeargo
added a commit
that referenced
this issue
Nov 9, 2021
Hello @hanabi1224 , I transfer issue #72 to you such that we won't implement the same thing at the same time, thank you 😄! |
@polarbeargo Ah sry, did not see ur progress on this. I enabled wasm testing for only 1 project as part of CI setup but there're more to be enabled, appreciate if u can help enabling the rest after the PR is merged, thx! |
9 tasks
polarbeargo
added a commit
that referenced
this issue
Nov 12, 2021
polarbeargo
added a commit
that referenced
this issue
Nov 24, 2021
* begin checkpointing funcs * implement checkpoint algorithms, add impl Chain<ProtocolState> for ProtocolState * add tests * fix: Cherry pick conflict * fix: Update library * fix: Use of moved value: #24 * style: Format * fix: Unneeded unit return type * Add license * test: Add run test flag * style: Format * style: fix function name * fix: initCheckpoints & test_init_checkpoints * fix: x86_64 & wasm CI error * test: #72 Implement wasm-bindgen-test * fix: Update slots_per_epoch follow mina spec * feat: Implement is_short_range() follow new spec * feat: Update init_checkpoints & test_init_checkpoints follow new spec * feat: Update init_checkpoints follow new spec * test: Implement test_is_short_range() * style: Clean code * chore: Delete Cargo lock for CI build * fix: rustc E0616 * fix: Unused import: `Hashable` * fix: Replace Common to Chain trait * chore: Add Cargo.lock * test: Add false test case * fix: No need use clone() less expensive * fix: Warning about unused import in test module despite being used in a test * style: Format * Disable wasm in consensus * fmt * Update Cargo.lock * fix: Remove ProtocolState * fix: fFx clippy issues * fix: Fix clippy issues * fix: Fix clippy issue * style: Format * style: Format * fix: Fix clippy issues * test: Add test flag * fix: Fix clippy issue * fix: Don't use Copy * fix: Make func to pub * fix: Update formula * Remove tag * fix: Don't use unwrap() * Update checkpoint.rs * fix: No need semicolon * Update checkpoint.rs * Update checkpoint.rs * Update checkpoint.rs Co-authored-by: noot <[email protected]>
polarbeargo
added a commit
that referenced
this issue
Dec 3, 2021
9 tasks
polarbeargo
added a commit
that referenced
this issue
Dec 6, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Issue summary
https://rustwasm.github.io/docs/wasm-bindgen/wasm-bindgen-test/usage.html
This will also require a test harness to be setup for browser environment: https://rustwasm.github.io/docs/wasm-bindgen/wasm-bindgen-test/browsers.html
a/c:
Other information and links
The text was updated successfully, but these errors were encountered: