Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Support Bridge and Proxy interactions #236

Closed
wants to merge 23 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
c8141d5
fix: remove extra try-catch (metamask error code wasnt being propagat…
nicov-iov Jul 31, 2024
74b5894
wip: add support for bridge interactions (awaiting bridge methods list)
nicov-iov Jul 31, 2024
5b07cdb
feat: add allowed bridge methods
nicov-iov Aug 7, 2024
5718d5b
feat: add simulation capabilities to write methods
nicov-iov Aug 13, 2024
83b1be9
feat: major code refactor for contract interactions feature
nicov-iov Aug 14, 2024
c01a3fc
Merge branch 'staging' into feat/DV-188/support-bridge-interactions
nicov-iov Aug 15, 2024
eac2920
Merge pull request #233 from rsksmart/feat/DV-188/support-bridge-inte…
nicov-iov Aug 15, 2024
7eea540
fix: minor fixes
nicov-iov Aug 15, 2024
3bf2ff7
Merge branch 'feat/DV-188/support-bridge-interactions' into staging
nicov-iov Aug 15, 2024
0c35b3f
chore: remove unsupported proxies warning
nicov-iov Aug 20, 2024
754f40e
refactor: implement proxy method tabs. Minor fixes
nicov-iov Aug 21, 2024
d968f4f
fix: remove flag
nicov-iov Aug 21, 2024
2f438a6
wip:
nicov-iov Aug 23, 2024
80cb892
feat: add disclaimer
nicov-iov Aug 26, 2024
b8e2900
fix: error msg fix
nicov-iov Aug 30, 2024
a8cc539
feat: major refactor, support contract interactions
nicov-iov Aug 30, 2024
6fec96f
feat:
nicov-iov Sep 2, 2024
078f506
refactor: replace loader
nicov-iov Sep 2, 2024
754e6de
feat:
nicov-iov Sep 2, 2024
ecddae2
refactor: Use signer for all interaction types if user connects its w…
nicov-iov Sep 3, 2024
f97b5a3
fix: network for implementation address url
nicov-iov Sep 3, 2024
4d0bfb3
fix: conditional rendering for implementation-address-field
nicov-iov Sep 11, 2024
54900f6
fix: (QA) border case: switch network before connecting (now displays…
nicov-iov Sep 11, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,125 changes: 542 additions & 583 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"vue-router": "^3.4.3",
"vuex": "^3.5.1",
"vuex-router-sync": "^5.0.0",
"@rsksmart/rns-resolver.js": "^1.1.0"
"@rsksmart/rns-resolver.js": "^1.1.0",
"@rsksmart/rsk-precompiled-abis": "^6.0.0-ARROWHEAD"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.12",
Expand Down
Loading
Loading