-
When I set the contract on blockchain in version eos@dawn4.0, and call the action of the contract, everything was normal. but when I set the same contract on blockchain in version EOS1.0, There is not…
-
Hi,
Im trying to get a list of transactions/action for an account. I am able to use the history/get_actions rpc interface but that seems only give initiated/sent actions for the account. How can I …
-
Is there any customization on webassembly in EOS? Can I load it using Javascript as loading a standard webassembly module?
Why we need eosio-s2wasm and eosio-wat2wasm?
-
I was trying to send IOTA from my IOTA wallet to Binance exchange, the transaction started but has now gone well over 24 hours and still says unconfirmed. Is there a way to cancel the transaction? My …
-
Hello! First of all, great work on the tool so far. I think this will be very helpful for EOS developers.
I've followed the build instructions here: http://eosfactory.io/sphinx/build/html/01.Instal…
-
I keep getting a error when trying to submit my votes. I keep getting this error with my account name and key in it.
"************","permission"."active"}', but does not have signatures for it und…
-
when i use ```cleos set contract eosio build/contracts/eosio.bios -p eosio```
back
```
Reading WAST/WASM from build/contracts/eosio.bios/eosio.bios.wasm...
Using already assembled WASM...
Publi…
-
Example:http://localhost:8888/v1/wallet/unlock is error
but http://localhost:8900/v1/wallet/unlock is ok
-
Mimic the cleos wallet: assets that are not on the blockchain can derive precision from the amount.
```js
eos.create('eosio.token', '10000.00 A', {authorization: 'eosio.token'})
```
However, any…
-
@bytemaster, in your first blockchain project(Bitshares), most of the short assets symbol have been registered by a few people intentionally, how EOS to prevent malicious registering of the asset symb…