# Teritori Report - September 28, 2023 :spiral_note_pad: Previous Report: https://hackmd.io/@zxxma/teritori-partnerscall-08302023 Journey Hackerspace: https://github.com/gnolang/hackerspace/issues/7 feat: teritori contracts #1154 - PR Link: https://github.com/gnolang/gno/pull/1154 ### Current State TLDR: - Teritori's team work have been unified and opened for review ### New Documentations: Moderation DAO: https://github.com/gnolang/gno/blob/7d9aa49394b5049eacc57effe8b14a556f92e087/examples/gno.land/r/demo/teritori/MODERATION_DAO.md DAO Tutorial: https://github.com/gnolang/gno/blob/7d9aa49394b5049eacc57effe8b14a556f92e087/examples/gno.land/r/demo/teritori/DAO_TUTORIAL.md Teritori Demo Readme: https://github.com/gnolang/gno/blob/7d9aa49394b5049eacc57effe8b14a556f92e087/examples/gno.land/r/demo/teritori/README.md --- #### Gopher - Gnoland Realms collection built by Teritori team - Moved realms codebase from gnodaotools repo to Teritori gno repo - Write & update specs (VRF, Justice DAO) - Justice DAO enhancement - Connect Justice DAO solution to escrow realm to determine the final amount by DAO - Update example commands to interact with Justice DAO - Add CurrentRealm endpoint on Justice DAO to configure on escrow realm - Escrow realm enhancement for grant manager support - Design the changes to make for milestone management - Update existing endpoints for milestones management (CreateContract, AcceptContract, CompleteContract, CompleteContractByDAO, CancelContract, PauseContract, ResumeContract, RenderContract, GiveFeedback) - Milestones management endpoints implementation (PayActiveMilestone, PayAndCompleteActiveMilestone, StartNextMilestone, AddUpcomingMilestone, CancelUpcomingMilestone) - Make the contract to be created by one of contractor or funder & accepted by counterparty - Deploy a new escrow realm for test :question: **Associated Questions** - What's the latest release for public testnet? How often is it released? Does it keep realms from previous testnet? --- #### Norman - Wrote documentation - Unify teritori packages and realms - Made teritori packages and realms pass examples CI tests - Deployed faucet for the gno teritori network and integrated it in teritori UI --- #### Yo1110 - Finish social_feeds + migrations using ujson package --- #### Mehdi - Updated the documentation & tutorials with the faucet and published them on Teritori Gitbook: - [Gno.land Grant Program](https://teritori.gitbook.io/teritori-whitepaper/gno.land/gno.land-grant-program) - [How to get started with Gno.land using Teritori](https://teritori.gitbook.io/teritori-whitepaper/gno.land/how-to-get-started-with-gno.land-using-teritori) - [Introducing Gno.land Social Feed V0.1](https://teritori.gitbook.io/teritori-whitepaper/gno.land/introducing-gno.land-social-feed-v0.1) - [How to deploy a Gno.land DAO using Teritori](https://teritori.gitbook.io/teritori-whitepaper/gno.land/how-to-deploy-a-gno.land-dao-using-teritori) - Updated the [Blog post ](https://hackmd.io/@zxxma/Sy-8QwYYn) for review before publishing: - Fixed the typos and schemes. - Added a vision section past the introduction. :question: **Associated Questions** - Do you need help to integrate our tutorials to your documentation or is the gitbook good enough to c/p (previous hackmd drafts are now slightly deprecated)? - Do you need updates on the article before publishing it?