Ronyell
|
acf75c88c0
|
💡 Create content to faq view
|
2023-02-19 17:03:59 -03:00 |
|
brunoedcf
|
c8982edb35
|
hotfix pix key argument name at wantSellComponent.vue. New addresses from updated smart contract deploy at the testnets
|
2023-02-15 13:16:49 -03:00 |
|
RcleydsonR
|
8f117c8fd7
|
Merge branch 'p2pix-V2' of github.com:liftlearning/P2Pix-Front-End into p2pix-V2
|
2023-02-06 14:11:05 -03:00 |
|
RcleydsonR
|
600510c719
|
Improve test cases from components and utils
|
2023-02-06 14:01:03 -03:00 |
|
brunoedcf
|
8d3a8ae47a
|
"Adding Pix Key input validation"
|
2023-02-03 17:40:35 -03:00 |
|
brunoedcf
|
d569294648
|
Contracts addresses, getLiquidity function and blockchain (deposit, lock, release) methods corrected
|
2023-01-31 14:38:34 -03:00 |
|
RcleydsonR
|
7a080209b3
|
Fix unexpected behavior from listing transactions and approve tokens
Co-authored-by: brunoedcf <brest.dallacosta@outlook.com>
|
2023-01-19 19:24:28 -03:00 |
|
RcleydsonR
|
be90ff746b
|
Refactor decimalCount method and add it on a file to be used in many components
|
2023-01-18 23:38:00 -03:00 |
|
RcleydsonR
|
4999f3d145
|
Add typing on components layer
Co-authored-by: geovanne97 <geovannessaraiva97@gmail.com>
|
2023-01-18 23:35:08 -03:00 |
|
RcleydsonR
|
c8a3fd12b2
|
Improve code quality by fixing lint issues
Co-authored-by: brunoedcf <brest.dallacosta@outlook.com>
|
2023-01-17 19:32:29 -03:00 |
|
RcleydsonR
|
8338064dcd
|
Clean up app strucutre deleting blockchain file and add methods on blockchain folder
Co-authored-by: brunoedcf <brest.dallacosta@outlook.com>
|
2023-01-17 19:31:25 -03:00 |
|
RcleydsonR
|
2cbf475e09
|
Add verify network liquidity method
Co-authored-by: brunoedcf <brest.dallacosta@outlook.com>
|
2023-01-17 19:25:22 -03:00 |
|
brunoedcf
|
80a70a5240
|
getting liquidity from both networks and saving it at store. splitting methods.ts into 2 different files: buyerMethods.ts and sellerMethods.ts
|
2023-01-17 01:55:46 -03:00 |
|
RcleydsonR
|
c546778963
|
Remove mock token implementation
Co-authored-by: brunoedcf <brest.dallacosta@outlook.com>
|
2023-01-13 19:45:29 -03:00 |
|
RcleydsonR
|
6fd2120b63
|
Refactor methods from blockchain to use new code structure
Co-authored-by: brunoedcf <brest.dallacosta@outlook.com>
|
2023-01-13 19:35:17 -03:00 |
|
brunoedcf
|
4ef5308f36
|
Adding request to user change network in wallet
|
2023-01-13 14:12:11 -03:00 |
|
RcleydsonR
|
86131b5641
|
Refactor of wallet and provider methods
Co-authored-by: brunoedcf <brest.dallacosta@outlook.com>
|
2023-01-12 19:41:04 -03:00 |
|
RcleydsonR
|
8b0a212b78
|
Add listener to listen chain change and update store network name state, also start refactor with getProvider function
Co-authored-by: brunoedcf <brest.dallacosta@outlook.com>
|
2023-01-12 18:08:08 -03:00 |
|
RcleydsonR
|
62dd4349b2
|
Remove alchemy file and add localhost network to possible network to choose
Co-authored-by: brunoedcf <brest.dallacosta@outlook.com>
|
2023-01-12 18:07:06 -03:00 |
|
RcleydsonR
|
aedd4bc532
|
Add initial alchemy structure code
|
2023-01-12 00:32:52 -03:00 |
|
RcleydsonR
|
43ba937a07
|
Merge branch 'develop' into transaction-history
|
2022-12-30 17:07:54 -03:00 |
|
RcleydsonR
|
6279acc20d
|
implement logic to await all validDeposits correctly and improve state rendering from listing component
|
2022-12-30 02:03:23 -03:00 |
|
RcleydsonR
|
59c9eabd30
|
partial commit (will be removed)
|
2022-12-28 20:24:41 -03:00 |
|
brunoedcf
|
cdea930c8a
|
update smart contract
|
2022-12-27 18:15:46 -03:00 |
|
RcleydsonR
|
c6067fb4eb
|
add withdraw deposit function
|
2022-12-27 17:25:47 -03:00 |
|
RcleydsonR
|
49f7b670a9
|
add cancel deposit action in manage bids view
|
2022-12-26 17:58:11 -03:00 |
|
brunoedcf
|
a216474453
|
separating deposit steps in 2 different functions: approveTokens and addDeposit. Creating different function to mock deposits in mockView
|
2022-12-23 16:06:45 -03:00 |
|
brunoedcf
|
0de0046064
|
seller flow + blockchain integration
|
2022-12-23 15:51:13 -03:00 |
|
brunoedcf
|
a7a30f5018
|
fixing buy flux
|
2022-12-22 17:18:21 -03:00 |
|
RcleydsonR
|
150a325bdc
|
fix error files caused during vercel build step
|
2022-12-16 17:49:43 -03:00 |
|
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 |
|