EOSIO / eosio.contracts

Smart contracts that provide some of the basic functions of the EOSIO blockchain
https://eosio.github.io/eosio.contracts/latest
MIT License
326 stars 500 forks source link

[docs] setabi has implementation at the eosio.contracs level #560

Closed iamveritas closed 3 years ago

iamveritas commented 3 years ago

delete setabi from this list because it actually has implementation at this level.

deckb commented 3 years ago

So afaik setabi is both implemented in the eosio.system/eosio.bios contract as well as in the native code. setabi has been augmented in the contract code to keep track of what the sha256 of the abi only. Not sure if that changes the way we want to document.

iamveritas commented 3 years ago

So afaik setabi is both implemented in the eosio.system/eosio.bios contract as well as in the native code. setabi has been augmented in the contract code to keep track of what the sha256 of the abi only. Not sure if that changes the way we want to document.

we were saying it is implemented only at the native code. these changes are correcting that.