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

Cleanup ERPC server codebase #51

Open
blockchainluffy opened this issue Aug 8, 2024 · 0 comments · May be fixed by #55
Open

Cleanup ERPC server codebase #51

blockchainluffy opened this issue Aug 8, 2024 · 0 comments · May be fixed by #55
Assignees

Comments

@blockchainluffy
Copy link
Contributor

blockchainluffy commented Aug 8, 2024

Things to do:

  • Implement use of runner in spawning a go routine
  • Implement check for tx inclusion and if not included, retry it. This check should be done in same go routine, combining tx metrics inclusion time and retry mechanism
  • Implement error returned gauge metrics as per above retry implementation
  • Add config file for non sensitive values to be configured, rather than using environment variables for all configurations
  • Update test coverage
  • Update file names according to the naming conventions
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 a pull request may close this issue.

1 participant