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

[r2r] MetaMask PoC #1551

Merged
merged 12 commits into from
Dec 5, 2022
Merged

[r2r] MetaMask PoC #1551

merged 12 commits into from
Dec 5, 2022

Commits on Nov 18, 2022

  1. Design and implement MetaMask provider

    * Add MetaMask initialization RPCs
    sergeyboyko0791 committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    2761a7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f32a6df View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2022

  1. Activate ETH/ERC20 with Metamask priv_key_policy

    * Add `EthPrivKeyPolicy`
    sergeyboyko0791 committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    203f415 View commit details
    Browse the repository at this point in the history
  2. Fix udeps

    sergeyboyko0791 committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    3180771 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Configuration menu
    Copy the full SHA
    dfe7915 View commit details
    Browse the repository at this point in the history
  2. Use built-in MetaMask RPC provider

    * Add `MetamaskTransport`
    * Rename `Web3Transport` to `HttpTransport`
    * Add `MetamaskSession` to prevent concurrent requests
    sergeyboyko0791 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    cb4aaba View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Fix PR issues

    * Compile `EthRpcMode::Metamask` in WASM only
    * Add `rpc_mode: EthRpcMode` to `EthActivationV2Request`
    * Update wasm-timer
    sergeyboyko0791 committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    e357096 View commit details
    Browse the repository at this point in the history
  2. Minor changes

    sergeyboyko0791 committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    bf3fa88 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. PR fixes

    * Rename `task::init_metamask::*` to `task::connect_metamask::*`
    sergeyboyko0791 committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    3ef732e View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. Configuration menu
    Copy the full SHA
    82020b1 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Fix PR issues

    sergeyboyko0791 committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    3e162b5 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2022

  1. Configuration menu
    Copy the full SHA
    6e39a11 View commit details
    Browse the repository at this point in the history