essential-contributions / essential-integration

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

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

Open freesig opened 5 hours ago

freesig commented 5 hours 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.