Arthur Gousset
Arthur Gousset
Github issue to keep track checklist in [Core Contracts release process](https://docs.celo.org/community/release-process/smart-contracts#promotion-process). T: - [x] @0xarthurxyz: Create a Github issue tracking all these checklist items as an audit log - This...
### Description _(Double checked with @m-chrzan before making this PR against master)_ Sets `RELEASE_TAG` to [`core-contracts.v8.pre-audit`](https://github.com/celo-org/celo-monorepo/releases/tag/core-contracts.v8.pre-audit) on the master branch in [celo-monorepo](https://github.com/celo-org/celo-monorepo)/[.circleci](https://github.com/celo-org/celo-monorepo/tree/master/.circleci)/[config.yml](https://github.com/celo-org/celo-monorepo/blob/master/.circleci/config.yml) as described in [git release management](https://docs.celo.org/community/release-process/smart-contracts#when-a-new-release-branch-is-cut). This is...
Draft release notes for [Core Contracts Release 8](https://github.com/celo-org/celo-monorepo/releases/tag/core-contracts.v8.pre-audit) (pre-release). In particular the following sections: - [ ] "Key updates in this release" (blurb with description of changes) - [ ]...
This involves shepherding [CIP51](https://github.com/celo-org/celo-proposals/blob/master/CIPs/cip-0051.md) through the CIP process described here: - [Celo Improvement Proposal (CIP) Process](https://github.com/celo-org/celo-proposals/blob/master/CIPs/cip-0000.md) Useful links: - Github: [CIP51: Federated Attestations Protocol](https://github.com/celo-org/celo-proposals/blob/master/CIPs/cip-0051.md) - Forum: [CIP51: Federated Attestations Protocol...
Describe interactions between stakeholders in different scenarios (ex. onboarding, account revocation, escrow) in [notion doc](https://www.notion.so/clabsco/ASv2-User-Flows-f508062cc99d4376af4e161859f2e745)
- Currently addressing the feedback to show code snippets for _how to use_ the escrow contract instead of function signatures - To make sure the code snippets work and to...
- Link to page I'll update: https://docs.celo.org/celo-codebase/protocol/transactions/escrow - Link to PR: https://github.com/celo-org/docs/pull/334 Todos: - [ ] #9709
What's needed: - [ ] itemised lessons and next steps from user interviews/feedback @eelanagaraj and I received - [ ] Bernardo (ImpactMarket) - [ ] Rossy (Celo Wallet) - [...
### Updates Escrow docs - Adds detailed Mermaid diagrams that visualise 1. the two payment flows (private key- and phone number-based) 2. the revocation flow - I added support for...