smartcontractkit / functions-hardhat-starter-kit

MIT License
144 stars 103 forks source link

Refactor to use NPM tooling for funcs - Sub Manager #174

Closed zeuslawyer closed 1 year ago

zeuslawyer commented 1 year ago

Subscription Management tasks updated.

  1. Staging only support Mumbai so updated networks.js
  2. updated create.js with subscription funding prompt and using NPM package.
  3. updated fund.js on the assumption that toolkit will now return sub balance as a BigNum string, not number.
  4. updated add.js to add consumers.
  5. updated info.js to implement get sub info.
  6. cancel.js done.
  7. sub transfer and acceptance of transfer done.
  8. remove consumer done.
KuphJr commented 1 year ago

Instead of opening against the main branch, let's create a new feature branch called develop and merge all changes there. That way PRs are easy to review and we can merge develop into main when everything is done.

zeuslawyer commented 1 year ago

Created new branch develop and made PR https://github.com/smartcontractkit/functions-hardhat-starter-kit/pull/175 against it.

zeuslawyer commented 1 year ago

Moved to PR https://github.com/smartcontractkit/functions-hardhat-starter-kit/pull/175