Alexis Hernandez

Results 105 issues of Alexis Hernandez

Unconfirmed transactions are only visible by searching them, while we can display them in a tab. We can follow the same in-memory syncing approach described in # #179, and then,...

help wanted
web-ui
server

We need to optimize the blockchain syncing process. ### Expected behavior Indexing Bitcoin should take at most 1 week. ### Actual behavior Indexing Bitcoin takes months! ### Steps to reproduce...

help wanted
roadmap
server

When displaying a TPoS contract transaction, its details aren't displayed ### Expected behavior When viewing a TPoS contract transaction, the merchant, owner and commission are displayed. ### Actual behavior Loading...

web-ui
hacktoberfest

Increase the backend test coverage. ### Expected behavior The test coverage is higher. ### Actual behavior The test coverage is not as good as it can be. ### Steps to...

good first issue
server
hacktoberfest

Create a shared component that keeps updating the statistics. ### Expected behavior The statistics are being stored in a component that can share the data with other components, it is...

web-ui
hacktoberfest

Update the block API to retrieve a block from the database and fallback to the xsnd. ### Expected behavior There are two endpoints for loading a block: 1. `GET /blocks/:query`...

web-ui
server
hacktoberfest

There are some unnecessary calls on the XSNService. ### Expected behavior There shouldn't be unnecessary calls. ### Actual behavior After the segwit integration, the `addressindex` was removed, leading to some...

good first issue
server
hacktoberfest

There is no simple way to detect breaking API changes from the RPC server. ### Expected behavior Before updating the RPC server, run a suite of integration tests that calls...

server
hacktoberfest

Some user have complained that running the tests is not straightforward on Windows. ### Expected behavior The [README.md](https://github.com/X9Developers/block-explorer/blob/develop/server/README.md) from the server project specifies how to run the tests on Windows....

good first issue
server

The latest blocks view doesn't provide as much information as we could ### Expected behavior The latest blocks view is rendered by querying the blocks API and sorting by the...

web-ui
server