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

## Change Description This allows contract developers to add new indexes to existing tables without completely breaking them. Doing so requires a migration step before the new index can be...

## Change Description This PR makes `--no-missing-ricardian-clause` compile option work correctly. ## API Changes - [ ] API Changes ## Documentation Additions - [ ] Documentation Additions

`CMake Error at /usr/opt/eosio.cdt/1.8.1/lib/cmake/eosio.cdt/EosioCDTMacros.cmake:18 (set_source_files_properties): set_source_files_properties called with incorrect number of arguments.` with hello example when both `hello.contracts.md` and `hello.clauses.md` are present. Error does not occur when only `hello.contracts.md` is...

good first issue
track-in-jira

`block_timestamp::maximum` has this incorrect definition: ``` static block_timestamp maximum() { return block_timestamp( 0xffff ); } ``` I recommend the following: * Remove this function * Create a replacement with a...

track-in-jira

Add the installation prefix of "LLVM" to CMAKE_PREFIX_PATH or set "LLVM_DIR" to a directory containing one of the above files. If "LLVM" provides a separate development package or SDK, be...

Please add possibility to get ram payer account name for any table record from inside of a smart contract.

enhancement

## Change Description ## API Changes - [ ] API Changes ## Documentation Additions - [ ] Documentation Additions

Trying to install the toolchain using homebrew on a m1 mac results in: ``` eosio.cdt: The intel architecture is required for this software. Error: An unsatisfied requirement failed this build....

## Change Description Related to Issue #868. In the current code, `EOSIO_DISPATCH_INTERNAL` assumes the existence of boolean variable `executed`. There are two external entry points for that: ``` Path 1:...

Summary from Telegram: Does anyone know how to include ricardian contracts for actions in eosio-cpp v1.8.0? The old way of doing this entailed creating a markup file with the name...

bug
track-in-jira