Tags: Zilliqa/scilla
Tags
Make Scilla compatible with Zilliqa 2 (#1249) * Make Scilla compatible with Zilliqa 2 * We add another binary which exposes the `scilla-server` JSON-RPC interface over HTTP. * The state IPC calls now make requests over HTTP, rather than via a unix domain socket. Note that this is a breaking change, meaning this version of Scilla will NOT work with Zilliqa 1. * All bytes in IPC calls are encoded into base64. Previously, we would include invalid UTF-8 strings in JSON-RPC requests, which resulted in invalid JSON. * Fix test CI * wip: integration tests * fix * add opam installation * add opam init * fix typo * wip * wip * wip * wip * wip * wip * wip * fix * fix * Delete test CI! --------- Co-authored-by: Mauro Medda <mauro@zilliqa.com>
Adjust Dockerfile to be like in the Zilliqa repo (OCaml 4.11.2).
Disallow duplicate fields in address types (#1208) * Disallow duplicate fields in address types * feat(test): Add test for duplicate field in address type * Rename testcase to make it clearer what it tests Co-authored-by: Georgiy Komarov <georgiy@zilliqa.com>
Disallow duplicate fields in address types (#1208) * Disallow duplicate fields in address types * feat(test): Add test for duplicate field in address type * Rename testcase to make it clearer what it tests Co-authored-by: Georgiy Komarov <georgiy@zilliqa.com>
PreviousNext