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

Start tx validator v2, and fix bug in zkSync validations #7510

Merged
merged 3 commits into from
Sep 24, 2020

Conversation

mds1
Copy link
Contributor

@mds1 mds1 commented Sep 23, 2020

Creates a new validator that will be updated as necessary going forward. Also fixes a bug in the zkSync validator.

cc @owocki

url = f'https://api.aleth.io/v1/{endpoint}?filter[account]=' + address + '&page%5Blimit%5D=100'
if from_address:
print('wwww')
Copy link
Member

Choose a reason for hiding this comment

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

^ do we wanna remove all the print stmt :P

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oops, yea those were leftover from my expert debugging techniques. Removed in f61690e

url = f'https://api.aleth.io/v1/{endpoint}?filter[account]=' + address + '&page%5Blimit%5D=100'
if from_address:
print('wwww')
Copy link
Contributor

Choose a reason for hiding this comment

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

do we need the prints?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oops, yea those were leftover from my expert debugging techniques. Removed in f61690e

@thelostone-mc thelostone-mc merged commit d8a1346 into gitcoinco:stable Sep 24, 2020
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