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

feat: CSM contracts as a separate module #434

Merged
merged 9 commits into from
Apr 23, 2024
Merged

Conversation

madlabman
Copy link
Contributor

No description provided.

@madlabman madlabman marked this pull request as ready for review April 19, 2024 17:18
@madlabman madlabman requested review from F4ever and vgorkavenko April 19, 2024 17:18
'block_number': BlockNumber(int(execution_data['block_number'])),
'block_hash': execution_data['block_hash'],
'block_timestamp': Timestamp(int(execution_data['timestamp']))
"slot_number": SlotNumber(int(slot_details.message.slot)),
Copy link
Contributor

Choose a reason for hiding this comment

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

why "? looks like we use ' everywhere

Copy link
Contributor Author

@madlabman madlabman Apr 22, 2024

Choose a reason for hiding this comment

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

953 ' and 651 ", so no everywhere. And I've chosen the one used by black by default. AFAIR there was an intention to format the "src" someday? cc @F4ever you word, ser?

Copy link
Member

Choose a reason for hiding this comment

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

I try to use everywhere '.
And yeah, there is a setting in black to format to ", but no setting to format everything to '

@madlabman madlabman requested a review from vgorkavenko April 22, 2024 15:27
@madlabman madlabman merged commit 49111d1 into csm-perf-oracle Apr 23, 2024
6 checks passed
@madlabman madlabman deleted the web3py-csm branch April 23, 2024 14:59
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.

3 participants