usetech-llc / polkadot_api_cpp

С++ API for Polkadot.
Apache License 2.0
18 stars 21 forks source link

Refactor dependencies in polkadot.h #3

Closed gregzaitsev closed 5 years ago

gregzaitsev commented 5 years ago

Currently for simplicity polkadot.h includes all files used throughout the project. There need to be only dependencies that are necessary to use polkacpp library in other projects.

gregzaitsev commented 5 years ago

Also, dependencies need to be correctly minimized to optimize build time.