Skip to content

Commit

Permalink
build: update lock and fix CI (#2848)
Browse files Browse the repository at this point in the history
  • Loading branch information
5A11 authored Dec 24, 2022
1 parent e640381 commit eb79236
Show file tree
Hide file tree
Showing 5 changed files with 683 additions and 616 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:
sudo apt-get autoclean
- name: Install tox
run: |
pip install tox
pip install tox==3.28.0
- name: Check plugin aea-ledger-cosmos
run: |
tox -r -e plugins_env -- sh -c "pip install ./plugins/aea-ledger-cosmos && aea generate-key cosmos && echo aea-ledger-cosmos checked!"
Expand Down
2 changes: 1 addition & 1 deletion docs/limits.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Python is not a compiled language. However, various projects attempt this, e.g.

It would be great to integrate <a href="https://www.w3.org/TR/did-core/" target="_blank">DID</a> in the framework design, specifically identification of packages (most urgently protocols). Other projects and standards worth reviewing in the context (in particular with respect to identity):

- <a href="https://docs.ethhub.io/built-on-ethereum/identity/ERC725/" target="_blank">ERC 725: Ethereum Identity Standard</a> and <a href="https://erc725alliance.org" target="_blank">here</a>.
- <a href="https://erc725alliance.org" target="_blank">ERC 725: Ethereum Identity Standard</a> and <a href="https://erc725alliance.org" target="_blank">here</a>.
- <a href="https://github.com/ethereum/eips/issues/735" target="_blank">ERC 735: Claim Holder</a>

#### Optimise protocol schemas and messages
Expand Down
Loading

0 comments on commit eb79236

Please sign in to comment.