Version 0.0.14
Features included in the release:
- On account creation you can provide account permission
- One permission per Account instance
- Implement
createAuthority
method which created a new authority for an account - Implement
addPermission
method which adds a new permission to account's authority. Example: addseosio.code
permission to 'active' authority - Add the
inline
option to deployers. It addseosio.code
to contract's active authority in order the contract to do inline actions - Implement
makeInline
method in contract. It addseosio.code
to contract authority.