Releases: Consensys/quorum-remix
Quorum Plugin for Remix 0.1.7
Features:
- Adds support for the new Enhanced Privacy flag on private transactions
- Bug fix for the estimateGas function
Go to https://remix.ethereum.org/ and activate the Quorum Network plugin from the plugins list. If you are already using the Quorum plugin, there is no need to update anything. Remix will always load the latest version of the plugin.
Quorum Plugin for Remix v0.1.6
Features:
- Plugin will now work when localStorage access is blocked due to browser settings
- Adds explicit private transaction checkbox to clean up ui and match the different possible private states. See more here: #1
- Improved plugin appearance when using the dark theme in remix
Go to https://remix.ethereum.org/ and activate the Quorum Network plugin from the plugins list. If you are already using the Quorum plugin, there is no need to update anything. Remix will always load the latest version of the plugin.
Quorum Plugin for Remix v0.1.5
Features:
- #31 Added Tessera Endpoint input to fetch all of the public keys on the network (only Tessera 0.10.2+)
- #14 Added Private From dropdown to support choosing between multiple keys
- #41 Added support to estimate the gas limit for contract creation and method calls
- #21 Added loading indicators during async operations
Go to https://remix.ethereum.org/ and activate the Quorum Network plugin from the plugins list. If you are already using the Quorum plugin, there is no need to update anything. Remix will always load the latest version of the plugin.
Quorum Plugin for Remix v0.1.4
Go to https://remix.ethereum.org/ and activate the Quorum Network plugin from the plugins list. If you are already using the Quorum plugin, there is no need to update anything. Remix will always load the latest version of the plugin.
Changes:
- Moved plugin hosting to remix-plugin.goquorum.com to allow it to be loaded from both HTTP and HTTPS
- Updated version link to show exact git commit currently deployed
- Made transaction metadata section expandable to improve the UI on smaller screens
- Added end-to-end browser tests to verify that the plugin is working on both production remix and the alpha channel
Quorum Plugin for Remix Initial Release
Initial public release of the Quorum Plugin for Remix
Features:
- Connect to a Quorum node's RPC/WS endpoint
- PrivateFor selector that allows you to manage public keys and choose which parties may see a transaction
- Listens for compilation results from Remix
- Deploy both public and private contracts to the node
- Attach to already deployed contracts
- Call methods on contracts through a generated UI