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

Discover this duplication/missing in this line https://github.com/EOSIO/eos/blob/26a4d285d0be1052d962149e431eb81500782991/libraries/chain/include/eosio/chain/chain_config.hpp#L82 and this https://github.com/EOSIO/eos/blob/26a4d285d0be1052d962149e431eb81500782991/libraries/chain/include/eosio/chain/chain_config.hpp#L101 Should be `lhs.min_transaction_cpu_usage` and `rhs.min_transaction_cpu_usage` I haven't encounter any related bugs yet. But this will happen if we have only...

bug
track-in-jira

When starting nodeos with a snapshot, it prints a line like this: ``` info 2021-07-12T14:31:04.177 nodeos controller.cpp:541 startup ] Starting initialization from snapshot, this may take a significant amount of...

enhancement
track-in-jira

## Change Description documentation only ## Change Type **Select *ONE*:** - [x] Documentation - [ ] Stability bug fix - [ ] Other - [ ] Other - special case...

documentation

Rosetta is an increasingly popular API specification and set of tools that makes integrating with blockchains simpler, faster, and more reliable. Adding support for this API spec to EOSIO would...

enhancement
track-in-jira

## Change Description Fixing a minor annoyance. Multiple shell scripts do not have the execute bit set: ```bash $ find . -name "*.sh*" | xargs ls -l | grep "r--"...

After contract action executed by user (from browser eosjs) I need to notify nodejs app that this event occurred. How to do this ? @heifner

enhancement

No `params` in response of `v1/trace_api/get_block` in nodeos 2.1.0 When I send query to `v1/trace_api/get_block` with nodeos 2.0.9, I can get `from, to, quantity, memo` for eosio.token in the response...

https://github.com/boscore/bos https://github.com/boscore/Documentation/blob/master/BOSCoreTechnicalWhitePaper.md

enhancement
track-in-jira
Support

## Change Description This `is_callable_v` workaround in eos-vm for some old compiler is causing compile failures on clang12 with the error ``` template argument for non-type template parameter must be...

Nodeos 2.1 state-history plugin is not splitting the websocket payload into frames. The issue becomes relevant when nodeos is started from a snapshot, thus storing all the current deltas into...