Yang Hau
Yang Hau
Fix typos in repo
Currently we are running CI on Ubuntu only. Maybe we should cover more OSes (e.g. macOS and Windows) in CI. Based [this article](https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners) GitHub Action supports macOS and Windows
Assembly instruction vsha512h,vsha512h2, vsha512su0 and vsha512su1 haven't been supported yet.
Fill Out the template :) **Describe the bug** when running example `search_example.py` the following error is returned ``` TikTokApi.exceptions.CaptchaException: 0 -> TikTok blocks this request displaying a Captcha Tip: Consider...
Multiple tests can't pass under wasmtime v0.35.3
The current tests are written with the native package `testing` and `panic`, but the combination of these 2 package makes the test will be interrupted by single error. In which...
The benchmark run in the CI gave the following response. ``` before after delta [79a8986b] [bdd62b3] - 546±0μs 490±0μs 10.26% bench_core.PackBits.time_copysign ```
In `transaction_serialize_to_flex_trits()` the value of macro `NUM_TRITS_*` and `NUM_FLEX_TRITS_*` may not always be the same values, so we need to unify them. # Test Plan: