3 Commits

Author SHA1 Message Date
Mike Voronov
19479bfb5c
chore(docs): add more upcoming data changes (#450) 2023-02-07 21:09:22 +03:00
Mike Voronov
a8b227caf5
refactor(aquavm): getting rid of CallOutputValue in call merger (#353)
This PR refactors call merger of `TraceHandler`. Previously it requires `CallOutputValue` to determine a type of call output value (stream or scalar). And internally it checked correspondence between data result and call output type and return a error if they are not equal. Although execution engine component also had a match over these values and does nothing if they are not matched since `TraceHandler` did this job. This PR eliminate such behaviour and improve isolation of AquaVM modules.
2022-10-06 19:59:47 +03:00
Mike Voronov
c4249e0118
add a list of changes to the next hardfork (#232) 2022-03-14 15:58:31 +03:00