-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(iota): add markdown dprint (#1025)
* feat(iota): add markdown dprint * remove backslash --------- Co-authored-by: DaughterOfMars <[email protected]>
- Loading branch information
1 parent
8e63075
commit df78b91
Showing
66 changed files
with
599 additions
and
495 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# IOTA Releases | ||
https://github.com/iotaledger/iota/releases | ||
|
||
https://github.com/iotaledger/iota/releases |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# IOTA Security | ||
|
||
We appreciate your participation in keeping the IOTA network secure. | ||
We appreciate your participation in keeping the IOTA network secure. | ||
If you have any questions or concerns, contact [[email protected]](mailto:[email protected]) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
Example invocations to run benchmark on local machine: | ||
|
||
1. Server | ||
|
||
``` | ||
target/debug/anemo-benchmark --port 5556 | ||
``` | ||
|
||
1. Client (look here for output) | ||
|
||
``` | ||
target/debug/anemo-benchmark --port 5555 --addrs 127.0.0.1:5556 --requests-up 10 --requests-down 10 --size-up 5000 --size-down 5000 | ||
``` | ||
``` |
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 |
---|---|---|
@@ -1,11 +1,9 @@ | ||
|
||
data-transform is a separate process used to transform data, by decoding columns into other formats in preparation to upload to Snowflake. | ||
|
||
### Running standalone transformer | ||
|
||
1. in iota/crates/data-transform: | ||
|
||
```sh | ||
$ echo DATABASE_URL=postgres://username:password@localhost/diesel_demo > .env | ||
|
||
|
||
|
||
``` |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Axelar cross-chain gateway protocol Iota implementation | ||
|
||
|
||
## Design | ||
TODO | ||
|
||
TODO |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
## What this test is about | ||
## What this test is about | ||
|
||
This repository checks the conformance of our code to a BCS-compatible manifest of our serialized data formats. | ||
|
||
|
@@ -40,8 +40,8 @@ [email protected]➜~/tmp/iota(main✗)» cd iota_core | |
[email protected]➜tmp/iota/iota_core(main✗)» cargo -q run --example generate-format -- print > tests/staged/iota.yaml | ||
``` | ||
|
||
|
||
Let's check that we pass the test again: | ||
|
||
``` | ||
[email protected]➜tmp/iota/iota_core(main✗)» cargo test format 2>&1 |tail -n 40 [8:47:22] | ||
Finished test [unoptimized + debuginfo] target(s) in 0.35s | ||
|
@@ -63,4 +63,4 @@ [email protected]➜tmp/iota/iota_core(main✗)» git status | |
M tests/staged/iota.yaml | ||
M ../iota_types/src/error.rs | ||
M ../iota_types/src/messages.rs | ||
``` | ||
``` |
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
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
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.