Skip to content
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

Merged
merged 88 commits into from
Jul 12, 2022
Merged

Feat/tokenomics #54

merged 88 commits into from
Jul 12, 2022

Conversation

0xArdi
Copy link
Collaborator

@0xArdi 0xArdi commented May 2, 2022

Still a work in progress, but all of the components work, both individually and together 🥳.
TODO:

  • Unit tests for payloads, behaviours, rounds.
  • Add algorithm updates:
    • Add check whether project is mintable.
    • Check all projects simultaneously.
  • Add at least 1 integration test.
  • Linting, and other aesthetic fixes.

Copy link
Collaborator

@dvilelaf dvilelaf left a 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.

packages/valory/contracts/basket/contract.py Show resolved Hide resolved
packages/valory/contracts/multisend/contract.py Outdated Show resolved Hide resolved
packages/valory/skills/elcollectooor_abci/behaviours.py Outdated Show resolved Hide resolved
packages/valory/skills/elcollectooor_abci/behaviours.py Outdated Show resolved Hide resolved
packages/valory/skills/elcollectooor_abci/behaviours.py Outdated Show resolved Hide resolved
packages/valory/skills/elcollectooor_abci/behaviours.py Outdated Show resolved Hide resolved
packages/valory/skills/elcollectooor_abci/behaviours.py Outdated Show resolved Hide resolved
packages/valory/skills/elcollectooor_abci/rounds.py Outdated Show resolved Hide resolved
@0xArdi
Copy link
Collaborator Author

0xArdi commented May 8, 2022

Status update:
TODO:

  • Unit tests behaviours in the elcollectooorr_abci.
  • Unit tests payloads, rounds, behaviours in the fractionalize_deployment_abci.
  • Add at least 1 integration test.
  • Linting, and other aesthetic fixes.

Copy link
Collaborator

@dvilelaf dvilelaf left a 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.

packages/valory/contracts/artblocks/contract.py Outdated Show resolved Hide resolved
packages/valory/contracts/artblocks_periphery/contract.py Outdated Show resolved Hide resolved
0xArdi added 11 commits May 12, 2022 14:22
# 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
@0xArdi 0xArdi merged commit 6b7c0bb into main Jul 12, 2022
@DavidMinarsch DavidMinarsch deleted the feat/tokenomics branch July 14, 2022 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants