File tree 6 files changed +8
-8
lines changed
cosmwasm/contracts/crosschain-swaps
networks/osmosis-1/upgrades
6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ tests/e2e/scripts/*.wasm
238
238
blocks.db
239
239
** /blocks.db *
240
240
241
- # Ignore e2e test artifacts (which clould leak information if commited )
241
+ # Ignore e2e test artifacts (which clould leak information if committed )
242
242
.ash_history
243
243
.bash_history
244
244
Original file line number Diff line number Diff line change @@ -563,17 +563,17 @@ sequenceDiagram
563
563
actor Alice
564
564
actor Alice
565
565
Alice->>ChainA: Send Transfer M1
566
- Note over ChainA,Relayer: Block commited .
566
+ Note over ChainA,Relayer: Block committed .
567
567
Relayer-->>ChainB: Relay M1
568
568
critical Execute Contract
569
569
ChainB->>ChainB: Swap tokens
570
570
ChainB->>ChainB: Send IBC tx M2
571
571
end
572
- Note over ChainB,Relayer: Block commited .
572
+ Note over ChainB,Relayer: Block committed .
573
573
Relayer-->>ChainA: Ack M1
574
574
Relayer-->>ChainA: Relay M2
575
575
ChainA->>Alice: Send Swapped Tokens
576
- Note over ChainA,Relayer: Block commited .
576
+ Note over ChainA,Relayer: Block committed .
577
577
Relayer-->>ChainB: Ack M2
578
578
```
579
579
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ This is a package that is responsible for ingesting end-of-block data into vario
4
4
sinks. It is designed to be extensible. A user can add a new sink by implementing
5
5
an ` Ingester ` interface and then calling ` RegisterIngester ` in ` app.go ` .
6
6
7
- Note that to avoid causing a chain halt, any error or panic occuring during ingestion
7
+ Note that to avoid causing a chain halt, any error or panic occurring during ingestion
8
8
is logged and silently ignored.
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Cosmovisor requires some ENVIRONMENT VARIABLES be set in order to
36
36
function properly. We recommend setting these in your ` .profile ` so it
37
37
is automatically set in every session.
38
38
39
- For validators we recommmend setting
39
+ For validators we recommend setting
40
40
41
41
- ` DAEMON_ALLOW_DOWNLOAD_BINARIES=false ` for security reasons
42
42
- ` DAEMON_LOG_BUFFER_SIZE=512 ` to avoid a bug with extra long log
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ Cosmovisor requires some ENVIRONMENT VARIABLES be set in order to
68
68
function properly. We recommend setting these in your ` .profile ` so it
69
69
is automatically set in every session.
70
70
71
- For validators we recommmend setting
71
+ For validators we recommend setting
72
72
73
73
- ` DAEMON_ALLOW_DOWNLOAD_BINARIES=false ` for security reasons
74
74
- ` DAEMON_LOG_BUFFER_SIZE=512 ` to avoid a bug with extra long log
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ Cosmovisor requires some ENVIRONMENT VARIABLES be set in order to
61
61
function properly. We recommend setting these in your ` .profile ` so it
62
62
is automatically set in every session.
63
63
64
- For validators we recommmend setting
64
+ For validators we recommend setting
65
65
66
66
- ` DAEMON_ALLOW_DOWNLOAD_BINARIES=false ` for security reasons
67
67
- ` DAEMON_LOG_BUFFER_SIZE=512 ` to avoid a bug with extra long log
You can’t perform that action at this time.
0 commit comments