8000 Tags · Zilliqa/scilla · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: Zilliqa/scilla

Tags

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v0.13.5

Toggle v0.13.5's commit message
Update some ports to use OpenSSL 3.

v0.13.4

Toggle v0.13.4's commit message
Update the image tag in ci-image-release.yml.

v0.13.3

Toggle v0.13.3's commit message
Further fixes in Dockerfile to make Jenkins work.

v0.13.3-alpha.3

Toggle v0.13.3-alpha.3's commit message
Further fixes in Dockerfile to make Jenkins work.

v0.13.3-alpha.2

Toggle v0.13.3-alpha.2's commit message
Revert changes accidentally committed to Dockerfile.

v0.13.3-alpha.1

Toggle v0.13.3-alpha.1's commit message
Adjust Dockerfile to be like in the Zilliqa repo (OCaml 4.11.2).

v0.13.2

Toggle v0.13.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Pre-release 0.13.2: Patching grammar for v0.13.1 (#1232)

* Updating grammar

* Removing debug contract

v0.13.1

Toggle v0.13.1's commit message

Unverified

This user has not yet uploaded their public signing key.
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>

v0.13.1-alpha.1

Toggle v0.13.1-alpha.1's commit message

Unverified

This user has not yet uploaded their public signing key.
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>
0