Skip to content

Releases: dedis/columbus-cli

Adds a stauts feature and a roster option

18 Aug 10:54
3cfff3c

Choose a tag to compare

This new release adds an option to display the roster on each block. It also allows one the get the status of each node from the roster stored on the last known block.
Also adds linting with tslint.

preview
Screenshot 2020-08-18 at 12 53 42

Adds a new "Get latest" button

11 May 11:39
d7605c9

Choose a tag to compare

This functionality demonstrates how one can easily fetch the latest known block of the chain.

Minor design updates

07 May 08:22
c66f408

Choose a tag to compare

Reframed the design to better use the space.
Add a loader.

Adds "Empty deriveID" attribute on spawn instructions

17 Apr 13:45
2b29e4b

Choose a tag to compare

This attribute is useful to get the future instanceID of an instance while checking a spawn instruction.
Note that in some cases the deriveID might not correspond to the instanceID. This is the case if the spawner is a "Spawner instance" for example.

Adds "accepted" attribute on transactions

17 Apr 07:52
8697c70

Choose a tag to compare

v1.0.3

Adds accepted attribute on transaction

Minor fix

16 Apr 15:24
df14496

Choose a tag to compare

Fixes a bug that displayed the wrong verifiers.

Adds "repeat cmd" option

23 Mar 08:57
0e4372a

Choose a tag to compare

This new option demonstrates how to programatically browse the skipchain.

Capture d’écran 2020-03-23 à 09 56 08

Uses updated version of sendStream

26 Feb 10:19
2a4ad7d

Choose a tag to compare

This version uses the latest version of sendStream in @dedis/cothority (v3.4.4), which has some breaking changes.
It also removes unused legacy files (the src/index-n.js ones).

v0.1.0

14 Feb 14:51
7d226a8

Choose a tag to compare

This is the first version of a naive blockchain visualiser.

Unzip or untar columbus-cli.{zip, tar.gz} and open the index.html.

demo