essential-contributions / essential-integration

Integration of Pint and the Essential protocol.
Apache License 2.0
4 stars 3 forks source link

`essential-rest-client` should only require the address of either the builder or node depending on the command #88

Closed freesig closed 1 month ago

freesig commented 1 month ago

Right now you can optionally provide both but these should be scoped into the builder or node commands. Instead of:

essential-rest-client [NODE_ADDRESS] [BUILDER_ADDRESS] <COMMAND>

have:

essential-rest-client <NODE_COMMAND> [NODE_ADDRESS] 
essential-rest-client <BUILDER_COMMAND> [BUILDER_ADDRESS] 

Make sure to update the book to reflect this change as well.