This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
64 changed files
with
1,627 additions
and
601 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,176 @@ | ||
90 | ||
annualised/MS | ||
Apache-2.0/M | ||
AccountId/MS | ||
api/SM | ||
auth | ||
auths/SM | ||
API/SM | ||
APIs | ||
arg | ||
args | ||
aren | ||
async | ||
Best/MS | ||
BlockId | ||
BFT/M | ||
bitfield/MS | ||
blake2/MS | ||
blockchain/MS | ||
borked | ||
BridgeStorage | ||
BlockNumber | ||
BTC/S | ||
CLI/MS | ||
Chain1 | ||
Chain2 | ||
ChainSpec | ||
ChainTime | ||
chain_getBlock | ||
choosen | ||
config/MS | ||
crypto/MS | ||
customizable/B | ||
debian/M | ||
decodable/MS | ||
DOT/S | ||
doesn | ||
dispatchables | ||
ed25519 | ||
enum/MS | ||
ERC-20 | ||
ethereum/MS | ||
externality/MS | ||
extrinsic/MS | ||
extrinsics | ||
fedora/M | ||
FN | ||
FinalizationError | ||
GiB/S | ||
GPL/M | ||
GPLv3/M | ||
Handler/MS | ||
HeaderA | ||
HeaderId | ||
https | ||
implementers | ||
inherent/MS | ||
initialize/RG | ||
instantiate/B | ||
intrinsic/MS | ||
intrinsics | ||
InitiateChange | ||
isn | ||
io | ||
js | ||
keccak256/M | ||
KSM/S | ||
Lane1 | ||
Lane2 | ||
Lane3 | ||
LaneId | ||
kusama/S | ||
KYC/M | ||
keccak | ||
Kovan | ||
merkle/MS | ||
MessageNonce | ||
MessageNonces | ||
Merklized | ||
MaybeOrphan | ||
MaybeExtra | ||
MetricsParams | ||
MessagePayload | ||
misbehavior/SM | ||
misbehaviors | ||
MIN_SIZE | ||
MIT/M | ||
max_value | ||
multivalidator/SM | ||
natively | ||
OldHeader | ||
nonces | ||
number | ||
no_std | ||
ok | ||
oneshot/MS | ||
others' | ||
OutboundMessages | ||
parablock/MS | ||
parachain/MS | ||
parameterize/D | ||
pallet_message_lane | ||
polkadot/MS | ||
pov-block/MS | ||
PoA | ||
PoV/MS | ||
precommit | ||
promethius | ||
promethius' | ||
prune_end | ||
prune_depth | ||
provisioner/MS | ||
redhat/M | ||
repo/MS | ||
receival | ||
RPC/MS | ||
RLP | ||
runtime/MS | ||
Runtime1 | ||
Runtime2 | ||
rustc/MS | ||
ServiceFactory/MS | ||
SignedExtension | ||
SIZE_FACTOR | ||
sr25519 | ||
SS58 | ||
SS58Prefix | ||
src | ||
S|N | ||
SURI | ||
source | ||
struct/MS | ||
Submitter1 | ||
submitters/MS | ||
subsystem/MS | ||
subsystems' | ||
shouldn | ||
synchronizer | ||
taskmanager/MS | ||
teleport/RG | ||
teleportation/SM | ||
teleporter/SM | ||
teleporters | ||
testnet/MS | ||
trie/MS | ||
trustless/Y | ||
ThisChain | ||
TCP | ||
ubuntu/M | ||
union/MSG | ||
undeliverable | ||
unfinalized | ||
unpruned | ||
unservable/B | ||
unsynced | ||
ve | ||
vec | ||
Vec | ||
validator/SM | ||
verifier | ||
w3f/MS | ||
wasm/M | ||
WND/S | ||
XCM/S | ||
XCMP/M | ||
include/BG | ||
isolate/BG | ||
Instance1 | ||
Instance2 | ||
Instance42 | ||
Pre | ||
Rialto | ||
stringified | ||
Stringified | ||
millau | ||
Millau |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[hunspell] | ||
lang = "en_US" | ||
search_dirs = ["."] | ||
extra_dictionaries = ["lingua.dic"] | ||
|
||
[hunspell.quirks] | ||
# `Type`'s | ||
# 5x | ||
transform_regex = ["^'([^\\s])'$", "^[0-9]+(?:\\.[0-9]*)?x$", "^'s$", "^\\+$", "[><+-]"] | ||
allow_concatenation = true | ||
allow_dashes = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.