-
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.160 #3470
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* handle picture is null * changelog * handle null images on page validator
* 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
* chooseFilter for pagevalidator. fix website * changelog * add filter as second parameter * add test for isblankfield * lint
…#3315) * add linux webusb message. center signin button * add linux test but it errors. lint * changelog * fix linux message test
* small but important fixes * changelog
* add new property to receive notification if tx inclusion failed * dev life * changelog * fix tests
* 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
* Fix URLs * changelog * Update snaps
* store sessions per network * changelog * fixed tests
* Remove unused quey field * changelog
* fix * changelog
* 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
* 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
* add emoney logo * changelog
* Fix typo * changelog
* basis for cross network account creation * cleanup and refactor * changelog * fixed tests * linted * coverage * new cosmos-keys with support for multiple bech32prefixes
* fix multi send to address * changelog
* 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
* 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 <[email protected]>
* Clear session data on first step * Same in address import * Move clear data to beforeDestroy in the last step * testing stuff * changelog
* fix link * changelog
* show loading when sequence number is missing + fix some tests * changelog * security updates * log failed tx submissions client side * fix test for error tracking * changelog * fix typo * fix undefined inside sentry messages * Update src/ActionModal/components/ActionModal.vue * removed sequence loading again * snap Co-authored-by: Ana G. <[email protected]>
* fix micro denoms * changelog
* add a button to show the address on the Ledger * switched to an icon * changelog * use a warning for ledger address displaying * update styling of "show address on ledger" button * accidentally removed v-if logic Co-authored-by: Jordan Bibla <[email protected]>
* add back to validators button * changelog * apply designs to button * button improvements
* retry on failed requests * changelog
* add better validation for cosmos addresses * changelog * change blacklisting to whitelisting * minor fix
* added parameter to persist API url change * added parameter to persist API url change * changelog * refactor get graphql link * refactor get graphql link * fixed test * kill abbreviation Co-authored-by: Fabian <[email protected]>
* allow to sign messages for Terra * Update src/ActionModal/utils/MessageConstructor.js Co-Authored-By: Jordan Bibla <[email protected]> * added more messages to terra * skip balance query if no denom known * refactor send modal * handle denoms when no balances * fix amount of undefined * fix selected index not checked correctly * changelog * fixed some tests * fixed sendmodal tests Co-authored-by: Jordan Bibla <[email protected]> Co-authored-by: Ana G. <[email protected]>
* no caching for index.html * changelog
* allow to sign messages for Terra * Update src/ActionModal/utils/MessageConstructor.js Co-Authored-By: Jordan Bibla <[email protected]> * added more messages to terra * skip balance query if no denom known * refactor send modal * handle denoms when no balances * fix amount of undefined * fix selected index not checked correctly * changelog * fixed some tests * fixed sendmodal tests * allow signing for emoney as well Co-authored-by: Jordan Bibla <[email protected]> Co-authored-by: Ana G. <[email protected]>
* only use messag suffix for transaction component detection * changelog * changelog * adjust old snaps * linted * Apply suggestions from code review Co-Authored-By: Jordan Bibla <[email protected]> Co-authored-by: Jordan Bibla <[email protected]>
* pyramid state * add scroll. scroll bar not showing * Update src/components/common/TmBalance.vue * switch ids for classes * Update TmBalance.vue * fixed tests * changelog Co-authored-by: Fabian <[email protected]>
* set denom for single denom send * added test * changelog
* add tests for to microdenom and sleep * improve sleep test * fix timer handling * fix sleep test * add sleep test with timers * merge sleep tests. use asynchrony properly
* Upgrade capacitor-intercom module to v0.2.3 * changelog
* filter addresses per network in session explore * changelog * use address lookup from config * add validation for current network. fix test
* Update activity icons * changelog
* set correct loaded behavior and open modal directly * changelog * fixed tests * added coverage
* set sentry version * changelog * lack of stringification was breaking builds Co-authored-by: Jordan Bibla <[email protected]>
* enable more networks * changelog * add regen network messages
* get address creator and prefix from API * removed dead code * added tests * removed dead code * gets ledger app for network from API * typo * remove bech32Prefixes from config * changelog * also load prefixes in session explore * linted * reenble some tests * fix address prefixes * fix store error * just in case Co-authored-by: Ana G. <[email protected]>
* fix blocks section * changelog
* we should say "sign in / sign up" because defaulting to "sign in" is confusing for new users without accounts * hardware state styles were bouncing around, it is cleaner to have loading icon replace existing icon * require sign in always, not just mobile * display missing messages for ledger and extension * disabled send button if extension is not installed * update snapshots * changelog * lint warning * updated snaperoos
* Fix * changelog
* delete txs message details for validators * changelog
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Please manually test before merging this to master
Added
Changed
Fixed
Security
Code Improvements
Repository