release-2024-01-23T201322
What's Changed
- starter next.js project by @kimdhamilton in #2
- Create a basic next.js app for the demo site by @venables in #1
- Add ability to log in to the demo app by @venables in #3
- Add per-user manifest QR code scanning and manifest fetching by @venables in #5
- Update types to match the DIF definitions by @venables in #6
- Add a basic endpoint for fulfilling an issuance by @venables in #7
- Use static manifest by @venables in #8
- VER-36 allow issuer DID by @kimdhamilton in #4
- Update HOST env vars for easier customization by @venables in #10
- Update Issuer env variables by @venables in #12
- Handle full issuance sequence by @venables in #11
- Create
lib/verity
to store all verity-specific code and generation by @venables in #13 - Kimdhamilton/ver 53 update samples by @kimdhamilton in #14
- Move auth token logic to lib/database by @venables in #15
- add basic tests for signing and decoding by @kimdhamilton in #16
- quick prettier pass by @kimdhamilton in #17
- Move CredentialApplication and CredentialFulfillment logic to lib/verity by @venables in #18
- Add basic styling with a header by @venables in #19
- Replace did-jwt-vc workaround with updated DIF library by @kimdhamilton in #20
- Add credit score manifest, fulfillment handling by @venables in #21
- First pass at verification results -- errors by @kimdhamilton in #22
- Update manifest by @bricestacey in #23
- Add basic verification page & stubbed API by @venables in #24
- Add basic imagery for wallet display by @venables in #25
- Add basic verification request API response by @venables in #26
- reorg to make it easier to use in demo-wallet by @kimdhamilton in #27
- Add more tests and fill out verification flow by @kimdhamilton in #28
- Update verification request schema to match existing schema by @bricestacey in #29
- Add a quick admin layout by @venables in #31
- Fix typo in InputDescriptor type by @bricestacey in #30
- Add ISSUER_DID to list of trusted issuers by @bricestacey in #32
- Re-enable issuer subnav by @venables in #33
- Validate verification submissions by @venables in #34
- Export User type from database separately by @venables in #35
- Convert to be a monorepo using Lerna by @venables in #36
- Import demo-wallet by @bricestacey in #38
- Add npm run dev to the top level project by @venables in #40
- Add Status List 2021 library for managing revocation by @bricestacey in #39
- Remove demo-wallet from the repo by @venables in #42
- Remove lerna dependency by @venables in #43
- Remove lerna config file by @venables in #44
- Kimdhamilton/ver 44 implement core verification by @kimdhamilton in #45
- Issue unique list and index for each credential by @bricestacey in #46
- Fix dev watcher by @venables in #47
- Replace zlib with pako by @bricestacey in #48
- Update app to handle valid did-jwt-vc types by @venables in #49
- Add return type generic for asyncMap by @venables in #50
- Enable strict type checking for @centre/verity by @venables in #51
- Add VerificationRequest type by @venables in #52
- Add basic API logging by @venables in #54
- Update presentation definition to be required by @venables in #53
- Add basic callback handling by @venables in #55
- Add ability to revoke and unrevoke credentials from admin by @bricestacey in #56
- Force output_descriptor style to be an object by @venables in #57
- Update colors, icons for scanning manifests by @venables in #59
- Fix misspelling of Fulfillment by @venables in #61
- define data format for verification by @kimdhamilton in #58
- Implement persistence of credentials to sqlite by @bricestacey in #62
- Show a Web UI update when verification is successful by @venables in #60
- Use a singleton for credentialSigner by @venables in #63
- Revocation list persistance by @bricestacey in #64
- Convert to relative paths by @venables in #65
- Check revocation status upon credential submission by @venables in #66
- Update fulfillment flow to always generate Revocable Credentials by @venables in #67
- Issue eslint warning on TODO comments by @venables in #68
- Fetch revocation list when checking revocation status by @venables in #69
- Explicit import
types
separate from other code by @venables in #70 - Add preliminary walkthrough by @bricestacey in #71
- Move verification & code scanning into @centre/verity by @venables in #72
- Collapse migrations into one setup by @venables in #73
- Fix path for credit score manifest challengeTokenUrl by @bricestacey in #75
- Move more logic to verity by @venables in #74
- Make the demo more walkthroughesque by @bricestacey in #76
- Rearrange READMEs by @kimdhamilton in #77
- Move E2E tests over to verity proper by @venables in #78
- Some renaming, documentation, and cleanup by @venables in #79
- Add typography plugin by @bricestacey in #80
- Revoke previously issued credentials when issuing a new one by @bricestacey in #81
- Clean up fulfillment and validation flows by @venables in #82
- Round out the demo styles by @bricestacey in #83
- Add cors support by @venables in #85
- Add check for minimum credit score as part of verifier by @venables in #86
- Collect coverage reports when tests run on verity package by @venables in #87
- Remove unused demo section by @bricestacey in #88
- Extract verification creation to the API by @bricestacey in #89
- Validate presence of required fields in Verification by @venables in #91
- Add eth address input to the verifier by @bricestacey in #90
- Sign out on invalid JWT by @venables in #93
- Show VerificationInfoResponse when poll status by @bricestacey in #92
- Remove revocation from credit score by @venables in #94
- Allow users to sign in to metamask for verification page by @venables in #95
- Update verifier to match latest code changes by @bricestacey in #96
- Add hardhat to the list of supported chains by @bricestacey in #97
- Add a setup script for the entire system by @venables in #98
- Watch for 'type' change on verification pages by @venables in #99
- Move database to locally be stored in ./tmp by @venables in #100
- Update README to include the contract and dapp by @bricestacey in #101
- Update paths to dapp when deploying contract by @bricestacey in #102
- Move ETH verification result into verity package by @bricestacey in #103
- Verification request flow cleanup by @venables in #104
- Revoke KYC credentials when we issue them by @venables in #105
- Fix reply-to url generation by @venables in #106
- Bump next from 11.0.1 to 11.1.0 by @dependabot in #108
- Only allow connecting to hardhat by @venables in #109
- Silence NotFoundError on polling endpoint by @venables in #107
- Move dapp to demo-site by @venables in #110
- Use SWR for polling contract balance by @venables in #111
- Fix hook to poll verification status by @bricestacey in #112
- Cleanup timer in useEffect by @bricestacey in #113
- Add Transfer event to the Token contract to imitate ERC20 tokens by @bricestacey in #114
- Stylize the connect wallet screen by @venables in #115
- Fix dapp styling by @venables in #116
- Add basic spinner for loading states by @venables in #118
- Show RPC Error when MetaMask cannot connect to network by @bricestacey in #119
- Silence NotFound errors on polling by @venables in #120
- Add env vars for eth network, contract address by @venables in #122
- Fix Ropsten spelling by @venables in #123
- Require a password to access the site by @venables in #124
- Remove eth flows from verification tab by @venables in #125
- Create revocation lists on demand by @bricestacey in #121
- Fix password protection for client-side rendering by @venables in #126
- Add more seed users by @venables in #127
- Add faucet to the UI by @bricestacey in #128
- Move contract from compile to runtime dependency by @bricestacey in #129
- Set default recipient send using the dapp by @bricestacey in #130
- Add ropsten provider by @bricestacey in #131
- Ensure we use an int to fetch the eth network by @venables in #132
- Use error message handler when API calls fail by @venables in #133
- Add chainId to verifier parameters by @bricestacey in #134
- Use JsonRpcProvider for 1337 chain by @bricestacey in #135
- Fix verification status polling leak by @bricestacey in #136
- Show contract errors unless it is the one signalling to start verifcation by @bricestacey in #137
- Psnevio ver128 edit-app-text by @psnevio in #138
- Psnevio ver128 editapptext by @psnevio in #140
- Remove service provider from the KYC VC by @venables in #141
- Add issuance polling to the Credit Score page by @bricestacey in #142
- Enforce expirationDate in CreditScore VC by @venables in #144
- Remove DOM manipulation by @bricestacey in #143
- Add spinner to faucet when waiting on API by @bricestacey in #145
- Don't enforce expiry by @venables in #146
- Import changes needed for deploys by @venables in #147
- Move auth / eth headers into the page body by @venables in #148
- Re-enable credential expiration by @venables in #150
- Use blue instead of indigo by @venables in #149
- Add explit type for handleScan json parsing by @venables in #151
- Bump to latest dependencies by @venables in #152
- Remove remaining TODOs by @venables in #153
- Remove auth from the /docs page by @venables in #156
- CeFi demo by @bricestacey in #155
- Simplify verification code for demo by @venables in #154
- Add faucet to begining of CeFi demo by @bricestacey in #157
- Bump next from 11.1.0 to 11.1.1 by @dependabot in #158
- Handle case where user is undefined by @venables in #160
- Allow sender and recipient to cancel transaction before broadcast by @bricestacey in #159
- remove incorrect json-ld types by @kimdhamilton in #161
- Update the navigation to try to show each demo as a separate app by @venables in #162
- Update CeFi UI to better separate sending and receiving by @bricestacey in #163
- Fix imports, require auth for CeFi by @bricestacey in #165
- Show shared credentials when sending and receiving by @bricestacey in #164
- Organize API routes & other fixes by @venables in #166
- Fix verity import by @venables in #168
- WIP: restructure requests by @kimdhamilton in #167
- CeFi enhancements by @bricestacey in #169
- Rename ETH_WALLET_MNEMONIC env var by @venables in #171
- Make CeFi width consistent by @bricestacey in #170
- Add loading state to CeFi pages by @bricestacey in #172
- Do not show balance while loading by @bricestacey in #173
- Add simple issuer demo by @bricestacey in #174
- Verifier Demo by @bricestacey in #176
- Scope get-newest-credential-from to user id by @venables in #177
- Add full mobile wallet impl to demo-issuer by @bricestacey in #178
- fix CredentialOffer namespace by @kimdhamilton in #175
- Fix typos in eth-fns by @venables in #179
- Use randomly generated wallets for seeded users, and other fixes by @venables in #180
- Properly fit more error messages on screen by @venables in #181
- Add revocation demo by @bricestacey in #183
- Fix link to begin demo on homepage by @venables in #184
- Add verification result to the verifier by @bricestacey in #182
- Remove dropdown nav in favor of a dedicated "Demos" page by @venables in #185
- Add anchors to trusted issuer contraint by @bricestacey in #186
- Fix demo-* builds by @venables in #187
- Swap to a blue favicon by @venables in #188
- Add setup scripts for env vars in the demos by @bricestacey in #189
- Update contract README.md by @bricestacey in #190
- Update demo-site to make deployment easier by @venables in #191
- Add basic loading progress bar by @venables in #192
- Add dislciamer to the Verity package README by @bricestacey in #193
- Explicit kyc and credit score presentation definition, verification request methods by @venables in #195
- Add support for challenge by @bricestacey in #196
- Remove redundant function with transposed parameters by @bricestacey in #197
- Add timeout to revocation list lookup by @bricestacey in #199
- Add
npm install
warning to each package by @bricestacey in #200 - Update dependencies by @bricestacey in #201
- minor editorial pass by @kimdhamilton in #198
- Use MIT license by @venables in #202
- Add Credential Manifest and WACI to documentation page by @bricestacey in #204
- Revert "Add timeout to revocation list lookup" by @venables in #205
- Kimdhamilton/ver 167 fix credential manifest pe requirements by @kimdhamilton in #194
- Tidy the env vars by @bricestacey in #206
- Remove references to m2 by @bricestacey in #207
- Ensure holder is the subject when verifying by @bricestacey in #208
- Add Contributors to README and package.json files by @venables in #203
- Update README to run clean before starting manual services by @bricestacey in #210
- Map PEx inputs using ids instead of schemas by @bricestacey in #209
- Bump dependencies by @bricestacey in #211
- Add is_holder support from presentation definition by @bricestacey in #212
- Implement did:web resolution and add test use in issuance by @venables in #213
- Smart contract registry pattern by @psnevio in #214
- Serve json schemas from demo site by @bricestacey in #215
- Renaming for consistency with dev docs by @bricestacey in #217
- Fix typo by @bricestacey in #218
- Enhance Credential Application VP type by @bricestacey in #219
- Add Credential Fulfillment test by @bricestacey in #220
- Fix .well-known/did.json by @venables in #222
- Add tests for Credential Manifest by @bricestacey in #221
- Smart contract, test, and dapp updates by @psnevio in #224
- Fix the build by @venables in #226
- Update namespace to @verity by @venables in #225
- Update to latest dependencies by @venables in #227
- Update root level README, remove unused scripts by @venables in #229
- Force hardhat hostname to 127.0.0.1 by @venables in #230
- re-add test script, fix typo by @psnevio in #231
- Import verity docs by @venables in #233
- Add additional verifier tests by @bricestacey in #232
- update contract readme, wip by @kimdhamilton in #228
- Revert "Remove extra .env files" by @venables in #235
- Update docs build by @venables in #236
- Remove unused packages from docs by @venables in #237
- Update intro doc and order of patterns by @psnevio in #239
- Force login to use the docs site by @venables in #240
- Docs update by @kimdhamilton in #241
- Add wallet guide by @kimdhamilton in #242
- Intro and Foundation section doc updates by @psnevio in #243
- FAQ + specs/libraries by @kimdhamilton in #244
- Update samples with updated sdhemas by @bricestacey in #245
- travel rule doc update by @psnevio in #246
- update non-goals by @kimdhamilton in #247
- Add ability to use multiple passwords to access the site by @venables in #249
- Allow setting a domain for cookies by @venables in #251
- Set the cookie after login via docusaurus by @venables in #253
- WIP Data Model updates (DO NOT MERGE) by @kimdhamilton in #248
- add schema and issuer setup instructions by @kimdhamilton in #256
- smart contract article corrections and edits for doc portal by @psnevio in #255
- Remaining data model cleanup by @kimdhamilton in #257
- fix doc build break by @kimdhamilton in #258
- minor docs updates by @polluterofminds in #261
- Bump next from 12.0.2 to 12.0.5 by @dependabot in #263
- Update demo-issuer demo to include all the core request/respones by @bricestacey in #264
- Rename API handler functions to match API route by @bricestacey in #266
- Hardcode localhost for URLs by @bricestacey in #267
- Demo 6: Verifier Submitted Verification Record by @bricestacey in #268
- Bump @openzeppelin/contracts from 4.3.3 to 4.4.1 by @dependabot in #270
- Update did:web and schema location to use demos.verity.id by @venables in #271
- Fix imports from within the @verity/demos package by @venables in #273
- Use Permissioned Token for Demo6 by @bricestacey in #274
- updated docs to show decoded credential from presenation by @polluterofminds in #269
- Justin/verifications in solidity by @polluterofminds in #275
- Update docs to have issuer use did:web for the example paylods by @venables in #276
- Add Demo6 to list of demos, add HH tasks for registry by @bricestacey in #282
- getVerificationCount was returning the number of verifiers, not verif… by @polluterofminds in #281
- fixed setup to write .env.local demo url properly by @polluterofminds in #279
- added bitstring link by @polluterofminds in #278
- various doc additions following from KYC discussion by @kimdhamilton in #280
- KYC Schema Updates and Fix Verifier Submitted Submissions by @bricestacey in #283
- Justin/solidity registry tutorial by @polluterofminds in #284
- Update URLs for verite.id by @venables in #286
- Do not use environment variables for Demo6 by @bricestacey in #290
- Use bit-buffers to manage status list by @venables in #295
- Update README with latest contract addresses by @bricestacey in #294
- Fix typo in verifiable by @venables in #297
- updated references to verity in .md files by @polluterofminds in #288
- updated package references in .md files by @polluterofminds in #300
- Prompt user to add verifier if not already done by @bricestacey in #298
- Wait for transaction receipt for tasks that have one by @bricestacey in #299
- Use Alchemy-specific provider by @bricestacey in #301
- Rename to verite by @venables in #302
- Remove unused verity* images by @venables in #303
- Disable simulate verification button when clicked by @bricestacey in #304
- Show errors when verification fails for Demo6 by @bricestacey in #305
- Create tutorial sub category and change route to be "developers" by @polluterofminds in #287
- Bump @openzeppelin/contracts from 4.4.1 to 4.4.2 by @dependabot in #307
- Update github URLs for verite name by @venables in #308
- Rename packages/demos to packages/e2e-demo by @venables in #309
- Store encodedList in revocation table, not signed VC by @venables in #310
- replaced hosted demo links with github links by @polluterofminds in #306
- Return encoded revocation list credentials from the API by @venables in #313
- Revert "replaced hosted demo links with github links" by @venables in #314
- Update header Demos link to link to github by @venables in #315
- Add solana example by @bricestacey in #311
- Fix typos in the docs by @venables in #317
- Update dependencies by @venables in #318
- Fix more typos in the docs by @venables in #319
- Update revocation to use
.test
instead of.indexOf
by @venables in #320 - Add schema validation to solana contract by @bricestacey in #321
- Add test script for Solana and update README by @bricestacey in #322
- Allow arbitarily sized messages by @bricestacey in #323
- Update contract addresses by @bricestacey in #324
- Bump next from 12.0.5 to 12.0.9 in /packages/demo-issuer by @dependabot in #326
- Add expiration to KYC credential by @bricestacey in #327
- Add build phase before publishing by @venables in #329
- Update linter to be more consistent across packages by @venables in #331
- Add developement verifier back to deloy script by @bricestacey in #333
- Fix path to demo6 by @bricestacey in #334
- Import demo-wallet as
wallet
package by @venables in #336 - Only run Solana CI when packages/solana is updated by @venables in #337
- Fix docs name in the CI script by @venables in #338
- Run tests in solana action by @bricestacey in #339
- add verite logos and styles by @nshahidi in #330
- Add domain separator for solana verifications by @bricestacey in #340
- Update LICENSE by @kimdhamilton in #341
- added additional instructions to demo-6 by @polluterofminds in #343
- Fix font imports, mobile styling by @venables in #344
- Comments from review by @kimdhamilton in #345
- Fix requirements for demo-* packages by @venables in #347
- Copy schemas to docs repo to be served from verite.id by @venables in #348
- Update favicon, allow more flexible HTTP status codes by @venables in #349
- Remove payload property from sample contract by @venables in #350
- Bump follow-redirects from 1.14.7 to 1.14.8 by @dependabot in #351
- minor font changes and other styling changes by @nshahidi in #352
- Update contract addresses by @venables in #353
- Re-add link to revocation demo by @venables in #354
- Update deploy script verifications by @bricestacey in #355
- Update HH task to use given network by @bricestacey in #356
- directory structure fixes and json-ld compat corrections by @kimdhamilton in #357
- Move docs to the /verite base path by @bricestacey in #359
- update email and doc home by @kimdhamilton in #360
- add kyc/aml usa snapshot by @kimdhamilton in #362
- Remove password protection from the docs by @venables in #328
- Decrease hero title size on mobile by @venables in #365
- Add redirect from /docs/intro to /verite by @venables in #367
- Bump next from 12.0.9 to 12.1.0 by @dependabot in #369
- Bump url-parse from 1.5.4 to 1.5.7 by @dependabot in #370
- Update did resolver to use
key-did-resolver
by @venables in #371 - vc-jwt conformance by @kimdhamilton in #377
- Editorial sweep of proof objects in expanded VC-JWTs and VP-JWTs by @bumblefudge in #382
- added blog section and first post by @polluterofminds in #389
- Update e2e demo dapp url in doc by @dan-l in #388
- to add crossfunctionality blog post by @bumblefudge in #392
- fix image link in today's blog post by @bumblefudge in #395
- Reverts mistakely commited changes to e2e-demo schemas by @bmcd in #397
- Bump prismjs from 1.26.0 to 1.27.0 by @dependabot in #375
- Bump url-parse from 1.5.7 to 1.5.10 by @dependabot in #376
- Bump node-forge from 1.2.1 to 1.3.0 by @dependabot in #386
- Bump minimist from 1.2.5 to 1.2.6 in /packages/solana by @dependabot in #390
- Bump plist from 3.0.4 to 3.0.5 by @dependabot in #402
- converted docs tutorial to blog post by @polluterofminds in #404
- To add did-pkh info + link did-web tutorial to Issuance section by @bumblefudge in #406
- Feat/add KYBP schema and sample process def by @bumblefudge in #405
- Bump cross-fetch from 3.1.4 to 3.1.5 in /packages/solana by @dependabot in #403
- Update demo APIs to use
res.send
for strings (encoded presentations) by @venables in #414 - Update wallet to better handle errors when requesting issuance by @venables in #413
- Use a more generic 'Attestation' type for building fulfillments by @venables in #416
- fix breaking change from did-jwt by @kimdhamilton in #415
- publish verite package by @kimdhamilton in #417
- Allowlist blog post by @polluterofminds in #418
- Editorial pass on Allowlist blog post by @bumblefudge in #421
- Fix typo in Quickstart by @bmuller in #423
- Update dependencies for the
verite
package by @venables in #424 - Update solana installation dependency by @venables in #425
- Bump dependencies to latest versions across all packages by @venables in #426
- Fix docs dependencies by @venables in #428
- Allow passing a schema to the verificationResult method by @venables in #429
- Fetch external schemas if not a built-in type by @venables in #431
- Deprecate Ropsten in favor of Goerli by @venables in #427
- Drip less ETH from faucet, extend demo verifications to 10 years by @bricestacey in #432
- Bump regex from 1.5.4 to 1.5.6 in /packages/solana by @dependabot in #412
- Update contract addresses in READMEs by @bricestacey in #433
- Update READMEs for faucet refills by @venables in #434
- Update hardhat deploy to use an env var for RPC by @venables in #436
- fix dates for blog display by @kimdhamilton in #445
- add part 1 of verification patterns blog by @kimdhamilton in #447
- Minor formatting edit by @dlim-circle in #451
- Change two pictures' background color as white, instead of transparen… by @taotao-circle in #452
- Update username by @dlim-circle in #453
- First pass for making did:pkh explicit in docs by @bumblefudge in #454
- add AccInv schemas to /static/ by @bumblefudge in #430
- Rename manifest ids and fix process/definition links by @kimdhamilton in #457
- Editorial/revamp for praful by @bumblefudge in #460
- Support for multiple VCs in a VP and multiple Cs in a VC by @kimdhamilton in #458
- Feat/fix multiple cred subj syntax in example by @bumblefudge in #464
- Purge dependeny on schemata from wallet by @euj1n0ng in #471
- to add governance overview by @bumblefudge in #469
- Bump @openzeppelin/contracts from 4.7.0 to 4.7.3 by @dependabot in #461
- Bump undici from 5.5.1 to 5.9.1 by @dependabot in #462
- Bump terser from 5.14.1 to 5.14.2 by @dependabot in #442
- Bump next-auth from 4.7.0 to 4.10.3 by @dependabot in #455
- Bump jose from 4.8.3 to 4.10.0 by @dependabot in #477
- Typo fix in governance docs by @bmuller in #483
- Update FATF page to reflect WG progress by @bumblefudge in #476
- Issuer registry - PVG by @kimdhamilton in #488
- Bump bumpalo from 3.9.1 to 3.12.0 in /packages/solana by @dependabot in #496
- Bump jsonwebtoken from 8.5.1 to 9.0.0 by @dependabot in #494
- Bump loader-utils from 2.0.2 to 2.0.4 by @dependabot in #486
- Bump @xmldom/xmldom from 0.7.5 to 0.7.8 by @dependabot in #484
- Bump json5 from 1.0.1 to 1.0.2 in /packages/solana by @dependabot in #495
- Fix credential status / revocation type names by @kimdhamilton in #497
- increment verite package version by @kimdhamilton in #498
- add JWT sample by @kimdhamilton in #500
- Bump ua-parser-js from 0.7.31 to 0.7.33 by @dependabot in #502
- Bump @sideway/formula from 3.0.0 to 3.0.1 by @dependabot in #504
- Multiple VCs Issuance by @euj1n0ng in #505
- Bump undici from 5.9.1 to 5.19.1 by @dependabot in #508
- Feat/add wallet connect guidance to by @bumblefudge in #507
- Update did-vc and did-vc-jwt by @kimdhamilton in #509
- update did-resolver deps by @kimdhamilton in #510
- add year in review 2023 blogpost by @bumblefudge in #519
- Stage 1: Issuance and verification library refactoring by @kimdhamilton in #512
- Refactor part 2: finish builder conversion by @kimdhamilton in #522
- Bump webpack from 5.73.0 to 5.76.1 by @dependabot in #523
- fix github issue 516; consume latest CredentialManifest by @kimdhamilton in #524
- Update 2023-03-06-year_in_review.md by @jgardner00 in #527
- Bump @openzeppelin/contracts from 4.7.3 to 4.8.3 by @dependabot in #526
- update solana dependency to fix build by @kimdhamilton in #528
- Address Centre dissolution; remove instances of 'Centre' throughout. by @jheron-circle in #536
- chore(ci): implement code scanning by @jscaltreto in #541
New Contributors
- @dependabot made their first contribution in #108
- @psnevio made their first contribution in #138
- @polluterofminds made their first contribution in #261
- @nshahidi made their first contribution in #330
- @dan-l made their first contribution in #388
- @bmcd made their first contribution in #397
- @bmuller made their first contribution in #423
- @dlim-circle made their first contribution in #451
- @taotao-circle made their first contribution in #452
- @euj1n0ng made their first contribution in #471
- @jgardner00 made their first contribution in #527
- @jscaltreto made their first contribution in #541
Full Changelog: https://github.com/circlefin/verite/commits/release-2024-01-23T201322