Skip to content

Commit

Permalink
1.49.0 rc (#1058)
Browse files Browse the repository at this point in the history
* Update dependencies

* Fix tests

* Update docs

---------

Co-authored-by: tonjen <[email protected]>
  • Loading branch information
IgorKoval and tonjen authored Nov 13, 2024
1 parent bf077ce commit 54dbb9f
Show file tree
Hide file tree
Showing 11 changed files with 484 additions and 212 deletions.
662 changes: 467 additions & 195 deletions Cargo.lock

Large diffs are not rendered by default.

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.48.1'
version = '1.49.0'

[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.48.1'
version = '1.49.0'

[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.48.1'
version = '1.49.0'

[dependencies]
serde = '1.0.115'
Expand Down
4 changes: 2 additions & 2 deletions 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.48.1'
version = '1.49.0'

[dependencies]
aes = '0.7.4'
Expand Down Expand Up @@ -55,7 +55,7 @@ zstd = { default-features = false, optional = true, version = '0.11.0' }
api_derive = { path = '../api/derive' }
api_info = { path = '../api/info' }
ever-struct = { git = 'https://github.com/everx-labs/ever-struct.git', tag = '1.1.21' }
ever_abi = { git = 'https://github.com/everx-labs/ever-abi.git', tag = '2.7.11' }
ever_abi = { git = 'https://github.com/everx-labs/ever-abi.git', tag = '2.8.0' }
ever_block = { git = 'https://github.com/everx-labs/ever-block.git', tag = '1.11.20' }
ever_block_json = { git = 'https://github.com/everx-labs/ever-block-json.git', tag = '0.9.37' }
ever_client_processing = { default-features = false, path = '../ever_client_processing' }
Expand Down
12 changes: 6 additions & 6 deletions ever_client/src/abi/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -965,19 +965,19 @@ fn test_decode_account_data() {
assert_eq!(
decoded,
json!({
"__pubkey": "0xe8b1d839abe27b2abb9d4a2943a9143a9c7e2ae06799bd24dec1d7a8891ae5dd",
"__pubkey": "105250805133813013722741938851571590797703291246458739632151736768847001871837",
"__timestamp": "1626254942358",
"fun": "22",
"opt": "48656c6c6f",
"big": {
"value0": "0x0000000000000000000000000000000000000000000000000000000000000002",
"value1": "0x0000000000000000000000000000000000000000000000000000000000000008",
"value2": "0x0000000000000000000000000000000000000000000000000000000000000002",
"value3": "0x0000000000000000000000000000000000000000000000000000000000000000"
"value0": "2",
"value1": "8",
"value2": "2",
"value3": "0"
},
"a": "49206c696b652069742e",
"b": "",
"length": "0x000000000000000000000000000000000000000000000000000000000000000f"
"length": "15"
})
);
}
Expand Down
2 changes: 1 addition & 1 deletion ever_client/src/tvm/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ async fn test_run_message<F>(

let subscribe_params = json!({
"subscriptionId": "0x1111111111111111111111111111111111111111111111111111111111111111",
"pubkey": "0x2222222222222222222222222222222222222222222222222222222222222222",
"pubkey": "15438945231642159389809464667825054380435997955418741871927677867721750618658",
"to": "0:3333333333333333333333333333333333333333333333333333333333333333",
"value": "0x123",
"period": "0x456",
Expand Down
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.48.1'
version = '1.49.0'

[dependencies]
async-trait = '0.1.40'
Expand Down
4 changes: 2 additions & 2 deletions 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.48.1'
version = '1.49.0'

[dependencies]
anyhow = '1.0'
Expand All @@ -21,6 +21,6 @@ sha2 = '0.9'
thiserror = '1.0'
api_derive = { path = '../api/derive' }
api_info = { path = '../api/info' }
ever_abi = { git = 'https://github.com/everx-labs/ever-abi.git', tag = '2.7.11' }
ever_abi = { git = 'https://github.com/everx-labs/ever-abi.git', tag = '2.8.0' }
ever_block = { git = 'https://github.com/everx-labs/ever-block.git', tag = '1.11.20' }

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.48.1'
version = '1.49.0'

[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.48.1",
"version": "1.49.0",
"modules": [
{
"name": "client",
Expand Down

0 comments on commit 54dbb9f

Please sign in to comment.