Skip to content

SX Curve v1.0.3 Release Notes

Latest
Compare
Choose a tag to compare
@DenisCarriere DenisCarriere released this 03 Mar 20:06
· 7 commits to main since this release

Peripheral EOSIO smart contracts for interacting with SX Curve

Security Audit

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