tezos-commons / baseDAO

BaseDAO - a generic smart contract framework for DAOs on Tezos
57 stars 15 forks source link

[#259] Unsort Haskell constructors #300

Closed sras closed 3 years ago

sras commented 3 years ago

Description

Problem: We have some comment that cautions agaist changing the ordering of constructors of the Haskell contract parameter. But this is outdated as the issue causing it have been fixed.

Solution: Change the sort order of constructors and check that tests pass. Remove the respective comments and TODO.

Related issue(s)

Resolves #259

:white_check_mark: Checklist for your Pull Request

Related changes (conditional)

Stylistic guide (mandatory)