diff --git a/backend-services/user-verification-service/build.gradle.kts b/backend-services/user-verification-service/build.gradle.kts index 4b27e7842..f2b0622a4 100644 --- a/backend-services/user-verification-service/build.gradle.kts +++ b/backend-services/user-verification-service/build.gradle.kts @@ -68,7 +68,7 @@ dependencies { implementation("com.querydsl:querydsl-jpa") annotationProcessor("com.querydsl:querydsl-apt") - implementation("com.bloxbean.cardano:cardano-client-address:0.5.0-beta3") + implementation("com.bloxbean.cardano:cardano-client-address:0.5.0") implementation("software.amazon.awssdk:sns:2.20.153") diff --git a/backend-services/vote-commitment-app/build.gradle.kts b/backend-services/vote-commitment-app/build.gradle.kts index db35a3e66..21cd44df8 100644 --- a/backend-services/vote-commitment-app/build.gradle.kts +++ b/backend-services/vote-commitment-app/build.gradle.kts @@ -57,12 +57,12 @@ dependencies { implementation("com.querydsl:querydsl-jpa") annotationProcessor("com.querydsl:querydsl-apt") - implementation("com.bloxbean.cardano:cardano-client-crypto:0.5.0-beta3") - implementation("com.bloxbean.cardano:cardano-client-address:0.5.0-beta3") - implementation("com.bloxbean.cardano:cardano-client-metadata:0.5.0-beta3") - implementation("com.bloxbean.cardano:cardano-client-quicktx:0.5.0-beta3") - implementation("com.bloxbean.cardano:cardano-client-backend-blockfrost:0.5.0-beta3") - implementation("com.bloxbean.cardano:cardano-client-cip30:0.5.0-beta3") + implementation("com.bloxbean.cardano:cardano-client-crypto:0.5.0") + implementation("com.bloxbean.cardano:cardano-client-address:0.5.0") + implementation("com.bloxbean.cardano:cardano-client-metadata:0.5.0") + implementation("com.bloxbean.cardano:cardano-client-quicktx:0.5.0") + implementation("com.bloxbean.cardano:cardano-client-backend-blockfrost:0.5.0") + implementation("com.bloxbean.cardano:cardano-client-cip30:0.5.0") implementation("io.blockfrost:blockfrost-java:0.1.3") diff --git a/backend-services/voting-admin-app/build.gradle.kts b/backend-services/voting-admin-app/build.gradle.kts index 50c635947..7b457c0a0 100644 --- a/backend-services/voting-admin-app/build.gradle.kts +++ b/backend-services/voting-admin-app/build.gradle.kts @@ -33,12 +33,12 @@ dependencies { testCompileOnly("org.projectlombok:lombok:1.18.28") testAnnotationProcessor("org.projectlombok:lombok:1.18.28") - implementation("com.bloxbean.cardano:cardano-client-crypto:0.5.0-beta3") - implementation("com.bloxbean.cardano:cardano-client-address:0.5.0-beta3") - implementation("com.bloxbean.cardano:cardano-client-metadata:0.5.0-beta3") - implementation("com.bloxbean.cardano:cardano-client-quicktx:0.5.0-beta3") - implementation("com.bloxbean.cardano:cardano-client-backend-blockfrost:0.5.0-beta3") - implementation("com.bloxbean.cardano:cardano-client-cip30:0.5.0-beta3") + implementation("com.bloxbean.cardano:cardano-client-crypto:0.5.0") + implementation("com.bloxbean.cardano:cardano-client-address:0.5.0") + implementation("com.bloxbean.cardano:cardano-client-metadata:0.5.0") + implementation("com.bloxbean.cardano:cardano-client-quicktx:0.5.0") + implementation("com.bloxbean.cardano:cardano-client-backend-blockfrost:0.5.0") + implementation("com.bloxbean.cardano:cardano-client-cip30:0.5.0") implementation("com.nimbusds:nimbus-jose-jwt:9.34") implementation("com.google.crypto.tink:tink:1.10.0") diff --git a/backend-services/voting-app/build.gradle.kts b/backend-services/voting-app/build.gradle.kts index bae1c365f..27ebd8cc7 100644 --- a/backend-services/voting-app/build.gradle.kts +++ b/backend-services/voting-app/build.gradle.kts @@ -71,7 +71,7 @@ dependencies { implementation("com.nimbusds:nimbus-jose-jwt:9.35") implementation("com.google.crypto.tink:tink:1.11.0") - implementation("com.bloxbean.cardano:cardano-client-cip30:0.5.0-beta3") + implementation("com.bloxbean.cardano:cardano-client-cip30:0.5.0") implementation("io.blockfrost:blockfrost-java:0.1.3") diff --git a/backend-services/voting-ledger-follower-app/build.gradle.kts b/backend-services/voting-ledger-follower-app/build.gradle.kts index 2e31cb93c..121c1e155 100644 --- a/backend-services/voting-ledger-follower-app/build.gradle.kts +++ b/backend-services/voting-ledger-follower-app/build.gradle.kts @@ -61,8 +61,8 @@ dependencies { implementation("com.querydsl:querydsl-jpa") annotationProcessor("com.querydsl:querydsl-apt") - implementation("com.bloxbean.cardano:cardano-client-crypto:0.5.0-beta3") - implementation("com.bloxbean.cardano:cardano-client-backend-blockfrost:0.5.0-beta3") + implementation("com.bloxbean.cardano:cardano-client-crypto:0.5.0") + implementation("com.bloxbean.cardano:cardano-client-backend-blockfrost:0.5.0") implementation("com.bloxbean.cardano:yaci-store-spring-boot-starter:0.0.12") implementation("com.bloxbean.cardano:yaci-store-blocks-spring-boot-starter:0.0.12") diff --git a/backend-services/voting-verification-app/build.gradle.kts b/backend-services/voting-verification-app/build.gradle.kts index 8dc0759e2..fcaeb1779 100644 --- a/backend-services/voting-verification-app/build.gradle.kts +++ b/backend-services/voting-verification-app/build.gradle.kts @@ -59,8 +59,8 @@ dependencies { implementation("com.querydsl:querydsl-jpa") annotationProcessor("com.querydsl:querydsl-apt") - implementation("com.bloxbean.cardano:cardano-client-address:0.5.0-beta3") - implementation("com.bloxbean.cardano:cardano-client-cip30:0.5.0-beta3") + implementation("com.bloxbean.cardano:cardano-client-address:0.5.0") + implementation("com.bloxbean.cardano:cardano-client-cip30:0.5.0") implementation("io.vavr:vavr:0.10.4") diff --git a/scripts/check_address.sc b/scripts/check_address.sc index 87925bb87..788a8d168 100644 --- a/scripts/check_address.sc +++ b/scripts/check_address.sc @@ -1,6 +1,6 @@ // mati@Mateuszs-MBP scripts % amm check_address.sc --mnemonic "solution ..." -import $ivy.`com.bloxbean.cardano:cardano-client-lib:0.5.0-beta3` +import $ivy.`com.bloxbean.cardano:cardano-client-lib:0.5.0` import $ivy.`org.slf4j:slf4j-simple:2.0.9` @@ -21,4 +21,4 @@ def main(mnemonic: String) = { } // curl -H "project_id: password" https://cardano-preprod.blockfrost.io/api/v0/accounts/stake_test1uzw478du6llchakgyety622kngsg8jcgs5jl72qnadm5y3skdkp5u -// {"stake_address":"stake_test1uzw478du6llchakgyety622kngsg8jcgs5jl72qnadm5y3skdkp5u","active":true,"active_epoch":96,"controlled_amount":"2997489065","rewards_sum":"0","withdrawals_sum":"0","reserves_sum":"0","treasury_sum":"0","withdrawable_amount":"0","pool_id":"pool1xafhfcvhyk2cyr7lprt4luxjcxgh8z87z6fke7d6grvvzljga3l"}% \ No newline at end of file +// {"stake_address":"stake_test1uzw478du6llchakgyety622kngsg8jcgs5jl72qnadm5y3skdkp5u","active":true,"active_epoch":96,"controlled_amount":"2997489065","rewards_sum":"0","withdrawals_sum":"0","reserves_sum":"0","treasury_sum":"0","withdrawable_amount":"0","pool_id":"pool1xafhfcvhyk2cyr7lprt4luxjcxgh8z87z6fke7d6grvvzljga3l"}% diff --git a/scripts/cip_30_sign.sc b/scripts/cip_30_sign.sc index 15ccbe335..150463f45 100644 --- a/scripts/cip_30_sign.sc +++ b/scripts/cip_30_sign.sc @@ -1,8 +1,8 @@ // brew install amm // amm cip_30_sign.sc -import $ivy.`com.bloxbean.cardano:cardano-client-lib:0.5.0-beta2` -import $ivy.`com.bloxbean.cardano:cardano-client-cip30:0.5.0-beta2` +import $ivy.`com.bloxbean.cardano:cardano-client-lib:0.5.0` +import $ivy.`com.bloxbean.cardano:cardano-client-cip30:0.5.0` import $ivy.`com.lihaoyi:requests_3:0.8.0` import $ivy.`com.fasterxml.jackson.core:jackson-core:2.15.2` diff --git a/backend-services/user-verification-service/scripts/cip_30_sign.sc b/scripts/cip_30_sign_discord.sc similarity index 100% rename from backend-services/user-verification-service/scripts/cip_30_sign.sc rename to scripts/cip_30_sign_discord.sc