Skip to content

Version 0.0.14

Compare
Choose a tag to compare
@bakasura980 bakasura980 released this 24 Jun 11:38
· 169 commits to master since this release

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: adds eosio.code permission to 'active' authority
  • Add the inline option to deployers. It adds eosio.code to contract's active authority in order the contract to do inline actions
  • Implement makeInline method in contract. It adds eosio.code to contract authority.