Skip to content

v0.10.2

Latest
Compare
Choose a tag to compare
@rkalis rkalis released this 04 Nov 08:38
· 1 commit to master since this release

cashc compiler

  • ✨ Add support for using underscores in numeric literals to improve readability, e.g. 1_000_000.
  • ✨ Add support for using scientific notation in numeric literals, e.g. 1e6 or 1E6.

CashScript SDK

  • 🐛 Fix fee calculation when using SignatureAlgorithm.ECDSA.
  • 🛠️ Clean up dependencies.