Skip to content

Releases: TiesNetwork/ties.db-explorer

Fix bugs and new multi-connections

13 Mar 14:37
Compare
Choose a tag to compare
Pre-release

Hello world!

We fixed a very large number of bugs and try to bring the application to stable operation.
Thanks to everyone who informs us about new bugs.

Multiconnections

We added the ability to connect our application to different sources, which will allow you to test on your private blockchains:

2019-03-13 17 36 53
2019-03-13 17 36 49

New basic version demonstration

06 Feb 09:02
Compare
Choose a tag to compare
Pre-release

Hello world!

We have completely remade our DBMS application. It has become more simple and filled with a lot of functionality.

Blockchain background sync

We have separated the interface and logic. Now the Node.js helper is responsible for loading and processing data. You can work with the scheme without waiting for the full unloading.

But it should be understood that the process of loading the scheme is a very resource-intensive process. To simplify this, we make it possible to create multiple connections. You can create multiple connections from different sources (infura.io, localhost etc.) with the required spaces.

photo_2019-02-05 18 38 47

Search and CMD - all in one

The first version has a big problem - there was no search. We fixed this flaw and added a search. Now you can not only search for information, but also use keywords:

  • By entity search: Use the object name to refine your search (example: "tablespace ts2");
  • CRUD interface: Use action title to edit (example: "create field test2").

2019-02-05 18 45 31

Transactions

Improved transaction creation and confirmation. Now you can confirm multiple transactions at once (and cancel). We are preparing a new update so that transactions are saved and you can view detailed information.

2019-02-05 18 47 51

Under development

  • Refinement of the main functionality and error correction;
  • QUERIES - A more convenient interface is being developed for sending requests and displaying results. Also in the future we plan to support Ties.DB syntax;

2019-02-05 18 53 50

  • NOTIFICATIONS - The core of notifications will be available soon. You can always be aware of what happened not only in the app, but also in our news channels (Twitter, Medium);

2019-02-05 18 53 46

  • FAVORITES - It seems to us that it will be convenient for you to add to your favorite tables, queries, and so on.

We try very hard and devote enough time to make a good product. This version is an alpha demonstration of functionality that will be released in the coming month.