-
Notifications
You must be signed in to change notification settings - Fork 375
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
Support blacklisting country codes for the attestation service #1738
Support blacklisting country codes for the attestation service #1738
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1738 +/- ##
========================================
Coverage 74.26% 74.26%
========================================
Files 277 277
Lines 7617 7617
Branches 953 669 -284
========================================
Hits 5657 5657
Misses 1845 1845
Partials 115 115
Continue to review full report at Codecov.
|
|
||
- `DATABASE_URL` - The URL under which your database is accessible, currently supported are `postgres://`, `mysql://` and `sqlite://` | ||
- `CELO_PROVIDER` - The URL under which a celo blockchain node is reachable, i.e. something like `https://integration-forno.celo-testnet.org` | ||
- `ACCOUNT_ADDRESS` - The address of the account on the `Accounts` smart contract |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we get this from contract kit?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can see how the phrasing is confusing. It's not the address of the Accounts
smart contract, but the account address of the validator account on the Accounts
smart contract. Not sure what a better name/description would be
Description
The primary objective of this PR is to support #1446, to allow validators to blacklist locales they do not want to serve, primarily for cost reasons if some locales are too prohibitive for them to serve.
Tested
namoffchainreveal
Other changes
Related issues
Backwards compatibility