-
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
[Simsala] automatic release created for v1.0.156 #3381
Commits on Dec 16, 2019
-
Fabo/handle image null on validator page (#3319)
* handle picture is null * changelog * handle null images on page validator
Configuration menu - View commit details
-
Copy full SHA for d46c128 - Browse repository at this point
Copy the full SHA d46c128View commit details
Commits on Dec 17, 2019
-
Update proposals every new block (#3295)
* Update proposals every 10 blocks * changelog * istanbul ignore next * Trigger CI * istanbul ignore next * Use loaded * Update snap * istanbul ignore next * Update single proposal page every new block * Job is done! * Comment * Remove comment * istanbul ignore next * Improve coverage * Update all proposal data * Simplify * Revert * Fix watcher func testing * Fix, cleanup, optimization * Update snap * Cleanup
Configuration menu - View commit details
-
Copy full SHA for c8ab4eb - Browse repository at this point
Copy the full SHA c8ab4ebView commit details -
chooseFilter for pagevalidator. fix website (#3289)
* chooseFilter for pagevalidator. fix website * changelog * add filter as second parameter * add test for isblankfield * lint
Configuration menu - View commit details
-
Copy full SHA for cf4d7b7 - Browse repository at this point
Copy the full SHA cf4d7b7View commit details -
Ana/3313 add link for linux users to ledger connection issues article (…
…#3315) * add linux webusb message. center signin button * add linux test but it errors. lint * changelog * fix linux message test
Configuration menu - View commit details
-
Copy full SHA for 44583ca - Browse repository at this point
Copy the full SHA 44583caView commit details -
Ana/fixes-for-pagevalidator (#3323)
* small but important fixes * changelog
Configuration menu - View commit details
-
Copy full SHA for 24b67e6 - Browse repository at this point
Copy the full SHA 24b67e6View commit details
Commits on Dec 18, 2019
-
Fabo/handle async tx failure (#3327)
* add new property to receive notification if tx inclusion failed * dev life * changelog * fix tests
Configuration menu - View commit details
-
Copy full SHA for 1caec35 - Browse repository at this point
Copy the full SHA 1caec35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 843739a - Browse repository at this point
Copy the full SHA 843739aView commit details -
* added x back to action modal * icon will spin now on inclusion step * corrected grammar and improved messaging on success step * pass in success prop to turn success icon green * renamed delegation to staking * renamed undelegation to unstaked * fixed tests and snapshots * changelog * success should be boolean, increase padding on action modal message * unknown getter / fixed test * implemented feature flags that are separate from action modal titles * hid create proposals button while loading proposals page * updated feature not available language * updated confirmation message and form message padding * improved form ux by updating placeholders, setting v-focus, and setting initial values to null so user doesn't have to delete the value before entering their own * lint and tests and snaps * fixed page proposals test
Configuration menu - View commit details
-
Copy full SHA for e9c7c2d - Browse repository at this point
Copy the full SHA e9c7c2dView commit details
Commits on Dec 19, 2019
-
Fix error 404 in validator links from transactions in page block (#3344)
* Fix URLs * changelog * Update snaps
Configuration menu - View commit details
-
Copy full SHA for d62dced - Browse repository at this point
Copy the full SHA d62dcedView commit details
Commits on Dec 20, 2019
-
Fabo/3314 session per network (#3336)
* store sessions per network * changelog * fixed tests
Configuration menu - View commit details
-
Copy full SHA for 5c66471 - Browse repository at this point
Copy the full SHA 5c66471View commit details -
Remove unused quey field (#3350)
* Remove unused quey field * changelog
Configuration menu - View commit details
-
Copy full SHA for 5072210 - Browse repository at this point
Copy the full SHA 5072210View commit details
Commits on Dec 23, 2019
-
Ana/fix session per network (#3354)
* fix * changelog
Configuration menu - View commit details
-
Copy full SHA for 0474a8d - Browse repository at this point
Copy the full SHA 0474a8dView commit details
Commits on Dec 27, 2019
-
New tutorial component (#3346)
* Component draft * changelog * Add steps * First steps done * Add step dots and read the full guide link text * css tweaks * css tweaks * Cleanup * Update snap * Cleanup * Basic testing * Cleanup, testing * Cleanup, props, testing * Remove v-html * Fix close * istanbul ignore next * Fix * Show tutorial demo in experimentalMode * Testing stuff
Configuration menu - View commit details
-
Copy full SHA for aa619ca - Browse repository at this point
Copy the full SHA aa619caView commit details -
Fabo/improve release script (#3332)
* changelog * remove push pre releasing * merge master to get new version * changelog * better develop checkout * removed the eslint vscode thing * checkout develop from remote to avoid checking in local develop changs * handle develop branch already existing
Configuration menu - View commit details
-
Copy full SHA for c7f20c4 - Browse repository at this point
Copy the full SHA c7f20c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68ef991 - Browse repository at this point
Copy the full SHA 68ef991View commit details -
* add emoney logo * changelog
Configuration menu - View commit details
-
Copy full SHA for 43553c9 - Browse repository at this point
Copy the full SHA 43553c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04cc650 - Browse repository at this point
Copy the full SHA 04cc650View commit details -
Fabo/3316 cross account creation (#3337)
* basis for cross network account creation * cleanup and refactor * changelog * fixed tests * linted * coverage * new cosmos-keys with support for multiple bech32prefixes
Configuration menu - View commit details
-
Copy full SHA for 973b3b3 - Browse repository at this point
Copy the full SHA 973b3b3View commit details
Commits on Dec 28, 2019
-
Ana/fix multi send to address (#3359)
* fix multi send to address * changelog
Configuration menu - View commit details
-
Copy full SHA for 8dcf788 - Browse repository at this point
Copy the full SHA 8dcf788View commit details
Commits on Jan 6, 2020
-
Ana/livepeer explore mode frontend (#3349)
* allow explore with non cosmos addresses * lint * fix * filter only pending undelegations * update snapshots * changelog * changelog * remove filter undelegations. change changelog * add pendingundelegations query. use in portfolio * update snapshot * changelog * check if undelegations exist * change to web3-utils isaddress * add ethereum validation tests * lint * use pending undelegations from be directly * get rid of pendingundelegations. back to normality * query for undelegations directly
Configuration menu - View commit details
-
Copy full SHA for a14e45c - Browse repository at this point
Copy the full SHA a14e45cView commit details
Commits on Jan 7, 2020
-
* Fix redelegation * changelog * Debug * Implement redelegate in undelegation modal * Redelegation stuff, disable from * Redelegations working * Cleanup * Fix test, update snap * Revert DelegationModal changes * Update snap * Delete restaking logic in DelegationModal * Delete logic * Update snaps * Testing stuff * Remove unused code * Fix * setFromSelectedIndex test * istanbul ignore next * More testing stuff * Cleanup * More testing * Refactor, 100% coverage * Improve coverage * Jordan suggestions * Inactive validator warning msgs, testing * Fix bug, improve testing * Trigger CI * use standard inputs and refactor validator format * remove dead code Co-authored-by: Fabian <frznhope@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0663a47 - Browse repository at this point
Copy the full SHA 0663a47View commit details -
Fix session modal validation triggers on closing (#3374)
* Clear session data on first step * Same in address import * Move clear data to beforeDestroy in the last step * testing stuff * changelog
Configuration menu - View commit details
-
Copy full SHA for f7b9a8d - Browse repository at this point
Copy the full SHA f7b9a8dView commit details -
Ana/fix lunie browser extension link (#3366)
* fix link * changelog
Configuration menu - View commit details
-
Copy full SHA for e6c518d - Browse repository at this point
Copy the full SHA e6c518dView commit details
Commits on Jan 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 925ac1a - Browse repository at this point
Copy the full SHA 925ac1aView commit details -
Release Lunie Bot committed
Jan 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 0b2028c - Browse repository at this point
Copy the full SHA 0b2028cView commit details