Commit Graph

95 Commits

Author SHA1 Message Date
Jefferson Mantovani
38201bb254 feat: versioning 2025-11-06 10:28:14 -03:00
hueso
976c48ac4b optimized icon importing 2025-10-12 18:57:25 -03:00
hueso
358ae7410f fixed network selection (hex string) and icons 2025-10-11 22:07:32 -03:00
hueso
23163be99d fixed pixTarget treated as pixTimestamp 2025-07-04 21:09:32 -03:00
hueso
dd351acb2e Stronger typings💪 2025-06-29 18:19:30 -03:00
Filipe Soccol
2370051243 Update all code to be able to release. Still having issues on Release transaction. 2025-06-28 12:16:36 -03:00
Filipe Soccol
2e246f7560 Removed all tests and test libraries. 2025-06-27 16:42:25 -03:00
Filipe Soccol
81c8b04c7a Refactored variable names to be concise. 2025-06-27 16:34:29 -03:00
Filipe Soccol
cf61f5ecfd Fix issues with locking and solicitation. 2025-06-27 15:59:34 -03:00
Filipe Soccol
75c02ed1b9 Fixes bbPay interface with proper calls. 2025-05-21 11:30:22 -03:00
Filipe Soccol
8eb10f493f Adjusted request for create participants. 2025-05-21 10:43:00 -03:00
Filipe Soccol
9fa2b34a5d Update all to useUSer composabe. Still some bugs to resolve. 2025-04-01 12:04:24 -03:00
Filipe Soccol
0f17a67e00 Correct bugs and adjust Buyer form. 2024-12-03 16:18:10 -03:00
Filipe Soccol
c4dae86b5f Cleaned code and prepared for API communications. 2024-12-01 11:50:08 -03:00
Filipe Soccol
92f6cb4d35 Added Sellet from with all required fields. 2024-11-27 09:55:38 -03:00
Filipe Soccol
be7c1c6132 More visual adjustments. 2024-11-08 14:29:14 -03:00
Filipe Soccol
5b49fdcffd Adjusted bid selection and improve UX. 2024-11-07 17:53:20 -03:00
Filipe Soccol
659db5ef04 Total overhaul 2024-11-07 11:35:15 -03:00
hueso
135a01b7fd fixed types
Some checks failed
Deploy FrontEnd / deploy-staging (push) Has been cancelled
Deploy FrontEnd / deploy-production (push) Has been cancelled
CI script / lint (push) Has been cancelled
CI script / build (push) Has been cancelled
CI script / SonarCloud (push) Has been cancelled
2024-10-09 23:16:53 -03:00
hueso
4b4b5af550 update contract ABI
Some checks failed
Deploy FrontEnd / deploy-staging (push) Has been cancelled
Deploy FrontEnd / deploy-production (push) Has been cancelled
CI script / lint (push) Has been cancelled
CI script / build (push) Has been cancelled
CI script / SonarCloud (push) Has been cancelled
2024-10-06 20:23:28 -03:00
Filipe Soccol
f15361599f Added different types of tokens. 2024-08-07 14:09:23 -03:00
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