Skip to content

Commit eb79236

Browse files
authored
build: update lock and fix CI (#2848)
1 parent e640381 commit eb79236

File tree

5 files changed

+683
-616
lines changed

5 files changed

+683
-616
lines changed

.github/workflows/workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
sudo apt-get autoclean
197197
- name: Install tox
198198
run: |
199-
pip install tox
199+
pip install tox==3.28.0
200200
- name: Check plugin aea-ledger-cosmos
201201
run: |
202202
tox -r -e plugins_env -- sh -c "pip install ./plugins/aea-ledger-cosmos && aea generate-key cosmos && echo aea-ledger-cosmos checked!"

docs/limits.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Python is not a compiled language. However, various projects attempt this, e.g.
160160

161161
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):
162162

163-
- <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>.
163+
- <a href="https://erc725alliance.org" target="_blank">ERC 725: Ethereum Identity Standard</a> and <a href="https://erc725alliance.org" target="_blank">here</a>.
164164
- <a href="https://github.com/ethereum/eips/issues/735" target="_blank">ERC 735: Claim Holder</a>
165165

166166
#### Optimise protocol schemas and messages

0 commit comments

Comments
 (0)