-
## Description
In section "随机数实践", The link to "Randomization in Contracts", which is `https://developers.eos.io/eosio-cpp/docs/random-number-generation` is not valid (404 not found) any more.
-
Definition of done:
- [x] move integration tests to Software Developer Kit minimizing all impact on contracts and other services)
Output:
- [x] A strategy is made around how this is going to be don…
-
### Reference URL
https://github.com/AntelopeIO/cdt/blob/main/libraries/eosiolib/core/eosio/symbol.hpp
### Custom Antelope Types
- [x] length
- [x] is_valid
- [x] raw
### Standard Rust Types
…
-
# Audit request
HireVibes connects jobseekers, employers, referrers and recruiters on a new job search platform (Dapp) based on the EOS blockchain.
https://www.hirevibes.io/
# Source code
https:…
-
`min-initial-block-num` option to chain plugin so that nodeos will refuse to load any state from prior to the specified block number.
- https://github.com/EOSIO/eos/pull/10872
-
This is the first of the three phases of implementing parallel readonly transaction execution. The task is to make sure readonly transactions to be handled correctly without multithreading involved. A…
-
```golang
package eos
import (
"encoding/hex"
"log"
"github.com/eoscanada/eos-go/ecc"
secp256k1 "github.com/uuosio/go-secp256k1"
)
func TestSign() (err error) {
privateKey := "5JWu…
-
EOS contracts have been deployed, this is for setting all permissions
- [x] dao.hypha - enrollers, owner: dao.hypha@eosio.code, active: dao.hypha@eosio.code
- [x] voice.hypha - add dao.hypha@activ…
-
I try to get the node height and it returns a response like this:
```bash
curl -s -X POST http://127.0.0.1:8888/v1/chain/get_info
{
"code": 429,
"message": "Busy",
"error": {
"code"…
-
Currently nodeos measures trx in progress via trx size and limits trxs in progress to 100MB worth of transactions. When this limit is exceeded it begins dropping trxs that come into the node without p…