-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backport update package descriptions and readme (#682)
* exclude system transactions from tip cap calc. (#674) * exclude system transactions from tip cap calc. * ci runs on prs to main * Update package details in cargo.toml files (#678) * Update package details in cargo.toml files * Add devnet readme (#681) --------- Co-authored-by: Ömer Talip Akalın <[email protected]> --------- Co-authored-by: Esad Yusuf Atik <[email protected]> Co-authored-by: Ömer Talip Akalın <[email protected]>
- Loading branch information
1 parent
7270755
commit 6f2b620
Showing
5 changed files
with
13 additions
and
13 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 |
---|---|---|
|
@@ -61,7 +61,7 @@ version = "0.4.0-rc.3" | |
edition = "2021" | ||
license = "GPL-3.0" | ||
authors = ["Chainway Labs <[email protected]>"] | ||
homepage = "https://chainway.xyz" | ||
homepage = "https://citrea.xyz" | ||
publish = false | ||
repository = "https://github.com/chainwayxyz/citrea" | ||
|
||
|
@@ -73,7 +73,7 @@ jmt = { git = "https://github.com/penumbra-zone/jmt.git", rev = "1d007e11cb68aa5 | |
async-trait = "0.1.71" | ||
anyhow = { version = "1.0.68", default-features = false } | ||
arbitrary = { version = "1.3.1", features = ["derive"] } | ||
backoff = { version = "0.4.0", features = [ "futures", "tokio" ] } | ||
backoff = { version = "0.4.0", features = ["futures", "tokio"] } | ||
base64 = "0.13" | ||
borsh = { version = "0.10.3", default-features = false } | ||
# TODO: Consider replacing this serialization format | ||
|
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 |
---|---|---|
|
@@ -3,10 +3,10 @@ name = "bitcoin-da" | |
version = "0.1.0" | ||
edition = "2021" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["Chainway <[email protected]>"] | ||
homepage = "https://www.chainway.xyz" | ||
authors = { workspace = true } | ||
homepage = { workspace = true } | ||
publish = false | ||
repository = "https://github.com/chainway/bitcoin-da" | ||
repository = { workspace = true } | ||
rust-version = "1.66" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
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