Surou

Results 21 issues of Surou

When creating an existing account through new_account, it will go restored, But at this time, the account object is returned, there is no public or private key information. ``` //...

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, "init", '[0,...

For example, support EOS blockchain? If the network version, it happens to be on the blockchain support, there is a mining pool mining scene in the game, each user buys...

![image](https://user-images.githubusercontent.com/7980920/44093934-62e54b3a-a007-11e8-9baa-1a49170c8f69.png) @kesar You can view the information from the URL of this test. http://47.75.202.46:8000/actions?page=1 mysql> SELECT count(a.id) as cant FROM actions a JOIN transactions t ON a.transaction_id = t.id WHERE...

I'm developing a consensus browser, but the browser uses the following api `/lighthouse/validator_inclusion` https://github.com/gobitfly/eth2-beaconchain-explorer/blob/4c05fb9e782c3e5536782d5491b74833317c791a/rpc/lighthouse.go#L855 ``` resp, err := lc.get(fmt.Sprintf("%s/lighthouse/validator_inclusion/%d/global", lc.endpoint, request_epoch)) if err != nil { return nil, fmt.Errorf("error retrieving...

``` npm ERR! code E403 npm ERR! 403 403 Forbidden - GET https://npm.fontawesome.com/749F2D8A-7B8F-48B7-BF9F-00B12EE637E5/@fortawesome/fontawesome-pro/-/fontawesome-pro-5.10.1.tgz npm ERR! 403 In most cases, you or one of your dependencies are requesting npm ERR! 403...

Run the` fill-pg` command for the first time as follows ``` ./fill-pg --fill-connect-to 127.0.0.1:8080 --fpg-create ``` Check PostgreSQL at this time, the corresponding table has been created ![image](https://user-images.githubusercontent.com/7980920/103072568-c8ef4380-4600-11eb-93de-5d6c65eb3274.png) But after...

https://github.com/EOSIO/eosjs-ecc/blob/2063257e8d02e82ce4ca1d0fdadf451281b33d1e/src/key_private.js#L62 ### Original edition ``` function toPublic() { if (public_key) { // cache // S L O W in the browser return public_key } const Q = secp256k1.G.multiply(d); return public_key...

## Add new chain Please fill the following form: Provide the Chain ID (Only 1 chain id per PR). - Chain_ID: 5545 Provide RPC URL for the chain (should be...