Git Product home page Git Product logo

web3-jsonrpc-gateway's People

Contributors

aesedepece avatar guidiaz avatar mariocao avatar tommytrg avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

web3-jsonrpc-gateway's Issues

Fix CI pipeline to release a new binary

Currently, we are trying to use Node 14, 16 and 18 and the pipelines broke during the installation phase. We have to upgrade the CI pipelines to use Node 20.

Dockerize this service for easy deployment

This service should be easily dockerizable for quick, zero-dependencies deployment.

Here's an example of a similar dockerized NodeJS service inside the Witnet project:
https://github.com/stampery-labs/aragon-govern-discord-integration/tree/main/docker

The main difference would be the lack of need for this line:
https://github.com/stampery-labs/aragon-govern-discord-integration/blob/3dc150c8cfb1de29328ab076ee429055c01e2229/docker/Dockerfile#L25

And a rewrite of this other line:
https://github.com/stampery-labs/aragon-govern-discord-integration/blob/3dc150c8cfb1de29328ab076ee429055c01e2229/docker/Dockerfile#L31

Add CI/CD

  • Build gateway
  • Deploy to NPM
  • Deploy to Dockerhub

Polish UI

  • Fine tune infinite scroll component
  • Implement UI for minting process

ETHERS should read threshold values from configuration

  • Gas price max threshold should be read from configuration parameter (e.g. ETHERS_GAS_PRICE), instead of using client-provided gasPrice value.
  • If gateway is set up to estimate gas price, this may lead to bridges unable to report back results if network's gas price raises with respect the gas price that was estimated when the request was posted.
  • Gas limit max threshold should also be read from configuration parameter (e.g. ETHERS_GAS_LIMIT), instead of using client-provided gasLimit value.

Add support for missing methods

This middleware can currently handle:

  • getAccounts
  • processEthSignMessage
  • processTransaction

Missing methods:

  • processDecryptMessage
  • processEncryptionPublicKey
  • processPersonalMessage
  • processTypedMessage
  • processTypedMessageV3
  • processTypedMessageV4

We may not need every of them, but we can try to cover as many as possible for the sake of completion, just in case someone else uses this at some point.

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.