Releases: corda/node-explorer
Beta release v0.1.2-rev
UI Update for Node Explorer
What's Changed
- Docker setup by @karthik137 in #8
- Fix Whilelisted to Whitelisted in the UI by @akegaviar in #10
- Develop/node-explorer-ui-update by @jamesobrien86 in #13
New Contributors
- @karthik137 made their first contribution in #8
- @akegaviar made their first contribution in #10
- @jamesobrien86 made their first contribution in #13
Full Changelog: v0.1.1-rev...v0.1.2-rev
Beta release v0.1.1-rev
Revision 0.1.1
- Corrected issue where valid flow constructors were being discarded when any constructor contained unsupported parameter.
- Transaction UI updated for error message
Connecting to the node:
Use the node's RPC credentials to connect to the node. To connect to a remote node additional SSH credentials will be required.
Pointing Node Explorer to Your Cordapps
Navigate to Setting Tab and update the "Enter The Path Of Your Cordapps Directory" field with the directory containing the cordapps installed on the node. This is required so that the node explorer can load your custom classes and registered flows can be triggered.
Known Issues
-
The transaction limit currently is at 200
-
Not all parameter types are supported in Flows. The supported parameters include:
- net.corda.core.identity.Party,
- java.lang.String,
- java.lang.StringBuilder,
- java.lang.StringBuffer,
- java.lang.Long,
- long,
- java.lang.Integer,
- int,
- java.land.Double,
- double,
- java.lang.Float,
- float,
- java.math.BigDecimal,
- java.math.BigInteger,
- java.lang.Boolean,
- boolean,
- java.util.UUID,
- net.corda.core.contracts.UniqueIdentifier,
- net.corda.core.contracts.Amount,
- java.time.LocalDateTime,
- java.time.LocalDate,
- java.time.Instant,
- net.corda.core.crypto.SecureHash,
- java.util.List,
- java.util.Set,
- net.corda.core.utilities.OpaqueBytes
-
List and Set of Complex Objects are not supported.
Downloads
OSX
Linux
node-explorer_0.1.1_amd64.deb -- Ubuntu/Debian
Corda Node Explorer-0.1.1.AppImage -- Universal
Windows
Beta release v0.1.0
Initial Beta Release for Node-Explorer
Node Explorer is a standalone desktop application that connects to a Corda node running on a local or a remote node and allows users to view transactions and node's vault. It also allows users to trigger flows registered with the node.
Connecting to the node:
Use the node's RPC credentials to connect to the node. To connect to a remote node additional SSH credentials will be required.
Pointing Node Explorer to Your Cordapps
Navigate to Setting Tab and update the "Enter The Path Of Your Cordapps Directory" field with the directory containing the cordapps installed on the node. This is required so that the node explorer can load your custom classes and registered flows can be triggered.
Known Issues
-
The transaction limit currently is at 200
-
Not all parameter types are supported in Flows. The supported parameters include:
- net.corda.core.identity.Party,
- java.lang.String,
- java.lang.StringBuilder,
- java.lang.StringBuffer,
- java.lang.Long,
- long,
- java.lang.Integer,
- int,
- java.land.Double,
- double,
- java.lang.Float,
- float,
- java.math.BigDecimal,
- java.math.BigInteger,
- java.lang.Boolean,
- boolean,
- java.util.UUID,
- net.corda.core.contracts.UniqueIdentifier,
- net.corda.core.contracts.Amount,
- java.time.LocalDateTime,
- java.time.LocalDate,
- java.time.Instant,
- net.corda.core.crypto.SecureHash,
- java.util.List,
- java.util.Set,
- net.corda.core.utilities.OpaqueBytes
-
List and Set of Complex Objects are not supported.
Downloads
OSX
Linux
node-explorer_0.1.0_amd64.deb -- Ubuntu/Debian
Corda Node Explorer-0.1.0.AppImage -- Universal