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 Logger & Example Run Script #13

Merged
merged 3 commits into from
May 29, 2024
Merged

Conversation

bh2smith
Copy link
Contributor

@bh2smith bh2smith commented May 29, 2024

This PR

  1. Remove strictly pinnned dependencies in favour of >= so more recent python versions and dependencies don't struggle with installation)
  2. Adds logger in favour of print statements. Other projects depend on this and can't filter out noisy (undesired print statements from their dependencies).
  3. Adds an updated example script (that can be run with python examples/run.py`)
  4. Uses primitive types in favour of imports from typing
  5. We introduce a utility function fetch_latest_block that is used in the updated example script.

Please let me know if you would prefer I split up some of these changes into independent PRs.

cc @frolvanya

Copy link
Owner

@frolvanya frolvanya left a comment

Choose a reason for hiding this comment

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

Thanks for the contribution!

@frolvanya frolvanya merged commit 985c733 into frolvanya:main May 29, 2024
1 check passed
@bh2smith bh2smith deleted the add-logger branch May 29, 2024 14:16
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.

2 participants