-
I would suggest we define `host` & `port` separately, that way you don't have to parse the URL to break down these two fields.
When using `cleos`, you need to define `--host` & `--port` params, if …
-
Our Dapp deals with sensitive user information and we would like to encrypt/decrypt text that flows from our Dapp (client) to our smart contract actions.
We would like to perform the symmetric encr…
-
I got this error on latest branch:
```
Start: Make abieos
Submodule path 'external/eosjs': checked out '11fbd89d1fe78eb6807b89e1da38b4dc02bfb0f5'
-- Configuring done
-- Generating done
-- Build …
-
Unit tests coverage of SHIP is somehow limited and it would be great to amplify it.
https://github.com/EOSIO/eos/pull/10278
https://github.com/EOSIO/eos/pull/9864
https://github.com/EOSIO/eos…
-
For the eosio object type, you also need the push_action method, because you need to initialize the system contract.
Currently have to use cleos directly
```
cleos.PushAction(
eosio,
"i…
-
I'm running into an issue where if I specify multiple `eosio::on_notify` it excludes the wildcard "*" on notifications contracts.
## My Scenario
Need to listen on all incoming `transfer` for mul…
-
This one works:
```
/*
This file is not used for the actual atomicassets contract.
It can be used as a header file for other contracts to access the atomicassets tables
and custom data types.…
-
With PR #2893 any contract developer has the tools necessary to implement a lost password recovery feature for those accounts who choose to opt into such a feature by setting their owner permission ap…
arhag updated
4 years ago
-
Getting error on account creation :-
const defaultPrivateKey = "5KQwrPbwdL6PhXujxW37FSSQZ1JiwsST4cqQzDeyXtP79zkvFD3"; // bob
const signatureProvider = new JsSignatureProvider(['5KQwrPbwdL6PhXujxW37F…
-
nodeos version: mainnet-1.3.1
watcher-plugin config:
#=============
#Enable plugin
plugin = eosio::watcher_plugin
watch = eosio.stake:
watch = cannontest11:
watch-receiver-url = http://127.0.0…