-
Can I use this for eosio blockchain nodes?
-
# CDT 1.3 Support
Migrate the code to support the EOS contract development tool version 1.3.1
https://github.com/EOSIO/eosio.cdt/blob/master/README.md
-
It should be possible to inherit from eosio.token class, so that new tokens would not have to just copy the token source code.
So, all flesh should be moved to a token.hpp inside eosiolib, and eosi…
-
Creating an issue to track the ongoing discussions regarding FIO code deviations from EOSIO.
-
I've got an EOS smart contract which uses `std::optional` as a type of one of its fields. When compiled with AntelopeIO CDT v4.0.1, it produces an ABI which seems to be valid and works fine when deplo…
-
![image](https://user-images.githubusercontent.com/26429765/57255040-7d6ad900-705b-11e9-938a-ee6ff4f21734.png)
-
Once the new eosio.msig contract is deployed we need to update any contracts which currently send deferred transactions directly need to be updated to use eosio.msig.
The contract needs to do the…
-
## Table tracking significant deprecations in EOSIO software
| Feature | Date of Deprecation Notice | Deprecation Announcement Link …
arhag updated
3 years ago
-
Useful
```
alias cleos='docker exec -it eosio /opt/eosio/bin/cleos -u http://0.0.0.0:8888 --wallet-url http://0.0.0.0:8888'
alias nodeos='docker exec -it eosio /opt/eosio/bin/nodeos'
alias eos…
-
eosio.prods는 따로 생성하지 않아도 되는 built-in된 특수한 계정이라고 적혀있습니다.
그러면 다음의 계정들도 built-in 해놓으면 되지 않았을까요?
eosio, eosio.bpay, eosio.msig, eosio.names, eosio.ram, eosio.ramfee,
eosio.saving, eosio.stak…