LibertyDSNP / eth-sdk-ts

TypeScript SDK for DSNP on Ethereum
Apache License 2.0
9 stars 1 forks source link

Chores/move config #97

Closed rosalinekarr closed 3 years ago

rosalinekarr commented 3 years ago

No task for this, just a refactor that would be nice to get in before 2.0, so I knocked it out in my spare time

Problem

Several methods on the config porcelain are only ever used within the SDK core and probably shouldn't be exposed to the user.

Solution

Move the "requireGet" methods into the core, added new porcelain config methods for the user and updated all imports accordingly.

Change summary: