fix(smartstate): Update build scripts and dependency versions; replace isohash with smarthashWeb for state hash generation

This commit is contained in:
Juergen Kunz
2025-06-19 23:57:56 +00:00
parent a0189921a5
commit dd18ef94bd
6 changed files with 4914 additions and 1583 deletions

View File

@ -61,7 +61,7 @@ export class StatePart<TStatePartName, TStatePayload> {
*/
public notifyChange() {
const createStateHash = (stateArg: any) => {
return plugins.isohash.sha256FromString(plugins.smartjson.stringify(stateArg));
return plugins.smarthashWeb.sha256FromString(plugins.smartjson.stringify(stateArg));
};
if (
this.stateStore &&