For that, VersionedTimelineStatus along with TimelineStatusV1 is introduced
Also it removes posts functionality for the following reason:
Action #0: ExecutionError("Exceeded the prepaid gas.")
It arises on calling either unsafe_self_upgrade or unsafe_migrate on test_deploy_contract_self_upgrade test.
You can check kyc-review branch for that
And I see the only reason is the code size as it exceeds 1.1 MB. So code for posts was removed. No migrations needed for that as there are no posts on devhub.near. Just one test post
Closes https://github.com/NEAR-DevHub/neardevhub-bos/issues/848 - adds additional kyc check for review stage.
For that, VersionedTimelineStatus along with TimelineStatusV1 is introduced
Also it removes posts functionality for the following reason:
It arises on calling either
unsafe_self_upgrade
orunsafe_migrate
ontest_deploy_contract_self_upgrade
test. You can check kyc-review branch for that And I see the only reason is the code size as it exceeds1.1 MB
. So code for posts was removed. No migrations needed for that as there are no posts ondevhub.near
. Just one test post