You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(API): add delegate support to base client
* feat(API): add delegate implementation to mock client
* feat(API): add delegates implementation to Safe API client
* feat(CLI): add support for viewing and modifying delegates
* fix: API uses `.signHash` raw hash signing (dangerous)
* fix(API): client accepts empty signatures
* feat(account): add method to propose a SafeTx directly
* test: add tests for delegate feature (using MockClient)
* refactor: apply suggestions from code review
Co-authored-by: antazoey <admin@antazoey.me>
* refactor: use asserts rather than excepiton for mock
* refactor: don't add extra conversion logic in mock
* refactor(CLI): change `ERROR` to `INFO` for no delegates found
* refactor: use new `AccountAPI.sign_raw_msghash` method
* fix: forgot to update removal too
* refactor: use `account_option` instead of `callback_factory`
* fix: unused imports
* fix: asserts were wrong
* fix: use SafeClientException to mimic real environment
* chore: ignore not helpful logs to reduce display overload for testing
* chore: run ape tests and integration tests with different commands
* feat: add `SafeAccount.propose` as a shortcut to propose to Safe API
* fix: flake8 errors
* fix(API): use trailing slashes everywhere
---------
Co-authored-by: antazoey <admin@antazoey.me>
0 commit comments