eos
eos copied to clipboard
An open source smart contract platform
EOSIO chains which have a lot of state change activity need a lot of RAM and takes a long time to start/stop (database-map-mode = heap); or they use a lot...
Based on https://eosio.stackexchange.com/questions/6042/difference-between-send-and-push-transaction/6045#6045 On the eosio chain api reference, there is a send_transaction method and a push_transaction method. I'd like to know why there are 2 endpoints instead of 1...
dev - correct broken links in README.md
Due to the EOS resource model, the threshold for new users to join is too high. Even v2.2.0-rc1 "Resource Payer" is more complicated than eth. Can you consider whether the...
Previously for preparing multisigs, using the `-sjd` options would produce a transaction which could be passed directly to `propose_trx` (usually after modifying `expiration`, `ref_block_num`, `ref_block_prefix` and possibly adding more actions)....
this was generated from community feedback, see here https://t.me/c/1139062279/280871 reading this doc page https://developers.eos.io/manuals/eos/latest/nodeos/plugins/chain_api_plugin/api-reference/index#operation/get_table_rows is it not clear, when using this api, how do I continue on to get the...
When transacting with an API it does three HTTP requests: - v1/chain/get_info to get the reference block - v1/chain/get_required_keys to check which key is needed - v1/chain/push_transaction to push the...
## Change Description This adjusts build/test steps in the EOSIO pinned/unpinned pipelines to use pipeline step dependencies for test executions instead of explicit waits. - This means that tests for...
@b1bart @victorj8 I found preexecution_hook is under development. I implemented post_transaction_hook feature for applying different transaction fee mechanism. https://github.com/turnpike/eos/commits/feature/post_transaction_hook In enterprise environment (private/consortium network), there was a request for fixed...