Giter VIP home page Giter VIP logo

Comments (4)

hakkane84 avatar hakkane84 commented on June 12, 2024

Features of the upcoming revamp:

  • The operator can decide to use either SQL Server or SQLite (self-cointained) on a configuration file
  • config.js files for both the block indexer and web frontend. Web will allow to change the address of the API server, colors, coin denominations and abbreviations, link to the repo, header title
  • Main server (indexer + ngix webserver) and satellite (router+daemon) can be deployed as Docker containers. Docker repos and Dockerfile available
  • Using my router technology, using two programs: main server and satellite (while both can be run on the same machine, of course)
  • async/await for more clarity on the code
  • Drops the explorer module to use consensus instead. The exception will be the hashrate and difficulty until Nebulous adds my feature request. These fields can be skipped in the config file for simplicity of the operator
  • Database tables and indexes are created programmatically instead of manually
  • UTXOs table
  • AddressesBalance table
  • Fixes the current edge minor issues with transactions, as us contracts and the timestamp of contract resolutions
  • Detects automatically dev fees, if they exist on the blockchain
  • Scalable REST server, including workers logic
  • Raise the limit of 1000 addresses/contracts, by splitting the query in sub-queries of 1000 requests and reconciling them afterwards

from navigator-sia.

hakkane84 avatar hakkane84 commented on June 12, 2024

Final user improvements:

  • Raised limit of addresses/transactions
  • No potential missing transactions due to dropping the explorer module (while anyone has ever showed me that the imprecisions of explorer really exist)
  • Rich list and distribution profiling get enabled
  • UTXOs search, for Lite client apps (like Ledger signing)
  • (Permalinks for hosts reports)
  • (Income/taxes reporting tool, generating a pdf report)

from navigator-sia.

hakkane84 avatar hakkane84 commented on June 12, 2024

I need to handle graciously a new type of file revisions that do not have siacoin inputs or outputs. As an example, 39f8f82dac1de79c5f84f8f38408216cbd08a715807a662179cd7be7d00f4bcc on block 232606. They need to be indexed in spite of lacking info

from navigator-sia.

hakkane84 avatar hakkane84 commented on June 12, 2024

Completed in v2

from navigator-sia.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.