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:
baseDAO.tz with trivialDAO storage is around 18kB
baseDAO.tz with registryDAO storage is around 26kB
baseDAO.tz with treasuryDAO storage is around 23kB
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)
Tests
[x] If I added new functionality, I added tests covering it.
[x] If I fixed a bug, I added a regression test to prevent the bug from
silently reappearing again.
Documentation
[x] I checked whether I should update the docs and did so if necessary:
Description
Problem: With the activation of
florence
the limit for the origination contract size is much higher and it should be possible to not needmorley-large-originator
to do so. For the context:baseDAO.tz
withtrivialDAO
storage is around18kB
baseDAO.tz
withregistryDAO
storage is around26kB
baseDAO.tz
withtreasuryDAO
storage is around23kB
The previous limit is
16kB
. With the new protocol, the limit is now increased to around32kB
.Solution: Remove
morley-large-orginator
fromMakefile
, removeoriginating.md
, replace the mention of it withtezos-client
in README, update the tests.Related issue(s)
Resolves #238
:white_check_mark: Checklist for your Pull Request
Related changes (conditional)
Tests
Documentation
Stylistic guide (mandatory)