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

Smart contracts that provide some of the basic functions of the EOSIO blockchain

Results 30 eosio.contracts issues
Sort by recently updated
recently updated
newest added

## Description On the `eosio` contract the `powerup` action ABI states `net_frac: int64` `cpu_frac: int64` stating that the data type is int64, however when interacting with the function from within...

Hi, everyone! Can you help please? Can I call actions of my deployed smart contracts through HTTP, or other protocols? Can you share some docs guys, or resources, please?

I have to set my OS_VER manually to get this to install on 12.1 - something is wrong with the logic in the build_darwin script.

File: [docs/01_key-concepts/05_stake.md](https://github.com/EOSIO/eosio.contracts/blob/develop/docs/01_key-concepts/05_stake.md) The current text says: > it multiplies the currently accumulated average by _(number of blocks in the window - number of blocks since last update) / (number of...

Sorry if this is the wrong place for this. I'm parsing out a memo and after a lot of fiddling the only culprit I can find is stod. `string_view cpuSV...

Fixed small typo in the docstring of the issue action ## Change Description I noticed a small typo in the docstring/comment description of the issue action while trying to understand...

Code: [Source](https://github.com/EOSIO/eosio.contracts/blob/develop/) Regarding https://developers.eos.io/manuals/eosio.contracts/latest/action-reference/eosio.bios/index/#setabi For the 2rd argument `abi` of the function `void setabi(account, abi)` the current description > "the abi hash represented as a vector of characters" is inaccurate....

documentation

… CDT. ## Change Description Removes the preactivate_feature() and is_feature_activated() functions from eosio.contracts. These functions have been moved CDT 1.6.x in a separate PR, and brings CDT 1.6 and eosio.contracts...

## Change Description Typo in documentation. `maximum_supply` is uint64_t cast into `asset` which is int64_t, thus 2^62 - 1. Documentation said 1^62 - 1. ## Deployment Changes - [ ]...

Code: [Source](https://github.com/EOSIO/eosio.contracts/blob/develop/) Typos in https://developers.eos.io/manuals/eosio.contracts/latest/action-reference/eosio.bios/index/#updateauth

documentation