-
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/gov fixes #2167
Fabo/gov fixes #2167
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #2167 +/- ##
===========================================
- Coverage 95.52% 94.78% -0.75%
===========================================
Files 108 108
Lines 2278 2299 +21
Branches 115 115
===========================================
+ Hits 2176 2179 +3
- Misses 94 111 +17
- Partials 8 9 +1
|
Codecov Report
@@ Coverage Diff @@
## develop #2167 +/- ##
===========================================
+ Coverage 95.52% 95.52% +<.01%
===========================================
Files 108 108
Lines 2278 2301 +23
Branches 115 114 -1
===========================================
+ Hits 2176 2198 +22
- Misses 94 95 +1
Partials 8 8
|
Co-Authored-By: faboweb <[email protected]>
coverage missing |
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.
There's a small bug when you deposit that shows an error on the modal (too quick to screenshot):
Steps to reproduce:
- Create proposal with amount 0.5
- Deposit on same proposal with 0.5 (i.e
min_deposit
-initial_deposit
)
@fedekunze I think the case is:
|
That's not the case because the tx is submitted successfully |
hmm might have to do with the submissionError timeout. very strange. let's handle in another PR. |
ok, let's create a tracking issue for it then |
* remove modals * tests * cha cha cha * refactored delegation modal tests * removed the "to" field on undelegation action modals * updated undelegation modal msg * lint * Fabo/gov fixes (#2167) * defensive programming * fixed * fixed sorting * optimistic updates * modals clear forms correctly * fedes changes * fixed tests * fixed more tests * changelog * coverage * Update CHANGELOG.md Co-Authored-By: faboweb <[email protected]> * added coverage * added optimistic updates for proposal creation * Jordan/2161 fixed positioning of status dot (#2172) * fixed positioning of status dot * fix for validator profile status * removed arrows from buttons, updated snaperoos * reduce margin on page validator avatar * Update CHANGELOG.md Co-Authored-By: jbibla <[email protected]> * added cosmoswallet config file * Update CHANGELOG.md * Fabo/2195 fix wrong amount on undelegation modal (#2196) * defensive programming * done * fixed tests * removed old fix * Fabo/2193 hide import (#2194) * defensive programming * hide import * changelog * tests * Fabo/1884 bring back e2e tests (#2140) * added nightwatch * changelog * direct to the correct endpoints * fixed setup and import key * reenable e2e * fixed yaml * switch workspace path * change workspace * playing with paths * paths * paths * paths * paths * cache bust * fix build script * fix build * only copy if build * try fixing glob test * attach correct workspace * correct paths * test without localstorage * serve build files for e2e tests * require build * run http-server in parallel * fix paths * updated readme * cleanup * cleanup * linted * Bump version for release.
Closes #1875
Closes #1876
Description:
Thank you! 🚀
For contributor:
CHANGELOG.md
with issue # and GitHub usernameFiles changed
in the github PR explorerFor reviewer: