Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

0.0.8-alpha.11

Pre-release
Pre-release
Compare
Choose a tag to compare
@samlesu samlesu released this 15 Apr 14:17
· 52 commits to master since this release
4744da1
Intermediate model removal (#106)

* Add model hash to compute plan event

* Use only one index for inModels

* Make sure to ignore final model

* Fix key used in ListModelIfIntermediary

* Do not wait until compute plan is done

* Make sure the hash index is set

* Make the clean models optional

* Add cleanModels in compute plan output

* Concider testtuples before cleaning

* Update chaincode/compute_plan.go

Co-Authored-By: Aurélien Gasser <[email protected]>

* Update chaincode/ledger.go

Co-Authored-By: Aurélien Gasser <[email protected]>

* Fixes from reviews

* Test the clean model function

* Rename test function

* Update chaincode/input.go

Co-Authored-By: Aurélien Gasser <[email protected]>

Co-authored-by: Kelvin Moutet <[email protected]>
Co-authored-by: Aurélien Gasser <[email protected]>