-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/tokenomics #54
Feat/tokenomics #54
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks good but my guess is that we need to modularize this a bit. I still need to study rounds a bit more to understand the equivalent FSM.
- It would be nice see the tests and linters passing, I think you need to merge main to solve the merge conflict.
- I would try to keep abciApps separated in different skills and then chain them (do you have access to any chained example?) as this skill is getting quite large. But not in this PR as it is already big. Let's first focus on having tests.
Status update:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good! Do not forget to sync main from time to time as this PR is growing bigger each day.
# Conflicts: # packages/valory/agents/elcollectooorr/aea-config.yaml # packages/valory/contracts/gnosis_safe/contract.py # packages/valory/contracts/gnosis_safe/contract.yaml # packages/valory/skills/elcollectooorr_abci/behaviours.py # packages/valory/skills/elcollectooorr_abci/models.py # packages/valory/skills/elcollectooorr_abci/rounds.py # packages/valory/skills/elcollectooorr_abci/skill.yaml # tests/test_skills/test_fractionalize_deployment_abci/__init__.py # tests/test_skills/test_fractionalize_deployment_abci/test_behaviours.py # tests/test_skills/test_fractionalize_deployment_abci/test_dialogues.py # tests/test_skills/test_fractionalize_deployment_abci/test_payloads.py # tests/test_skills/test_fractionalize_deployment_abci/test_rounds.py
fix/various
# Conflicts: # packages/hashes.csv
feat/happy path e2e test
Integration tests.
Still a work in progress, but all of the components work, both individually and together 🥳.
TODO:
payloads,behaviours,rounds.Add algorithm updates:Add check whether project is mintable.Check all projects simultaneously.Linting, and other aesthetic fixes.