forked from jl777/SuperNET
-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refactor the common::executor * Use `wasm_bindgen_futures::spawn_local` instead of custom runtime implementation * Use `js_sys::Date::now` instead of defined in js `date_now` * Use 'setTimeout' within Timer * Prepare mm2_lib for wasm32 * Separate mm2_lib into mm2_wasm_lib and mm2_native_lib * Separate common::lib into common::{native_log, wasm_log} * Add wasm_build suite * Mm2 wasm light wallet is ready * Add the spawn_rpc wasm-only version * Minor and major changes * Use 'format_record' within MmLogAppender instead of built-in log4rs::encode::Encode * Change the 'common::for_tests::require_log_level' argument type * Document the mm2_main, mm2_rpc * Pull the mm2_lib.rs changes from the mm2.1-cross * Also fix the build.rs warning * Fix web3_transport * Remove hardcoded uri * Handle errors instead of panic * Leave a TODO comment for the next iteration
- Loading branch information
1 parent
181a226
commit 5933e5a
Showing
30 changed files
with
1,577 additions
and
754 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.