darwinia-network / dj

Darwinia bridge relayer tool implemented in nodejs
GNU General Public License v3.0
4 stars 5 forks source link

Missing part of dj #56

Closed hackfisher closed 4 years ago

hackfisher commented 4 years ago
  1. Listening on the events on ethereum and start relay. (Testing on ropsten)

UnsignedTransaction. TX pool (pre validation), similar to order

  1. Benchmark, 100K / days? Need 100 days? Cache, optimize.

  2. dj relay

hackfisher commented 4 years ago

https://thegraph.com/

hackfisher commented 4 years ago

1 is resolve in https://github.com/darwinia-network/darwinia-common/pull/259

2 is fixed by using SSD, need to to benchmark between different db(Sqlite vs PostgreSQL)

3 is duplicated with #64