-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: encrypted telegram handle on-chain (#90)
* chore: set client as ChainClient.dev * chore: update models front * chore: update profile data models and create ProfileModel to handle storage * wip: crete offer and open trade with telegram handle * chore: create cryptography helper * chore: save secrets in local storage by wallet * chore: fix contracts and tests * fix: contract contact information * change: use profile and secrets to encrypt and decrypt telegram handle * fetch profile when create a offer and when open a trade * update: test fixtures * update tests * fix: open trade * fix: layout expandedOffer with telegram handle (#91) chore: changed layout of expandedOffer with the new Telegram input Co-authored-by: gabs <[email protected]> * change: select arbitrator when the trade is created * open dispute with buyer and seller contacts * wip: arbitrator chat view * fix: layout telegram handle part 2 (#92) * chore: added tooltip * chore: grid adjustments * chore: created IconTooltip component * chore: added tooltip to create offer and now passing content as props * chore: passed content to create offer tooltip * fix: adjust tooltip position * chore: reorganized chatbox card messages and added telegram button * fix: use flex instead of fixed width for layout proportions * chore: adjusted button size Co-authored-by: gabs <[email protected]> Co-authored-by: davirds <[email protected]> * fix: telegram arbitrator view (#93) * chore: styled telegram buttons for buyer and seller * chore: change maker and taker label on telegram btn Co-authored-by: gabs <[email protected]> * wip: clean * renaming variables * remove unused create profile action * set multiple ownsership to the update_profile action * use profile to save and read encrypt_key * update models * update tests * delete MockChain * clear code * delete unused component chatbox * rename variables * fix: varibles names Co-authored-by: gabs <[email protected]> Co-authored-by: gabs <[email protected]>
- Loading branch information
1 parent
5b32df4
commit cd473b3
Showing
37 changed files
with
1,349 additions
and
753 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.