-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename the coins folder to networks (#583)
* Rename the coins folder to networks Ethereum isn't a coin. It's a network. Resolves #357. * More renames of coins -> networks in orchestration * Correct paths in tests/ * cargo fmt
- Loading branch information
1 parent
40cc180
commit 7d2d739
Showing
244 changed files
with
104 additions
and
101 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
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 was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
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,7 @@ | ||
# Cypher Stack /networks/bitcoin Audit, August 2023 | ||
|
||
This audit was over the `/networks/bitcoin` folder (at the time located at | ||
`/coins/bitcoin`). It is encompassing up to commit | ||
5121ca75199dff7bd34230880a1fdd793012068c. | ||
|
||
Please see https://github.com/cypherstack/serai-btc-audit for provenance. |
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "bitcoin-serai" | |
version = "0.3.0" | ||
description = "A Bitcoin library for FROST-signing transactions" | ||
license = "MIT" | ||
repository = "https://github.com/serai-dex/serai/tree/develop/coins/bitcoin" | ||
repository = "https://github.com/serai-dex/serai/tree/develop/networks/bitcoin" | ||
authors = ["Luke Parker <[email protected]>", "Vrx <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.79" | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "ethereum-serai" | |
version = "0.1.0" | ||
description = "An Ethereum library supporting Schnorr signing and on-chain verification" | ||
license = "AGPL-3.0-only" | ||
repository = "https://github.com/serai-dex/serai/tree/develop/coins/ethereum" | ||
repository = "https://github.com/serai-dex/serai/tree/develop/networks/ethereum" | ||
authors = ["Luke Parker <[email protected]>", "Elizabeth Binks <[email protected]>"] | ||
edition = "2021" | ||
publish = false | ||
|
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "alloy-simple-request-transport" | |
version = "0.1.0" | ||
description = "A transport for alloy based off simple-request" | ||
license = "MIT" | ||
repository = "https://github.com/serai-dex/serai/tree/develop/coins/ethereum/alloy-simple-request-transport" | ||
repository = "https://github.com/serai-dex/serai/tree/develop/networks/ethereum/alloy-simple-request-transport" | ||
authors = ["Luke Parker <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.74" | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "serai-ethereum-relayer" | |
version = "0.1.0" | ||
description = "A relayer for Serai's Ethereum transactions" | ||
license = "AGPL-3.0-only" | ||
repository = "https://github.com/serai-dex/serai/tree/develop/coins/ethereum/relayer" | ||
repository = "https://github.com/serai-dex/serai/tree/develop/networks/ethereum/relayer" | ||
authors = ["Luke Parker <[email protected]>"] | ||
keywords = [] | ||
edition = "2021" | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "monero-serai" | |
version = "0.1.4-alpha" | ||
description = "A modern Monero transaction library" | ||
license = "MIT" | ||
repository = "https://github.com/serai-dex/serai/tree/develop/coins/monero" | ||
repository = "https://github.com/serai-dex/serai/tree/develop/networks/monero" | ||
authors = ["Luke Parker <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.79" | ||
|
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "monero-generators" | |
version = "0.4.0" | ||
description = "Monero's hash to point function and generators" | ||
license = "MIT" | ||
repository = "https://github.com/serai-dex/serai/tree/develop/coins/monero/generators" | ||
repository = "https://github.com/serai-dex/serai/tree/develop/networks/monero/generators" | ||
authors = ["Luke Parker <[email protected]>"] | ||
edition = "2021" | ||
|
||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "monero-io" | |
version = "0.1.0" | ||
description = "Serialization functions, as within the Monero protocol" | ||
license = "MIT" | ||
repository = "https://github.com/serai-dex/serai/tree/develop/coins/monero/io" | ||
repository = "https://github.com/serai-dex/serai/tree/develop/networks/monero/io" | ||
authors = ["Luke Parker <[email protected]>"] | ||
edition = "2021" | ||
|
||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "monero-primitives" | |
version = "0.1.0" | ||
description = "Primitives for the Monero protocol" | ||
license = "MIT" | ||
repository = "https://github.com/serai-dex/serai/tree/develop/coins/monero/primitives" | ||
repository = "https://github.com/serai-dex/serai/tree/develop/networks/monero/primitives" | ||
authors = ["Luke Parker <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.79" | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "monero-borromean" | |
version = "0.1.0" | ||
description = "Borromean ring signatures arranged into a range proof, as done by the Monero protocol" | ||
license = "MIT" | ||
repository = "https://github.com/serai-dex/serai/tree/develop/coins/monero/ringct/borromean" | ||
repository = "https://github.com/serai-dex/serai/tree/develop/networks/monero/ringct/borromean" | ||
authors = ["Luke Parker <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.79" | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "monero-bulletproofs" | |
version = "0.1.0" | ||
description = "Bulletproofs(+) range proofs, as defined by the Monero protocol" | ||
license = "MIT" | ||
repository = "https://github.com/serai-dex/serai/tree/develop/coins/monero/ringct/bulletproofs" | ||
repository = "https://github.com/serai-dex/serai/tree/develop/networks/monero/ringct/bulletproofs" | ||
authors = ["Luke Parker <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.79" | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "monero-clsag" | |
version = "0.1.0" | ||
description = "The CLSAG linkable ring signature, as defined by the Monero protocol" | ||
license = "MIT" | ||
repository = "https://github.com/serai-dex/serai/tree/develop/coins/monero/ringct/clsag" | ||
repository = "https://github.com/serai-dex/serai/tree/develop/networks/monero/ringct/clsag" | ||
authors = ["Luke Parker <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.79" | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "monero-mlsag" | |
version = "0.1.0" | ||
description = "The MLSAG linkable ring signature, as defined by the Monero protocol" | ||
license = "MIT" | ||
repository = "https://github.com/serai-dex/serai/tree/develop/coins/monero/ringct/mlsag" | ||
repository = "https://github.com/serai-dex/serai/tree/develop/networks/monero/ringct/mlsag" | ||
authors = ["Luke Parker <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.79" | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "monero-rpc" | |
version = "0.1.0" | ||
description = "Trait for an RPC connection to a Monero daemon, built around monero-serai" | ||
license = "MIT" | ||
repository = "https://github.com/serai-dex/serai/tree/develop/coins/monero/rpc" | ||
repository = "https://github.com/serai-dex/serai/tree/develop/networks/monero/rpc" | ||
authors = ["Luke Parker <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.79" | ||
|
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "monero-simple-request-rpc" | |
version = "0.1.0" | ||
description = "RPC connection to a Monero daemon via simple-request, built around monero-serai" | ||
license = "MIT" | ||
repository = "https://github.com/serai-dex/serai/tree/develop/coins/monero/rpc/simple-request" | ||
repository = "https://github.com/serai-dex/serai/tree/develop/networks/monero/rpc/simple-request" | ||
authors = ["Luke Parker <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.79" | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "monero-serai-verify-chain" | |
version = "0.1.0" | ||
description = "A binary to deserialize and verify the Monero blockchain" | ||
license = "MIT" | ||
repository = "https://github.com/serai-dex/serai/tree/develop/coins/monero/verify-chain" | ||
repository = "https://github.com/serai-dex/serai/tree/develop/networks/monero/verify-chain" | ||
authors = ["Luke Parker <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.79" | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "monero-wallet" | |
version = "0.1.0" | ||
description = "Wallet functionality for the Monero protocol, built around monero-serai" | ||
license = "MIT" | ||
repository = "https://github.com/serai-dex/serai/tree/develop/coins/monero/wallet" | ||
repository = "https://github.com/serai-dex/serai/tree/develop/networks/monero/wallet" | ||
authors = ["Luke Parker <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.79" | ||
|
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "monero-address" | |
version = "0.1.0" | ||
description = "Rust implementation of Monero addresses" | ||
license = "MIT" | ||
repository = "https://github.com/serai-dex/serai/tree/develop/coins/monero/wallet/address" | ||
repository = "https://github.com/serai-dex/serai/tree/develop/networks/monero/wallet/address" | ||
authors = ["Luke Parker <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.79" | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "polyseed" | |
version = "0.1.0" | ||
description = "Rust implementation of Polyseed" | ||
license = "MIT" | ||
repository = "https://github.com/serai-dex/serai/tree/develop/coins/monero/wallet/polyseed" | ||
repository = "https://github.com/serai-dex/serai/tree/develop/networks/monero/wallet/polyseed" | ||
authors = ["Luke Parker <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.79" | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "monero-seed" | |
version = "0.1.0" | ||
description = "Rust implementation of Monero's seed algorithm" | ||
license = "MIT" | ||
repository = "https://github.com/serai-dex/serai/tree/develop/coins/monero/wallet/seed" | ||
repository = "https://github.com/serai-dex/serai/tree/develop/networks/monero/wallet/seed" | ||
authors = ["Luke Parker <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.79" | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "monero-wallet-util" | |
version = "0.1.0" | ||
description = "Additional utility functions for monero-wallet" | ||
license = "MIT" | ||
repository = "https://github.com/serai-dex/serai/tree/develop/coins/monero/wallet/util" | ||
repository = "https://github.com/serai-dex/serai/tree/develop/networks/monero/wallet/util" | ||
authors = ["Luke Parker <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.79" | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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.