Skip to content

Releases: ojo-network/ojo-evm

v0.1.0-rc3

21 Aug 16:19
edec5bc
Compare
Choose a tag to compare

Changelog

edec5bc Merge branch 'main' into woz/ci
17e698e fix: relayer gas estimation (#50)

v0.1.0-rc2

18 Jul 19:26
794c226
Compare
Choose a tag to compare

Changelog

794c226 Merge branch 'main' into woz/ci
37218d4 feat(relayer): auto estimate gas (#49)
3561a3a refactor: Update deployment scripts (#47)
de45d61 Merge branch 'main' into woz/ci
4a82a97 chore: Add optimism-sepolia and base-sepolia to frontend (#46)

v0.1.0-rc1

14 May 23:13
0c77bec
Compare
Choose a tag to compare

Changelog

0c77bec go version
efba5ee remove artifacts
064e160 ci: update relayer releases
dec39e7 feat(relayer): versioning (#43)
af630f4 feat: Integrate AxelarExpressExecutable (#44)
030c37c feat: Proxy CL interface (#40)
aeb2c90 feat: relayer batching (#42)
0058691 feat: push oracle relayer (#39)
2fa91ef feat: Add support for mainnet chains and relaying without token (#32)
32a1f47 feat: update deployMockOjo.ts with env variables (#33)
abb3821 chore: Update deployment scripts to be configurable for mainnet or testnet chains (#31)
f118304 docs: update (#29)
9a786ee fix: Assert limit to number of assets that can be relayed at one time (#26)
e3ece18 feat: Use rainbow kit and wagmi for supporting multiple networks (#19)
8560db3 LICENSE
accd1eb feat: Make Ojo Contract EIP-1967 proxy upgradable (#17)
430663e feat: Deploy contracts with Axelar CREATE3 for deterministic addresses (#15)
638503c ci: fix makefile commands (#16)
f90ed1d style: MockOjoContract -> MockOjo
5a9fdd1 feat: Use axelarjs-sdk for estimating relay gas fee
3b775d8 feat: Update switch form to checkbox
529cf6d refactor: Create components for Price Data relay inputs
2bebff7 fix: Display prices decoding
adde64b feat: Add demo frontend
50ac3b4 feat: Add relay calls with token to MockOjo contract
e4dd261 feat: Add call contract with token method
9da9c10 fix: Pass msg.value in contract call
9708934 build: Seperate deploy scripts for Ojo and MockOjo
81516ec build: Deploy mock ojo contract in deploy script
0be6fd7 feat: Add relayOjoPriceData method
e105401 feat: Add resolve window and ownable setter methods
3364222 fix: PriceData decoding in _execute method
1027d12 fix: Update deploy script
11b101c test: Start ojo unit test implementation with mock axelar setup
9475402 fix: remove EncodedData type to make decoding easier (#8)
7ba60f9 update encodedata fn (#7)
d5d0585 ci: Add github actions and solhint
b0f908f test: Remove boilerplate Ojo test
6637598 test: Add MockOjoContract test
e370daf refactors: Add ojoChain and ojoAddress as constructor params
bb07389 docs: Add docs for Ojo interface
7693d7b feat: Initialize hardhat project and create Ojo contracts (#5)
0a8f028 Initial commit