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

Which Versions Of Corda Are Supported? #102

Open
opticyclic opened this issue Sep 11, 2020 · 0 comments
Open

Which Versions Of Corda Are Supported? #102

opticyclic opened this issue Sep 11, 2020 · 0 comments

Comments

@opticyclic
Copy link
Contributor

Its not clear which versions of Corda are supported
The README says:

buildscript {
    ext {
        corda_release_version = '4.3-RC01'
        accounts_release_version = '1.0-RC04'
        accounts_release_group = 'com.r3.corda.lib.accounts'
        confidential_id_release_group = "com.r3.corda.lib.ci"
        confidential_id_release_version = "1.0-RC03"
    }
}

and there doesn't appear to have been a release for about a year:
https://ci-artifactory.corda.r3cev.com/artifactory/corda-lib/com/r3/corda/lib/accounts/accounts-contracts/

The README also links to the tokens template:
https://github.com/corda/cordapp-template-kotlin/blob/token-template/build.gradle

This has a slightly different buildscript section

buildscript {
    ext {
        corda_release_group = 'net.corda'
        corda_release_version = '4.3'
        tokens_release_group = 'com.r3.corda.lib.tokens'
        tokens_release_version = '1.2'
        accounts_release_group = 'com.r3.corda.lib.accounts'
        accounts_release_version = '1.0'

However, still corda 4.3 and accounts 1.0.

Does this mean that we can only use Corda 4.3?

If newer versions are supported, please update the README to list all the supported versions and update the samples to include newer versions as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant