Skip to content

Releases: SIMBAChain/hardhat

no more AzureHandler

16 Mar 16:26

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 no .name found for org and/or app in simba.json

08 Mar 17:12

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:03

Choose a tag to compare

v2.5.1

removed some redundant messages

sync command now pull

15 Aug 23:48
9d1284f

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.

pre-axios version

28 Jul 00:33

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

13 Jul 19:33

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.

new version that handles variable structure of JSON objects for auth info

02 Jul 18:43

Choose a tag to compare

v1

21 May 01:45

Choose a tag to compare

v1

This is the first release of SIMBA Chain's Hardhat plugin.