Skip to content
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

ton contest #12

Open
wants to merge 209 commits into
base: main
Choose a base branch
from
Open

ton contest #12

wants to merge 209 commits into from

Commits on May 15, 2024

  1. tab item text appearance

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    c4b31a3 View commit details
    Browse the repository at this point in the history
  2. buy sell strings

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    18d86f3 View commit details
    Browse the repository at this point in the history
  3. fragment_trade header

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    688dfb8 View commit details
    Browse the repository at this point in the history
  4. buy sell tabs enum

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    03d547c View commit details
    Browse the repository at this point in the history
  5. empty sell fragment

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    f90773b View commit details
    Browse the repository at this point in the history
  6. empty buy fragment

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    2b1a277 View commit details
    Browse the repository at this point in the history
  7. added viewmodel to koin module

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    0200d37 View commit details
    Browse the repository at this point in the history
  8. buy sell pager adapter

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    5b4034b View commit details
    Browse the repository at this point in the history
  9. added child fragment instantiation logic

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    bd3581c View commit details
    Browse the repository at this point in the history
  10. dummy content for buy fragment

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    ea76246 View commit details
    Browse the repository at this point in the history
  11. implemented get rate flow case

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    8d9f227 View commit details
    Browse the repository at this point in the history
  12. tinkering di

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    d6aabbf View commit details
    Browse the repository at this point in the history
  13. moved load operations to IO dispatcher

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    139d6cd View commit details
    Browse the repository at this point in the history
  14. implemented flow observing extension function

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    0bcb727 View commit details
    Browse the repository at this point in the history
  15. implemented basic amount input logic

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    38ac9c4 View commit details
    Browse the repository at this point in the history
  16. currency fetching from preferences

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    257f919 View commit details
    Browse the repository at this point in the history
  17. implemented trade method list item

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    12c6604 View commit details
    Browse the repository at this point in the history
  18. trade divider list item

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    2174b6a View commit details
    Browse the repository at this point in the history
  19. implemented trade adapter

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    a291098 View commit details
    Browse the repository at this point in the history
  20. implemented payment operators list support

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    157bd1d View commit details
    Browse the repository at this point in the history
  21. trade bottomsheet ux improvement

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    18087ce View commit details
    Browse the repository at this point in the history
  22. trade method list item ux improvement

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    306176e View commit details
    Browse the repository at this point in the history
  23. fixed ui issue for recycler view

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    cb0d85d View commit details
    Browse the repository at this point in the history
  24. reduced structure complexity for buy fragment

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    2ff7dff View commit details
    Browse the repository at this point in the history
  25. implemented setThrottleClickListener extension

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    7731352 View commit details
    Browse the repository at this point in the history
  26. added continue button

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    acc2a21 View commit details
    Browse the repository at this point in the history
  27. updated mock data

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    e2c16fa View commit details
    Browse the repository at this point in the history
  28. implemented mock getBuyMethodsCase & mapper

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    437c8e3 View commit details
    Browse the repository at this point in the history
  29. vm observeFlow extension

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    12d8785 View commit details
    Browse the repository at this point in the history
  30. implemented buy list holder

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    8220c44 View commit details
    Browse the repository at this point in the history
  31. ui fix for trade screen

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    e6d9c04 View commit details
    Browse the repository at this point in the history
  32. implemented navigation event for picking but operator

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    3342bf6 View commit details
    Browse the repository at this point in the history
  33. wrapped screen with nestedScrollView

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    f215e1d View commit details
    Browse the repository at this point in the history
  34. pick operator fragment arguments

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    4b4d801 View commit details
    Browse the repository at this point in the history
  35. pick operator events

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    313a5d0 View commit details
    Browse the repository at this point in the history
  36. basic pick operator fragment

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    1b50d42 View commit details
    Browse the repository at this point in the history
  37. mock get avaiable currencies case

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    aa628cf View commit details
    Browse the repository at this point in the history
  38. mock get default currency case

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    bbc07d5 View commit details
    Browse the repository at this point in the history
  39. added picked currency field to the argument

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    8a940d7 View commit details
    Browse the repository at this point in the history
  40. dropdown button component

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    093a42b View commit details
    Browse the repository at this point in the history
  41. imported icon from figma

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    24026c5 View commit details
    Browse the repository at this point in the history
  42. added pick currency button

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    6d848a2 View commit details
    Browse the repository at this point in the history
  43. basic pick currency fragment

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    41b3c2b View commit details
    Browse the repository at this point in the history
  44. a bit of renaming for CurrencyScreen components

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    e015265 View commit details
    Browse the repository at this point in the history
  45. a bit of everything

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    5c39504 View commit details
    Browse the repository at this point in the history
  46. fixed misunderstood flow details

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    c1bb3d9 View commit details
    Browse the repository at this point in the history
  47. fixed base list fragment view for bottomsheets

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    333a845 View commit details
    Browse the repository at this point in the history
  48. moved getNameResIdForCurrency to extension

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    1b7e668 View commit details
    Browse the repository at this point in the history
  49. made currencies list appear

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    b4805a1 View commit details
    Browse the repository at this point in the history
  50. a bit of polish

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    f6dcd29 View commit details
    Browse the repository at this point in the history
  51. implemented currency picker logic

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    0a94153 View commit details
    Browse the repository at this point in the history
  52. replaced self-made solution with ready one

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    1ddb822 View commit details
    Browse the repository at this point in the history
  53. mock get payment operators case

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    efc242f View commit details
    Browse the repository at this point in the history
  54. renamed the field

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    e762504 View commit details
    Browse the repository at this point in the history
  55. made operators list appear

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    de3b2a7 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    e15f9dd View commit details
    Browse the repository at this point in the history
  57. made payment operator pickable

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    1dc39e3 View commit details
    Browse the repository at this point in the history
  58. implemented close flow thing & final button

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    92f7051 View commit details
    Browse the repository at this point in the history
  59. a bit of renaming

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    fc6f8ed View commit details
    Browse the repository at this point in the history
  60. added argument to exchange fragment to reuse it

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    88e7779 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    09cf35a View commit details
    Browse the repository at this point in the history
  62. passed direction to pick operator fragment

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    7f73fdf View commit details
    Browse the repository at this point in the history
  63. finished sell fragment

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    9e85068 View commit details
    Browse the repository at this point in the history
  64. a bit of ripple refactoring

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    5ed52c8 View commit details
    Browse the repository at this point in the history
  65. navigation to stake fragment

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    e3b61a3 View commit details
    Browse the repository at this point in the history
  66. stake fragment header events

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    d1d3291 View commit details
    Browse the repository at this point in the history
  67. implemented doOnAmountChange extension function

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    4dc16e8 View commit details
    Browse the repository at this point in the history
  68. formattedRate extension

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    e1e04df View commit details
    Browse the repository at this point in the history
  69. stake fragment input

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    fb5387d View commit details
    Browse the repository at this point in the history
  70. updated upd.sh script

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    0cb25a8 View commit details
    Browse the repository at this point in the history
  71. invoke upd.sh script

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    e3f7562 View commit details
    Browse the repository at this point in the history
  72. display available balance on stake fragment

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    184ad1a View commit details
    Browse the repository at this point in the history
  73. stake fragment input validation

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    a79caa9 View commit details
    Browse the repository at this point in the history
  74. generalized bg_chip background

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    cd82a7b View commit details
    Browse the repository at this point in the history
  75. chip view component

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    85c5123 View commit details
    Browse the repository at this point in the history
  76. replaced composite view with chip view

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    d8f99ca View commit details
    Browse the repository at this point in the history
  77. stake fragment dropdown layout

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    d71b81d View commit details
    Browse the repository at this point in the history
  78. staking domain models

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    afd9159 View commit details
    Browse the repository at this point in the history
  79. staking repository

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    b19f3a1 View commit details
    Browse the repository at this point in the history
  80. picked staking pool display

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    75f3bb7 View commit details
    Browse the repository at this point in the history
  81. moved fragment stuff to the separate package

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    dff22e8 View commit details
    Browse the repository at this point in the history
  82. staking option picking fragment navigation

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    83f0335 View commit details
    Browse the repository at this point in the history
  83. staking options display

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    e1b4031 View commit details
    Browse the repository at this point in the history
  84. navigation to pick pool fragment

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    cf2a3b2 View commit details
    Browse the repository at this point in the history
  85. pick pool fragment items display

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    5b1a547 View commit details
    Browse the repository at this point in the history
  86. added pool description to pick pool fragment

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    7844c3a View commit details
    Browse the repository at this point in the history
  87. reworked pick pool fragment args

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    0bfe57d View commit details
    Browse the repository at this point in the history
  88. navigation to pool details fragment

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    1aeb798 View commit details
    Browse the repository at this point in the history
  89. pool details part of state

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    f948a91 View commit details
    Browse the repository at this point in the history
  90. pool details fragment links

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    1196594 View commit details
    Browse the repository at this point in the history
  91. pool picking

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    84b0992 View commit details
    Browse the repository at this point in the history
  92. close flow functionality for pick pool fragment

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    71e2315 View commit details
    Browse the repository at this point in the history
  93. generalized the approach

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    9bbf2db View commit details
    Browse the repository at this point in the history
  94. Configuration menu
    Copy the full SHA
    4c0ff4f View commit details
    Browse the repository at this point in the history
  95. extracted some signing logic

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    f6eb17d View commit details
    Browse the repository at this point in the history
  96. moved transferMessageCell creation

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    a35ba10 View commit details
    Browse the repository at this point in the history
  97. fixed build issue

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    ac415b2 View commit details
    Browse the repository at this point in the history
  98. cell producers for staking

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    6911830 View commit details
    Browse the repository at this point in the history
  99. a bit of tinkering with transaction data

    Ilia Kuzmin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    bcf8f96 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. navigation to stake confirm fragment

    Ilia Kuzmin committed May 16, 2024
    Configuration menu
    Copy the full SHA
    514d28a View commit details
    Browse the repository at this point in the history
  2. fragment stake confirm non-rv presentation

    Ilia Kuzmin committed May 16, 2024
    Configuration menu
    Copy the full SHA
    ffa3b88 View commit details
    Browse the repository at this point in the history
  3. confirm stake fragment rv

    Ilia Kuzmin committed May 16, 2024
    Configuration menu
    Copy the full SHA
    ed8f26a View commit details
    Browse the repository at this point in the history
  4. stake case

    Ilia Kuzmin committed May 16, 2024
    Configuration menu
    Copy the full SHA
    2b5099a View commit details
    Browse the repository at this point in the history
  5. list helper

    Ilia Kuzmin committed May 16, 2024
    Configuration menu
    Copy the full SHA
    f536793 View commit details
    Browse the repository at this point in the history
  6. extracted some code from cases

    Ilia Kuzmin committed May 16, 2024
    Configuration menu
    Copy the full SHA
    73abc18 View commit details
    Browse the repository at this point in the history
  7. staking fee calculation

    Ilia Kuzmin committed May 16, 2024
    Configuration menu
    Copy the full SHA
    2c5e2f7 View commit details
    Browse the repository at this point in the history
  8. unhappy path for stake confirm screen

    Ilia Kuzmin committed May 16, 2024
    Configuration menu
    Copy the full SHA
    b7a2fcd View commit details
    Browse the repository at this point in the history
  9. fixed the bug

    Ilia Kuzmin committed May 16, 2024
    Configuration menu
    Copy the full SHA
    596e539 View commit details
    Browse the repository at this point in the history
  10. implemented proper fee display functionality

    Ilia Kuzmin committed May 16, 2024
    Configuration menu
    Copy the full SHA
    1737a05 View commit details
    Browse the repository at this point in the history
  11. initial swap fragment

    Ilia Kuzmin committed May 16, 2024
    Configuration menu
    Copy the full SHA
    ee6324c View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. generated api classes for stonfi

    Ilia Kuzmin committed May 17, 2024
    Configuration menu
    Copy the full SHA
    63c471a View commit details
    Browse the repository at this point in the history
  2. added stonfi api wrapper

    Ilia Kuzmin committed May 17, 2024
    Configuration menu
    Copy the full SHA
    755696e View commit details
    Browse the repository at this point in the history
  3. stonfi dex assets repository

    Ilia Kuzmin committed May 17, 2024
    Configuration menu
    Copy the full SHA
    e64547b View commit details
    Browse the repository at this point in the history
  4. some temporal stuff

    Ilia Kuzmin committed May 17, 2024
    Configuration menu
    Copy the full SHA
    4e603fd View commit details
    Browse the repository at this point in the history
  5. swap fragment layout

    Ilia Kuzmin committed May 17, 2024
    Configuration menu
    Copy the full SHA
    3932ca7 View commit details
    Browse the repository at this point in the history
  6. pick token fragment init

    Ilia Kuzmin committed May 17, 2024
    Configuration menu
    Copy the full SHA
    1e3e69b View commit details
    Browse the repository at this point in the history
  7. pick asset fragment rv

    Ilia Kuzmin committed May 17, 2024
    Configuration menu
    Copy the full SHA
    fb07c33 View commit details
    Browse the repository at this point in the history
  8. input start icon option

    Ilia Kuzmin committed May 17, 2024
    Configuration menu
    Copy the full SHA
    a8fd362 View commit details
    Browse the repository at this point in the history
  9. pick token fragment result return

    Ilia Kuzmin committed May 17, 2024
    Configuration menu
    Copy the full SHA
    3e8434b View commit details
    Browse the repository at this point in the history
  10. implemented swap settings object

    Ilia Kuzmin committed May 17, 2024
    Configuration menu
    Copy the full SHA
    69ab510 View commit details
    Browse the repository at this point in the history
  11. swap settings init

    Ilia Kuzmin committed May 17, 2024
    Configuration menu
    Copy the full SHA
    8a963f9 View commit details
    Browse the repository at this point in the history
  12. swap settings screen

    Ilia Kuzmin committed May 17, 2024
    Configuration menu
    Copy the full SHA
    3763bbf View commit details
    Browse the repository at this point in the history
  13. swap settings arguments pass

    Ilia Kuzmin committed May 17, 2024
    Configuration menu
    Copy the full SHA
    763979a View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. switched from float to bigdecimal

    Ilia Kuzmin committed May 19, 2024
    Configuration menu
    Copy the full SHA
    ccd7138 View commit details
    Browse the repository at this point in the history
  2. rates api for swap fragment

    Ilia Kuzmin committed May 19, 2024
    Configuration menu
    Copy the full SHA
    d35b934 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. proper rates calculation

    Ilia Kuzmin committed May 20, 2024
    Configuration menu
    Copy the full SHA
    7f354ed View commit details
    Browse the repository at this point in the history
  2. swap button

    Ilia Kuzmin committed May 20, 2024
    Configuration menu
    Copy the full SHA
    295a263 View commit details
    Browse the repository at this point in the history
  3. swap simulation on swap fragment

    Ilia Kuzmin committed May 20, 2024
    Configuration menu
    Copy the full SHA
    9596840 View commit details
    Browse the repository at this point in the history
  4. extracted token button to separate view

    Ilia Kuzmin committed May 20, 2024
    Configuration menu
    Copy the full SHA
    de5e340 View commit details
    Browse the repository at this point in the history
  5. extracted swap details view

    Ilia Kuzmin committed May 20, 2024
    Configuration menu
    Copy the full SHA
    e328d26 View commit details
    Browse the repository at this point in the history
  6. confirm swap initial fragment

    Ilia Kuzmin committed May 20, 2024
    Configuration menu
    Copy the full SHA
    76e1ae3 View commit details
    Browse the repository at this point in the history
  7. swap ton->jetton

    Ilia Kuzmin committed May 20, 2024
    Configuration menu
    Copy the full SHA
    71f05da View commit details
    Browse the repository at this point in the history
  8. jetton->ton swap

    Ilia Kuzmin committed May 20, 2024
    Configuration menu
    Copy the full SHA
    fb82fb9 View commit details
    Browse the repository at this point in the history
  9. jetton->jetton swap

    Ilia Kuzmin committed May 20, 2024
    Configuration menu
    Copy the full SHA
    39b49e7 View commit details
    Browse the repository at this point in the history
  10. search in pick token fragment

    Ilia Kuzmin committed May 20, 2024
    Configuration menu
    Copy the full SHA
    f98bd64 View commit details
    Browse the repository at this point in the history
  11. minor bugs

    Ilia Kuzmin committed May 20, 2024
    Configuration menu
    Copy the full SHA
    de5cb23 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. liquid staking message

    Ilia Kuzmin committed May 21, 2024
    Configuration menu
    Copy the full SHA
    2af00e2 View commit details
    Browse the repository at this point in the history
  2. currency for pool details fragment

    Ilia Kuzmin committed May 21, 2024
    Configuration menu
    Copy the full SHA
    ad7f5f4 View commit details
    Browse the repository at this point in the history
  3. flexible currency in swap fragment

    Ilia Kuzmin committed May 21, 2024
    Configuration menu
    Copy the full SHA
    a217a2a View commit details
    Browse the repository at this point in the history
  4. country picker on buy/sell fragment

    Ilia Kuzmin committed May 21, 2024
    Configuration menu
    Copy the full SHA
    4f01479 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. got rid of balance entity for swap

    Ilia Kuzmin committed May 22, 2024
    Configuration menu
    Copy the full SHA
    e4fdcf0 View commit details
    Browse the repository at this point in the history
  2. staked items on wallet screen

    Ilia Kuzmin committed May 22, 2024
    Configuration menu
    Copy the full SHA
    a3ac863 View commit details
    Browse the repository at this point in the history
  3. proper comparator for swap tokens list

    Ilia Kuzmin committed May 22, 2024
    Configuration menu
    Copy the full SHA
    94a4b61 View commit details
    Browse the repository at this point in the history
  4. min amount validation for buy/sell fragment

    Ilia Kuzmin committed May 22, 2024
    Configuration menu
    Copy the full SHA
    98835d6 View commit details
    Browse the repository at this point in the history
  5. staked asset fragment init

    Ilia Kuzmin committed May 22, 2024
    Configuration menu
    Copy the full SHA
    dc29fda View commit details
    Browse the repository at this point in the history
  6. proper staking balance rates

    Ilia Kuzmin committed May 22, 2024
    Configuration menu
    Copy the full SHA
    539591f View commit details
    Browse the repository at this point in the history
  7. extracted liquid staking details view

    Ilia Kuzmin committed May 22, 2024
    Configuration menu
    Copy the full SHA
    ab48783 View commit details
    Browse the repository at this point in the history
  8. extracted pool details view

    Ilia Kuzmin committed May 22, 2024
    Configuration menu
    Copy the full SHA
    0e2f32a View commit details
    Browse the repository at this point in the history
  9. extracted pool links view

    Ilia Kuzmin committed May 22, 2024
    Configuration menu
    Copy the full SHA
    a5a1d5f View commit details
    Browse the repository at this point in the history
  10. swap footer button text change

    Ilia Kuzmin committed May 22, 2024
    Configuration menu
    Copy the full SHA
    1150d23 View commit details
    Browse the repository at this point in the history
  11. buy/sell items

    Ilia Kuzmin committed May 22, 2024
    Configuration menu
    Copy the full SHA
    a8401d9 View commit details
    Browse the repository at this point in the history
  12. sell fragment input < balance validation

    Ilia Kuzmin committed May 22, 2024
    Configuration menu
    Copy the full SHA
    ba4c92f View commit details
    Browse the repository at this point in the history
  13. performance issue fix on pick asset screen

    Ilia Kuzmin committed May 22, 2024
    Configuration menu
    Copy the full SHA
    2c5efcb View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. extracted staking input form

    Ilia Kuzmin committed May 23, 2024
    Configuration menu
    Copy the full SHA
    94dc947 View commit details
    Browse the repository at this point in the history
  2. unstake messages

    Ilia Kuzmin committed May 23, 2024
    Configuration menu
    Copy the full SHA
    40aa292 View commit details
    Browse the repository at this point in the history
  3. unstake fragment init

    Ilia Kuzmin committed May 23, 2024
    Configuration menu
    Copy the full SHA
    b05f6a9 View commit details
    Browse the repository at this point in the history
  4. unstake fragment state

    Ilia Kuzmin committed May 23, 2024
    Configuration menu
    Copy the full SHA
    6b2655e View commit details
    Browse the repository at this point in the history
  5. bugfix for unstake flow

    Ilia Kuzmin committed May 23, 2024
    Configuration menu
    Copy the full SHA
    7661097 View commit details
    Browse the repository at this point in the history
  6. min stake validation

    Ilia Kuzmin committed May 23, 2024
    Configuration menu
    Copy the full SHA
    2882474 View commit details
    Browse the repository at this point in the history
  7. price impact on swap details view

    Ilia Kuzmin committed May 23, 2024
    Configuration menu
    Copy the full SHA
    90ff09e View commit details
    Browse the repository at this point in the history
  8. route for swap details view

    Ilia Kuzmin committed May 23, 2024
    Configuration menu
    Copy the full SHA
    e22d4d6 View commit details
    Browse the repository at this point in the history
  9. staking pool balances cache step 1

    Ilia Kuzmin committed May 23, 2024
    Configuration menu
    Copy the full SHA
    4ffdee1 View commit details
    Browse the repository at this point in the history
  10. staking pool balances cache step 2

    Ilia Kuzmin committed May 23, 2024
    Configuration menu
    Copy the full SHA
    c8474c0 View commit details
    Browse the repository at this point in the history
  11. staking pool balances cache step 3

    Ilia Kuzmin committed May 23, 2024
    Configuration menu
    Copy the full SHA
    1922f4f View commit details
    Browse the repository at this point in the history
  12. staking pool balances cache step 4

    Ilia Kuzmin committed May 23, 2024
    Configuration menu
    Copy the full SHA
    11680f4 View commit details
    Browse the repository at this point in the history
  13. staking pool balances cache step 5

    Ilia Kuzmin committed May 23, 2024
    Configuration menu
    Copy the full SHA
    4b7780a View commit details
    Browse the repository at this point in the history
  14. proper processing for nominator pools

    Ilia Kuzmin committed May 23, 2024
    Configuration menu
    Copy the full SHA
    cd3b0a3 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. pending stake/unstake labels

    Ilia Kuzmin committed May 24, 2024
    Configuration menu
    Copy the full SHA
    430d5cb View commit details
    Browse the repository at this point in the history
  2. stake button handling for staking balance fragment

    Ilia Kuzmin committed May 24, 2024
    Configuration menu
    Copy the full SHA
    f9ed508 View commit details
    Browse the repository at this point in the history
  3. swap receive balance text

    Ilia Kuzmin committed May 24, 2024
    Configuration menu
    Copy the full SHA
    cd60f52 View commit details
    Browse the repository at this point in the history
  4. svg loadable image support

    Ilia Kuzmin committed May 24, 2024
    Configuration menu
    Copy the full SHA
    9bff998 View commit details
    Browse the repository at this point in the history
  5. finish flow when swap is done

    Ilia Kuzmin committed May 24, 2024
    Configuration menu
    Copy the full SHA
    f40fa1d View commit details
    Browse the repository at this point in the history
  6. stake input view max button glow feature

    Ilia Kuzmin committed May 24, 2024
    Configuration menu
    Copy the full SHA
    0d6dc7c View commit details
    Browse the repository at this point in the history
  7. navigation from staking balance screen to jetton screen

    Ilia Kuzmin committed May 24, 2024
    Configuration menu
    Copy the full SHA
    2a74edd View commit details
    Browse the repository at this point in the history
  8. navigation to history when swap/staking is done

    Ilia Kuzmin committed May 24, 2024
    Configuration menu
    Copy the full SHA
    4ac9272 View commit details
    Browse the repository at this point in the history
  9. swap confirm button animation

    Ilia Kuzmin committed May 24, 2024
    Configuration menu
    Copy the full SHA
    5dba402 View commit details
    Browse the repository at this point in the history
  10. set max slippage to 99

    Ilia Kuzmin committed May 24, 2024
    Configuration menu
    Copy the full SHA
    05b6afe View commit details
    Browse the repository at this point in the history
  11. extracted staking services repository

    Ilia Kuzmin committed May 24, 2024
    Configuration menu
    Copy the full SHA
    9cfd345 View commit details
    Browse the repository at this point in the history
  12. separated flow for testnet staking services

    Ilia Kuzmin committed May 24, 2024
    Configuration menu
    Copy the full SHA
    5400fcb View commit details
    Browse the repository at this point in the history
  13. crypto balances on swap token picker

    Ilia Kuzmin committed May 24, 2024
    Configuration menu
    Copy the full SHA
    ebcdbb1 View commit details
    Browse the repository at this point in the history
  14. a bit of refactoring

    Ilia Kuzmin committed May 24, 2024
    Configuration menu
    Copy the full SHA
    e149442 View commit details
    Browse the repository at this point in the history
  15. extracted nominator pool repository

    Ilia Kuzmin committed May 24, 2024
    Configuration menu
    Copy the full SHA
    071833e View commit details
    Browse the repository at this point in the history
  16. reworked the way staked balances were calculated

    Ilia Kuzmin committed May 24, 2024
    Configuration menu
    Copy the full SHA
    eb526d3 View commit details
    Browse the repository at this point in the history
  17. error handling on wallet screen

    Ilia Kuzmin committed May 24, 2024
    Configuration menu
    Copy the full SHA
    3e132f5 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. refactored token item model

    Ilia Kuzmin committed May 26, 2024
    Configuration menu
    Copy the full SHA
    e1d99c3 View commit details
    Browse the repository at this point in the history
  2. refactored dex asset model

    Ilia Kuzmin committed May 26, 2024
    Configuration menu
    Copy the full SHA
    b930788 View commit details
    Browse the repository at this point in the history
  3. got rid of multiple unnecessary fields

    Ilia Kuzmin committed May 26, 2024
    Configuration menu
    Copy the full SHA
    5cac2b6 View commit details
    Browse the repository at this point in the history
  4. change jetton asset balance data source

    Ilia Kuzmin committed May 26, 2024
    Configuration menu
    Copy the full SHA
    c7192fa View commit details
    Browse the repository at this point in the history
  5. throttling transformation for ui items flow

    Ilia Kuzmin committed May 26, 2024
    Configuration menu
    Copy the full SHA
    eae2495 View commit details
    Browse the repository at this point in the history
  6. swap assets refactoring

    Ilia Kuzmin committed May 26, 2024
    Configuration menu
    Copy the full SHA
    dad4ce2 View commit details
    Browse the repository at this point in the history
  7. fiat balances on swap picker

    Ilia Kuzmin committed May 26, 2024
    Configuration menu
    Copy the full SHA
    52125aa View commit details
    Browse the repository at this point in the history
  8. fixed fiat text for unstake fragment

    Ilia Kuzmin committed May 26, 2024
    Configuration menu
    Copy the full SHA
    3aacb94 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. staking documentation

    Ilia Kuzmin committed May 27, 2024
    Configuration menu
    Copy the full SHA
    042ca90 View commit details
    Browse the repository at this point in the history
  2. swap feature documentation

    Ilia Kuzmin committed May 27, 2024
    Configuration menu
    Copy the full SHA
    7451140 View commit details
    Browse the repository at this point in the history
  3. buy/sell documentation

    Ilia Kuzmin committed May 27, 2024
    Configuration menu
    Copy the full SHA
    5e08dc6 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. pre-map domain items for swap screen

    Ilia Kuzmin committed May 28, 2024
    Configuration menu
    Copy the full SHA
    e9b0837 View commit details
    Browse the repository at this point in the history
  2. added nominator pools caching

    Ilia Kuzmin committed May 28, 2024
    Configuration menu
    Copy the full SHA
    42e7b78 View commit details
    Browse the repository at this point in the history
  3. introduced local storage for dex rates

    Ilia Kuzmin committed May 28, 2024
    Configuration menu
    Copy the full SHA
    d285138 View commit details
    Browse the repository at this point in the history
  4. unstake ready feature

    Ilia Kuzmin committed May 28, 2024
    Configuration menu
    Copy the full SHA
    6df01b3 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. pick asset screen: picked currencies filtration

    Ilia Kuzmin committed May 29, 2024
    Configuration menu
    Copy the full SHA
    8001ae8 View commit details
    Browse the repository at this point in the history
  2. footers bottom padding

    Ilia Kuzmin committed May 29, 2024
    Configuration menu
    Copy the full SHA
    1b0deac View commit details
    Browse the repository at this point in the history
  3. to send/to receive highlight

    Ilia Kuzmin committed May 29, 2024
    Configuration menu
    Copy the full SHA
    8459fb2 View commit details
    Browse the repository at this point in the history
  4. skeleton loader for swap fragment

    Ilia Kuzmin committed May 29, 2024
    Configuration menu
    Copy the full SHA
    93f1da8 View commit details
    Browse the repository at this point in the history
  5. swap details info buttons

    Ilia Kuzmin committed May 29, 2024
    Configuration menu
    Copy the full SHA
    b70cc97 View commit details
    Browse the repository at this point in the history
  6. swap input balance validation

    Ilia Kuzmin committed May 29, 2024
    Configuration menu
    Copy the full SHA
    a155029 View commit details
    Browse the repository at this point in the history
  7. swap balance formatting

    Ilia Kuzmin committed May 29, 2024
    Configuration menu
    Copy the full SHA
    6554f89 View commit details
    Browse the repository at this point in the history
  8. list item mapper cache

    Ilia Kuzmin committed May 29, 2024
    Configuration menu
    Copy the full SHA
    0d72691 View commit details
    Browse the repository at this point in the history
  9. swap details text color accent

    Ilia Kuzmin committed May 29, 2024
    Configuration menu
    Copy the full SHA
    431e948 View commit details
    Browse the repository at this point in the history
  10. collapsing search bar

    Ilia Kuzmin committed May 29, 2024
    Configuration menu
    Copy the full SHA
    a5d85a8 View commit details
    Browse the repository at this point in the history