-
```
#include
ACTION hello::hi(name nm, asset money)
{
print_f("money: %\n", money);
print_f("Name : %\n", nm);
}
```
```
#include
#include
#include
using namespace eosio;
…
lw396 updated
2 years ago
-
Where is the cleos? How to build cleos? Can you give us a documnet to build cleos?
HToTH updated
2 years ago
-
https://github.com/AntelopeIO/leap/actions/runs/3069745720/jobs/4958806080#step:4:53
and
https://github.com/AntelopeIO/leap/actions/runs/3069745720/jobs/4958806080#step:4:3924
```
2022-09-16T18:…
-
fc/secp256k1 has 192 compile warnings. They are in the form of
```
libraries/fc/secp256k1/secp256k1/src/field.h:44:13: warning: ‘secp256k1_fe_normalize’ declared ‘static’ but never defined [-Wunus…
-
-
`http-max-bytes-in-flight-mb`
The comment in the default config is wrong, it returns 429, not 503 when exceeding the limit.
```
# Maximum size in megabytes http_plugin should use for processing…
-
Duplicate eos-system-contracts as vanilla reference-contracts version in Antelope org
-
Followup from: https://github.com/AntelopeIO/leap/issues/46
`http-max-bytes-in-flight-mb = 4096` is too big, but `http-max-bytes-in-flight-mb = 4095` works fine.
If there is a maximum limit, the…
-
For issues that are already inside of a project, we have a agreed as a team that we don't want automation of adding to different projects or assigning labels to take place for now. We should make this…
-
We still need cicd integration for CDT.