Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump max page id #199

Merged
merged 5 commits into from
Jun 4, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
bump max page id
  • Loading branch information
aramikm committed May 1, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 426622044be379f92de5914e3a45882c3ca5a020
12 changes: 6 additions & 6 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions bridge/common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "dsnp-graph-sdk-common"
version = "1.1.1"
version = "1.1.2"
edition = "2021"
license = "Apache-2.0"
publish = false

[dependencies]
dsnp-graph-core = { version = "1.1.1", path = "../../core" }
dsnp-graph-config = { version = "1.1.1", path = "../../config" }
dsnp-graph-core = { version = "1.1.2", path = "../../core" }
dsnp-graph-config = { version = "1.1.2", path = "../../config" }
libc = "0.2.153"
protobuf = { version = "3.4.0", features = ["with-bytes"] }
6 changes: 3 additions & 3 deletions bridge/ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dsnp-graph-sdk-ffi"
version = "1.1.1"
version = "1.1.2"
edition = "2021"
license = "Apache-2.0"
publish = false
@@ -10,8 +10,8 @@ name = "dsnp_graph_sdk_ffi"
crate-type = ["staticlib"]

[dependencies]
dsnp-graph-core = { version = "1.1.1", path = "../../core" }
dsnp-graph-config = { version = "1.1.1", path = "../../config" }
dsnp-graph-core = { version = "1.1.2", path = "../../core" }
dsnp-graph-config = { version = "1.1.2", path = "../../config" }
libc = "0.2.153"
lazy_static = "1.4.0"
anyhow = "1.0.80"
8 changes: 4 additions & 4 deletions bridge/jni/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dsnp-graph-sdk-jni"
version = "1.1.1"
version = "1.1.2"
edition = "2021"
license = "Apache-2.0"
publish = false
@@ -10,9 +10,9 @@ name = "dsnp_graph_sdk_jni"
crate-type = ["cdylib"]

[dependencies]
dsnp-graph-core = { version = "1.1.1", path = "../../core" }
dsnp-graph-config = { version = "1.1.1", path = "../../config" }
dsnp-graph-sdk-common = { version = "1.1.1", path = "../common" }
dsnp-graph-core = { version = "1.1.2", path = "../../core" }
dsnp-graph-config = { version = "1.1.2", path = "../../config" }
dsnp-graph-sdk-common = { version = "1.1.2", path = "../common" }
jni = "0.21.1"
cfg-if = "1.0.0"
log = { version = "^0.4.21", features = ["std", "max_level_debug", "release_max_level_debug"] }
6 changes: 3 additions & 3 deletions bridge/node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dsnp-graph-sdk-node"
version = "1.1.1"
version = "1.1.2"
edition = "2021"
license = "Apache-2.0"
publish = false
@@ -11,8 +11,8 @@ name = "dsnp_graph_sdk_node"
crate-type = ["cdylib"]

[dependencies]
dsnp-graph-core = { version = "1.1.1", path = "../../core" }
dsnp-graph-config = { version = "1.1.1", path = "../../config" }
dsnp-graph-core = { version = "1.1.2", path = "../../core" }
dsnp-graph-config = { version = "1.1.2", path = "../../config" }
neon = { version = "1.0.0", default-features = false, features = ["napi-6"] }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
4 changes: 2 additions & 2 deletions bridge/node/package-lock.json

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

4 changes: 2 additions & 2 deletions bridge/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dsnp/graph-sdk",
"version": "1.1.1",
"version": "1.1.2",
"author": "Amplica Labs",
"license": "Apache-2.0",
"description": "dsnp-graph-sdk-node",
@@ -55,6 +55,6 @@
},
"homepage": "https://github.com/LibertyDSNP/graph-sdk/bridge/node/README.md",
"customProperties": {
"uploadedBinariesVersion": "v1.1.1"
"uploadedBinariesVersion": "v1.1.2"
}
}
2 changes: 1 addition & 1 deletion config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ homepage = "https://spec.dsnp.org"
license = "Apache-2.0"
publish = false
repository = "https://github.com/libertyDSNP/graph-sdk/"
version = "1.1.1"
version = "1.1.2"

[lib]
name = "dsnp_graph_config"
2 changes: 1 addition & 1 deletion config/resources/configs/frequency-rococo.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"sdkMaxUsersGraphSize" : 10000,
"sdkMaxStaleFriendshipDays" : 90,
"maxGraphPageSizeBytes": 1024,
"maxPageId": 16,
"maxPageId": 32,
"maxKeyPageSizeBytes": 65536,
"graphPublicKeySchemaId": 18,
"schemaMap": [
2 changes: 1 addition & 1 deletion config/resources/configs/frequency-testnet-paseo.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"sdkMaxUsersGraphSize": 10000,
"sdkMaxStaleFriendshipDays": 90,
"maxGraphPageSizeBytes": 1024,
"maxPageId": 16,
"maxPageId": 32,
"maxKeyPageSizeBytes": 65536,
"graphPublicKeySchemaId": 7,
"schemaMap": [
2 changes: 1 addition & 1 deletion config/resources/configs/frequency.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"sdkMaxUsersGraphSize" : 10000,
"sdkMaxStaleFriendshipDays" : 90,
"maxGraphPageSizeBytes": 1024,
"maxPageId": 16,
"maxPageId": 32,
"maxKeyPageSizeBytes": 65536,
"graphPublicKeySchemaId": 7,
"schemaMap": [
2 changes: 1 addition & 1 deletion config/src/lib.rs
Original file line number Diff line number Diff line change
@@ -274,7 +274,7 @@ mod config_tests {
let expected_config = Config {
sdk_max_stale_friendship_days: 90,
max_graph_page_size_bytes: 1024,
max_page_id: 16,
max_page_id: 32,
max_key_page_size_bytes: 65536,
dsnp_versions: vec![DsnpVersion::Version1_0],
graph_public_key_schema_id: 7,
4 changes: 2 additions & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ homepage = "https://spec.dsnp.org"
license = "Apache-2.0"
publish = false
repository = "https://github.com/libertyDSNP/graph-sdk/"
version = "1.1.1"
version = "1.1.2"

[lib]
name = "dsnp_graph_core"
@@ -16,7 +16,7 @@ doctest = false
anyhow = "1.0.69"
apache-avro = { version = "0.16.0", features = ["snappy"] }
dryoc = "0.5.3"
dsnp-graph-config = { version = "1.1.1", path = "../config" }
dsnp-graph-config = { version = "1.1.2", path = "../config" }
lazy_static = "1.4.0"
log = { version = "^0.4.21", features = ["std", "max_level_debug", "release_max_level_debug"] }
log-result-proc-macro = { path = "../log-result-proc-macro" }
Loading