Skip to content

Commit 6622c51

Browse files
authored
chore: switch to hyperledger-iroha (#208) (#229)
1 parent 7467656 commit 6622c51

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
push:
66
branches: [main]
77
env:
8-
IROHA_GIT: https://github.com/0x009922/iroha.git
9-
IROHA_REV: 5302-expose-signature-payload
8+
IROHA_GIT: https://github.com/hyperledger-iroha/iroha.git
9+
IROHA_REV: daa2d50fbe288aed1231c6f45c853698435477d6
1010
jobs:
1111
prep-crypto-wasm:
1212
runs-on: ubuntu-latest

crypto-wasm/Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crypto-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ default = ["console_error_panic_hook"]
1212

1313
[dependencies]
1414
# iroha_crypto = { path = "../.iroha/crates/iroha_crypto", default-features = false, features = ["rand"] }
15-
iroha_crypto = { git = "https://github.com/0x009922/iroha.git", branch = "5302-expose-signature-payload", default-features = false, features = ["rand"] }
15+
iroha_crypto = { git = "https://github.com/hyperledger-iroha/iroha.git", rev = "daa2d50fbe288aed1231c6f45c853698435477d6", default-features = false, features = ["rand"] }
1616

1717
getrandom = { version = "0.2", features = ["js"] }
1818

0 commit comments

Comments
 (0)