fix(nft-fee-transaction): update for tessellation develop compatibility#46
Closed
ottobot-ai wants to merge 3 commits intoConstellation-Labs:mainfrom
Closed
fix(nft-fee-transaction): update for tessellation develop compatibility#46ottobot-ai wants to merge 3 commits intoConstellation-Labs:mainfrom
ottobot-ai wants to merge 3 commits intoConstellation-Labs:mainfrom
Conversation
Changes: - Update sbt from 1.8.0 to 1.9.8 - Update Scala from 2.13.10 to 2.13.18 (match tessellation) - Use tessellation-sdk instead of individual modules (node-shared, currency-l0, currency-l1) - Update kind-projector from 0.13.2 to 0.13.4 - Update semanticdb-scalac from 4.7.1 to 4.14.2 - Fix deprecated URL constructor for Java 21 (use URI.create().toURL) - Add OSGI-INF/MANIFEST.MF assembly merge strategy Tested with tessellation/develop branch using Euclid SDK. All metagraph JARs build successfully.
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates the nft-fee-transaction example to work with tessellation/develop branch.
This is a companion PR to #34 that adds the necessary fixes to build with the latest tessellation SDK.
Changes
tessellation-sdkinstead of individual modules (node-shared, currency-l0, currency-l1)publish / skip := trueand aren't published to M2new URL()→URI.create().toURL)Testing
Successfully built all metagraph JARs (currencyL0, currencyL1, dataL1) using Euclid SDK with tessellation/develop.
Note
Since FeeTransactions are only available in tessellation/develop, the 99.99.99 placeholder version is intentional until the next official tessellation release.