tezos-commons / baseDAO

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

[#238] Remove morley-large-originator #243

Closed rinn7e closed 3 years ago

rinn7e commented 3 years ago

Description

Problem: With the activation of florence the limit for the origination contract size is much higher and it should be possible to not need morley-large-originator to do so. For the context:

The previous limit is 16kB. With the new protocol, the limit is now increased to around 32kB.

Solution: Remove morley-large-orginator from Makefile, remove originating.md, replace the mention of it with tezos-client in README, update the tests.

Related issue(s)

Resolves #238

:white_check_mark: Checklist for your Pull Request

Related changes (conditional)

Stylistic guide (mandatory)