Vishakh

Results 25 issues of Vishakh

There are a couple of RPC calls that would make life much easier for https://github.com/Cryptonomic/Conseil: 1. Get a list of all accounts which changed state between two given blocks, e.g....

ConseilJS needs HD wallet support for it to become truly viable for wallet and business use, i.e. from a single cryptographic seed it needs to derive multiple Tezos addresses. Currently...

enhancement

The TezosWallet module was written with the option of adding HD wallet support. The logic must now be extended to allow HD support to prepare for hardware wallet support. -...

enhancement

This PR contains sundry items for the September 2022 release: - [x] Clean up of the Docker Compose file to make Conseil easier to run locally - [x] Support for...

bug

We should incorporate most major Tezos contracts and ensure they are indexed correctly.

enhancement

The `registered_tokens` table is used not only to serve data directly but also for indexing metadata. It is currently read statically from a CSV file which is part of the...

enhancement

There should be a new table called `chain_state` which captures essential metrics by block. Block explorers and other tools can use this table to easily build their home pages. Coming...

enhancement

We must improve the code coverage of our unit tests by ensuring we have proper tests for all components and containers. There are already a few Jest unit tests but...

enhancement

The best practices for Electron security are listed at https://github.com/electron/electron/blob/master/docs/tutorial/security.md. We should ensure all steps listed there are followed in the wallet code.

security_audit

- [x] Clone this repo on your computer - [x] Create a new git branch called `widened_settings_fields` - [x] Make code changes so the "Tezos Node" and "Nautilus API Key"...

enhancement