Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 7c6e5cd

Browse files
committed
Squashed 'bridges/' changes from 89a76998f..f43c92430
f43c92430 Fix account derivation in CLI (#952) 9ac07e733 Add backbone configuration of cargo-spellcheck (#924) 2761c3fef Message dispatch support multiple instances (#942) 801c99f3d Add Wococo<>Rococo Header Relayer (#925) 21f490514 Remove Westend<>Rococo header sync (#940) 06235f162 do not panic if pallet is not yet initialized (#937) a13ee0bc3 Bump Substrate (#939) f8680cbfc jsonrpsee alpha6 (#938) 6163bcbf4 reonnect to failed client in on-demand relay background task (#936) 14e82bea3 Do not spawn additional task for on-demand relays (#933) b1557b882 Relay at least one header for every source chain session (#923) 9420649c1 Remove deprecated Runtime Header APIs (#932) 9627011e1 Update README.md (#931) 7b736b9cc Truncate output in logs. (#930) faad06e39 Make sure that relayers have dates in logs. (#927) 077345351 Update dump-logs script. (#928) c2d56b2e9 Add pruning to bechmarks & update weights. (#918) a30c51dc9 Add properties to Chain Spec (#917) d691c73e9 Fix issue with on-demand headers relay not starting (#921) 8ee55c1e1 Fix image publishing. (#922) f51fb59d0 Prefix in relay loops logs (#920) git-subtree-dir: bridges git-subtree-split: f43c924301c227d29ec161f6815d9bac458a211d
1 parent 9781c79 commit 7c6e5cd

Some content is hidden

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

64 files changed

+1627
-601
lines changed

.config/lingua.dic

Lines changed: 176 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,176 @@
1+
90
2+
annualised/MS
3+
Apache-2.0/M
4+
AccountId/MS
5+
api/SM
6+
auth
7+
auths/SM
8+
API/SM
9+
APIs
10+
arg
11+
args
12+
aren
13+
async
14+
Best/MS
15+
BlockId
16+
BFT/M
17+
bitfield/MS
18+
blake2/MS
19+
blockchain/MS
20+
borked
21+
BridgeStorage
22+
BlockNumber
23+
BTC/S
24+
CLI/MS
25+
Chain1
26+
Chain2
27+
ChainSpec
28+
ChainTime
29+
chain_getBlock
30+
choosen
31+
config/MS
32+
crypto/MS
33+
customizable/B
34+
debian/M
35+
decodable/MS
36+
DOT/S
37+
doesn
38+
dispatchables
39+
ed25519
40+
enum/MS
41+
ERC-20
42+
ethereum/MS
43+
externality/MS
44+
extrinsic/MS
45+
extrinsics
46+
fedora/M
47+
FN
48+
FinalizationError
49+
GiB/S
50+
GPL/M
51+
GPLv3/M
52+
Handler/MS
53+
HeaderA
54+
HeaderId
55+
https
56+
implementers
57+
inherent/MS
58+
initialize/RG
59+
instantiate/B
60+
intrinsic/MS
61+
intrinsics
62+
InitiateChange
63+
isn
64+
io
65+
js
66+
keccak256/M
67+
KSM/S
68+
Lane1
69+
Lane2
70+
Lane3
71+
LaneId
72+
kusama/S
73+
KYC/M
74+
keccak
75+
Kovan
76+
merkle/MS
77+
MessageNonce
78+
MessageNonces
79+
Merklized
80+
MaybeOrphan
81+
MaybeExtra
82+
MetricsParams
83+
MessagePayload
84+
misbehavior/SM
85+
misbehaviors
86+
MIN_SIZE
87+
MIT/M
88+
max_value
89+
multivalidator/SM
90+
natively
91+
OldHeader
92+
nonces
93+
number
94+
no_std
95+
ok
96+
oneshot/MS
97+
others'
98+
OutboundMessages
99+
parablock/MS
100+
parachain/MS
101+
parameterize/D
102+
pallet_message_lane
103+
polkadot/MS
104+
pov-block/MS
105+
PoA
106+
PoV/MS
107+
precommit
108+
promethius
109+
promethius'
110+
prune_end
111+
prune_depth
112+
provisioner/MS
113+
redhat/M
114+
repo/MS
115+
receival
116+
RPC/MS
117+
RLP
118+
runtime/MS
119+
Runtime1
120+
Runtime2
121+
rustc/MS
122+
ServiceFactory/MS
123+
SignedExtension
124+
SIZE_FACTOR
125+
sr25519
126+
SS58
127+
SS58Prefix
128+
src
129+
S|N
130+
SURI
131+
source
132+
struct/MS
133+
Submitter1
134+
submitters/MS
135+
subsystem/MS
136+
subsystems'
137+
shouldn
138+
synchronizer
139+
taskmanager/MS
140+
teleport/RG
141+
teleportation/SM
142+
teleporter/SM
143+
teleporters
144+
testnet/MS
145+
trie/MS
146+
trustless/Y
147+
ThisChain
148+
TCP
149+
ubuntu/M
150+
union/MSG
151+
undeliverable
152+
unfinalized
153+
unpruned
154+
unservable/B
155+
unsynced
156+
ve
157+
vec
158+
Vec
159+
validator/SM
160+
verifier
161+
w3f/MS
162+
wasm/M
163+
WND/S
164+
XCM/S
165+
XCMP/M
166+
include/BG
167+
isolate/BG
168+
Instance1
169+
Instance2
170+
Instance42
171+
Pre
172+
Rialto
173+
stringified
174+
Stringified
175+
millau
176+
Millau

.config/spellcheck.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[hunspell]
2+
lang = "en_US"
3+
search_dirs = ["."]
4+
extra_dictionaries = ["lingua.dic"]
5+
6+
[hunspell.quirks]
7+
# `Type`'s
8+
# 5x
9+
transform_regex = ["^'([^\\s])'$", "^[0-9]+(?:\\.[0-9]*)?x$", "^'s$", "^\\+$", "[><+-]"]
10+
allow_concatenation = true
11+
allow_dashes = true

.github/workflows/lint.yml

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,45 @@ jobs:
2121
env:
2222
RUST_BACKTRACE: full
2323
steps:
24-
24+
2525
- name: Cancel Previous Runs
2626
uses: styfle/[email protected]
2727
with:
2828
access_token: ${{ github.token }}
29-
29+
3030
- name: Checkout sources & submodules
3131
uses: actions/checkout@master
3232
with:
3333
fetch-depth: 5
3434
submodules: recursive
35-
35+
3636
- name: Add rustfmt
3737
run: rustup component add rustfmt
38-
38+
3939
- name: rust-fmt check
4040
uses: actions-rs/cargo@master
4141
with:
4242
command: fmt
4343
args: --all -- --check
44+
check-spellcheck:
45+
name: Check For Spelling and/or Grammar Mistakes
46+
runs-on: ubuntu-latest
47+
env:
48+
RUST_BACKTRACE: full
49+
steps:
50+
- name: Cancel Previous Runs
51+
uses: styfle/[email protected]
52+
with:
53+
access_token: ${{ github.token }}
54+
55+
- name: Checkout sources & submodules
56+
uses: actions/checkout@master
57+
with:
58+
fetch-depth: 5
59+
submodules: recursive
60+
61+
- name: Add cargo-spellcheck
62+
run: cargo install cargo-spellcheck
63+
64+
- name: Run spellcheck
65+
run: cargo spellcheck check -m 1 -vv $(find modules/currency-exchange/src -name "*.rs")

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ jobs:
8585
matrix:
8686
toolchain:
8787
- stable
88-
#- beta
89-
- nightly
88+
#- beta
89+
- nightly-2021-04-10
9090
runs-on: ubuntu-latest
9191
env:
9292
RUST_BACKTRACE: full

0 commit comments

Comments
 (0)