Releases: zeta-chain/node
Releases · zeta-chain/node
v10.1.2
v10.1.1
v10.1.0
What's Changed
What's Changed
- fix: added upgrade name, and allow download. allows to test release can. by @gzukel in #1195
- chore: switch back to
cosmos/cosmos-sdk
by @lumtis in #1193 - test: Stateful upgrade by @kevinssgh in #1135
- fix: address
cosmos-gosec
lint issues by @lumtis in #1153 - chore: changed maxNestedMsgs by @CharlieMc0 in #1222
- ci: cross-compile release binaries and simplify PR testings by @CharlieMc0 in #1218
- feat: external stress test by @kevinssgh in #1137
- feat: allow setting liquidity cap for ZRC20 by @lumtis in #1205
- fix: disabling git guardian, increasing timeout for linter by @gzukel in #1229
- refactor: call
onCrossChainCall
when depositing to a contract by @lumtis in #1226 - fix(
rpc
): adding namespaces back by @lumtis in #1228 - refactor(
cmd
): change default mempool version in config by @lumtis in #1238 - fix(
MsgWhitelistERC20
): set unique index for generate cctx by @lumtis in #1245 - fix(
observer
): remove error return inIsAuthorized
by @lumtis in #1250 - fix(
GetForeignCoinFromAsset
): Ethereum comparaison checksum/non-checksum format by @lumtis in #1261 - feat(
fungible
): add ability to update gas limit by @lumtis in #1260 - fix: Blame index update by @kevinssgh in #1264
- fix: feed sataoshi/B to zetacore and check actual outTx size by @ws4charlie in #1243
- fix: cherry pick all hotfix from v10.0.x (zero-amount, precision, etc.) by @ws4charlie in #1235
- fix: register emissions grpc server by @kingpinXD in #1257
- feat: Bitcoin block header and merkle proof by @ws4charlie in #1263
- fix: read gas limit from smart contract by @lumtis in #1277
- fix(
fungible
): add CLI command to query system contract by @lumtis in #1252 - fix(
cmd
): add notice when using--ledger
with Ethereum HD path by @lumtis in #1285 - fix: gosec issues by @lumtis in #1290
- refactor: remove duplicate funtion name IsEthereum by @lukema95 in #1279
- fix: query outtx tracker by chain using prefixed store by @ws4charlie in #1283
- refactor: skip gas stability pool funding when gasLimit is equal gasUsed by @lukema95 in #1289
- fix: minor fixes to stateful upgrade by @kevinssgh in #1280
- ci: add mainnet builds to goreleaser by @CharlieMc0 in #1302
- feat(
fungible
): add query command to get all gas stability pool balances by @lumtis in #1247 - feat: tss funds migration by @kingpinXD in #1143
- fix(
gas-payment
): remove checkgasObtained == outTxGasFee
by @lumtis in #1304 - chore: sync from mockmain by @brewmaster012 in #1265
- chore: increment handler version by @kingpinXD in #1307
- fix: begin blocker for mock mainnet by @kingpinXD in #1308
New Contributors
Full Changelog: v10.0.0...v10.1.0
Changelog
v10.0.7
Full Changelog: v10.0.6...v10.0.7
v10.0.6
Full Changelog: v10.0.5...v10.0.6
v10.0.4
Full Changelog: v10.0.3...v10.0.4
v10.0.3
Full Changelog: v10.0.2...v10.0.3
v10.0.2
Full Changelog: v10.0.1...v10.0.2
v10.0.0
What's Changed
What's Changed
- feat(
crosschain
): addOutTxGasUsed
andOutTxEffectiveGasPrice
into CCTX by @lumtis in #1047 - feat(
fungible
): add gas stability pools by @lumtis in #1051 - fix: Longer upgrade sleep time by @gzukel in #1084
- fix: allow multiple withdraw events in single tx receipt by @brewmaster012 in #1032
- fix: generation of OpenAPI by downgrading a buf plugin by @fadeev in #1079
- ci: add a workflow to label PRs based on the changes to the source code by @fadeev in #1055
- chore: set skip cache to true by @kingpinXD in #1075
- fix: hotfix v9.0.3 by @ws4charlie in #1093
- fix: moved the needs for build for s3 upload to be inline with upgrade path testing by @gzukel in #1090
- fix: de-deduplicate inTxHashToCctx by @brewmaster012 in #1077
- feat(
crosschain
): increase pending cctx gas prices by @lumtis in #1062 - chore: upgrade Go version to
1.20
by @lumtis in #1086 - feat(
fungible
): add message to pause/unpause zrc20 by @lumtis in #1096 - fix(
fungible
): removeBurnCoins
usage by @lumtis in #1088 - test: Stateful smoketest by @kevinssgh in #1089
- feat(
observer
): add core params list in genesis by @lumtis in #1087 - ci: nosec detection by @CharlieMc0 in #1102
- fix(
crosschain
): set cctx as aborted if outbound fails and sender is zeta chain by @lumtis in #1107 - fix: creating manual pipeline to initial register for testing new upgrade path testing by @gzukel in #1125
- fix: stricter verification of bitcoin ZRC20 withdraw by @brewmaster012 in #1098
- refactor(
fungible
): improveUpdateZRC20WithdrawFee
by @lumtis in #1112 - ci: update linter to go 1.20 by @CharlieMc0 in #1129
- refactor(
crosschain
): renameZetaMinted
intoValueReceived
inMsgVoteOnObservedOutboundTx
by @lumtis in #1130 - feat: block header and merkle proof by @brewmaster012 in #949
- fix: cherry picked all v9.x.x hotfix by @ws4charlie in #1123
- fix: some data race warnings in zetaclient by @kevinssgh in #1100
- fix(
rpc
): reduce Ethereum rpc API and improve websocket API by @lumtis in #1106 - refactor: generic
Header
andProof
by @lumtis in #1145 - fix: evm-withdraw-permission-check by @kingpinXD in #1152
- feat: add new query for pending nonces using chain id by @kingpinXD in #1131
- feat(
fungible
): add message to update contract bytecode by @brewmaster012 in #995 - feat(
crosschain
): general improvements for gas payments and revert txs by @lumtis in #1064 - test(
fungible
): increase keeper code coverage by @lumtis in #1128 - chore: mocknet config by @kingpinXD in #1144
- fix: State Export Manually Executed Upgrade Path Testing Pipeline Merge. by @gzukel in #1142
- fix: tss metrics by @kingpinXD in #1163
- fix: improve Bitcoin keysign performance to target outbound TPM of 5 by @ws4charlie in #1147
- feat(
observer
): renamePermissionFlags
toCrosschainFlags
and add gas price increase flags to it by @lumtis in #1120 - fix: zetclient panic by @kingpinXD in #1168
- fix: revert upgrade-path testing gov proposal type to legacy to match current way we raise governance requests. by @gzukel in #1171
- fix: cherry pick v9.0.8 hotfix (fix Bitcoin amount verification) by @ws4charlie in #1188
- fix: defensive nonce check in outbound tx voters by @brewmaster012 in #975
- refactor(
observer
): create admin policy group 1 and group 2 by @lumtis in #1169
Full Changelog: v9.0.1...v10.0.0
v10.0.0-rc2
What's Changed
What's Changed
- feat(
crosschain
): addOutTxGasUsed
andOutTxEffectiveGasPrice
into CCTX by @lumtis in #1047 - feat(
fungible
): add gas stability pools by @lumtis in #1051 - fix: Longer upgrade sleep time by @gzukel in #1084
- fix: allow multiple withdraw events in single tx receipt by @brewmaster012 in #1032
- fix: generation of OpenAPI by downgrading a buf plugin by @fadeev in #1079
- ci: add a workflow to label PRs based on the changes to the source code by @fadeev in #1055
- chore: set skip cache to true by @kingpinXD in #1075
- fix: hotfix v9.0.3 by @ws4charlie in #1093
- fix: moved the needs for build for s3 upload to be inline with upgrade path testing by @gzukel in #1090
- fix: de-deduplicate inTxHashToCctx by @brewmaster012 in #1077
- feat(
crosschain
): increase pending cctx gas prices by @lumtis in #1062 - chore: upgrade Go version to
1.20
by @lumtis in #1086 - feat(
fungible
): add message to pause/unpause zrc20 by @lumtis in #1096 - fix(
fungible
): removeBurnCoins
usage by @lumtis in #1088 - test: Stateful smoketest by @kevinssgh in #1089
- feat(
observer
): add core params list in genesis by @lumtis in #1087 - ci: nosec detection by @CharlieMc0 in #1102
- fix(
crosschain
): set cctx as aborted if outbound fails and sender is zeta chain by @lumtis in #1107 - fix: creating manual pipeline to initial register for testing new upgrade path testing by @gzukel in #1125
- fix: stricter verification of bitcoin ZRC20 withdraw by @brewmaster012 in #1098
- refactor(
fungible
): improveUpdateZRC20WithdrawFee
by @lumtis in #1112 - ci: update linter to go 1.20 by @CharlieMc0 in #1129
- refactor(
crosschain
): renameZetaMinted
intoValueReceived
inMsgVoteOnObservedOutboundTx
by @lumtis in #1130 - feat: block header and merkle proof by @brewmaster012 in #949
- fix: cherry picked all v9.x.x hotfix by @ws4charlie in #1123
- fix: some data race warnings in zetaclient by @kevinssgh in #1100
- fix(
rpc
): reduce Ethereum rpc API and improve websocket API by @lumtis in #1106 - refactor: generic
Header
andProof
by @lumtis in #1145 - fix: evm-withdraw-permission-check by @kingpinXD in #1152
- feat: add new query for pending nonces using chain id by @kingpinXD in #1131
- feat(
fungible
): add message to update contract bytecode by @brewmaster012 in #995 - feat(
crosschain
): general improvements for gas payments and revert txs by @lumtis in #1064 - test(
fungible
): increase keeper code coverage by @lumtis in #1128 - chore: mocknet config by @kingpinXD in #1144
- fix: State Export Manually Executed Upgrade Path Testing Pipeline Merge. by @gzukel in #1142
- fix: tss metrics by @kingpinXD in #1163
- fix: improve Bitcoin keysign performance to target outbound TPM of 5 by @ws4charlie in #1147
- feat(
observer
): renamePermissionFlags
toCrosschainFlags
and add gas price increase flags to it by @lumtis in #1120 - fix: zetclient panic by @kingpinXD in #1168
- fix: revert upgrade-path testing gov proposal type to legacy to match current way we raise governance requests. by @gzukel in #1171
Full Changelog: v9.0.1...v10.0.0-rc2