Skip to content

Releases: SIMBAChain/truffle

no more AzureHandler

16 Mar 16:25

Choose a tag to compare

We no longer use Azure for auth, so this update uses a version of @simbachain/web3-suites that does not have the AzureHandler object.

handling .name not found in org and app

08 Mar 17:11

Choose a tag to compare

this release gives a clearer error message when someone tries to perform noninteractive login, but no organisation or application field are found in their simba.json.

no more v2

03 Mar 00:40

Choose a tag to compare

If you include /v2 in your SIMBA_API_BASE_URL, an error will now be thrown.

You can also now set your SIMBA_API_BASE_URL in your env file

Fixed error handling (throwing instead of returning errors)

updated documentation

delete contracts, create app from terminal

07 Sep 22:04

Choose a tag to compare

sync command now pull

15 Aug 23:49
bad3054

Choose a tag to compare

This release now uses "pull" instead of "sync" for the action of pulling source code from SIMBA Chain and syncing with local project.

Final pre-axios version

28 Jul 00:32

Choose a tag to compare

This version uses the version of @simbachain/web3-suites that still has some code that implements requests-promise library instead of axios.

new login/logout functionality (from develop)

13 Jul 19:32

Choose a tag to compare

No breaking changes. login/logout now delete authProviderInfo from simba.json, which should prevent issues with trying to use old/outdated authProviderInfo if someone changes baseURL in their simba.json but forgets to change their authProviderInfo.

updated version to handle variable JSON objects for auth info

02 Jul 18:42

Choose a tag to compare

v2.0.0

21 May 02:01

Choose a tag to compare

This is version 2.0.0 of the SIMBA Chain Truffle plugin.

This version introduces breaking changes, regarding auth flow. This version of the plugin uses keycloak device login, and thus the fields in the user's simba.json are going to look different than in v1.

The deployment process has also been streamlined, to allow for greater ease when it comes to both exporting and deploying contracts to simbachain.com using the plugins.

Also, much of the code that originally lived in this codebase now lives in https://github.com/SIMBAChain/web3-suites-common. That's because SIMBA's family of web3 plugins has grown, and now includes Hardhat. So code that is utilized by both of those plugins now lives in that common repo.

new login/logout functionality

13 Jul 19:28

Choose a tag to compare

No breaking changes. login/logout now delete authProviderInfo from simba.json, which should prevent issues with trying to use old/outdated authProviderInfo if someone changes baseURL in their simba.json but forgets to change their authProviderInfo.