eos icon indicating copy to clipboard operation
eos copied to clipboard

An open source smart contract platform

Results 103 eos issues
Sort by recently updated
recently updated
newest added
trafficstars

## Change Description For EPE 894, if db size if set to smaller than snapshot size, it will print bad_alloc and throw. After this PR, give a meaningful print and...

eosio-2.0.7, Ubuntu 18.04. The node has resynched Telos from genesis. All of a sudden, it stopped writing state history logs, without any messages related to the moment when it stopped...

track-in-jira

While working on WAX snapshot unit tests, fixed a couple of old issues. Please merge in upstream: https://github.com/cc32d9/wax2.1/commit/b5ebb8fa9aa4b5b236506ade906f73e14638ce8e

track-in-jira

https://developers.eos.io/welcome/latest/tutorials/bios-boot-sequence#15-start-the-genesis-node parameters with a value should have an = between the key and the value, as in `--http-server-address=0.0.0.0:8888`

track-in-jira

I am planning to explorer the possibility of connecting VSCode to a EOSIO docker runtime for development https://github.com/EOSIO/eos/tree/master/.cicd/platforms There are two variants, pin and unpin. Which one would you recommend...

we occasionally got the error "max inline action depth per transaction reached" on executing our contract inline action which calling the third party contract, and it is hard for we...

enhancement
track-in-jira

When using LLVM 12, configuring CMake gives me an error indicating the correct LLVM version(7 ~ 11) required. But when only LLVM 13(current latest) is installed, the error message is...

This bug has been discussed here a few times [ #4077, #9677 ] Our dapp is affected by this. Our app is hard to use because of it. And there...

## Change Description The type definition of the producer location unsigned integer is vague. > Relative location for purpose of nearest neighbor scheduling This change adds `ISO 3166-1 numeric` as...

## Change Description Adds get_all_accounts RPC call to chain plugin, /v1/chain/get_all_accounts. This retrieves all accounts which exist on the chain, optionally restricted by JSON request parameters lower_bound and upper_bound which...