-
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: 764 add new rpc endpoints metamask (#765)
* feat: new metamask rpc endpoints * feat: adding wallet to frontend and improving backend * fix: removing ts-ignore * test: window ethereum coverage * fix: precommit lint transactions processor * fix: precommit lint endpoints * fix: lint on vue files * fix: fixing spaces (lint) * fix: fixing spaces (lint) * fix: fixing spaces (lint) * chore: updated genlayer-js dependency * refactor: unified account management for local and metamas + fixed account selection * fix: changing block number from nonce to timestamp * fix: adding constant over hardcoded chainid * fix: docker compose duplicated items * fix: accounts store unified structure * fix: method signature * fix: local accounts working * fix transaction endpoint Signed-off-by: Agustín Ramiro Díaz <[email protected]> * chore: added type for GenLayerJS hook * fix: remove metamask account on disconnect * test: commented failing tests to allow build * fis: account store tests * fix: account tests * fix: transactions tests * fix: show sorten address * fix: button spacing * fix: handling error connecting metamask * fix: disable nonce check as a workaraund for metamask not sending the nonce * fix: set nonce manually on inserting transaction --------- Signed-off-by: Agustín Ramiro Díaz <[email protected]> Co-authored-by: Cristiam Da Silva <[email protected]> Co-authored-by: Agustín Díaz <[email protected]> Co-authored-by: Agustín Ramiro Díaz <[email protected]> Co-authored-by: Den <[email protected]>
- Loading branch information
1 parent
aabe5ea
commit e7baf02
Showing
22 changed files
with
618 additions
and
143 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
Oops, something went wrong.