Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Improve abi-generator #3970

Merged
merged 1 commit into from
Jun 11, 2018
Merged

Improve abi-generator #3970

merged 1 commit into from
Jun 11, 2018

Conversation

elmato
Copy link
Contributor

@elmato elmato commented Jun 9, 2018

  • Remove namespace from the class declared in EOSIO_ABI macro.
    This prevents the generation of empty abi files when the class used in the macro is fully qualified.

  • Detect //@abi action in class methods. This allows automatic abi generation on contracts not using the EOSIO_ABI macro.

  • Remove deprecated index detection

  • Add f64 (double) as a primitive type

- Remove namespace from the class declared in EOSIO_ABI macro.
  This prevents the generation of empty abi files when the class used in the macro is fully qualified.
- Detect `//@abi action` in class methods. This allows automatic abi generation on contracts not using the EOSIO_ABI macro.
- Remove deprecated index detection
- Add f64 (double) as a primitive type
@heifner heifner merged commit 72bb132 into master Jun 11, 2018
@heifner heifner deleted the abi-gen-improvements branch June 11, 2018 11:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants