-
Notifications
You must be signed in to change notification settings - Fork 470
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Put signing behind an optional feature libsecp256k1 doesn't compile with the WASM target, and you don't need to sign transactions or messages in the browser anyway, since your wallet usually manages the keys. * Add EIP-1193 support * Add eth_requestAccounts method * 'cargo check' EIP-1193 code in Travis * Clean up the feature gates a little * Style cleanup in eip_1193.rs * remove meaningless #[wasm_bindgen] attribute * Refactor translating events from JS * Replace some Error::Internals with panics with useful messages * rename get_default -> default * Refactor error handling in request_wrapped * clean up EIP-1193 listeners on Drop * Add support for more EIP-1193 events * Reduce the number of #[cfg(feature = "signing")] attributes a bit more
- Loading branch information
Showing
8 changed files
with
688 additions
and
336 deletions.
There are no files selected for viewing
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.