Mainnet release v4
What's Changed
- chore: minor fixes on the scripts by @alainncls in #197
- fix: Portal should not be initializable/upgradeable by @alainncls in #199
- feat: As an Issuer, I want the context of a Schema to be optional by @alainncls in #213
- fix: When bulk running modules, loop over attestations payloads and not modules by @alainncls in #218
- fix: The mass import feature should emit an AttestationRegistered event for each attestation created by @alainncls in #216
- feat: As an attestation issuer, I would like to remain compatible with the ERC-721 standard by @satyajeetkolhapure in #220
- feat: add msg.value and _attester() to hooks by @0xEillo in #221
- chore: Cleanup and improvements by @alainncls in #222
- feat: as an attestation consumer, I want to be able to check if an address has an attestation using the ERC-1155 owner method by @satyajeetkolhapure in #227
- feat: As a user, I want the contracts data to be indexed via a subgraph by @alainncls in #224
- Revert "feat: as an attestation consumer, I want to be able to check if an address has an attestation using the ERC-1155 owner method" by @satyajeetkolhapure in #233
- feat: As a user i want to get decoded attestation data via the subgraph by @alainncls in #229
- feat: As a User, I want to check the number of Attestation, Modules, Portals and Schemas from the subgraph by @alainncls in #237
- chore: Minor fixes by @alainncls in #241
- feat: Deploy on Sepolia by @alainncls in #242
- chore: Add utils by @alainncls in #243
- chore: Change the repository architecture to a monorepo by @alainncls in #239
- feat: attestation read interoperability by @satyajeetkolhapure in #248
- feat: As an attestation consumer, I want to be able to check if an address has an attestation using the ERC-1155 owner method by @alainncls in #251
- feat: As a Dev, I want to benefit from a skeleton of the SDK by @alainncls in #254
- chore: Create a data mapper for the 4 main Verax objects by @alainncls in #260
- chore: Provide a way to encode/decode attestation data by @alainncls in #263
- chore: Add test framework by @satyajeetkolhapure in #261
- chore: Add example calls for all the methods the SDK will implement by @satyajeetkolhapure in #268
- chore: Add a CI pipeline for the SDK by @alainncls in #266
- feat: As user, I want to use the SDK to return all attestations that have a relationship to a specific attestation by @alainncls in #271
- feat: As a user, I want to create an attestation using the SDK by @alainncls in #270
- chore: Add Scroll testnet config by @0xEillo in #276
- feat: added revoke and simulateRevoke by @satyajeetkolhapure in #274
- feat: As a user, I want to batch create and batch revoke attestations with the SDK by @satyajeetkolhapure in #280
- chore: accepting the param values for examples by @satyajeetkolhapure in #279
- feat: As a user, I want to query the Attestations on the subgraph via the SDK by @alainncls in #278
- chore: Publish the Ways of Working by @alainncls in #298
- chore: Better README by @alainncls in #299
Full Changelog: v3...v4
What's Changed
- chore: minor fixes on the scripts by @alainncls in #197
- fix: Portal should not be initializable/upgradeable by @alainncls in #199
- feat: As an Issuer, I want the context of a Schema to be optional by @alainncls in #213
- fix: When bulk running modules, loop over attestations payloads and not modules by @alainncls in #218
- fix: The mass import feature should emit an AttestationRegistered event for each attestation created by @alainncls in #216
- feat: As an attestation issuer, I would like to remain compatible with the ERC-721 standard by @satyajeetkolhapure in #220
- feat: add msg.value and _attester() to hooks by @0xEillo in #221
- chore: Cleanup and improvements by @alainncls in #222
- feat: as an attestation consumer, I want to be able to check if an address has an attestation using the ERC-1155 owner method by @satyajeetkolhapure in #227
- feat: As a user, I want the contracts data to be indexed via a subgraph by @alainncls in #224
- Revert "feat: as an attestation consumer, I want to be able to check if an address has an attestation using the ERC-1155 owner method" by @satyajeetkolhapure in #233
- feat: As a user i want to get decoded attestation data via the subgraph by @alainncls in #229
- feat: As a User, I want to check the number of Attestation, Modules, Portals and Schemas from the subgraph by @alainncls in #237
- chore: Minor fixes by @alainncls in #241
- feat: Deploy on Sepolia by @alainncls in #242
- chore: Add utils by @alainncls in #243
- chore: Change the repository architecture to a monorepo by @alainncls in #239
- feat: attestation read interoperability by @satyajeetkolhapure in #248
- feat: As an attestation consumer, I want to be able to check if an address has an attestation using the ERC-1155 owner method by @alainncls in #251
- feat: As a Dev, I want to benefit from a skeleton of the SDK by @alainncls in #254
- chore: Create a data mapper for the 4 main Verax objects by @alainncls in #260
- chore: Provide a way to encode/decode attestation data by @alainncls in #263
- chore: Add test framework by @satyajeetkolhapure in #261
- chore: Add example calls for all the methods the SDK will implement by @satyajeetkolhapure in #268
- chore: Add a CI pipeline for the SDK by @alainncls in #266
- feat: As user, I want to use the SDK to return all attestations that have a relationship to a specific attestation by @alainncls in #271
- feat: As a user, I want to create an attestation using the SDK by @alainncls in #270
- chore: Add Scroll testnet config by @0xEillo in #276
- feat: added revoke and simulateRevoke by @satyajeetkolhapure in #274
- feat: As a user, I want to batch create and batch revoke attestations with the SDK by @satyajeetkolhapure in #280
- chore: accepting the param values for examples by @satyajeetkolhapure in #279
- feat: As a user, I want to query the Attestations on the subgraph via the SDK by @alainncls in #278
- chore: Publish the Ways of Working by @alainncls in #298
- chore: Better README by @alainncls in #299
- chore: Release Verax v4 on Linea Goerli by @alainncls in #302
- doc: Update the SDK documentation by @alainncls in #308
- feat: As a Dev, I want to have a minimal
IPortal
interface to facilitate the creation of aPortal
by @0xEillo in #303
Full Changelog: v3...v4