Greatest hits from previous weeks:
|
I want to download the blockchain to speed up the syncing process, I know some BPs were providing this service but I can´t find the url.
|
I have a table that I’m playing with that I want to have a map that links the id with a specific structure. I tried to use map and the code compiles fine, but when generating the abi file it takes …
|
WASM is meant to be executed by general purpose computers. How does the low level WASM get converted to a form that the EOS virtual machine can understand?
|
In the new version of eosjs, the getCurrencyBalance() method is no longer supported. How can I still get the currency balance of an account using eosjs?
|
I’m trying to set up a non-producing node for my application to query data from the EOS blockchain. I started synchronizing for three days. However, only five million blocks have been downloaded so …
|
Is there a way to receive the return output of an action with EOSJS? Say for example I have an action that reads columns from a table, sums a row and returns the result. How would I structure the …
|
I noticed that multi-index (which is under eosio namespace) uses the following to prevent access to another contract’s tables: eosio_assert( _code == current_receiver(), “cannot create objects in …
|