Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ProposalCreated event dates (#369)
* feat: protect the DAO executor against reentrancy * fix: remove console.log * fix: prevent storage corruption * feat: refactored reentrancy guard into a modifier * feat: added tests and preliminary versioning * chore: cleaning * fix: remove empty comment * fix: refactor findEventTopicLog function * fix: moved implementation slot and renamed file * fix: remove redundant includes * prepare package * remember the branch * only artifact src * correct the paths * correct root path * update hashes * add logs * only copy typechain * generate typechain * setup rollup * update npm packages * update rollup index * add esm cjs * add readme * remove gitIgnore * update typechain * update typescript * convert script to typescript * change commit hash json * rename types to typechain * add test * add json to rollup and export types * update usage test * generate index.ts dynamically * update readme * add empty line * update commit hashes * fix index.ts * chore: update test * fix: removed redundant imports * chore: remove legacy version files of DAO * fix: adapt contracts-version tests * fix: remove version in title as contracts will get a constant * fix: compile legacy contracts for regression testing * Revert "fix: compile legacy contracts for regression testing " This reverts commit 403436c. * revert versioning changes * adapt tests * test with creating symbolic link * correct path * feat: added tests for proposal start and end date handling * fix: corrected wrong validation order * Revert "chore: remove legacy version files of DAO" This reverts commit 57f755c. * add legacy versions * fix: renaming of the versions * chore: remove old CI task * chore: maintained changelog * fix: version numbers * fix: imports * WIP * doc: clarified the origin of the implementation slot * fix: versioning * fix: move files * Apply suggestions from code review Co-authored-by: Jør∂¡ <[email protected]> * chore: formatting * chore: remove NatSpec version number from osx files * feat: added more tests * Applied review suggestion Co-authored-by: Rekard0 <[email protected]> * feat: added test checking that execution is still possible after the upgrade * Improved comments * feat: initialize _rentrancyStatus * doc: clarify comments * fix: change version number * fix: use upgradeToAndCall and correct versions * feat: added initializeUpgradeFrom function and tests * feat: improved function and added more tests * WIP * fix: tests * fix: finalize tests * fix typechain and add a script * fix: typo * feat: improve initializeUpgradeFrom * feat: added _initData parameter * feat: added test * fix: wrong version number * WIP * fix remaining tests * fix subgraph * add ref depth * fix: replacing getContractFactory and getContractAt by typechain factory calls and added missing awaits * fix: test timings * fix: re-introduced yarn postinstall * fix: remove redundant includes * fix: adapt upgrade tests * feat: optimize if statements * fix: tests * feat: rename initializeUpgradeFrom to initializeFrom * fix: correct test description * fix: removed duplicate file * fix: typo * fix: delete legacy files * revert: metadata changes as they will happen in #375 * fix: merge conflicts * fix: re-order changelog entries * fix: remove wrong/redundant import originating from merge * feat: improve upgrade version checks * fix: remove redundant ROOT_PERMISSION grant call * feat: added more checks to the upgrade tests * feat: more explicit variable naming * fix: reworked initializeFrom logic * feat: improved changelog entry * feat: improved comment * chore: remove deploy scripts to be handled in a separate task --------- Co-authored-by: Rekard0 <[email protected]> Co-authored-by: Jør∂¡ <[email protected]>
- Loading branch information