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

Add admin view #62

Merged
merged 5 commits into from
Apr 9, 2024
Merged

Add admin view #62

merged 5 commits into from
Apr 9, 2024

Conversation

moisses89
Copy link
Member

@moisses89 moisses89 commented Apr 9, 2024

Closes #53

Preview

image
image

@moisses89 moisses89 requested a review from a team as a code owner April 9, 2024 10:06
@moisses89 moisses89 marked this pull request as draft April 9, 2024 10:25
@moisses89 moisses89 self-assigned this Apr 9, 2024
@moisses89 moisses89 marked this pull request as ready for review April 9, 2024 10:34
safe_locking_service/locking_events/admin.py Outdated Show resolved Hide resolved
ethereum_client = EthereumClientProvider()
etherscan = EtherscanClient(EthereumNetwork(ethereum_client.get_chain_id()))

if isinstance(obj, EthereumTx):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of doing this maybe define an abstract method get_tx_hash so you can define that function in every object inheriting this. Also you could add this

moisses89 and others added 2 commits April 9, 2024 13:29
@moisses89 moisses89 merged commit bb8f924 into main Apr 9, 2024
5 checks passed
@moisses89 moisses89 deleted the add_admin_view branch April 9, 2024 11:36
@github-actions github-actions bot locked and limited conversation to collaborators Apr 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add admin views
3 participants