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

1928 onchain exact humanity score 90 day validity #46

Merged
merged 40 commits into from
Jan 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
9e2b09c
feat(contracts): adds updated getScore and setMaxScoreAge functions
aminah-io Nov 28, 2023
eefbe9f
feat(contracts, test): adds isHuman functionality and threshold setter
aminah-io Nov 30, 2023
7c4d0dd
fix(resolver): fix recipient variable used in test
nutrina Dec 4, 2023
3f50d3a
fix(resolver,caching): handle & test caching with attest, revoke, mul…
nutrina Dec 4, 2023
22168d8
fix(docs): fix function doc
nutrina Dec 4, 2023
de80a52
fix: remove onlys
tim-schultz Dec 4, 2023
a4b671a
Revert "fix(resolver): add failing test when using multiAttest with a…
nutrina Dec 4, 2023
0ffdad1
feat(contracts): adds updated getScore and setMaxScoreAge functions
aminah-io Nov 28, 2023
50b0fb0
fix: compiler issues
nutrina Dec 5, 2023
b336bb0
fix: writing unittests and fixing bugs in the decoder
nutrina Dec 5, 2023
ff8422e
fix: add missing tests, cleanup & reorganise unittests
nutrina Dec 6, 2023
cc3b7c0
wip: refactor test/GitcoinPassportDecoder.ts
nutrina Dec 6, 2023
333ee0d
wip: rework unittests for GitcoinPassportDecoder
nutrina Dec 6, 2023
d82a733
fix: rework unittest, rename structure attributes for consistency
nutrina Dec 6, 2023
75c369e
fix: remove for test suite
nutrina Dec 6, 2023
92d9dd3
fix: use correct type for decimals when decoding scores
nutrina Dec 7, 2023
f86602c
docs: updating docs
nutrina Dec 7, 2023
1cd2595
deploy: Attester, Verifier and Resolver to baseGoerli
nutrina Dec 8, 2023
6c6d479
contracts: adding TODOs
nutrina Dec 10, 2023
7618934
deploy: adding script to deploy schemas, including schema registry in…
nutrina Dec 10, 2023
f53f182
deploy: have deployed GitcoinPassportDecode to baseGoerli
nutrina Dec 10, 2023
25fa1b2
New deployment to baseGoerli
nutrina Dec 13, 2023
e1ab71e
feat: adding script to check for recipient
nutrina Dec 14, 2023
b78e9c5
fix: update setupDecoder.ts script to also set threshold and maxScoreAge
nutrina Dec 14, 2023
d4f858e
fix: remove debug file & fix typo
nutrina Dec 18, 2023
cb7a609
Test for emitting event in GitcoinAttester.setEASAddress
nutrina Dec 20, 2023
02aa99d
Testing that an event is emitted when setting the score schema
nutrina Dec 20, 2023
5f1e360
Fixing TODOs
nutrina Dec 21, 2023
cee5c69
wip: script * changes to set up decoder SC
nutrina Dec 21, 2023
de12511
Have updated the implementation of 'isHuman' in 'GitcoinPassportDecod…
nutrina Dec 22, 2023
7eab28e
Fixing tests for isHuman
nutrina Dec 22, 2023
82e84ec
Using uint8 instead of uint256 in reversedMappingVersions, to track s…
nutrina Dec 26, 2023
b3cec4e
Adding tests to check for setting threshold and maxScoreAge in Passpo…
nutrina Dec 26, 2023
99f9389
Deployment to optimism-goerli
nutrina Dec 26, 2023
e3e1ec1
Fixing deployment of attestation, verifier & setup of decoder
nutrina Dec 26, 2023
c988c44
fix: removig TODO
nutrina Dec 28, 2023
af3bf8d
Deployment to optimism-sepolia
nutrina Jan 8, 2024
5956f95
Remove yarn-error.log
nutrina Jan 9, 2024
4b719bf
Adding comments and error handling to the script
nutrina Jan 9, 2024
ffb815d
Adding to allow setting the score schema for smart contracts owned b…
nutrina Jan 9, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .env-example
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PROVIDER_URL=https://sepolia.infura.io/v3/000
OP_PROVIDER_URL=https://opt-mainnet.g.alchemy.com/v2/000
OP_SEPOLIA_PROVIDER_URL=
DEPLOYER_PRIVATE_KEY=0x0000000000000000000000000000000000000000000000000000000000000001
DEPLOYER_ADDRESS=0x0000000
ETHERSCAN_API_KEY=000
Expand All @@ -9,3 +10,5 @@ CB_PROVIDER_URL=https://goerli.base.org
BASE_ETHERSCAN_API_KEY=123
PASSPORT_MULTISIG_ADDRESS=0x0000000
INFURA_KEY=000

OP_SEPOLIA_PROVIDER_URL=https://opt-sepolia.g.alchemy.com/v2/000
Loading