bitaccess / coinlib

A unified nodejs API for sending and receiving crypto payments
MIT License
70 stars 28 forks source link

Downgrade stellar sdk #339

Closed caleb-bitaccess closed 2 years ago

caleb-bitaccess commented 2 years ago

Description of the change

  1. remove separate stellar-base dependency and import it directly from stellar-sdk
  2. downgrade stellar-sdk to use stellar-base@7.0.0 and sodium-native@2.4.9 because sodium-native@3.4.1 requires re-compilation which gives segfault error in docker
  3. format some files