Skip to content

Commit e520f2f

Browse files
Merge pull request #2117 from fetchai/develop
Release v0.9.0
2 parents b422208 + 7ed79b3 commit e520f2f

642 files changed

Lines changed: 21325 additions & 8291 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/workflow.yml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,16 +129,29 @@ jobs:
129129
continue-on-error: False
130130
runs-on: ubuntu-latest
131131
timeout-minutes: 10
132-
if: github.event_name == 'pull_request' && github.head_ref == 'master'
132+
if: github.base_ref == 'master'
133133
steps:
134134
- uses: actions/checkout@master
135135
- uses: actions/setup-python@master
136136
with:
137-
python-version: 3.6
137+
python-version: 3.7
138+
- uses: actions/setup-node@v1
139+
with:
140+
node-version: 12.x
141+
- name: Install dependencies (ubuntu-latest)
142+
run: |
143+
sudo apt-get update --fix-missing
144+
sudo apt-get autoremove
145+
sudo apt-get autoclean
146+
pip install tox
147+
- name: Install markdown-spellcheck
148+
run: sudo npm install -g markdown-spellcheck
138149
- name: Check Docs links
139150
run: tox -e check_doc_links
140151
- name: Check API Docs updated
141152
run: tox -e check_api_docs
153+
- name: Check spelling
154+
run: tox -e spell_check
142155

143156

144157
integration_checks:
@@ -354,5 +367,4 @@ jobs:
354367
file: ./coverage.xml
355368
flags: unittests
356369
name: codecov-umbrella
357-
yml: ./codecov.yml
358370
fail_ci_if_error: false

.spelling

Lines changed: 169 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,169 @@
1+
# markdown-spellcheck spelling configuration file
2+
# Format - lines beginning # are comments
3+
# global dictionary is at the start, file overrides afterwards
4+
# one word per line, to define a file override use ' - filename'
5+
# where filename is relative to this configuration file
6+
liveness
7+
pre-shared
8+
Blockchain-based
9+
Asynchronisation
10+
asynchronisation
11+
Wooldridge
12+
driverless
13+
AEA
14+
AEAs
15+
Fetch.ai
16+
blockchains
17+
blockchain
18+
ACAs
19+
Alice_AEA
20+
Faber_AEA
21+
Alice_ACA
22+
Faber_ACA
23+
webhook
24+
webhooks
25+
localhost
26+
testnet
27+
multiaddress
28+
regex
29+
scaffolded
30+
Ethereum
31+
stdlib
32+
VSCode
33+
booleans
34+
Colab
35+
Dockerfile
36+
SDKs
37+
Teardown
38+
trustless
39+
deployer
40+
Ganache
41+
Ropsten
42+
faucet
43+
Fetch.ai.
44+
unregisters
45+
teardown
46+
unregister
47+
Agentland
48+
instantiable
49+
startup
50+
backend
51+
SQLite
52+
backends
53+
stdout
54+
sOEF
55+
Simple-OEF
56+
soef
57+
OpenAI's
58+
OpenAI
59+
PyPI
60+
OpenAPI
61+
fingerprinter
62+
Hyperledger
63+
proactiveness
64+
composable
65+
reusability
66+
Github
67+
tradeoffs
68+
protobuf
69+
secp256k1
70+
a-zA-Z_
71+
a-zA-Z0-9_
72+
a-zA-Z-
73+
0-9a-zA-Z-
74+
a-zA-Z
75+
0-9a-zA-Z
76+
DLTs
77+
permissionless
78+
libp2p
79+
ORMs
80+
standalone
81+
namespaced
82+
prometheus
83+
toolset
84+
deserialised
85+
snake_case
86+
proto3
87+
deserialising
88+
Rowling
89+
subexpression
90+
subexpressions
91+
deserialise
92+
frontend
93+
plugins
94+
MacOs
95+
WiFi
96+
pipenv
97+
automobiles
98+
IoT
99+
positionless
100+
11km
101+
1.1km
102+
mainnet
103+
testnets
104+
v2
105+
75km
106+
50km
107+
outbox
108+
subclassing
109+
gotchas
110+
trustlessness
111+
submodules
112+
setuptools
113+
linters
114+
Favorito
115+
MarcoFavorito
116+
Minarsch
117+
DavidMinarsch
118+
Hosseini
119+
Aristotelis
120+
Triantafyllidis
121+
Totoual
122+
Diarmid
123+
dishmop
124+
Panasevych
125+
Panasevychol
126+
Kevin-Chen0
127+
Turchenkov
128+
solarw
129+
Lokman
130+
Rahmani
131+
lrahmani
132+
Jiří
133+
Vestfál
134+
MissingNO57
135+
ejfitzgerald
136+
Riehl
137+
jrriehl
138+
README.md
139+
reentrancy
140+
serialiser
141+
simple-oef
142+
vendorised
143+
white_check_mark
144+
k8s
145+
illustrational
146+
OAuth
147+
ssh
148+
keychain
149+
submodule
150+
Django
151+
Multiaddresses
152+
Grafana
153+
Fipa
154+
Base64
155+
Pi3
156+
Raspbian
157+
Visdom
158+
PRs
159+
multiaddresses
160+
unregistration
161+
unregistering
162+
pipx
163+
BibTex
164+
Kubernetes
165+
- docs/language-agnostic-definition.md
166+
fetchai
167+
protocol_id
168+
- docs/simple-oef.md
169+
_do_

AUTHORS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Authors
22

3-
This is the official list of Fetch.AI authors for copyright purposes.
3+
This is the official list of Fetch.ai authors for copyright purposes.
44

55
* Marco Favorito <[email protected]> [MarcoFavorito](https://github.com/MarcoFavorito)
66
* David Minarsch <[email protected]> [DavidMinarsch](https://github.com/DavidMinarsch)

CODE_OF_CONDUCT.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ appearance, race, religion, or sexual identity and orientation.
1111

1212
## Our Standards
1313

14-
Examples of behavior that contributes to creating a positive environment
14+
Examples of behaviour that contributes to creating a positive environment
1515
include:
1616

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

23-
Examples of unacceptable behavior by participants include:
23+
Examples of unacceptable behaviour by participants include:
2424

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

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

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

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

5555
## Enforcement
5656

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

0 commit comments

Comments
 (0)