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

Rootstock stg #4

Open
wants to merge 249 commits into
base: rootstock-stg
Choose a base branch
from

Conversation

gofman8
Copy link

@gofman8 gofman8 commented Oct 4, 2024

What it solves

Resolves #

How this PR fixes it

How to test it

Screenshots

Checklist

  • I've tested the branch on mobile 📱
  • I've documented how it affects the analytics (if at all) 📊
  • I've written a unit/e2e test for it (if applicable) 🧑‍💻

msvstj and others added 30 commits June 19, 2024 14:57
* fix: Close notification center when a notification is opened

* chore: Add comment
* Fix: prompt -> confirm

* Update unit test
* Fix tests

* Remove unused import
Also includes refactoring: always pass wei to SendAmountBlock
* Tests: mock fetch in PermissionsCheck tests

* Fix mocks
* feat: make do not copy the primary CTA in the address copy warning modal

* fix: lint errors

* fix: mobiles styles

* remove outline from copy button
* use latest subgraphs

* fix multisend handling

* query multisend addresses configured on roles mod

* use queried known multisend address

* handle multisend impossible edge case

* fold execute through role section into the main sign or execute card

* fix exec through role status checks

* design updates

* add powered by zodiac badge

* test hooks

* improve tests

* test coverage for new logic in SignOrExecute main component

* fix a bug and margins between error messages

* fix a bug: offer exec through role also if threshold is 1 but not connected with owner

* adjust test and improve error messages

* don't offer exec through role for safe owners if role lacks permissions

* fix failing test

* use client gateway to fetch tx id

closes #3815

* mock useGasPrice

---------

Co-authored-by: Jan-Felix <[email protected]>
usame-algan and others added 28 commits October 2, 2024 13:30
* Tests: fix regression tests
* fix(UI): chain prefix toggle in address display

* chore: fix linting issues

* fix(UI): logic for chain prefix toggle
…ers is missing in a tx (#4260)

* fix(display-raw-data): show raw data if no params and method exists in a tx

* chore(readability): improve condition readability

* chore(unit-tests): add raw data test case in DecodedTx component
* Prevent failing step 

* Hide beamer before all tests

* Update workflow
Decoding in the SignOrExecuteForm was displayed twice
for stake and swap txs.
* Tests refactoring/cleanup
* fix: useLoadChains should follow the next url

The getConfigs function was using the client gateway sdk to fetch the
chains. This call is limited to 20 items and we never try to fetch more.
The config service now has more than 20 networks and we are missing them
in the url. It turned out however that it is very difficult to provide
the {offset, limit} arguments to the getChainInfo on the sdk. Something
seems wrong and generated next url is wrong.

That’s why I opted out of using the sdk for this call and instead
directly fetch the results and follow the next prop on the returned
object until there is nothing more.
* fix: Change color of New chip in sidebar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.