-
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
fedekunze/1464 li governance txs #1481
Conversation
blocked by release of TmUI |
released 0.3.1 |
Codecov Report
@@ Coverage Diff @@
## develop #1481 +/- ##
===========================================
+ Coverage 96.33% 96.41% +0.07%
===========================================
Files 97 97
Lines 1800 1811 +11
Branches 86 86
===========================================
+ Hits 1734 1746 +12
+ Misses 56 55 -1
Partials 10 10
|
children: [ | ||
{ | ||
path: `/proposals`, |
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.
is this on purpose?
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.
yeah
const walletTxs = await dispatch(`getTx`, `wallet`) | ||
commit(`setWalletTxs`, walletTxs) | ||
|
||
const allTxs = stakingTxs.concat(walletTxs) | ||
const allTxs = stakingTxs.concat(governanceTxs.concat(walletTxs)) |
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.
🐱 within a 🐱 😆
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.
yeah, sadly +
is not supported for array concat:
https://stackoverflow.com/questions/7124884/why-is-1-2-3-4-1-23-4-in-javascript
Closes #1464
Description:
❤️ Thank you!
CHANGELOG.md
with issue # and GitHub usernameFiles changed
in the github PR explorer