Commit graph

108 commits

Author SHA1 Message Date
5ac6dbe2a9 fix: Roulette fixed checks
fix: Roulette added checks for balance, bets, selectedNum
2024-01-06 14:12:06 +03:00
a85d8b4a97 Fix notify 2024-01-06 14:11:55 +03:00
ef68d904ab slot, roulette done 2024-01-06 14:10:59 +03:00
symyzi
e42fd247cd Slot 2024-01-06 14:07:39 +03:00
361a87a17f slot, roulette done 2024-01-06 13:54:12 +03:00
symyzi
3a39965413 Slot 2024-01-06 13:54:12 +03:00
8b5b95c8c2 refactor: add sticky to header 2024-01-06 15:39:26 +05:00
73cf20c25b chore: remove unused imports 2024-01-06 15:38:41 +05:00
857fcfaf24 refactor: delete unused buttons 2024-01-06 15:37:55 +05:00
c40cf63a6c feat: add link to MainPage on logo at nav 2023-12-20 05:14:29 +03:00
921472486b refactor: move components to components directory 2023-12-20 05:08:37 +03:00
9a26920e33 refactor: add link to Dice game 2023-12-20 05:08:07 +03:00
e9525f213b refactor: add Dice play button 2023-12-20 05:01:56 +03:00
0eb96f290e feat: add dice game page 2023-12-20 04:53:00 +03:00
fc58a1c7eb style: deindent code 2023-12-20 04:52:31 +03:00
dab9c6a395 refactor: extract layout component 2023-12-20 04:52:13 +03:00
79e917b597 refactor: update imports 2023-12-20 04:51:29 +03:00
ff8e419ed1 refactor: move svgs to an icon directory 2023-12-20 04:50:14 +03:00
cb7629a536 refactor: add 2rem py to nav 2023-12-20 04:25:41 +03:00
faa7d3c8d0 chore: extract svgs to components 2023-12-20 04:20:47 +03:00
f85820da9b chore: remove tailwind warnings 2023-12-20 03:04:02 +03:00
7939535bd6 feat: add images for nav & main 2023-12-20 02:58:43 +03:00
9c63350286 refactor: add the main page ui 2023-12-20 02:58:19 +03:00
e540f2db72 refactor: somehow all the code has changed 2023-12-20 02:57:48 +03:00
960aec8c7f refactor: add footer 2023-12-19 21:43:07 +03:00
b4dd1c3c6f feat: add header 2023-12-19 21:31:38 +03:00
Dmitriy
dd6f11d0eb
Add files via upload 2023-12-19 18:19:32 +03:00
LewinUp
8a1f217152 init main branch 2023-12-15 02:20:11 +03:00
LewinUp
a0d7ad934e
Merge pull request #3 from shashkevichfrida/frontend/tailwindInit
feat: init tailwindInit
2023-12-15 02:19:41 +03:00
LewinUp
dd6b73e2e0 feat: init tailwindInit 2023-12-15 02:17:44 +03:00
57269ee77f feat: add roulette 2023-12-12 17:50:57 +03:00
LewinUp
5c460380ef init project 2023-12-12 17:26:03 +03:00
30e837291a change func PlayCraps 2023-12-11 17:37:23 +03:00
b0b09657c1 contracts craps, zaCoin 2023-12-06 23:13:23 +03:00
7ab6c67c46 add 2 contracts 2023-11-17 15:41:59 +03:00
a0789c9bd1 init 2023-11-16 18:54:24 +03:00
8e14f0a233 [#22] Add wallet creation instructions
Signed-off-by: Artem Tataurov <a.tataurov@yadro.com>
2023-08-15 14:48:29 +03:00
5f183d3582 [#18] Support custom wallets
Signed-off-by: Alex Vanin <a.vanin@yadro.com>
2023-07-27 19:41:23 +03:00
c442116c4a [#15] make: Add target for building an image from local binaries
Signed-off-by: Artem Tataurov <a.tataurov@yadro.com>
2023-07-18 15:27:02 +03:00
85d1c6216b [#15] morph: Refactor the initialization
Signed-off-by: Artem Tataurov <a.tataurov@yadro.com>
2023-07-17 17:32:58 +03:00
f9e8d6f515 [#13] storage: Fix config file
Signed-off-by: Artem Tataurov <a.tataurov@yadro.com>
2023-07-13 19:02:38 +03:00
9bd7385980 [#13] Update Storage components and gateways
Signed-off-by: Artem Tataurov <a.tataurov@yadro.com>
2023-07-13 19:02:09 +03:00
69b893544f [#5] Use docker compose down command to clean volumes
Signed-off-by: Alex Vanin <a.vanin@yadro.com>
2023-06-22 16:26:01 +03:00
861eb03ca1 [#10] Bump container version
Signed-off-by: Alex Vanin <a.vanin@yadro.com>
2023-05-26 09:55:33 +03:00
6606aabedd [#10] Rework new epoch tick during AIO initialization
Previous implementation from #3 was based on a sleep
counter. This solution is not reliable, because
sometimes sleep duration is not enough for the
storage node to send bootstrap request.

New implementation checks network status of the node
and ticks new epoch until node enters in the network map.

Signed-off-by: Alex Vanin <a.vanin@yadro.com>
2023-05-26 09:55:28 +03:00
6c628e2459 [#7] Bump version
Use new storage node config.

Signed-off-by: Alex Vanin <a.vanin@yadro.com>
2023-05-24 06:35:38 +00:00
9c56134214 [#7] Use public address for control service
Fixes access to control service
outside of the container.

Signed-off-by: Alex Vanin <a.vanin@yadro.com>
2023-05-24 06:35:38 +00:00
23d00b50dd [#4] Add limitations section in README
Signed-off-by: Alex Vanin <a.vanin@yadro.com>
2023-05-18 16:46:45 +03:00
bb8ad1aebc [#4] Use available version of docker-compose in up target
Signed-off-by: Alex Vanin <a.vanin@yadro.com>
2023-05-18 16:46:40 +03:00
e7b6e3e3f9 [#3] Bump container version
Signed-off-by: Alex Vanin <a.vanin@yadro.com>
2023-05-16 16:58:49 +03:00