Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Releases: IBM-Blockchain/blockchain-vscode-extension

v2.0.8

21 Mar 16:19
Compare
Choose a tag to compare

2.0.8: March 21st 2022

Announcements

  • VS Code v1.40 or greater is now the minimum version required for using the v2.0.0 version of the extension.

Changes

  • Fix slow UI due to multiple Fabric network connections
  • Fix request time out preference
  • Update Fabric SDK and other dependency versions

Notes

  • Smart contract debugging is unavailable #2660

conga comic

v2.0.7

19 Jan 14:10
1fa9b93
Compare
Choose a tag to compare

v2.0.7: January 19th 2022

Announcements

  • VS Code v1.40 or greater is now the minimum version required for using the v2.0.0 version of the extension.

Changes

  • Add link to common tasks wiki on home page

Notes

  • Smart contract debugging is unavailable #2660

conga comic

2.0.6

20 Dec 16:33
Compare
Choose a tag to compare

2.0.6: December 20th 2021

Announcements

  • VS Code v1.40 or greater is now the minimum version required for using the v2.0.0 version of the extension.

Changes

  • Increased deploy and upgrade timeout to 10 minutes

Notes

  • Smart contract debugging is unavailable #2660

2.0.5

18 Oct 18:33
56453b9
Compare
Choose a tag to compare

2.0.5: October 18th 2021

Announcements

  • VS Code v1.40 or greater is now the minimum version required for using the v2.0.0 version of the extension.

Changes

  • Removed Join network tutorials

Notes

  • Smart contract debugging is unavailable #2660

2.0.4

20 Jul 16:00
f474223
Compare
Choose a tag to compare

2.0.4: July 20th 2021

Announcements

  • VS Code v1.40 or greater is now the minimum version required for using the v2.0.0 version of the extension.

Fixes

  • Fixed the handling of endorsement policy when provided in collection config files #3039

Notes

  • Smart contract debugging is unavailable #2660

2.0.3

02 Jun 15:04
a7b9989
Compare
Choose a tag to compare

2.0.3: June 2nd 2021

Announcements

  • VS Code v1.40 or greater is now the minimum version required for using the v2.0.0 version of the extension.

Fixes

  • Fixed packaging form in deploy view not updating correctly #2950
  • Fixed not being able to use a remote file as a private data collection config file #2948
  • Improved functional test detection of which transactions should be submitted/evaluated #2982
  • Fixed broken path to the create-custom-networks.md tutorial when opening from the create environment command #3005, #3019
  • Fixed transaction output overflowing from its container in the transaction view #3009
  • Prevented unsupported node types being read in and causing an error #3013
  • Updated go packaging logic to include txt files #3030

Notes

  • Smart contract debugging is unavailable #2660

conga comic

2.0.2

25 Feb 10:57
d42ae91
Compare
Choose a tag to compare

2.0.2: February 25th 2021

Announcements

  • VS Code v1.40 or greater is now the minimum version required for using the v2.0.0 version of the extension.

Features & Enhancements

  • Added ability to generate functional tests for private data smart contracts #2167
  • Enabled use of custom local environment start images #2975

Fixes

  • Improved code examples used in tutorials #2732
  • Updated functional tests to evaluate transactions where appropriate #1628
  • Fixed CouchDB indexes for local environments #2966

Notes

  • Smart contract debugging is unavailable #2660

conga comic

v2.0.1

09 Feb 09:17
d081b26
Compare
Choose a tag to compare

2.0.1: February 9th 2021

Announcements

  • VS Code v1.40 or greater is now the minimum version required for using the v2.0.0 version of the extension.

Features & Enhancements

  • Added command to view CouchDB instance in browser #2937

Make sure your local environment is using the microfab:0.0.8 image by checking the output when it's started.

Default username and password are admin and adminpw.

  • Improved transaction argument handling #2923

Fixes

  • Fixed deleting or moving connection profile bug #2919
  • Improved enrolment error message if no CA present #2909
  • Fixed evaluating transaction not using selected peers #2707
  • Fixed access denied when deploying contract #2905
  • Fixed open console in browser command #2802
  • Improved fallback for no orderer present in environment #2904
  • Fixed contract handling if deployed to multiple channels #2854

Notes

  • Smart contract debugging is unavailable #2660

conga comic

v2.0.0

19 Jan 11:53
d3c1007
Compare
Choose a tag to compare

2.0.0: January 19th 2021

Announcements

  • VS Code v1.40 or greater is now the minimum version required for using the v2.0.0 version of the extension.

Features & Enhancements

  • Support for Fabric v2.0 lifecycle.

This extension now support all operations required to deploy smart contracts to a Fabric V2 channel.

When creating a new local environment, you now have the option to specify the capabilities of the channel to be created.

To use the new Fabric v2.0 lifecycle you need to create a local environment which has V2 capabilities.

Be sure to check out the updated 'Basic tutorials' to find out how to use the new lifecycle.

  • New 'Deploy Smart Contract' command

We've included a new 'Deploy Smart Contract' command which is callable from the command palette.

This command allows you to easily install and instantiate a smart contract (if using a V1 channel), or install, approve and commit a smart contract (if using a V2 channel) - using a single action.

  • New 'Transact with Smart Contract' command

We've included a new 'Transact with Smart Contract' command which makes it easier to submit/evaluate transactions.

Fixes

  • No longer need to rebuild gRPC #1621

Be sure to take a look at our previous 2.0.0-beta.x releases in the changelog to see the full list of changes made.

Notes

  • Smart contract debugging is unavailable #2660

conga comic

v2.0.0-rc.1

17 Dec 10:22
3d29e0c
Compare
Choose a tag to compare
v2.0.0-rc.1 Pre-release
Pre-release

2.0.0-rc.1: December 17th 2020

Announcements

  • VS Code v1.40 or greater is now the minimum version required for using the v2.0.0 version of the extension.

  • Be sure to check GitHub issues for any known bugs or planned enhancements.

Features & Enhancements

  • Support for Fabric v2.0 lifecycle.

This extension now support all operations required to deploy smart contracts to a Fabric V2 channel.

When creating a new local environment, you now have the option to specify the capabilities of the channel to be created.

To use the new Fabric v2.0 lifecycle you need to create a local environment which has V2 capabilities.

Be sure to check out the updated 'Basic tutorials' to find out how to use the new lifecycle.

  • New 'Deploy Smart Contract' command

We've included a new 'Deploy Smart Contract' command which is callable from the command palette.

This command allows you to easily install and instantiate a smart contract (if using a V1 channel), or install, approve and commit a smart contract (if using a V2 channel) - using a single action.

  • New 'Transact with Smart Contract' command

We've included a new 'Transact with Smart Contract' command which makes it easier to submit/evaluate transactions.

Fixes

  • No longer need to rebuild gRPC #1621

Be sure to take a look at our previous 2.0.0-beta.x releases in the changelog to see the full list of changes made.

Notes

  • Smart contract debugging is unavailable #2660

conga comic