agents-aea icon indicating copy to clipboard operation
agents-aea copied to clipboard

Generate wealth for tac skills added.

Open panasevychol opened this issue 4 years ago • 1 comments

Proposed changes

Generate wealth for tac skills added.

Types of changes

What types of changes does your code introduce to agents-aea? Put an x in the boxes that apply

  • [ ] Bugfix (non-breaking change which fixes an issue)
  • [x] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist

Put an x in the boxes that apply.

  • [ ] I have read the CONTRIBUTING doc
  • [ ] I am making a pull request against the develop branch (left side). Also you should start your branch off our develop.
  • [ ] Lint and unit tests pass locally with my changes and CI passes too
  • [ ] I have added tests that prove my fix is effective or that my feature works
  • [ ] I have checked that code coverage does not decrease.
  • [ ] I have added necessary documentation (if appropriate)
  • [ ] Any dependent changes have been merged and published in downstream modules

panasevychol avatar Oct 08 '21 14:10 panasevychol

You probably already know this, but to get the checks passing, you'll need to run:

make lint
make pylint
make static

fix any problems it finds, and then run

scripts/generate_ipfs_hashes.py

jrriehl avatar Oct 25 '21 15:10 jrriehl