-
Notifications
You must be signed in to change notification settings - Fork 63
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
AEA-1189 Crypto plug-in mechanism #2112
Commits on Jan 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for cd21f8a - Browse repository at this point
Copy the full SHA cd21f8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d14a630 - Browse repository at this point
Copy the full SHA d14a630View commit details -
Configuration menu - View commit details
-
Copy full SHA for 411e440 - Browse repository at this point
Copy the full SHA 411e440View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0c5dbc - Browse repository at this point
Copy the full SHA c0c5dbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e51f6a - Browse repository at this point
Copy the full SHA 2e51f6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e929989 - Browse repository at this point
Copy the full SHA e929989View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0adf752 - Browse repository at this point
Copy the full SHA 0adf752View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ca8c0c - Browse repository at this point
Copy the full SHA 1ca8c0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6411fef - Browse repository at this point
Copy the full SHA 6411fefView commit details -
remove 'fetchai_crypto' from strategy.ini
removed as it turned out to be useless
Configuration menu - View commit details
-
Copy full SHA for 8f08d74 - Browse repository at this point
Copy the full SHA 8f08d74View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffcdcd8 - Browse repository at this point
Copy the full SHA ffcdcd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f104e26 - Browse repository at this point
Copy the full SHA f104e26View commit details -
remove 'plugins' folder from static checks
Error: "There are no .py[i] files in directory 'plugins'"
Configuration menu - View commit details
-
Copy full SHA for da59178 - Browse repository at this point
Copy the full SHA da59178View commit details
Commits on Jan 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for da839f3 - Browse repository at this point
Copy the full SHA da839f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9698fad - Browse repository at this point
Copy the full SHA 9698fadView commit details
Commits on Jan 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2bbea9e - Browse repository at this point
Copy the full SHA 2bbea9eView commit details
Commits on Jan 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8d89ea1 - Browse repository at this point
Copy the full SHA 8d89ea1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57709ed - Browse repository at this point
Copy the full SHA 57709edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55bcfd2 - Browse repository at this point
Copy the full SHA 55bcfd2View commit details
Commits on Jan 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4514e65 - Browse repository at this point
Copy the full SHA 4514e65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43c7569 - Browse repository at this point
Copy the full SHA 43c7569View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ce4089 - Browse repository at this point
Copy the full SHA 0ce4089View commit details -
Configuration menu - View commit details
-
Copy full SHA for e512120 - Browse repository at this point
Copy the full SHA e512120View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29f07c3 - Browse repository at this point
Copy the full SHA 29f07c3View commit details
Commits on Feb 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4ebab4a - Browse repository at this point
Copy the full SHA 4ebab4aView commit details -
update test/lint system for plugins
- run plugin tests after main test battery. - integrate plugin lint checks in main lint checks
Configuration menu - View commit details
-
Copy full SHA for 9edd1c9 - Browse repository at this point
Copy the full SHA 9edd1c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f514f5 - Browse repository at this point
Copy the full SHA 0f514f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa7f6ea - Browse repository at this point
Copy the full SHA fa7f6eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4b6edc - Browse repository at this point
Copy the full SHA b4b6edcView commit details -
suppress 'no test' exit code for plugin tests
Since plugin tests were added in the main pytest job, pytest test filters are forwarded to pytest calls for plugin tests. It could happen that some pytest filter deselect all the tests of a plugin, which makes pytest exiting with code 5. This has been addressed by using the plugin 'pytest-custom-exit-code'.
Configuration menu - View commit details
-
Copy full SHA for dbd3162 - Browse repository at this point
Copy the full SHA dbd3162View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d685c3 - Browse repository at this point
Copy the full SHA 4d685c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6145115 - Browse repository at this point
Copy the full SHA 6145115View commit details
Commits on Feb 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c504c54 - Browse repository at this point
Copy the full SHA c504c54View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4f4635 - Browse repository at this point
Copy the full SHA d4f4635View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22c70cc - Browse repository at this point
Copy the full SHA 22c70ccView commit details -
remove 'fetchai-crypto/tests/data' folder
the private keys are generated temporarily before the tests' execution.
Configuration menu - View commit details
-
Copy full SHA for 47990e1 - Browse repository at this point
Copy the full SHA 47990e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7dab4e - Browse repository at this point
Copy the full SHA b7dab4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a811b9c - Browse repository at this point
Copy the full SHA a811b9cView commit details -
- run test battery with development version of the plugins - fix freeze command test
Configuration menu - View commit details
-
Copy full SHA for 99915f9 - Browse repository at this point
Copy the full SHA 99915f9View commit details -
remove (partially) local private keys for testing in plugins
for cosmos plugin, in 'test_sign_and_recover_message_public_key', if we use a temporary key the test doesn't pass. Instead, it passes with the old fixture.
Configuration menu - View commit details
-
Copy full SHA for cee2b1a - Browse repository at this point
Copy the full SHA cee2b1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fac4cf - Browse repository at this point
Copy the full SHA 3fac4cfView commit details
Commits on Feb 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a4df3d4 - Browse repository at this point
Copy the full SHA a4df3d4View commit details -
vendorize cosmos main module into fetchai plugin
the reason is that fetchai could not depend on cosmos because not published yet. also, add check in workflow to ensure cosmos_crypto.cosmos and fetchai_crypto._cosmos have the same content.
Configuration menu - View commit details
-
Copy full SHA for 18ab47c - Browse repository at this point
Copy the full SHA 18ab47cView commit details -
vendorize 'helpers/http_requests.py' in plugin packages
add check in workflow to ensure consistency (module must be the same everywhere)
Configuration menu - View commit details
-
Copy full SHA for c513f4c - Browse repository at this point
Copy the full SHA c513f4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 231adc0 - Browse repository at this point
Copy the full SHA 231adc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2deb78b - Browse repository at this point
Copy the full SHA 2deb78bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79b31e0 - Browse repository at this point
Copy the full SHA 79b31e0View commit details
Commits on Feb 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ab2c224 - Browse repository at this point
Copy the full SHA ab2c224View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc0a59f - Browse repository at this point
Copy the full SHA bc0a59fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c331a81 - Browse repository at this point
Copy the full SHA c331a81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 489874f - Browse repository at this point
Copy the full SHA 489874fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 266c8e5 - Browse repository at this point
Copy the full SHA 266c8e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 238786f - Browse repository at this point
Copy the full SHA 238786fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 541f23e - Browse repository at this point
Copy the full SHA 541f23eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21f09b5 - Browse repository at this point
Copy the full SHA 21f09b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f3abea - Browse repository at this point
Copy the full SHA 1f3abeaView commit details
Commits on Feb 17, 2021
-
the reason is that we can't specify '--no-deps' flag when installing the plugins with Pipenv; so the `aea` is downloaded from PyPI instead of resolved locally. This causes conflicting subdependency versions like 'ecdsa' which is >=0.16 in plugins and '==0.15' in aea 0.10.0.
Configuration menu - View commit details
-
Copy full SHA for 13ddd0f - Browse repository at this point
Copy the full SHA 13ddd0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b12a96 - Browse repository at this point
Copy the full SHA 6b12a96View commit details
Commits on Feb 22, 2021
-
- add missing crypto plugin dependencies to several contract packages - replace "XCrypto" with "XApi"
Configuration menu - View commit details
-
Copy full SHA for 9ad9d0c - Browse repository at this point
Copy the full SHA 9ad9d0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3762c97 - Browse repository at this point
Copy the full SHA 3762c97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bb516c - Browse repository at this point
Copy the full SHA 3bb516cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 667c981 - Browse repository at this point
Copy the full SHA 667c981View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b16627 - Browse repository at this point
Copy the full SHA 2b16627View commit details -
Configuration menu - View commit details
-
Copy full SHA for 622b61a - Browse repository at this point
Copy the full SHA 622b61aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3927c11 - Browse repository at this point
Copy the full SHA 3927c11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 618e41c - Browse repository at this point
Copy the full SHA 618e41cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f75044 - Browse repository at this point
Copy the full SHA 9f75044View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8af620f - Browse repository at this point
Copy the full SHA 8af620fView commit details -
in workflow, coverage_checks: - missing '|' - plugin-py3.7-cov test environment should have been called, instead of py3.7-cov.
Configuration menu - View commit details
-
Copy full SHA for fea4480 - Browse repository at this point
Copy the full SHA fea4480View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fa801e - Browse repository at this point
Copy the full SHA 6fa801eView commit details