windingtree / lpms-cli

🧑‍💻 Light Property Management System CLI (Command Line Utility)
GNU General Public License v3.0
0 stars 1 forks source link

fix: chain specifics #14

Closed mfw78 closed 2 years ago

mfw78 commented 2 years ago

This PR:

  1. Closes #11 by ensuring the enum for Roles aligns with that used by the ServiceProviderRegistry contract.
  2. Closes #13 by making the enrollment atomic, avoiding the need to replay from broken transactions, or potential nonce issues.
  3. Closes #12 by providing a --gasPrice command line option for overriding the default gas price (useful for chains like sokol where consecutive transactions may cause issues for eth_gasEstimate.
github-actions[bot] commented 2 years ago

:tada: This PR is included in version 0.3.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: