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

prototype using solana wallet-adaptor, and use it for sendSol #134

Merged
merged 16 commits into from
May 25, 2022

Commits on May 20, 2022

  1. use the solana-wallet-adapter to add account to programchanges

    Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
    SvenDowideit committed May 20, 2022
    Configuration menu
    Copy the full SHA
    44e32f8 View commit details
    Browse the repository at this point in the history
  2. use the Cryptoworkbench Solana Workbench Sun logo for the localstorag…

    …e wallet
    
    Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
    SvenDowideit committed May 20, 2022
    Configuration menu
    Copy the full SHA
    286231c View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. initial ElectronMainWallet POC

    Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
    SvenDowideit committed May 23, 2022
    Configuration menu
    Copy the full SHA
    cac9e62 View commit details
    Browse the repository at this point in the history
  2. electron wallet adapter saves the pubkey into the cfg file, and reuse…

    …s that account
    
    Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
    SvenDowideit committed May 23, 2022
    Configuration menu
    Copy the full SHA
    bca031d View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. transfer SOL works using the electron wallet adapter

    Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
    SvenDowideit committed May 24, 2022
    Configuration menu
    Copy the full SHA
    10c1e2b View commit details
    Browse the repository at this point in the history
  2. lint and add error rendering in toast

    Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
    SvenDowideit committed May 24, 2022
    Configuration menu
    Copy the full SHA
    10b13f2 View commit details
    Browse the repository at this point in the history
  3. linties

    Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
    SvenDowideit committed May 24, 2022
    Configuration menu
    Copy the full SHA
    a46898c View commit details
    Browse the repository at this point in the history
  4. linties

    Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
    SvenDowideit committed May 24, 2022
    Configuration menu
    Copy the full SHA
    04ef23b View commit details
    Browse the repository at this point in the history
  5. today's attempt at linties

    Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
    SvenDowideit committed May 24, 2022
    Configuration menu
    Copy the full SHA
    7e27f59 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. lintie

    Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
    SvenDowideit committed May 25, 2022
    Configuration menu
    Copy the full SHA
    54be8a9 View commit details
    Browse the repository at this point in the history
  2. found a place where I could crash the app

    Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
    SvenDowideit committed May 25, 2022
    Configuration menu
    Copy the full SHA
    e258cd4 View commit details
    Browse the repository at this point in the history
  3. use a toast to tell the user we're watching a new key

    Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
    SvenDowideit committed May 25, 2022
    Configuration menu
    Copy the full SHA
    2875387 View commit details
    Browse the repository at this point in the history
  4. linties

    Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
    SvenDowideit committed May 25, 2022
    Configuration menu
    Copy the full SHA
    2c9f246 View commit details
    Browse the repository at this point in the history
  5. again, linties that I can't get npm run lint to show me, but GH actio…

    …ns do
    
    Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
    SvenDowideit committed May 25, 2022
    Configuration menu
    Copy the full SHA
    c330296 View commit details
    Browse the repository at this point in the history
  6. comment out the wallet adapters that don't work

    Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
    SvenDowideit committed May 25, 2022
    Configuration menu
    Copy the full SHA
    9a59b89 View commit details
    Browse the repository at this point in the history
  7. moved the get cfg wallet for the electron wallet into account and sim…

    …plify
    
    Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
    SvenDowideit committed May 25, 2022
    Configuration menu
    Copy the full SHA
    0b6a024 View commit details
    Browse the repository at this point in the history