Skip to content

Commit

Permalink
* Pin to polkadot 1.9.0
Browse files Browse the repository at this point in the history
* Add validator set / i'm online to support multi party scenarios
* Key generation, injected into vault
* Remove PEM functionality, use substrate format

Signed-off-by: Ryan <[email protected]>
  • Loading branch information
ryan-s-roberts committed Jun 6, 2024
1 parent af3a36d commit 71681da
Show file tree
Hide file tree
Showing 46 changed files with 4,064 additions and 2,778 deletions.
8 changes: 7 additions & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ linker = "aarch64-linux-gnu-gcc"
[target.x86_64-unknown-linux-gnu]
linker = "x86_64-linux-gnu-gcc"

[http]
timeout = 30 # timeout for each HTTP request, in seconds
low-speed-limit = 10 # network timeout threshold (bytes/sec)
multiplexing = false

[net]
git-fetch-with-cli = true # use the `git` executable for git operations
retry = 3
git-fetch-with-cli = false # use the `git` executable for git operations

Loading

0 comments on commit 71681da

Please sign in to comment.