Skip to content

Commit

Permalink
Merge pull request #2117 from fetchai/develop
Browse files Browse the repository at this point in the history
Release v0.9.0
  • Loading branch information
DavidMinarsch authored Jan 6, 2021
2 parents b422208 + 7ed79b3 commit e520f2f
Show file tree
Hide file tree
Showing 642 changed files with 21,325 additions and 8,291 deletions.
18 changes: 15 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,16 +129,29 @@ jobs:
continue-on-error: False
runs-on: ubuntu-latest
timeout-minutes: 10
if: github.event_name == 'pull_request' && github.head_ref == 'master'
if: github.base_ref == 'master'
steps:
- uses: actions/checkout@master
- uses: actions/setup-python@master
with:
python-version: 3.6
python-version: 3.7
- uses: actions/setup-node@v1
with:
node-version: 12.x
- name: Install dependencies (ubuntu-latest)
run: |
sudo apt-get update --fix-missing
sudo apt-get autoremove
sudo apt-get autoclean
pip install tox
- name: Install markdown-spellcheck
run: sudo npm install -g markdown-spellcheck
- name: Check Docs links
run: tox -e check_doc_links
- name: Check API Docs updated
run: tox -e check_api_docs
- name: Check spelling
run: tox -e spell_check


integration_checks:
Expand Down Expand Up @@ -354,5 +367,4 @@ jobs:
file: ./coverage.xml
flags: unittests
name: codecov-umbrella
yml: ./codecov.yml
fail_ci_if_error: false
169 changes: 169 additions & 0 deletions .spelling
Original file line number Diff line number Diff line change
@@ -0,0 +1,169 @@
# markdown-spellcheck spelling configuration file
# Format - lines beginning # are comments
# global dictionary is at the start, file overrides afterwards
# one word per line, to define a file override use ' - filename'
# where filename is relative to this configuration file
liveness
pre-shared
Blockchain-based
Asynchronisation
asynchronisation
Wooldridge
driverless
AEA
AEAs
Fetch.ai
blockchains
blockchain
ACAs
Alice_AEA
Faber_AEA
Alice_ACA
Faber_ACA
webhook
webhooks
localhost
testnet
multiaddress
regex
scaffolded
Ethereum
stdlib
VSCode
booleans
Colab
Dockerfile
SDKs
Teardown
trustless
deployer
Ganache
Ropsten
faucet
Fetch.ai.
unregisters
teardown
unregister
Agentland
instantiable
startup
backend
SQLite
backends
stdout
sOEF
Simple-OEF
soef
OpenAI's
OpenAI
PyPI
OpenAPI
fingerprinter
Hyperledger
proactiveness
composable
reusability
Github
tradeoffs
protobuf
secp256k1
a-zA-Z_
a-zA-Z0-9_
a-zA-Z-
0-9a-zA-Z-
a-zA-Z
0-9a-zA-Z
DLTs
permissionless
libp2p
ORMs
standalone
namespaced
prometheus
toolset
deserialised
snake_case
proto3
deserialising
Rowling
subexpression
subexpressions
deserialise
frontend
plugins
MacOs
WiFi
pipenv
automobiles
IoT
positionless
11km
1.1km
mainnet
testnets
v2
75km
50km
outbox
subclassing
gotchas
trustlessness
submodules
setuptools
linters
Favorito
MarcoFavorito
Minarsch
DavidMinarsch
Hosseini
Aristotelis
Triantafyllidis
Totoual
Diarmid
dishmop
Panasevych
Panasevychol
Kevin-Chen0
Turchenkov
solarw
Lokman
Rahmani
lrahmani
Jiří
Vestfál
MissingNO57
ejfitzgerald
Riehl
jrriehl
README.md
reentrancy
serialiser
simple-oef
vendorised
white_check_mark
k8s
illustrational
OAuth
ssh
keychain
submodule
Django
Multiaddresses
Grafana
Fipa
Base64
Pi3
Raspbian
Visdom
PRs
multiaddresses
unregistration
unregistering
pipx
BibTex
Kubernetes
- docs/language-agnostic-definition.md
fetchai
protocol_id
- docs/simple-oef.md
_do_
2 changes: 1 addition & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Authors

This is the official list of Fetch.AI authors for copyright purposes.
This is the official list of Fetch.ai authors for copyright purposes.

* Marco Favorito <[email protected]> [MarcoFavorito](https://github.com/MarcoFavorito)
* David Minarsch <[email protected]> [DavidMinarsch](https://github.com/DavidMinarsch)
Expand Down
12 changes: 6 additions & 6 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ appearance, race, religion, or sexual identity and orientation.

## Our Standards

Examples of behavior that contributes to creating a positive environment
Examples of behaviour that contributes to creating a positive environment
include:

* Using welcoming and inclusive language
Expand All @@ -20,7 +20,7 @@ include:
* Focusing on what is best for the community
* Showing empathy towards other community members

Examples of unacceptable behavior by participants include:
Examples of unacceptable behaviour by participants include:

* The use of sexualized language or imagery and unwelcome sexual attention or
advances
Expand All @@ -34,13 +34,13 @@ Examples of unacceptable behavior by participants include:
## Our Responsibilities

Project maintainers are responsible for clarifying the standards of acceptable
behavior and are expected to take appropriate and fair corrective action in
response to any instances of unacceptable behavior.
behaviour and are expected to take appropriate and fair corrective action in
response to any instances of unacceptable behaviour.

Project maintainers have the right and responsibility to remove, edit, or
reject comments, commits, code, wiki edits, issues, and other contributions
that are not aligned to this Code of Conduct, or to ban temporarily or
permanently any contributor for other behaviors that they deem inappropriate,
permanently any contributor for other behaviours that they deem inappropriate,
threatening, offensive, or harmful.

## Scope
Expand All @@ -54,7 +54,7 @@ further defined and clarified by project maintainers.

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
Instances of abusive, harassing, or otherwise unacceptable behaviour may be
reported by contacting the project team at [email protected]. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
Expand Down
Loading

0 comments on commit e520f2f

Please sign in to comment.