eosio.cdt icon indicating copy to clipboard operation
eosio.cdt copied to clipboard

EOSIO.CDT (Contract Development Toolkit) is a suite of tools used to build EOSIO contracts

Results 86 eosio.cdt issues
Sort by recently updated
recently updated
newest added

(import "env" "require_auth" (func (;0;) (type 6))) (import "env" "eosio_assert" (func (;1;) (type 7))) (import "env" "db_find_i64" (func (;2;) (type 8))) (import "env" "current_receiver" (func (;3;) (type 9))) (import "env"...

enhancement

The current system will only support methods of classes to "type check" against and construct the __action_wrapper__. This system should also allow for declaring a function to construct against for...

enhancement

Add a warning or fail ABI generation if it contains a struct that holds a C-style array.

enhancement

Currently, ABI generation will set the version of ABI to v1.1 and add the new structures to satisfy this. But, this version should be deduced from the contract and only...

enhancement

Currently, to create a new table row with `multi_index`, the struct defining the record must be default constructable. The default constructed struct is then passed by reference to the lambda...

enhancement