darwinia-network / darwinia.js-1.0-deprecated

Javascript API and Types
Apache License 2.0
5 stars 4 forks source link

Moving https://github.com/WoeOm/darwinia-api to darwinia.js #1

Closed hackfisher closed 3 years ago

hackfisher commented 4 years ago

https://github.com/WoeOm/darwinia-api

https://github.com/darwinia-network/darwinia-polkadotjs-typegen

hackfisher commented 4 years ago

For example:

https://github.com/darwinia-network/darwinia.js/blob/master/packages/api/package.json#L17

should depend on https://github.com/WoeOm/darwinia-api instead of @polkadot/api.

And we have naming conflicts, developers can not tell which api package they should depend on, darwinia-api or @darwinia/api?

clearloop commented 4 years ago

should depend on https://github.com/WoeOm/darwinia-api instead of @polkadot/api.

What's the difference between dawrinia-api and @polkadot/api, is it lighter? @polkadot/api updates frequently and if darwinia-api has already been stable?

clearloop commented 4 years ago

The coming refactor in darwinia.js

1. Merge package dj

The api in dj currently used for dj and dactle, due to there are no more little packages in this repo, we decide to merge the api, util and dj into one package, and give the name @darwinia/api to darwinia-api

2. Move telegram-bot out of this repo

The telegram-bot is stable for now, no more little changes depend on other packages, so keep the repo clean.

3. Change the name of this repo

Maybe dj or relayer