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

HIP-646/657/765: Implement token metadata acceptance tests #8166

Merged
merged 18 commits into from
May 21, 2024
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
8bedb8f
Clean manual merge with main of changes from old feature branch.
jascks Apr 23, 2024
d4a0e2e
Merge remote-tracking branch 'origin/main' into 7765-token-metadata-a…
jascks Apr 24, 2024
7e5b63d
Improved state management for NFT serials. Full NFT flow passes on pr…
jascks Apr 25, 2024
416c8e3
Merge remote-tracking branch 'origin/main' into 7765-token-metadata-a…
jascks Apr 25, 2024
8d000e1
Removed up specification of metadata bytes in steps. Cleaner overall …
jascks Apr 26, 2024
8dcd470
Added metadata and key steps to fungible token flow.
jascks Apr 26, 2024
df9322d
Merge remote-tracking branch 'origin/main' into 7765-token-metadata-a…
jascks Apr 26, 2024
daffcc3
Verify token without metdata or key are valid. NPE fix.
jascks Apr 26, 2024
f4bf6a0
Minor cleanup.
jascks Apr 26, 2024
12d701d
Address PR comments.
jascks Apr 27, 2024
f83100d
Address PR comment.
jascks Apr 27, 2024
da2b42f
Update iInital token create with metadata key using ECDSA key, with l…
jascks Apr 27, 2024
d6248f5
Merge remote-tracking branch 'origin/main' into 7765-token-metadata-a…
jascks May 6, 2024
6d32381
Merge remote-tracking branch 'origin/main' into 7765-token-metadata-a…
jascks May 6, 2024
f9bc648
Merge remote-tracking branch 'origin/main' into 7765-token-metadata-a…
jascks May 8, 2024
10b1a9e
Merge remote-tracking branch 'origin/main' into 7765-token-metadata-a…
jascks May 16, 2024
4dc7757
Utilize Java SDK released 2.32.0.
jascks May 20, 2024
63f836d
Merge remote-tracking branch 'origin/main' into 7765-token-metadata-a…
jascks May 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ dependencies {
api("com.graphql-java:graphql-java-extended-validation:22.0")
api("com.hedera.evm:hedera-evm:0.48.0")
api("com.hedera.hashgraph:hedera-protobuf-java-api:0.49.0")
api("com.hedera.hashgraph:sdk:2.30.0")
api("com.hedera.hashgraph:sdk:2.32.0-beta.1")
api("com.ongres.scram:client:2.1")
api("com.playtika.testcontainers:embedded-google-pubsub:3.1.6")
api("com.redis.testcontainers:testcontainers-redis-junit-jupiter:1.4.6")
Expand Down