Releases: zeta-chain/ci-testing-node
Releases · zeta-chain/ci-testing-node
v02
CHANGELOG
Unreleased
Breaking Changes
Features
- 2032 - improve some general structure of the ZetaClient codebase
- 2100 - cosmos v0.47 upgrade
- 2145 - add
ibc
andibc-transfer
modules - 2135 - add develop build version logic
- 2152 - custom priority nonce mempool
- 2113 - add zetaclientd-supervisor process
- 2154 - add
ibccrosschain
module - 2282 - modify rpc methods to support synthetic txs
- 2258 - add Optimism and Base in static chain information
- 2287 - implement
MsgUpdateChainInfo
message - 2279 - add a CCTXGateway field to chain static data
- 2275 - add ChainInfo singleton state variable in authority
- 2291 - initialize cctx gateway interface
- 2289 - add an authorization list to keep track of all authorizations on the chain
- 2305 - add new messages
MsgAddAuthorization
andMsgRemoveAuthorization
that can be used to update the authorization list - 2313 - add
CheckAuthorization
function to replace theIsAuthorized
function. The new function uses the authorization list to verify the signer's authorization - 2312 - add queries
ShowAuthorization
andListAuthorizations
- 2319 - use
CheckAuthorization
function in all messages - 2325 - revert telemetry server changes
- 2339 - add binaries related question to syncing issue form
- 2366 - add migration script for adding authorizations table
- 2372 - add queries for tss fund migration info
Refactor
- 2094 - upgrade go-tss to use cosmos v0.47
- 2110 - move non-query rate limiter logic to zetaclient side and code refactor
- 2032 - improve some general structure of the ZetaClient codebase
- 2097 - refactor lightclient verification flags to account for individual chains
- 2071 - Modify chains struct to add all chain related information
- 2118 - consolidate inbound and outbound naming
- 2124 - removed unused variables and method
- 2150 - created
chains
zetacore
orchestrator
packages in zetaclient and reorganized source files accordingly - 2210 - removed uncessary panics in the zetaclientd process
- 2205 - remove deprecated variables pre-v17
- 2226 - improve Go formatting with imports standardization and max line length to 120
- 2262 - refactor MsgUpdateZRC20 into MsgPauseZrc20 and MsgUnPauseZRC20
- 2290 - rename
MsgAddBlameVote
message toMsgVoteBlame
- 2269 - refactor MsgUpdateCrosschainFlags into MsgEnableCCTX, MsgDisableCCTX and MsgUpdateGasPriceIncreaseFlags
- 2306 - refactor zetaclient outbound transaction signing logic
- 2296 - move
testdata
package totestutil
to organize test-related utilities - 2317 - add ValidateOutbound method for cctx orchestrator
- 2340 - add ValidateInbound method for cctx orchestrator
- 2344 - group common data of EVM/Bitcoin signer and observer using base structs
- 2357 - integrate base Signer structure into EVM/Bitcoin Signer
- 2359 - integrate base Observer structure into EVM/Bitcoin Observer
- 2375 - improve & speedup code formatting
Tests
- 2047 - fix liquidity cap advanced test
- 2181 - add more assertion and test cases in ZEVM message passing E2E tests
- 2184 - add tx priority checks to e2e tests
- 2199 - custom priority mempool unit tests
- 2240 - removed hard-coded Bitcoin regnet chainID in E2E withdraw tests
- 2266 - try fixing E2E test
crosschain_swap
failurebtc transaction not signed
- 2294 - add and fix existing ethermint rpc unit test
- 2329 - fix TODOs in rpc unit tests
- 2342 - extend rpc unit tests with testing extension to include synthetic ethereum txs
- 2299 - add
zetae2e
command to deploy test contracts - 2360 - add stateful e2e tests.
- 2349 - add TestBitcoinDepositRefund and WithdrawBitcoinMultipleTimes E2E tests
- 2368 - eliminate panic usage across testing suite
- 2369 - fix random cross-chain swap failure caused by using tiny UTXO
Fixes
- 1484 - replaced hard-coded
MaxLookaheadNonce
with a default lookback factor - 2125 - fix develop upgrade test
- 2222 - removed
maxHeightDiff
to let observer scan from Bitcoin height where it left off - 2233 - fix
IsSupported
flag not properly updated in zetaclient's context - 2243 - fix incorrect bitcoin outbound height in the CCTX outbound parameter
- 2256 - fix rate limiter falsely included reverted non-withdraw cctxs
- 2327 - partially cherry picked the fix to Bitcoin outbound dust amount
- 2362 - set 1000 satoshis as minimum BTC amount that can be withdrawn from zEVM
- 2382 - add tx input and gas in rpc methods for synthetic eth txs
CI
- 2285 - added nightly EVM performance testing pipeline, modified localnet testing docker image to utilitze debian:bookworm, removed build-jet runners where applicable, removed deprecated/removed upgrade path testing pipeline
- 2268 - updated the publish-release pipeline to utilize the Github Actions Ubuntu 20.04 Runners
- 2070 - Added commands to build binaries from the working branch as a live full node rpc to test non-governance changes
- 2119 - Updated the release pipeline to only run on hotfix/ and release/ branches. Added option to only run pre-checks and not cut release as well. Switched approval steps to use environments
- 2189 - Updated the docker tag when a release trigger runs to be the github event for the release name which should be the version. Removed mac specific build as the arm build should handle that
- 2191 - Fixed conditional logic for the docker build step for non release builds to not overwrite the github tag
- 2192 - Added release status checker and updater pipeline that will update release statuses when they go live on network
- 2335 - ci: updated the artillery report to publish to artillery cloud
- 2377 - ci: adjusted sast-linters.yml to not scan itself, nor alert on removal of nosec.
v17.0.0
Fixes
- 2249 - fix inbound and outbound validation for BSC chain
- 2265 - fix rate limiter query for revert cctxs
v16.0.0
Breaking Changes
- Admin policies have been moved from
observer
to a new moduleauthority
- Updating admin policies now requires to send a governance proposal executing the
UpdatePolicies
message in theauthority
module - The
Policies
query of theauthority
module must be used to get the current admin po...
- Updating admin policies now requires to send a governance proposal executing the
v01
CHANGELOG
Unreleased
Breaking Changes
Features
- 2032 - improve some general structure of the ZetaClient codebase
- 2100 - cosmos v0.47 upgrade
- 2145 - add
ibc
andibc-transfer
modules - 2135 - add develop build version logic
- 2152 - custom priority nonce mempool
- 2113 - add zetaclientd-supervisor process
- 2154 - add
ibccrosschain
module - 2282 - modify rpc methods to support synthetic txs
- 2258 - add Optimism and Base in static chain information
- 2287 - implement
MsgUpdateChainInfo
message - 2279 - add a CCTXGateway field to chain static data
- 2275 - add ChainInfo singleton state variable in authority
- 2291 - initialize cctx gateway interface
- 2289 - add an authorization list to keep track of all authorizations on the chain
- 2305 - add new messages
MsgAddAuthorization
andMsgRemoveAuthorization
that can be used to update the authorization list - 2313 - add
CheckAuthorization
function to replace theIsAuthorized
function. The new function uses the authorization list to verify the signer's authorization - 2312 - add queries
ShowAuthorization
andListAuthorizations
- 2319 - use
CheckAuthorization
function in all messages - 2325 - revert telemetry server changes
- 2339 - add binaries related question to syncing issue form
- 2366 - add migration script for adding authorizations table
- 2372 - add queries for tss fund migration info
Refactor
- 2094 - upgrade go-tss to use cosmos v0.47
- 2110 - move non-query rate limiter logic to zetaclient side and code refactor
- 2032 - improve some general structure of the ZetaClient codebase
- 2097 - refactor lightclient verification flags to account for individual chains
- 2071 - Modify chains struct to add all chain related information
- 2118 - consolidate inbound and outbound naming
- 2124 - removed unused variables and method
- 2150 - created
chains
zetacore
orchestrator
packages in zetaclient and reorganized source files accordingly - 2210 - removed uncessary panics in the zetaclientd process
- 2205 - remove deprecated variables pre-v17
- 2226 - improve Go formatting with imports standardization and max line length to 120
- 2262 - refactor MsgUpdateZRC20 into MsgPauseZrc20 and MsgUnPauseZRC20
- 2290 - rename
MsgAddBlameVote
message toMsgVoteBlame
- 2269 - refactor MsgUpdateCrosschainFlags into MsgEnableCCTX, MsgDisableCCTX and MsgUpdateGasPriceIncreaseFlags
- 2306 - refactor zetaclient outbound transaction signing logic
- 2296 - move
testdata
package totestutil
to organize test-related utilities - 2317 - add ValidateOutbound method for cctx orchestrator
- 2340 - add ValidateInbound method for cctx orchestrator
- 2344 - group common data of EVM/Bitcoin signer and observer using base structs
- 2357 - integrate base Signer structure into EVM/Bitcoin Signer
- 2359 - integrate base Observer structure into EVM/Bitcoin Observer
- 2375 - improve & speedup code formatting
Tests
- 2047 - fix liquidity cap advanced test
- 2181 - add more assertion and test cases in ZEVM message passing E2E tests
- 2184 - add tx priority checks to e2e tests
- 2199 - custom priority mempool unit tests
- 2240 - removed hard-coded Bitcoin regnet chainID in E2E withdraw tests
- 2266 - try fixing E2E test
crosschain_swap
failurebtc transaction not signed
- 2294 - add and fix existing ethermint rpc unit test
- 2329 - fix TODOs in rpc unit tests
- 2342 - extend rpc unit tests with testing extension to include synthetic ethereum txs
- 2299 - add
zetae2e
command to deploy test contracts - 2360 - add stateful e2e tests.
- 2349 - add TestBitcoinDepositRefund and WithdrawBitcoinMultipleTimes E2E tests
- 2368 - eliminate panic usage across testing suite
- 2369 - fix random cross-chain swap failure caused by using tiny UTXO
Fixes
- 1484 - replaced hard-coded
MaxLookaheadNonce
with a default lookback factor - 2125 - fix develop upgrade test
- 2222 - removed
maxHeightDiff
to let observer scan from Bitcoin height where it left off - 2233 - fix
IsSupported
flag not properly updated in zetaclient's context - 2243 - fix incorrect bitcoin outbound height in the CCTX outbound parameter
- 2256 - fix rate limiter falsely included reverted non-withdraw cctxs
- 2327 - partially cherry picked the fix to Bitcoin outbound dust amount
- 2362 - set 1000 satoshis as minimum BTC amount that can be withdrawn from zEVM
- 2382 - add tx input and gas in rpc methods for synthetic eth txs
CI
- 2285 - added nightly EVM performance testing pipeline, modified localnet testing docker image to utilitze debian:bookworm, removed build-jet runners where applicable, removed deprecated/removed upgrade path testing pipeline
- 2268 - updated the publish-release pipeline to utilize the Github Actions Ubuntu 20.04 Runners
- 2070 - Added commands to build binaries from the working branch as a live full node rpc to test non-governance changes
- 2119 - Updated the release pipeline to only run on hotfix/ and release/ branches. Added option to only run pre-checks and not cut release as well. Switched approval steps to use environments
- 2189 - Updated the docker tag when a release trigger runs to be the github event for the release name which should be the version. Removed mac specific build as the arm build should handle that
- 2191 - Fixed conditional logic for the docker build step for non release builds to not overwrite the github tag
- 2192 - Added release status checker and updater pipeline that will update release statuses when they go live on network
- 2335 - ci: updated the artillery report to publish to artillery cloud
- 2377 - ci: adjusted sast-linters.yml to not scan itself, nor alert on removal of nosec.
v17.0.0
Fixes
- 2249 - fix inbound and outbound validation for BSC chain
- 2265 - fix rate limiter query for revert cctxs
v16.0.0
Breaking Changes
- Admin policies have been moved from
observer
to a new moduleauthority
- Updating admin policies now requires to send a governance proposal executing the
UpdatePolicies
message in theauthority
module - The
Policies
query of theauthority
module must be used to get the current admin po...
- Updating admin policies now requires to send a governance proposal executing the
v0001-new3
CHANGELOG
Unreleased
Breaking Changes
Features
- 2032 - improve some general structure of the ZetaClient codebase
- 2100 - cosmos v0.47 upgrade
- 2145 - add
ibc
andibc-transfer
modules - 2135 - add develop build version logic
- 2152 - custom priority nonce mempool
- 2113 - add zetaclientd-supervisor process
- 2154 - add
ibccrosschain
module - 2282 - modify rpc methods to support synthetic txs
- 2258 - add Optimism and Base in static chain information
- 2287 - implement
MsgUpdateChainInfo
message - 2279 - add a CCTXGateway field to chain static data
- 2275 - add ChainInfo singleton state variable in authority
- 2291 - initialize cctx gateway interface
- 2289 - add an authorization list to keep track of all authorizations on the chain
- 2305 - add new messages
MsgAddAuthorization
andMsgRemoveAuthorization
that can be used to update the authorization list - 2313 - add
CheckAuthorization
function to replace theIsAuthorized
function. The new function uses the authorization list to verify the signer's authorization - 2312 - add queries
ShowAuthorization
andListAuthorizations
- 2319 - use
CheckAuthorization
function in all messages - 2325 - revert telemetry server changes
- 2339 - add binaries related question to syncing issue form
- 2366 - add migration script for adding authorizations table
- 2372 - add queries for tss fund migration info
Refactor
- 2094 - upgrade go-tss to use cosmos v0.47
- 2110 - move non-query rate limiter logic to zetaclient side and code refactor
- 2032 - improve some general structure of the ZetaClient codebase
- 2097 - refactor lightclient verification flags to account for individual chains
- 2071 - Modify chains struct to add all chain related information
- 2118 - consolidate inbound and outbound naming
- 2124 - removed unused variables and method
- 2150 - created
chains
zetacore
orchestrator
packages in zetaclient and reorganized source files accordingly - 2210 - removed uncessary panics in the zetaclientd process
- 2205 - remove deprecated variables pre-v17
- 2226 - improve Go formatting with imports standardization and max line length to 120
- 2262 - refactor MsgUpdateZRC20 into MsgPauseZrc20 and MsgUnPauseZRC20
- 2290 - rename
MsgAddBlameVote
message toMsgVoteBlame
- 2269 - refactor MsgUpdateCrosschainFlags into MsgEnableCCTX, MsgDisableCCTX and MsgUpdateGasPriceIncreaseFlags
- 2306 - refactor zetaclient outbound transaction signing logic
- 2296 - move
testdata
package totestutil
to organize test-related utilities - 2317 - add ValidateOutbound method for cctx orchestrator
- 2340 - add ValidateInbound method for cctx orchestrator
- 2344 - group common data of EVM/Bitcoin signer and observer using base structs
- 2357 - integrate base Signer structure into EVM/Bitcoin Signer
- 2359 - integrate base Observer structure into EVM/Bitcoin Observer
- 2375 - improve & speedup code formatting
Tests
- 2047 - fix liquidity cap advanced test
- 2181 - add more assertion and test cases in ZEVM message passing E2E tests
- 2184 - add tx priority checks to e2e tests
- 2199 - custom priority mempool unit tests
- 2240 - removed hard-coded Bitcoin regnet chainID in E2E withdraw tests
- 2266 - try fixing E2E test
crosschain_swap
failurebtc transaction not signed
- 2294 - add and fix existing ethermint rpc unit test
- 2329 - fix TODOs in rpc unit tests
- 2342 - extend rpc unit tests with testing extension to include synthetic ethereum txs
- 2299 - add
zetae2e
command to deploy test contracts - 2360 - add stateful e2e tests.
- 2349 - add TestBitcoinDepositRefund and WithdrawBitcoinMultipleTimes E2E tests
- 2368 - eliminate panic usage across testing suite
- 2369 - fix random cross-chain swap failure caused by using tiny UTXO
Fixes
- 1484 - replaced hard-coded
MaxLookaheadNonce
with a default lookback factor - 2125 - fix develop upgrade test
- 2222 - removed
maxHeightDiff
to let observer scan from Bitcoin height where it left off - 2233 - fix
IsSupported
flag not properly updated in zetaclient's context - 2243 - fix incorrect bitcoin outbound height in the CCTX outbound parameter
- 2256 - fix rate limiter falsely included reverted non-withdraw cctxs
- 2327 - partially cherry picked the fix to Bitcoin outbound dust amount
- 2362 - set 1000 satoshis as minimum BTC amount that can be withdrawn from zEVM
- 2382 - add tx input and gas in rpc methods for synthetic eth txs
CI
- 2285 - added nightly EVM performance testing pipeline, modified localnet testing docker image to utilitze debian:bookworm, removed build-jet runners where applicable, removed deprecated/removed upgrade path testing pipeline
- 2268 - updated the publish-release pipeline to utilize the Github Actions Ubuntu 20.04 Runners
- 2070 - Added commands to build binaries from the working branch as a live full node rpc to test non-governance changes
- 2119 - Updated the release pipeline to only run on hotfix/ and release/ branches. Added option to only run pre-checks and not cut release as well. Switched approval steps to use environments
- 2189 - Updated the docker tag when a release trigger runs to be the github event for the release name which should be the version. Removed mac specific build as the arm build should handle that
- 2191 - Fixed conditional logic for the docker build step for non release builds to not overwrite the github tag
- 2192 - Added release status checker and updater pipeline that will update release statuses when they go live on network
- 2335 - ci: updated the artillery report to publish to artillery cloud
- 2377 - ci: adjusted sast-linters.yml to not scan itself, nor alert on removal of nosec.
v17.0.0
Fixes
- 2249 - fix inbound and outbound validation for BSC chain
- 2265 - fix rate limiter query for revert cctxs
v16.0.0
Breaking Changes
- Admin policies have been moved from
observer
to a new moduleauthority
- Updating admin policies now requires to send a governance proposal executing the
UpdatePolicies
message in theauthority
module - The
Policies
query of theauthority
module must be used to get the current admin po...
- Updating admin policies now requires to send a governance proposal executing the
v13
CHANGELOG
Version: v12.1.0
What's Changed:
- fix: updated release ci
- fix: added upgrade name, and allow download. allows to test release can. by @gzukel in zeta-chain#1195
- chore: switch back to
cosmos/cosmos-sdk
by @lumtis in zeta-chain#1193 - test: Stateful upgrade by @kevinssgh in zeta-chain#1135
- fix: address
cosmos-gosec
lint issues by @lumtis in zeta-chain#1153 - chore: changed maxNestedMsgs by @CharlieMc0 in zeta-chain#1222
- ci: cross-compile release binaries and simplify PR testings by @CharlieMc0 in zeta-chain#1218
- feat: external stress test by @kevinssgh in zeta-chain#1137
- feat: allow setting liquidity cap for ZRC20 by @lumtis in zeta-chain#1205
- refactor: call
onCrossChainCall
when depositing to a contract by @lumtis in zeta-chain#1226 - fix(
rpc
): adding namespaces back by @lumtis in zeta-chain#1228 - refactor(
cmd
): change default mempool version in config by @lumtis in zeta-chain#1238 - fix(
MsgWhitelistERC20
): set unique index for generate cctx by @lumtis in zeta-chain#1245 - fix(
observer
): remove error return inIsAuthorized
by @lumtis in zeta-chain#1250 - fix(
GetForeignCoinFromAsset
): Ethereum comparaison checksum/non-checksum format by @lumtis in zeta-chain#1261 - feat(
fungible
): add ability to update gas limit by @lumtis in zeta-chain#1260 - fix: Blame index update by @kevinssgh in zeta-chain#1264
- fix: feed sataoshi/B to zetacore and check actual outTx size by @ws4charlie in zeta-chain#1243
- fix: cherry pick all hotfix from v10.0.x (zero-amount, precision, etc.) by @ws4charlie in zeta-chain#1235
- fix: register emissions grpc server by @kingpinXD in zeta-chain#1257
- feat: Bitcoin block header and merkle proof by @ws4charlie in zeta-chain#1263
- fix: read gas limit from smart contract by @lumtis in zeta-chain#1277
- fix(
fungible
): add CLI command to query system contract by @lumtis in zeta-chain#1252 - fix(
cmd
): add notice when using--ledger
with Ethereum HD path by @lumtis in zeta-chain#1285 - fix: gosec issues by @lumtis in zeta-chain#1290
- refactor: remove duplicate funtion name IsEthereum by @lukema95 in zeta-chain#1279
- fix: query outtx tracker by chain using prefixed store by @ws4charlie in zeta-chain#1283
- refactor: skip gas stability pool funding when gasLimit is equal gasUsed by @lukema95 in zeta-chain#1289
- fix: minor fixes to stateful upgrade by @kevinssgh in zeta-chain#1280
- ci: add mainnet builds to goreleaser by @CharlieMc0 in zeta-chain#1302
- feat(
fungible
): add query command to get all gas stability pool balances by @lumtis in zeta-chain#1247 - feat: tss funds migration by @kingpinXD in zeta-chain#1143
- fix(
gas-payment
): remove checkgasObtained == outTxGasFee
by @lumtis in zeta-chain#1304 - chore: sync from mockmain by @brewmaster012 in zeta-chain#1265
- chore: increment handler version by @kingpinXD in zeta-chain#1307
- fix: begin blocker for mock mainnet by @kingpinXD in zeta-chain#1308
Changelog
- 1ffaa01 updated
v12.1.0
CHANGELOG
Version: v12.1.0
What's Changed:
- fix: updated release ci
- fix: added upgrade name, and allow download. allows to test release can. by @gzukel in zeta-chain#1195
- chore: switch back to
cosmos/cosmos-sdk
by @lumtis in zeta-chain#1193 - test: Stateful upgrade by @kevinssgh in zeta-chain#1135
- fix: address
cosmos-gosec
lint issues by @lumtis in zeta-chain#1153 - chore: changed maxNestedMsgs by @CharlieMc0 in zeta-chain#1222
- ci: cross-compile release binaries and simplify PR testings by @CharlieMc0 in zeta-chain#1218
- feat: external stress test by @kevinssgh in zeta-chain#1137
- feat: allow setting liquidity cap for ZRC20 by @lumtis in zeta-chain#1205
- refactor: call
onCrossChainCall
when depositing to a contract by @lumtis in zeta-chain#1226 - fix(
rpc
): adding namespaces back by @lumtis in zeta-chain#1228 - refactor(
cmd
): change default mempool version in config by @lumtis in zeta-chain#1238 - fix(
MsgWhitelistERC20
): set unique index for generate cctx by @lumtis in zeta-chain#1245 - fix(
observer
): remove error return inIsAuthorized
by @lumtis in zeta-chain#1250 - fix(
GetForeignCoinFromAsset
): Ethereum comparaison checksum/non-checksum format by @lumtis in zeta-chain#1261 - feat(
fungible
): add ability to update gas limit by @lumtis in zeta-chain#1260 - fix: Blame index update by @kevinssgh in zeta-chain#1264
- fix: feed sataoshi/B to zetacore and check actual outTx size by @ws4charlie in zeta-chain#1243
- fix: cherry pick all hotfix from v10.0.x (zero-amount, precision, etc.) by @ws4charlie in zeta-chain#1235
- fix: register emissions grpc server by @kingpinXD in zeta-chain#1257
- feat: Bitcoin block header and merkle proof by @ws4charlie in zeta-chain#1263
- fix: read gas limit from smart contract by @lumtis in zeta-chain#1277
- fix(
fungible
): add CLI command to query system contract by @lumtis in zeta-chain#1252 - fix(
cmd
): add notice when using--ledger
with Ethereum HD path by @lumtis in zeta-chain#1285 - fix: gosec issues by @lumtis in zeta-chain#1290
- refactor: remove duplicate funtion name IsEthereum by @lukema95 in zeta-chain#1279
- fix: query outtx tracker by chain using prefixed store by @ws4charlie in zeta-chain#1283
- refactor: skip gas stability pool funding when gasLimit is equal gasUsed by @lukema95 in zeta-chain#1289
- fix: minor fixes to stateful upgrade by @kevinssgh in zeta-chain#1280
- ci: add mainnet builds to goreleaser by @CharlieMc0 in zeta-chain#1302
- feat(
fungible
): add query command to get all gas stability pool balances by @lumtis in zeta-chain#1247 - feat: tss funds migration by @kingpinXD in zeta-chain#1143
- fix(
gas-payment
): remove checkgasObtained == outTxGasFee
by @lumtis in zeta-chain#1304 - chore: sync from mockmain by @brewmaster012 in zeta-chain#1265
- chore: increment handler version by @kingpinXD in zeta-chain#1307
- fix: begin blocker for mock mainnet by @kingpinXD in zeta-chain#1308
Changelog
v12.1.0-rc
CHANGELOG
Version: v10.1.0
What's Changed:
- fix: updated release ci
- fix: added upgrade name, and allow download. allows to test release can. by @gzukel in zeta-chain#1195
- chore: switch back to
cosmos/cosmos-sdk
by @lumtis in zeta-chain#1193 - test: Stateful upgrade by @kevinssgh in zeta-chain#1135
- fix: address
cosmos-gosec
lint issues by @lumtis in zeta-chain#1153 - chore: changed maxNestedMsgs by @CharlieMc0 in zeta-chain#1222
- ci: cross-compile release binaries and simplify PR testings by @CharlieMc0 in zeta-chain#1218
- feat: external stress test by @kevinssgh in zeta-chain#1137
- feat: allow setting liquidity cap for ZRC20 by @lumtis in zeta-chain#1205
- refactor: call
onCrossChainCall
when depositing to a contract by @lumtis in zeta-chain#1226 - fix(
rpc
): adding namespaces back by @lumtis in zeta-chain#1228 - refactor(
cmd
): change default mempool version in config by @lumtis in zeta-chain#1238 - fix(
MsgWhitelistERC20
): set unique index for generate cctx by @lumtis in zeta-chain#1245 - fix(
observer
): remove error return inIsAuthorized
by @lumtis in zeta-chain#1250 - fix(
GetForeignCoinFromAsset
): Ethereum comparaison checksum/non-checksum format by @lumtis in zeta-chain#1261 - feat(
fungible
): add ability to update gas limit by @lumtis in zeta-chain#1260 - fix: Blame index update by @kevinssgh in zeta-chain#1264
- fix: feed sataoshi/B to zetacore and check actual outTx size by @ws4charlie in zeta-chain#1243
- fix: cherry pick all hotfix from v10.0.x (zero-amount, precision, etc.) by @ws4charlie in zeta-chain#1235
- fix: register emissions grpc server by @kingpinXD in zeta-chain#1257
- feat: Bitcoin block header and merkle proof by @ws4charlie in zeta-chain#1263
- fix: read gas limit from smart contract by @lumtis in zeta-chain#1277
- fix(
fungible
): add CLI command to query system contract by @lumtis in zeta-chain#1252 - fix(
cmd
): add notice when using--ledger
with Ethereum HD path by @lumtis in zeta-chain#1285 - fix: gosec issues by @lumtis in zeta-chain#1290
- refactor: remove duplicate funtion name IsEthereum by @lukema95 in zeta-chain#1279
- fix: query outtx tracker by chain using prefixed store by @ws4charlie in zeta-chain#1283
- refactor: skip gas stability pool funding when gasLimit is equal gasUsed by @lukema95 in zeta-chain#1289
- fix: minor fixes to stateful upgrade by @kevinssgh in zeta-chain#1280
- ci: add mainnet builds to goreleaser by @CharlieMc0 in zeta-chain#1302
- feat(
fungible
): add query command to get all gas stability pool balances by @lumtis in zeta-chain#1247 - feat: tss funds migration by @kingpinXD in zeta-chain#1143
- fix(
gas-payment
): remove checkgasObtained == outTxGasFee
by @lumtis in zeta-chain#1304 - chore: sync from mockmain by @brewmaster012 in zeta-chain#1265
- chore: increment handler version by @kingpinXD in zeta-chain#1307
- fix: begin blocker for mock mainnet by @kingpinXD in zeta-chain#1308
What's Changed
What's Changed
- fix: Add release flow by @gzukel in #1
- updated version by @gzukel in #2
- v12.1.0 by @gzukel in #3
- updated by @gzukel in #4
- v12.1.0 by @gzukel in #5
- updated by @gzukel in #6
- v12.1.0 by @gzukel in #7
- updated by @gzukel in #8
- v12.1.0 by @gzukel in #9
- updated by @gzukel in #10
- v12.1.0 by @gzukel in #11
- Main by @gzukel in #12
- v12.1.0 by @gzukel in #13
- updated by @gzukel in #14
- v12.1.0 by @gzukel in #15
- updated by @gzukel in #16
- v12.1.0 by @gzukel in #17
- updated by @gzukel in #18
- v12.1.0 by @gzukel in #19
- updated by @gzukel in #20
- v12.1.0 by @gzukel in #21
- updated by @gzukel in #22
- v12.1.0 by @gzukel in #23
- updated by @gzukel in #24
- v12.1.0 by @gzukel in #25
- updated by @gzukel in #26
- v12.1.0 by @gzukel in #27
- updated by @gzukel in #28
- v12.1.0 by @gzukel in #29
- tag adjustments by @gzukel in #30
- v12.1.0 by @gzukel in #31
- updated by @gzukel in #32
- v12.1.0 by @gzukel in #33
- updated by @gzukel in #34
- v12.1.0 by @gzukel in #35
- updated by @gzukel in #36
- v12.1.0 by @gzukel in #37
- updated by @gzukel in #38
- v12.1.0 by @gzukel in #39
- updated by @gzukel in #40
- v12.1.0 by @gzukel in #41
- updated by @gzukel in #42
- v12.1.0 by @gzukel in #43
- updated by @gzukel in #44
- v12.1.0 by @gzukel in #45
- updated by @gzukel in #46
- v12.1.0 by @gzukel in #47
- Add release flow by @gzukel in #48
- v12.1.0 by @gzukel in #49
- updated by @gzukel in #50
- v12.1.0 by @gzukel in #51
- updated by @gzukel in #52
- v12.1.0 by @gzukel in #53
- updated by @gzukel in #54
- v12.1.0 by @gzukel in #55
- updated by @gzukel in #56
- v12.1.0 by @gzukel in #57
- updated by @gzukel in #58
- v12.1.0 by @gzukel in #59
- updated by @gzukel in #60
- v12.1.0 by @gzukel in #61
- updated by @gzukel in #62
- v12.1.0 by @gzukel in #63
- Add release flow by @gzukel in #64
- v12.1.0 by @gzukel in #65
- Add release flow by @gzukel in #66
- v12.1.0 by @gzukel in #67
- updated by @gzukel in #68
- v12.1.0 by @gzukel in #69
- updated by @gzukel in #70
- updated by @gzukel in #72
- v12.1.0 by @gzukel in #71
- updated by @gzukel in #73
- v12.1.0 by @gzukel in #74
Full Changelog: https://github.com/zeta-chain/ci-testing-node/commits/v12.1.0-rc
Chan...
v10.0.1-rc1
v10.0.0-rc1
v0.0.7
Full Changelog: v0.0.6...v0.0.7