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

timelock-worker should be ABI agnostic #39

Open
fbac opened this issue Feb 22, 2024 · 0 comments
Open

timelock-worker should be ABI agnostic #39

fbac opened this issue Feb 22, 2024 · 0 comments

Comments

@fbac
Copy link
Collaborator

fbac commented Feb 22, 2024

operations.go define a set of methods to interact which interact closely with the RBACTimelock.sol ABI operations. Instead of this, timelock-worker should be agnostic to the contract ABI.

Implement an interface which abstract contract ABI methods, so timelock-worker core can inject an interface agnostic to the contract on the backend.

@fbac fbac changed the title Move operations.go to its own package and expose interface move operations.go to its own package and expose an interface Feb 22, 2024
@fbac fbac changed the title move operations.go to its own package and expose an interface timelock-worker should be agnostic to contract ABI Feb 22, 2024
@fbac fbac changed the title timelock-worker should be agnostic to contract ABI timelock-worker should be ABI agnostic Feb 22, 2024
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

No branches or pull requests

1 participant