Skip to content

v0.1.6: Visual Studio Code extension and string formatting

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Dec 10:42
· 1384 commits to main since this release
- New Visual Studio Code extension developed under Hyperledger Mentorship
  programme
- Added language server for use in vscode extension
- Implemented primitive types and operations for Solana
- Functions can be declared outside of contracts
- Constants can be declared outside of contracts
- String formatting using python style "..{}..".format(n)

Signed-off-by: Sean Young <[email protected]>