diem / reference-wallet

A reference wallet.
Apache License 2.0
15 stars 13 forks source link

Pick changes #1

Closed rustielin closed 3 years ago

rustielin commented 3 years ago

pick changes from old repo to make the deploy work

rustielin commented 3 years ago

Also e2e workflow is failing because the killswitch does not exist in this new repo. I'm not an admin, but can someone add the github secret:

KILL_SWITCH_E2E_TEST = false
rustielin commented 3 years ago

I'll just go ahead and merge this manually. Killswitch still needs to be created though

sunmilee commented 3 years ago

@rustielin has this actually been merged in? I don't see in the list of commits when i pull from latest master

sunmilee commented 3 years ago

I'm not an admin either @ericnakagawa can you do it or can you make me and rustie admin?

rustielin commented 3 years ago

@rustielin has this actually been merged in? I don't see in the list of commits when i pull from latest master

@sunmilee is your remote updated?

commit 46e8753b69a834a047d42aa9db1789e82a5f688c (HEAD, origin/master, origin/HEAD)
Merge: f2cac57 3deb2d6
Author: Rustie Lin <rustielin@fb.com>
Date:   Tue Nov 17 12:58:09 2020 -0800

    Merge pull request #1 from libra/pick-changes

    Pick changes

commit 3deb2d608f23c015cccde503a739b7161cb770e1 (origin/pick-changes, pick-changes, master)
Author: rustielin <rustielin@fb.com>
Date:   Mon Nov 16 11:54:47 2020 -0800

    [helm][small] update old pylibra references to sdk
...

▶ git remote -v         
origin  git@github.com:libra/reference-wallet.git (fetch)
origin  git@github.com:libra/reference-wallet.git (push)