-
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/1809 update header on send #1830
Conversation
This reverts commit a9e29b2.
Co-Authored-By: faboweb <[email protected]>
Proposal submission works for me. But:
|
const depositDenom = governanceParameters.deposit.min_deposit[0].denom | ||
|
||
// TODO: refactor according to new unit test standard |
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.
<3
Wow you were quicker than me to self-report those two 👍I left other minor stuff for the tests but once those problems on Send and Delegation are fixed I think we should merge. The object refactor may also be a separate PR right? |
Signed-off-by: Karoly Albert Szabo <[email protected]>
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.
utACK
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.
[ERROR] Error fetching proposals: Unexpected token u in JSON at position 0
Not sure if it's related to this PR
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.
manual test: there's an aprox 5 sec (1 block) delay when submitting proposals , gov modules need to be included on this PR
Let's fix optimistic updates of proposal creation in another PR. |
address() { | ||
return this.user.address | ||
}, | ||
unbondedAtoms() { | ||
return this.num.shortNumber(this.user.atoms) | ||
return this.num.shortNumber(this.liquidAtoms) |
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.
nice! 💧
state.balances.push({ denom: `coin`, amount: `42` }) | ||
|
||
// add new | ||
const balance = { denom: `leetcoin`, amount: `1337` } |
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.
QUE PASA leetcoin
@@ -1085,7 +1085,7 @@ Msg Traces: | |||
return results | |||
} | |||
|
|||
let tally_result = { |
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.
this should have stayed the same since the final_tally_result
update was only on the proposals not on the tally endpoint cc: @faboweb
Closes #1809
Based on Web PR
Description:
❤️ Thank you!
CHANGELOG.md
with issue # and GitHub usernameFiles changed
in the github PR explorer