eos
eos copied to clipboard
An open source smart contract platform
My contract gives assertion failure with message: read My action code is: ACTION waxrng::getrandom(name nm/*, uint64_t customer_id, uint64_t signing_value*/){ auto itrCustomer = rngcustomers.find(nm.value); if (itrCustomer == rngcustomers.end()){ rngcustomers.emplace(_self, [&](auto &rec){...
When I reach 512 Kb of my WASM and 68 Kb of ABI of my contract I cannot deploy and i receive this error: unexpected end of JSON input last....
The following is valid code according to eosio-cpp and compiles and executes fine but nodeos chokes when trying to use the ABI generated ```cpp using namespace std; [[eosio::action]] void foo(optional...
I'm porting EOSIO 2.1 to WAX (https://github.com/cc32d9/wax2.1), and tried to run a node with rockdb backend: ``` backing-store = rocksdb persistent-storage-num-threads = 6 persistent-storage-max-num-files = 10 persistent-storage-write-buffer-size-mb = 512 ```...
environment:  steps: Deploy the eosio.secgrp smart contract using the eosio privileged account: >cleos set contract eosio contracts/ eosio.secgrp.wasm eosio.secgrp.abi Expected behaviours: Contract deployment successful What actually happened: Error 3070003:...
Who can tell me how to build EOS private chain,thanks。
/v1/wallet/.. 404 ,cleos is ok ,why?
Hello, i have installed standart smart contract from this tutirial https://developers.eos.io/manuals/eosio.contracts/latest/guides/how-to-create-issue-and-transfer-a-token it's okey. i have transfer function, but how to make something like "claim", using this transfer for token from...
get_scheduled_transaction 404 real Api: get_scheduled_transactions
ErrCode: 21010004 is why? plss