Skip to content

Commit

Permalink
1.49.2 rc (#1061)
Browse files Browse the repository at this point in the history
* Fix tools

* Update docs

* Update trusted blocks

---------

Co-authored-by: tonjen <[email protected]>
  • Loading branch information
AtomXY and tonjen authored Nov 22, 2024
1 parent 3b14991 commit f43392a
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = [ 'EverX Labs Ltd <[email protected]>' ]
edition = '2018'
name = 'api_derive'
version = '1.49.1'
version = '1.49.2'

[dependencies]
proc-macro2 = '1.0.52'
Expand Down
2 changes: 1 addition & 1 deletion api/info/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = [ 'EverX Labs Ltd <[email protected]>' ]
edition = '2018'
name = 'api_info'
version = '1.49.1'
version = '1.49.2'

[dependencies]
serde = '1.0.115'
Expand Down
2 changes: 1 addition & 1 deletion api/test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = [ 'EverX Labs Ltd <[email protected]>' ]
edition = '2018'
name = 'api_test'
version = '1.49.1'
version = '1.49.2'

[dependencies]
serde = '1.0.115'
Expand Down
2 changes: 1 addition & 1 deletion ever_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build = 'build.rs'
edition = '2018'
license = 'Apache-2.0'
name = 'ever_client'
version = '1.49.1'
version = '1.49.2'

[dependencies]
aes = '0.7.4'
Expand Down
Binary file modified ever_client/src/proofs/trusted_key_blocks.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion ever_client_processing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = [ 'EverX Labs Ltd <[email protected]>' ]
edition = '2018'
license = 'Apache-2.0'
name = 'ever_client_processing'
version = '1.49.1'
version = '1.49.2'

[dependencies]
async-trait = '0.1.40'
Expand Down
2 changes: 1 addition & 1 deletion ever_sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = [ 'EverX Labs Ltd <[email protected]>' ]
edition = '2018'
license = 'Apache-2.0'
name = 'ever_sdk'
version = '1.49.1'
version = '1.49.2'

[dependencies]
anyhow = '1.0'
Expand Down
2 changes: 1 addition & 1 deletion evercli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = 'Apache-2.0'
name = 'evercli'
readme = 'README.md'
repository = 'https://github.com/everx-labs/ever-sdk'
version = '1.49.1'
version = '1.49.2'

[dependencies]
base64 = '0.13.0'
Expand Down
2 changes: 1 addition & 1 deletion tools/api.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.49.1",
"version": "1.49.2",
"modules": [
{
"name": "client",
Expand Down
2 changes: 1 addition & 1 deletion tools/update_trusted_blocks/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ async fn main() -> Result<()> {

let networks = [
("mainnet.evercloud.dev", "58ffca1a178daff705de54216e5433c9bd2e7d850070d334d38997847ab9e845"),
("devnet.evercloud.dev", "cd81dae0c23d78e7c3eb5903f2a7bd98889991d36a26812a9163ca0f29c47093"),
/* ("devnet.evercloud.dev", "cd81dae0c23d78e7c3eb5903f2a7bd98889991d36a26812a9163ca0f29c47093"), */
];

let mut trusted_key_blocks = match std::fs::read(&args[1]) {
Expand Down

0 comments on commit f43392a

Please sign in to comment.