-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(gno/dao): create a proposal to post on social feed through dao (#…
…1336) * test: e2e test to create dao creation flow * wip: e2e test to create dao creation flow * wip: e2e test handle filling all steps in dao creation form * wip: e2e test handle filling all steps in dao creation form * wip: e2e test handle filling all steps in dao creation form * wip: e2e test handle filling all steps in dao creation form * fix: remove unused std from gno dao realm generation * feat: add adena mock deploy pkg function * fix: finish e2e test organization creation flow on gno * chore: refactor project structure by moving all e2e test files into gno subfolder * style: run eslint * revert: useless modification on e2e test * fix: delete useless pkg comment * fix: run lint on networks files * fix: delete useless console.log * feat: use enum to handle adena type message value * fix: delete mint & burn tori token for common dao * fix(dao): remove modboard related code * fix(gnovm): remove leftover of tori import * feat: add a call to members JSON * feat: add a call to members JSON * fix: remove tori admin handler * chore: run eslint * fix: add a TODO to fix later the groupId * fix: remove groupId * fix: keep only e2e related code * fix: keep only e2e related code * fix(gno-daos): create proposal for post with DAO * feat(dao): fix org on gno to post on social feed * feat(dao): fix not enough funds by using user wallet instead of contract addr & same for proposal * misc(dao): remove console log statements * fix(dao): vote value * chore: lint * chore: gno lint * chore: gno lint * chore: gno lint * fix: replace function by usage of lodash lib * fix: check dao have enough money * fix: look for balance of DAO not of user * fix: remove double wait on tx causing infinite waiting time * fix: parse user & network * fix: simplify ternary operation * chore: rename poster to author --------- Co-authored-by: n0izn0iz <[email protected]>
- Loading branch information
1 parent
dec8594
commit 695c877
Showing
18 changed files
with
216 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
package dao_voting_group | ||
|
||
import ( | ||
"std" | ||
"testing" | ||
|
||
dao_interfaces "gno.land/p/teritori/dao_interfaces" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.