tangle-network / blueprint-template

A simple Hello World Blueprint for Tangle.
The Unlicense
0 stars 0 forks source link

Update to latest SDK #9

Closed Serial-ATA closed 2 weeks ago

Serial-ATA commented 2 weeks ago

Blocked on the next SDK update.

This also requires an explicit dependency on structopt, which I feel like shouldn't be passed onto the users.

closes #8

shekohex commented 2 weeks ago

I agree, forcing the users to use structopt or an explicit pattern like CLI one here is not good, that's why we did not enforce this in the design at the beginning, and instead used envs to pass args to the gadget from the manager.

cc @tbraun96

drewstone commented 2 weeks ago

Is this ready for merge?

Serial-ATA commented 2 weeks ago

I need to change the sdk version first