Skip to content

Releases: unionlabs/union

v0.15.0-rc2

22 Nov 16:47
v0.15.0-rc2
b2f1758
Compare
Choose a tag to compare
v0.15.0-rc2 Pre-release
Pre-release
release w/ bundle

v0.15.0-rc1

22 Nov 15:15
v0.15.0-rc1
b2f1758
Compare
Choose a tag to compare
v0.15.0-rc1 Pre-release
Pre-release
v0.15.0-rc1

v0.14.0

08 Nov 15:36
v0.14.0
7bcf494
Compare
Choose a tag to compare

v0.14.0 (2023-11-08)

Bug Fixes

Read more

v0.14.0-rc5

07 Nov 19:21
v0.14.0-rc5
08e0005
Compare
Choose a tag to compare
v0.14.0-rc5 Pre-release
Pre-release
v0.14.0-rc5

v0.14.0-rc4

07 Nov 13:21
v0.14.0-rc4
08e0005
Compare
Choose a tag to compare
v0.14.0-rc4 Pre-release
Pre-release
v0.14.0-rc4

v0.13.0

21 Sep 14:49
v0.13.0
78fc7cd
Compare
Choose a tag to compare

v0.13.0 (2023-09-21)

Features

  • migrtion test for uniond v0.13.0 (1f3607d2)
  • bundle-testnet: add v0.12.0 (cef90755)
  • devnet: introduce more keys to allow 16 validators devnet (8b612b44)
  • evm:
    • ucs01 - use self call to handle failure ack in onRecvPacket (77cf2e17)
    • ucs01-relay - emit Sent event for each tokens (7c2f9d70)
    • ucs01-relay - refund tokens on packet timeout (6b109069)
    • ucs00-pingpong - emit timeout (9f5233f1)
    • implement timeoutPacket for tests (23382fd7)
    • introduce IBC timeoutPacket stack (1914730a)
    • remove obsolete 20-transfer app (5768ba66)
  • galois: introduce example-prove16 (a7b728f5)
  • hubble:
  • uniond:

Bug Fixes

  • devnet:
  • evm:
  • voyager: use beacon height for state proof height (1793381d)

v0.13.0-rc1

21 Sep 14:11
v0.13.0-rc1
78fc7cd
Compare
Choose a tag to compare
v0.13.0-rc1 Pre-release
Pre-release
v0.13.0-rc1

v0.12.0

14 Sep 20:22
v0.12.0
eca04d7
Compare
Choose a tag to compare

v0.12.0 (2023-09-14)

Features

  • added v0.11.0 to ugrade-from-genesis e2e (#686) (274c3dee)
  • bundle-testnet: add v0.11.0 (d0efdf11)
  • ethereum-lc:
    • implement update_state_on_misbehaviour (70535ed9)
    • implement misbehaviour check on header (b8d65dc2)
  • evm:
    • getClient/Consensus states must verify if they exists (4621d731)
    • verify delay period in non/membership verifications (34a187a7)
    • cleanup unused imports (970b5bb3)
    • replace non membership stub with actual implementation (47ff543a)
    • simple non membership test and refactor assertions (b28c8eef)
    • implement non membership verification (19478394)
  • hubble:
  • ucs01:
    • track channel in-flight/outstanding balances (#695) (1bc04974)
    • evm - use token address for in-flight/outstanding (9098741f)
    • track channel in-flight/outstanding balances (74c0c1ea)
    • better comments for evm (3d6e6074)
    • evm - handle failure acknowledgement (ff99629f)
    • upgrade evm deployment to handle ucs01 protocol (6b14ca34)
    • simplify protocol (f4c6e647)
  • ucs01-relay: initial evm implementation (1f872b84)
  • uniond:
  • voyager: make sure to wait for timestamp before updating (355a43cf)
  • wasm-lc: enable misbehaviour (a1758344)

Bug Fixes

  • ci:
  • devnet:
    • lazily load uniond (5296c986)
    • remove ICS20 from e2e-setup and voyager (968f44dd)
  • e2e:
  • e2e-setup: don't print setup info for ucs01-relay (c7b08e5f)
  • ethereum-lc: only update the consensus state when the height is greater (003ff542)
  • hubble:
  • ibc-evm: verify packet before dispatching and show revert (9f5b744f)
  • nix: don't import nixpkgs (cc60728e)
  • tokenfactory: default to stake token (2cf31191)
  • ucs01:
    • wrong slot used when computing channel balance (9a8fb3ef)
    • avoid empty memo (ccb40fd6)
  • uniond-image: add coreutils (6d53f3cf)
  • unionvisor: lazily load bundle binaries for faster nix run (e56cd6ff)

v0.12.0-rc1

14 Sep 12:40
v0.12.0-rc1
eca04d7
Compare
Choose a tag to compare
v0.12.0-rc1 Pre-release
Pre-release
v0.12.0-rc1

v0.11.0

09 Sep 21:17
v0.11.0
e80488e
Compare
Choose a tag to compare

v0.11.0 (2023-09-07)

Features

  • framework for e2e testing upgrades (#662) (026a2e94)
  • bundle-testnet: add v0_10_0 (f07ad23f)
  • cometbls-lc: use ics008-wasm-client (4ac6103c)
  • cosmwasm:
    • introduce token factory api library for contracts (6d4d0a07)
    • rename cw20-ics20 to ucs01-relay (c5b6a81f)
  • demo: ensure we use debug logs for voyager (f9be4f62)
  • devShell:
  • e2e-setup: print sample commands and home dir (#627) (a57c1712)
  • ethereum-lc: use ics008-wasm-client (de648501)
  • hubble: add indexing to devnets (#613) (bfe9d1ea)
  • ics008:
  • ics008-wasm-client: finalize the api (29709b24)
  • todo-comment:
  • ucs01: introduce api tests (58c478b8)
  • ucs01-relay:
  • uniond: introduce token-factory (2a557718)
  • v0.11.0: upgrade handler with tokenfactory (4c9bc172)
  • voyager: more height fixes (c24f0608)

CI

Bug Fixes

  • no_std issue after cargo update (c7797816)
  • update tendermint-rs rev in Cargo.lock (#611) (bfee5239)
  • update tendermint-rs rev in Cargo.lock (47255757)
  • update flake.lock (a50ccc6a)
  • devShell: use our patched hasura-cli (1acdade3)
  • evm:
    • consistent params to reuse cache on deployment (#616) (73294aa7)
    • consistent params to reuse cache on deployment (0fedb8ff)
  • ics008: make sure we are encoding snake case (337a43e2)
  • libwasmvm:
    • incorrect use of installPhase blowing nix closure (#625) (dcca65ef)
    • incorrect use of installPhase blowing nix closure (6e8b1369)
  • tokenfactory: default bond denom to muno (bbba812f)
  • ucs01:
    • refactor and cleanup (3a355143)
    • wrong attr for error ack and yield success ack (a20d9e67)
  • uniond:
    • use .1 versions in bundle-testnet (b243a06e)
    • cosmwasm 1.3 is now supported (ca55d7e1)
  • uniond-image:
  • voyager: