Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add convenience scripts and fix deployment issues. #131

Closed

Conversation

Ramarti
Copy link
Contributor

@Ramarti Ramarti commented Oct 16, 2023

This PR does not modify the contracts, so it will not bump versions

  • Add scripts to set various things
  • Fix deployment of relationship processors

kingster-will and others added 19 commits September 21, 2023 18:53
* Adds collect payment module

* Finalize all payment collect module testing

* Adds more comments

* Updates lock

* NPM package incorrectly removed

* NPM package incorrectly removed

* Try fixing npm bug again
* added no unused importa and vars, updated solhint

* removed solhint errors

* change from npm to yarn

* fix errors

---------

Co-authored-by: Raul <[email protected]>
* wip

* refactored interfaces

* lint

* added natspec

---------

Co-authored-by: Raul <[email protected]>
* wip

* refactored interfaces

* lint

* wip

* moar refactor

---------

Co-authored-by: Raul <[email protected]>
* wip

* refactored interfaces

* lint

* wip

* moar refactor

* refactor natspec to triple slash

* lint

---------

Co-authored-by: Raul <[email protected]>
* refactoring param names

* more underscores

---------

Co-authored-by: Raul <[email protected]>
Adds modular refactoring of errors and structs
* Reorder functions by follow official solidity style guide

Summary:

Functions are grouped according to their visibility and ordered:

    constructor

    receive function (if exists)

    fallback function (if exists)

    external

    public

    internal

    private

Within a grouping, place the view and pure functions last.
@Ramarti Ramarti changed the base branch from main to release-v0.1.0 October 16, 2023 20:55
Copy link
Contributor

@kingster-will kingster-will left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@Ramarti
Copy link
Contributor Author

Ramarti commented Oct 16, 2023

Mistakenly merged main to this. Replaced by #132

@Ramarti Ramarti closed this Oct 16, 2023
@Ramarti Ramarti deleted the release-v0.1.0_franchise_license_config_script branch October 16, 2023 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants