EOSIO / eos

An open source smart contract platform
https://developers.eos.io/manuals/eos
MIT License
11.27k stars 3.6k forks source link

There are still references to `net_usage_words` #5682

Closed jcalfee closed 5 years ago

jcalfee commented 6 years ago

References like this should instead me max_net_usage_words correct?

https://github.com/EOSIO/eos/blob/master/contracts/eosiolib/transaction.hpp#L34

tbfleming commented 6 years ago

Related to #4684, but a different header. All chain-related definitions in eosio-contracts and the cdt need to be checked. The contracts/ dir in the eos repo is deprecated, so may not get fixed.

heifner commented 5 years ago

Moved to eosio.contracts repo and fixed.