crazybits
crazybits
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...
reproduce the bug as below steps: 1. add one record in the scope 2. delete the record and keep the scope the scope count of get_table_by_scope would be 1 instead...
error encountered when compile the contracts with cdt 1.8.1, any idea? > /usr/local/Cellar/eosio.cdt/1.8.1/opt/eosio.cdt/bin/../include/boost/pfr/detail/core17_generated.hpp:38:9: error: > type 'swaps_row' decomposes into 2 elements, but only 1 names were provided > auto& [a]...
Test cases: TestChainQueries, TestChainCodeInvoke error exception as below: ` GOROOT=/usr/local/go GOPATH=/home/crazybit/study/go/workspace /usr/local/go/bin/go test -c -o "/tmp/TestChainQueries in chain_queries_test.gogo" github.com/hyperledger/fabric-sdk-go/test/integration "/tmp/TestChainQueries in chain_queries_test.gogo" -test.v -test.run ^TestChainQueries$ 2017/04/01 18:31:55 Using config file:...
# 🚀 Feature Request Like EventSubscriptionService we also need a state subscription service base on the `StateKey` ## Motivation it would be helpful for the specified DApp to listen on...
with the api setPortForwardingL, we could connect to destination server in the path via the bastion host (client->bastion host->destination server) with password, but if the connection between bastion host->destination server...
# 🚀 Feature Request Currently, only support to get specified row of table, it is very difficult to get all rows of table so provide a rest api to fetch...
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it make tiny update on the specified test case and re-run the cargo...
**Version of EOSJS** eosjs@master **Describe the bug** failed to serialize the context_free_actions,looks like `eosio.null` has no abi on mainnet, but the eosjs try to fetch abi. **To Reproduce** ``` await...