Skip to content

Commit

Permalink
chore: add TestIssuer to devnet
Browse files Browse the repository at this point in the history
  • Loading branch information
joyqvq committed Apr 15, 2024
1 parent c75faf5 commit 7dd204b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
8 changes: 4 additions & 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -556,9 +556,9 @@ move-stackless-bytecode = { path = "external-crates/move/crates/move-stackless-b
move-symbol-pool = { path = "external-crates/move/crates/move-symbol-pool" }
move-abstract-stack = { path = "external-crates/move/crates/move-abstract-stack" }

fastcrypto = { git = "https://github.com/MystenLabs/fastcrypto", rev = "d7a33a9f79271bfc19fc4c8816ea5467e4205e17" }
fastcrypto-tbls = { git = "https://github.com/MystenLabs/fastcrypto", rev = "d7a33a9f79271bfc19fc4c8816ea5467e4205e17" }
fastcrypto-zkp = { git = "https://github.com/MystenLabs/fastcrypto", rev = "d7a33a9f79271bfc19fc4c8816ea5467e4205e17", package = "fastcrypto-zkp" }
fastcrypto = { git = "https://github.com/MystenLabs/fastcrypto", rev = "7b224e374cb73cb78104948939f8fa2be980eaac" }
fastcrypto-tbls = { git = "https://github.com/MystenLabs/fastcrypto", rev = "7b224e374cb73cb78104948939f8fa2be980eaac" }
fastcrypto-zkp = { git = "https://github.com/MystenLabs/fastcrypto", rev = "7b224e374cb73cb78104948939f8fa2be980eaac", package = "fastcrypto-zkp" }

# anemo dependencies
anemo = { git = "https://github.com/mystenlabs/anemo.git", rev = "26d415eb9aa6a2417be3c03c57d6e93c30bd1ad7" }
Expand Down
1 change: 1 addition & 0 deletions crates/sui-config/src/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ pub fn default_zklogin_oauth_providers() -> BTreeMap<Chain, BTreeSet<String>> {
"Kakao".to_string(),
"Apple".to_string(),
"Slack".to_string(),
"TestIssuer".to_string(),
]);
let providers = BTreeSet::from([
"Google".to_string(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ validator_configs:
- Google
- Kakao
- Slack
- TestIssuer
- Twitch
authority-overload-config:
max-txn-age-in-queue:
Expand Down Expand Up @@ -239,6 +240,7 @@ validator_configs:
- Google
- Kakao
- Slack
- TestIssuer
- Twitch
authority-overload-config:
max-txn-age-in-queue:
Expand Down Expand Up @@ -366,6 +368,7 @@ validator_configs:
- Google
- Kakao
- Slack
- TestIssuer
- Twitch
authority-overload-config:
max-txn-age-in-queue:
Expand Down Expand Up @@ -493,6 +496,7 @@ validator_configs:
- Google
- Kakao
- Slack
- TestIssuer
- Twitch
authority-overload-config:
max-txn-age-in-queue:
Expand Down Expand Up @@ -620,6 +624,7 @@ validator_configs:
- Google
- Kakao
- Slack
- TestIssuer
- Twitch
authority-overload-config:
max-txn-age-in-queue:
Expand Down Expand Up @@ -747,6 +752,7 @@ validator_configs:
- Google
- Kakao
- Slack
- TestIssuer
- Twitch
authority-overload-config:
max-txn-age-in-queue:
Expand Down Expand Up @@ -874,6 +880,7 @@ validator_configs:
- Google
- Kakao
- Slack
- TestIssuer
- Twitch
authority-overload-config:
max-txn-age-in-queue:
Expand Down

0 comments on commit 7dd204b

Please sign in to comment.