v0.8.0 (2023-06-28)
Features
- vend and fix go vet (f42b9fcc)
- use vend for vendoring instead of go mod vendor (bd34487b)
- support custom query (04b71c16)
- custom query added to contract (30c0a4b7)
- steps towards sepolia connection (33f3db2f)
- re-enable clippy check for relayer (bfa9c2ab)
- packet transfers to evm (d18291f5)
- type conversion boilerplate, better revert messages, config design (dc5b0539)
- channels open try maybe working? (f7a1896a)
- connection opened (cbaea822)
- everything is any (d7144e89)
- regenerate rust contract bindings (b05637ea)
- regenerate rust protos (8daf0d2d)
- initial implementation (2deea497)
- bls-eth: fix build on aarch64-linux (4d9166f9)
- bundle-testnet: add
v0.7.0
(611562f1) - ci: build
devShells
in CI (e5ff0793) - deps: use unionfi's
ssz-rs
(da6cd41b) - ethereum-verifier:
- evm:
- ensure we use the same packet type when refunding (#280) (52101922)
- ensure we use the same packet type when refunding (f64874b7)
- upgrade testnet verifier (cb03c00c)
- upgrade testnet verifier (ec5096e6)
- ensure we track wasm client state code (#236) (9a40355e)
- ensure we track wasm client state code (31b6fe8c)
- canonical protobuf encoding for commitments (#233) (5e5bd4b3)
- canonical protobuf encoding for commitments (8e73117f)
- galois:
- introduce
query-stats
(#296) (c187182f) - introduce
query-stats
(58b506d0) - allow to gen contract via gRPC over tls (3ff0ef81)
- introduce gRPC keep alive (#275) (84df7ad0)
- introduce gRPC keep alive (78fe9acc)
- vendor and disable tests (32gb required) (a3eb7286)
- regression test (1ed16080)
- log constaint checks (80c363c8)
- reuse proof for example and consistent errors (#262) (75d54740)
- provide compressed proof (dc97e46e)
- reuse proof for example and consistent errors (909e4303)
- introduce
- ibc: move to unionfi ibc-go (97ea7db2)
- light-client:
- nix:
- proto: remove duplicated Fraction message (daaac9be)
- relayer:
- release: v0.7.0 upgrade migration (bcd08280)
- union:
- uniond:
CI
- add testkvm (#206) (a588f012)
- use github.sha to control concurrency (#238) (f4645007)
- add concurrency limiter (#217) (9383fa95)
- add concurrency limiter (c42a77c2)
- e2e: add support for kvm-e2e tests (d96cce09)
Breaking Changes
Bug Fixes
- rename to unionlabs (e55611ce)
- fix errors after rebase (01ef60e6)
- don't run go-vendor in ci (877d4e18)
- fix go-test and go-staticcheck (78c3d10a)
- spelling and go fix (e375c3f3)
- segmentation fault in ibc keeper (#255) (5ab2ea52)
- CI: use git-cliff to generate release notes (#239) (6f20e8e8, breaks #)
- bundles: replace
.
's with_
's (6be74a52) - ci:
- e2e: only define checks on supported systems (0c0d1c9c)
- ethereum-verifier: next sync committee (72f86dc9)
- evm: correct wasm urls (f4fc6c84)
- fmt: consitently sort dictionary across machines (5b153682)
- galois:
- light-client:
- uniond:
- unionvisor: