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

[3.1] Updated ricardians #31

Merged
merged 1 commit into from
Aug 17, 2022
Merged

[3.1] Updated ricardians #31

merged 1 commit into from
Aug 17, 2022

Conversation

vladtr
Copy link
Contributor

@vladtr vladtr commented Aug 16, 2022

Change Description

Deployment Changes

  • Deployment Changes

API Changes

  • API Changes

Documentation Additions

  • Documentation Additions

@vladtr vladtr requested a review from arhag August 16, 2022 14:37
@vladtr vladtr linked an issue Aug 16, 2022 that may be closed by this pull request
@DenisCarriere
Copy link
Contributor

👍 both Ricardian contracts are included:

@DenisCarriere
Copy link
Contributor

DenisCarriere commented Aug 16, 2022

Having issues building the ABI's using the following:

$ git checkout update-ricardians
$ cdt-cpp --version
cdt-cpp version 3.0.0-rc1
$ ./build.sh
...
Warning, action <regproducer> does not have a ricardian contract

$ cat build/contracts/eosio.system/eosio.system.abi
{
    "actions": [
        {
            "name": "regproducer",
            "type": "regproducer",
            "ricardian_contract": ""
        },
        ...
    ],
    ...
    "ricardian_clauses": [],
    "variants": [
        {
            "name": "variant_block_signing_authority_v0",
            "types": ["block_signing_authority_v0"]
        }
    ],
    "action_results": []
}

@vladtr vladtr merged commit a6480e0 into release/3.1 Aug 17, 2022
@vladtr vladtr deleted the update-ricardians branch August 17, 2022 22:31
@arhag arhag changed the title Updated ricardians [3.1] Updated ricardians Aug 17, 2022
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

Successfully merging this pull request may close these issues.

Update ricardians of core contract
3 participants