Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* build: added version number to allow importing * revert: remove osx dependency * fix: use new IDAO * feat: add former voting helpers * feat: refactored helpers * refactor: event function * refactor: improved naming * refactor: improve time helpers * refactor: removed hardhat time * fix: wrong import * refactor: improve time constants * docs: add todo comment * refactor: move over plugin and plugin setups as well as permissions * refactor: renaming and changed folder structure * feat: added bitmap * refactor: moved metadata into separate file * refactor: moved events * refactor: moved permissions * revert: version bump of solhint * refactor: improve folder structure * refactor: folders structure, imports, yarn lock * ci: fix * fix: version mismatch with sdk * revert: remove etherscan * refactor: rename event constants * ci: make sdk an alpha version * feat: move permissions * build: rename package * refactor: structure * build: save yarn lock * build: use same typescript version * refactor: imports * build: contracts start with alpha version * build: use commons-sdk * fix: imports * build: add files to index * v0.0.1-alpha.1 * fix: bump version and fix import * fix: imports * fix: missing export * chore: bump version * chore: save lock file * chore: bump version * build: no postinstall * chore: ignore DS_Store files * v0.0.1-alpha.3 * refactor: remove proxy helper * build: add protocol version * v0.0.1-alpha.4 * feat: made ProtocolVersion non-abstract * refactor: protocol version number remove protocol version constant and bump osx-commons-contracts package version number to match with the protocol version * revert: make ProtocolVersion abstract and use mock instead * v1.4.0-alpha.1 * refactor: renamed function * chore: maintain changelog * build: improve build * ci: added missing secret * revert: remove duplicate * build: remove osx-ethers dependencies * revert: remove TestPlugin * build: use files allowlist instead of .npmignore denylist * refactor: improved mocks * refactor: improved mocks further * refactor: rename test * refactor: remove placeholder setup * feat: added test sekletons and todos * revert: removed todo that has its own task already * build: bump version number * docs: improved plugin setup mock data * refactor: renamed PluginMockData to PluginSetupMockData * refactor: setup mocks * build: remove src folder * refactor: move and added todo * refactor: move auth into dao folder * build: adapt the hardhat solidity source path subtask * refactor: move auth * revert: src removal * revert: delete storage * refactor: move governance into extensions * build: remove governance folder from package.json * fix: wrong path * refactor: harmonize mock contract naming and move CloneFactory * revert: author comment for mock * feat: use name aliases * feat: added interface related tests * fix: added missing await * style: improved linting * fix: contract linting errors * style: improve linting * fix: subgraph linter complaints * docs: remove todos and add test skeleton * style: fix enum values * feat: add custom event error * chore: use new sdk * docs: fix comments * fix: linter * test: added missing interface test
- Loading branch information