44 Commits

Author SHA1 Message Date
Bruno
c4b74309cc adding filter for valid deposits 2022-12-16 01:19:08 -03:00
RcleydsonR
37f7a05197 improve list component css 2022-12-14 20:13:59 -03:00
Bruno
c9c19adac6 Fixing 'amount' error, separating getWalletTransactions in different functions for future use 2022-12-14 18:26:25 -03:00
Bruno
19b307343d Release integration with qrcode component and list component 2022-12-13 22:17:22 -03:00
RcleydsonR
4aec263463 emit e2eid from buy step to home view 2022-12-13 20:31:21 -03:00
RcleydsonR
409f22a8cf refactor Validation to be LoadingComponent and receive props to be reusable 2022-12-13 18:26:00 -03:00
RcleydsonR
d97093462b Merge branch 'develop' into list-tokens 2022-12-13 14:41:30 -03:00
Bruno
51ba98f752 Fixing amount formatting in release function and adding 'Reserva' to listing component 2022-12-07 21:52:58 -03:00
Bruno
50835c94ed Fixing release function and formatting functions 2022-12-07 21:28:34 -03:00
EsioFreitas
979e5f9fb1 chore: add axios 2022-12-07 20:47:51 -03:00
RcleydsonR
b00c5bb939 feat: add get wallet transactions method on blockchain
Co-authored-by: brunoedcf <brest.dallacosta@outlook.com>
Co-authored-by: Esio Freitas <esio.gustavo@gmail.com>
2022-12-07 19:38:08 -03:00
RcleydsonR
1027744a83 feat: add lock release method at blockchain util
Co-authored-by: brunoedcf <brest.dallacosta@outlook.com>
2022-12-07 18:46:01 -03:00
RcleydsonR
e7ca40c30f Merge branch 'search-tokens' into list-tokens 2022-12-06 16:59:25 -03:00
brunoedcf
295afb58e2 Fixing lint 2022-12-04 15:34:06 -03:00
brunoedcf
93309d938d Locks implemented, Some events filters implemented, Updated smart contract artifacts 2022-12-01 20:02:37 -03:00
RcleydsonR
67cc1aca07 preparing props for next steps fafter search 2022-11-30 17:18:46 -03:00
RcleydsonR
4a5d0137ad remove implementation ofsearch by money and only allow to search by token ammount 2022-11-30 17:18:46 -03:00
RcleydsonR
6a7426130c add label when don't havee sufficient ammount token liquidity 2022-11-30 17:18:46 -03:00
RcleydsonR
cd588622ea add validations to search tokens form, also implemented core functions
Co-authored-by: brunoedcf <brest.dallacosta@outlook.com>
Co-authored-by: Esio Freitas <esio.gustavo@gmail.com>
2022-11-30 17:18:46 -03:00
RcleydsonR
203376a20f update smart contract files and implement mapDeposits method to return specific info about a deposit
Co-authored-by: brunoedcf <brest.dallacosta@outlook.com>
2022-11-30 17:18:46 -03:00
brunoedcf
98bc033591 Mock tokens implementation 2022-11-30 17:18:46 -03:00
brunoedcf
e3cb9275c5 fixing search tokens iteration structure and wallet address formatting 2022-11-29 20:25:11 -03:00
RcleydsonR
ee35c17b6e preparing props for next steps fafter search 2022-11-29 17:49:24 -03:00
RcleydsonR
fc508734a2 remove implementation ofsearch by money and only allow to search by token ammount 2022-11-25 20:27:57 -03:00
RcleydsonR
1a281dc429 add label when don't havee sufficient ammount token liquidity 2022-11-25 19:17:38 -03:00
RcleydsonR
7f7d3dfae8 add validations to search tokens form, also implemented core functions
Co-authored-by: brunoedcf <brest.dallacosta@outlook.com>
Co-authored-by: Esio Freitas <esio.gustavo@gmail.com>
2022-11-25 17:05:21 -03:00
RcleydsonR
eb70e0d970 update smart contract files and implement mapDeposits method to return specific info about a deposit
Co-authored-by: brunoedcf <brest.dallacosta@outlook.com>
2022-11-25 15:27:01 -03:00
RcleydsonR
ae0e96e6ef Merge branch 'mock-deposits' into search-tokens 2022-11-25 14:19:41 -03:00
brunoedcf
b8e5f5c408 Mock tokens implementation 2022-11-24 13:05:33 -03:00
RcleydsonR
b18f4625e7 update tsconfig adding resolveJsonModule equals true in compilerOptions 2022-11-22 19:08:08 -03:00
RcleydsonR
7256d59b49 defining default values in makeTransaction function signature 2022-11-22 08:35:24 -03:00
RcleydsonR
15e5fed07b fix lint errors
Co-authored-by: brunoedcf <brest.dallacosta@outlook.com>
2022-11-21 16:42:45 -03:00
RcleydsonR
d5467286b0 add smart contracts static files to project temporarily
Co-authored-by: brunoedcf <brest.dallacosta@outlook.com>
2022-11-21 16:35:15 -03:00
RcleydsonR
35a92b2ca8 add default page layout with header
Co-authored-by: brunoedcf <brest.dallacosta@outlook.com>
2022-11-21 16:02:01 -03:00
brunoedcf
328bb9ad62 Implemented communication with MockToken contract and deployed local network
Co-authored-by: RcleydsonR <rafael.cleydson@gmail.com>
Co-authored-by: geovanne97 <geovannessaraiva97@gmail.com>
2022-11-18 17:05:11 -03:00
brunoedcf
d7f6294e6d Fixing provider state and wallet change listener, formatting balance
Co-authored-by: RcleydsonR <rafael.cleydson@gmail.com>
2022-11-16 17:15:56 -03:00
RcleydsonR
85d76c9e42 add background image to app 2022-11-16 01:30:23 -03:00
RcleydsonR
fefebcf91e add change account event listener 2022-11-16 01:29:06 -03:00
RcleydsonR
91283305b9 add connect to ethers provider function and use pinia as ether params store
Co-authored-by: geovanne97 <geovannessaraiva97@gmail.com>
Co-authored-by: brunoedcf <brest.dallacosta@outlook.com>
2022-11-15 17:06:08 -03:00
RcleydsonR
69d0c95adf add default values to merchantCity and merchantName params 2022-11-10 17:54:47 -03:00
RcleydsonR
95067dfca5 fix: made transactionId a required arg to generate pix payload 2022-11-09 16:51:50 -03:00
RcleydsonR
631bfc7d76 fix style guide raised in pull request 2022-11-09 11:10:00 -03:00
RcleydsonR
bebf8232ee lint fixes 2022-11-04 17:51:49 -03:00
RcleydsonR
810f44071b generate qr code from pix function implementation
can't use the qrcode-pix library because of a broken dependency based on crc v4.1.1, so, needed to use a previous version from crc
2022-11-04 01:09:33 -03:00