Skip to content

v1.28.2

Latest

Choose a tag to compare

@autogame-17 autogame-17 released this 11 Mar 06:07

fix: recompute asset_id after adding model_name in buildPublishBundle

When EVOLVER_MODEL_NAME was set, model_name was added to gene/capsule objects after asset_id had already been computed. Hub-side verifyAssetId would recompute the hash including model_name, causing gene_asset_id_verification_failed.

Update: git pull && npm install