-
Notifications
You must be signed in to change notification settings - Fork 98
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
Fabo/voyager web #1804
Fabo/voyager web #1804
Conversation
holy smokes @faboweb this is so great. |
This reverts commit a9e29b2.
The balance header shows 0 because the testnet denom is |
@@ -31,6 +30,10 @@ export default { | |||
required: true | |||
} | |||
}, | |||
data: () => ({ | |||
/* istanbul ignore next */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
curious about what's istanbul
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
coverage reporter, this ignores the following line
} | ||
} | ||
|
||
let fetchAccount = argReq(`GET`, `/auth/accounts`, ``, true) | ||
|
||
const keys = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
eventually we will need to call POST /keys/{name}/recover
for key recovery right ?
async sendTx({ state, dispatch, commit, rootState }, args) { | ||
if (!rootState.connection.connected) { | ||
throw Error( | ||
`Currently not connected to a secure node. Please try again when Voyager has secured a connection.` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how does the user know when Voyager secured the connection ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The connection indicator shows if the user is connected or not.
This error should actually never be called as all actions should be disabled when not connected.
account_number: rootState.wallet.accountNumber, // TODO move into LCD? | ||
chain_id: rootState.connection.lastHeader.chain_id, | ||
gas: `50000000`, | ||
generate_only: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see my comment above, don't we need to add POST tx/sign
too ?
|
||
let requestMetaData = { | ||
sequence: state.nonce, | ||
name: `anonymous`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why don't we use the local key here (when not using signer app/ledger)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Stargate and therefor the keystore is remote in our case. We don't want to leave our keys in a remote location. Therefor we need to remove all the keys endpoints and can't sign using the SDK.
@@ -18,16 +18,14 @@ | |||
"build:testnets": "cd tasks/build/testnets && ./localBuild.sh", | |||
"build:gaia": "cd tasks/build/Gaia && ./localBuild.sh", | |||
"build:local": "node tasks/build/local/build", | |||
"start": "yarn frontend & yarn backend skip-rebuild", | |||
"start:new": "yarn frontend & yarn backend", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should add this to the README
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated the readme
Co-Authored-By: faboweb <[email protected]>
* fix outputs and add verbose mode * fixed third node issue * Update tasks/build/local/helper.js Co-Authored-By: faboweb <[email protected]> * Update tasks/testnet.js Co-Authored-By: faboweb <[email protected]> * removed display of secondary accounts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's move to web (branch for now) 🎉
Fabo, breaker of chains
https://wonderful-shaw-507bc9.netlify.com
Description:
Missing:
❤️ Thank you!
CHANGELOG.md
with issue # and GitHub usernameFiles changed
in the github PR explorer