-
Notifications
You must be signed in to change notification settings - Fork 60
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
fix kujira factory IBC tokens #233
Merged
Merged
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
terran6
approved these changes
Jul 11, 2023
mwmerz
added a commit
that referenced
this pull request
Jul 12, 2023
* wip: back button manage wallet pages * fix chain list overlapping (#184) * Fix for non-persistent service worker * fix: vesting token component * fix: send button disable * feat: back buttons manage pages * fix: property undefined chainID error * fix: convert object error * fixed styling for some back arrows including Manage Wallets modal and extension Pages * removed commented out icons * fix: non-whitelisted tokens * fix: build error * Show signbytes content * fix: tokens with : * Update SignBytes design * Fix/send bank denom (#201) * feat: fix send bank token on same chain * feat: wallet switch close modal (#202) * feat: wallet switch close modal * fix: navigate back to wallet upon wallet switch * chore: merge main (#206) * fix: lunc display (#204) * fix: decouple ibc lunc from luna * fix: ibc luna (#205) * fix: ibc luna * chore: merge main (#211) * fix: lunc display (#204) * fix: decouple ibc lunc from luna * fix: ibc luna (#205) * fix: ibc luna * fix: luna send (#207) * fix: LUNC & LUNA decoupling on testnet, mainnet, localterra * fix: Error message upon failed price endpoint response * fix: Vesting token display --------- Co-authored-by: Michael Merz <[email protected]> --------- Co-authored-by: Michael Merz <[email protected]> * Show disabled network name and icon (#214) * Use new IBC channels (#217) * Use new IBC channels (for direct chain-to-chain transfers) * cleanup imports * Remove axelar tokens warning * fix ibc path detection for multi-hop ibc denoms * fix send back feature * ST-580: add dev mode on extension (#216) * Add dev settings on the extension * remove reference to contract page * fix auto-merge error * Fix asset list (#219) * fix ibc lunc * fix LUNC detection * fix undefined chainID * same changes as web * fix: main merge conflict (#221) * fix: lunc display (#204) * fix: decouple ibc lunc from luna * fix: ibc luna (#205) * fix: ibc luna * fix: luna send (#207) * fix: LUNC & LUNA decoupling on testnet, mainnet, localterra * fix: Error message upon failed price endpoint response * fix: Vesting token display --------- Co-authored-by: Michael Merz <[email protected]> --------- Co-authored-by: Michael Merz <[email protected]> * Update dependencies (#213) * Update feather.js, remove wallet-provider * fix: remove log * remove unused imports --------- Co-authored-by: Manuel Alessandro Collazo <[email protected]> * Fix/improve persistent worker (#212) * remove reconnect listener, restore alarm * fix: light theme. bg color for mobile and full page (#222) * feat: St 543 implement amplitude (#218) * wip: amplitude tracking revisions * feat: track latest tx event * fix: add versioning to amplitude client * fix: versioning --------- Co-authored-by: Michael Merz <[email protected]> * fix: testnet finder links (#225) * fix ibc token denoms (#226) * fix lock wallet crash (#230) * ST-596: fix ics20 send back (#229) * Fix ICS20 send back * fix ICS20 denom calculation * Copy SendBack page from web * fix gas adjustment for ibc transfers * fix ics20 gas error (#231) * fix ics20 gas error * lower gas adjustment * fix kujira factory IBC tokens (#233) * fix kujira factory IBC tokens * fix send back and use prefix to detect kujira * chore: update version (#238) --------- Co-authored-by: Manuel Alessandro Collazo <[email protected]> Co-authored-by: Alessandro Candeago <[email protected]> Co-authored-by: Terence Lim <[email protected]> Co-authored-by: Joshua <[email protected]> Co-authored-by: plubber <[email protected]>
project-88288
pushed a commit
to project-88288/station-extension
that referenced
this pull request
Jul 24, 2023
mwmerz
added a commit
that referenced
this pull request
Jul 27, 2023
* wip: back button manage wallet pages * fix chain list overlapping (#184) * Fix for non-persistent service worker * fix: vesting token component * fix: send button disable * feat: back buttons manage pages * fix: property undefined chainID error * fix: convert object error * fixed styling for some back arrows including Manage Wallets modal and extension Pages * removed commented out icons * fix: non-whitelisted tokens * fix: build error * Show signbytes content * fix: tokens with : * Update SignBytes design * Fix/send bank denom (#201) * feat: fix send bank token on same chain * feat: wallet switch close modal (#202) * feat: wallet switch close modal * fix: navigate back to wallet upon wallet switch * chore: merge main (#206) * fix: lunc display (#204) * fix: decouple ibc lunc from luna * fix: ibc luna (#205) * fix: ibc luna * chore: merge main (#211) * fix: lunc display (#204) * fix: decouple ibc lunc from luna * fix: ibc luna (#205) * fix: ibc luna * fix: luna send (#207) * fix: LUNC & LUNA decoupling on testnet, mainnet, localterra * fix: Error message upon failed price endpoint response * fix: Vesting token display --------- Co-authored-by: Michael Merz <[email protected]> --------- Co-authored-by: Michael Merz <[email protected]> * Show disabled network name and icon (#214) * Use new IBC channels (#217) * Use new IBC channels (for direct chain-to-chain transfers) * cleanup imports * Remove axelar tokens warning * fix ibc path detection for multi-hop ibc denoms * fix send back feature * ST-580: add dev mode on extension (#216) * Add dev settings on the extension * remove reference to contract page * fix auto-merge error * Fix asset list (#219) * fix ibc lunc * fix LUNC detection * fix undefined chainID * same changes as web * fix: main merge conflict (#221) * fix: lunc display (#204) * fix: decouple ibc lunc from luna * fix: ibc luna (#205) * fix: ibc luna * fix: luna send (#207) * fix: LUNC & LUNA decoupling on testnet, mainnet, localterra * fix: Error message upon failed price endpoint response * fix: Vesting token display --------- Co-authored-by: Michael Merz <[email protected]> --------- Co-authored-by: Michael Merz <[email protected]> * Update dependencies (#213) * Update feather.js, remove wallet-provider * fix: remove log * remove unused imports --------- Co-authored-by: Manuel Alessandro Collazo <[email protected]> * Fix/improve persistent worker (#212) * remove reconnect listener, restore alarm * fix: light theme. bg color for mobile and full page (#222) * feat: St 543 implement amplitude (#218) * wip: amplitude tracking revisions * feat: track latest tx event * fix: add versioning to amplitude client * fix: versioning --------- Co-authored-by: Michael Merz <[email protected]> * fix: testnet finder links (#225) * fix ibc token denoms (#226) * fix lock wallet crash (#230) * ST-596: fix ics20 send back (#229) * Fix ICS20 send back * fix ICS20 denom calculation * Copy SendBack page from web * fix gas adjustment for ibc transfers * fix ics20 gas error (#231) * fix ics20 gas error * lower gas adjustment * fix kujira factory IBC tokens (#233) * fix kujira factory IBC tokens * fix send back and use prefix to detect kujira * ST-616 replace extensionizer (#239) * replace extensionizer * fix manifest files * chore: update version --------- Co-authored-by: Michael Merz <[email protected]> * fix: show luna price in vesting (#241) * fix: pass decimals in fee estimation (#240) * chore: rem kado buy button (#236) * feat: route to home after succesful tx (#237) * feat: route to home after succesful tx * fix: remove unused reset --------- Co-authored-by: Manuel Alessandro Collazo <[email protected]> * feat: interchain finder link (#235) * feat: validate amount inputs (#232) * feat: validate number fields in amount inputs * fix: hide input spin button * fix: unintended form validation * Add Station to the window object (#243) * connect request on the window object * fix popups * add missing methods to the window object * add switchNetwork request * add type definitions for requests * move window object to external NPM package @terra-money/station-connector * ST-554: replace Keplr window object (#244) * connect request on the window object * fix popups * add missing methods to the window object * add switchNetwork request * add type definitions for requests * move window object to external NPM package @terra-money/station-connector * replace keplr window object * Improve visualization of MsgCustomAmino * fix popup opening too many times * update @terra-money/station-connector version number * chore: tidy up spelling/grammar on override warning (#245) * hide keplr setting (#246) * fix MsgDonateAllVestingTokens (#249) * release-candidate: 7.4.2-rc.1 * Revert "chore: rem kado buy button (#236)" This reverts commit 57b2deb. * chore: update version to reflect revert buy button. * feat: update build script to use version_name * chore: update version_name to align with release --------- Co-authored-by: Manuel Alessandro Collazo <[email protected]> Co-authored-by: Alessandro Candeago <[email protected]> Co-authored-by: Terence Lim <[email protected]> Co-authored-by: Joshua <[email protected]> Co-authored-by: plubber <[email protected]>
mwmerz
pushed a commit
that referenced
this pull request
Feb 16, 2024
* changed some flags got staking rewards card * fix: misc fixes from feedback (#227) * fix: welcome modal copy updates * enable token filters by default * fix: modal popup twice * fix: copy updates * fetch balances in the background * fixed brokenm chain rewards * removed 'available' asset total from wallet (#233) * fixed undefined error message breaking the app (#228) * removed 'prices by TFM' on Aside (#234) * Fix prices, cw20 balance fetchin, cleanup * upd: welcome modal copy * upd: welcome modal copy 2 * upd: welcome modal copy 3 * copy: cleanup * upd: welcome modal copy 4 * fix: generalize loading text * upd: welcome modal copy 3 * fix: use ExternalLink comp in welcome modal * fix: copy * fix: onboarding copy * fix: onboarding copy 2 * fix: onboarding copy 3 * removed transfer button and deleted transfer page * changes wallet total title and added tooltip of what assets were used… (#231) * changes wallet total title and added tooltip of what assets were used for the total * changed copy * Add native tokens from the "Manage tokens" modal (#235) * Display native tokens * update: include native tokens * remove: ibc custom tokens * update: add initial balances * fix: asset chain * update: store only denoms for native tokens * update: always display visible tokens * fix: hook deps * fix: useMemo * fix: interchain modal open (#238) * Offbeta/fixed tfm pricing (#240) * fixed tfm naming not aligning with station naming * renamed variable * fix: rem select action copy (#241) * feat: show held assets at top of receive page (#242) * feat: sort recieve page by if have assets * cleanup * feat: fix nav arrows in send and recieve page (#243) * Redesign settings, allow custom LCDs, fix extension disconnect (#245) * Redesign settings modeal, use custom lcds * Fix extension disconnect * Fix ChainSelector * testing in deployed beta (#256) * Revert "testing in deployed beta (#256)" (#257) This reverts commit 6dc2fb9842528eb683eebc6cb5786c5d9303cc70. * fixed overflow issue on contract card header (#254) * fixed disabled link being clickable (#253) * Show network (#252) * added a dropdown for each network type that will open to display all of the chains on that specific network type * aligning theme with extension * fixed settings theme always display 'dark' and fixed back button color (#249) * rem: broken modal btn (#258) * changed some scroll behavior and added a shadow (#248) * rem: welcome modal (#250) * fix: only show welcome modal on desktop * rem: welcome modal * cleanup * rem: unused hook * feat: back nav wallet managment (#244) * feat: add back nav to desktop pages that lack it * fix: use GoBack comp * feat: onSuccess function for txs (#255) * feat: onSuccess function for txs * feat: add back buttons * rem: backbtn on main gov page; * copy: update * upd: copy * fix: table styles * feat: rem show all btn on gov page (#259) * Testing error (#260) * testing why it doesnt work deployed * testing in deployed * changed copy * removed period * Governance Markdown support (#251) * Basic proposals markdown support * Hide external links * Fix links * Update src/pages/gov/ProposalDescription.tsx --------- Co-authored-by: plubber <[email protected]> * fixed modal issues that includes: overflow, scroll, modal max-height and scrollbars (#262) * added styles for network dropdown on Custom LCD page (#263) * added styles for network dropdown on Custom LCD page * aligning max-height * renamed file --------- Co-authored-by: Joshua <[email protected]> Co-authored-by: Alessandro Candeago <[email protected]> Co-authored-by: Joshua Brigati <[email protected]> Co-authored-by: Radzion Chachura <[email protected]>
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.
Same as stationmoney/station#466