Peripheral EOSIO smart contracts for interacting with SX Curve
Security Audit
- Sentnl Audit (2020-03)
SHA256 Checksum
Local
eosio-cpp version 1.7.0
$ git clone https://github.com/stableex/sx.curve.git
$ git checkout v1.0.3
$ eosio-cpp curve.sx.cpp -I include
$ shasum -a 256 curve.sx.wasm
a9aa7e60901cfc3ffe481099daa7f13f0b9cdba19c64ffd18aa5789932336f8c curve.sx.wasm
EOS Mainnet
$ cleos -u https://eos.greymass.com get code curve.sx
code hash: a9aa7e60901cfc3ffe481099daa7f13f0b9cdba19c64ffd18aa5789932336f8c
Changes
- improve error handling checks
- allow deployment of smart contract account name
- code refactoring