Skip to content

Commit

Permalink
refactor format
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Nov 10, 2023
1 parent 2e50128 commit 9675db1
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,56 +17,56 @@
## Version: v10.1.2

### Features
* external stress test by @kevinssgh in https://github.com/zeta-chain/node/pull/1137
* allow setting liquidity cap for ZRC20 by @lumtis in https://github.com/zeta-chain/node/pull/1205
* add ability to update gas limit by @lumtis in https://github.com/zeta-chain/node/pull/1260
* Bitcoin block header and merkle proof by @ws4charlie in https://github.com/zeta-chain/node/pull/1263
* add query command to get all gas stability pool balances by @lumtis in https://github.com/zeta-chain/node/pull/1247
* tss funds migration by @kingpinXD in https://github.com/zeta-chain/node/pull/1143
* [1137](https://github.com/zeta-chain/node/pull/1137) - external stress testing
* [1205](https://github.com/zeta-chain/node/pull/1205) - allow setting liquidity cap for ZRC20
* [1260](https://github.com/zeta-chain/node/pull/1260) - add ability to update gas limit
* [1263](https://github.com/zeta-chain/node/pull/1263) - Bitcoin block header and merkle proof
* [1247](https://github.com/zeta-chain/node/pull/1247) - add query command to get all gas stability pool balances
* [1143](https://github.com/zeta-chain/node/pull/1143) - tss funds migration capability

### Fixes

* added upgrade name, and allow download. allows to test release can. by @gzukel in https://github.com/zeta-chain/node/pull/1195
* address `cosmos-gosec` lint issues by @lumtis in https://github.com/zeta-chain/node/pull/1153
* adding namespaces back by @lumtis in https://github.com/zeta-chain/node/pull/1228
* set unique index for generate cctx by @lumtis in https://github.com/zeta-chain/node/pull/1245
* remove error return in `IsAuthorized` by @lumtis in https://github.com/zeta-chain/node/pull/1250
* Ethereum comparaison checksum/non-checksum format by @lumtis in https://github.com/zeta-chain/node/pull/1261
* Blame index update by @kevinssgh in https://github.com/zeta-chain/node/pull/1264
* feed sataoshi/B to zetacore and check actual outTx size by @ws4charlie in https://github.com/zeta-chain/node/pull/1243
* cherry pick all hotfix from v10.0.x (zero-amount, precision, etc.) by @ws4charlie in https://github.com/zeta-chain/node/pull/1235
* register emissions grpc server by @kingpinXD in https://github.com/zeta-chain/node/pull/1257
* read gas limit from smart contract by @lumtis in https://github.com/zeta-chain/node/pull/1277
* add CLI command to query system contract by @lumtis in https://github.com/zeta-chain/node/pull/1252
* add notice when using `--ledger` with Ethereum HD path by @lumtis in https://github.com/zeta-chain/node/pull/1285
* gosec issues by @lumtis in https://github.com/zeta-chain/node/pull/1290
* query outtx tracker by chain using prefixed store by @ws4charlie in https://github.com/zeta-chain/node/pull/1283
* minor fixes to stateful upgrade by @kevinssgh in https://github.com/zeta-chain/node/pull/1280
* remove check `gasObtained == outTxGasFee` by @lumtis in https://github.com/zeta-chain/node/pull/1304
* begin blocker for mock mainnet by @kingpinXD in https://github.com/zeta-chain/node/pull/1308
* [1195](https://github.com/zeta-chain/node/pull/1195) - added upgrade name, and allow download. allows to test release
* [1153](https://github.com/zeta-chain/node/pull/1153) - address `cosmos-gosec` lint issues
* [1128](https://github.com/zeta-chain/node/pull/1228) - adding namespaces back in rpc
* [1245](https://github.com/zeta-chain/node/pull/1245) - set unique index for generate cctx
* [1250](https://github.com/zeta-chain/node/pull/1250) - remove error return in `IsAuthorized`
* [1261](https://github.com/zeta-chain/node/pull/1261) - Ethereum comparaison checksum/non-checksum format
* [1264](https://github.com/zeta-chain/node/pull/1264) - Blame index update by @kevinssgh
* [1243](https://github.com/zeta-chain/node/pull/1243) - feed sataoshi/B to zetacore and check actual outTx size
* [1235](https://github.com/zeta-chain/node/pull/1235) - cherry pick all hotfix from v10.0.x (zero-amount, precision, etc.)
* [1257](https://github.com/zeta-chain/node/pull/1257) - register emissions grpc server
* [1277](https://github.com/zeta-chain/node/pull/1277) - read gas limit from smart contract
* [1252](https://github.com/zeta-chain/node/pull/1252) - add CLI command to query system contract
* [1285](https://github.com/zeta-chain/node/pull/1285) - add notice when using `--ledger` with Ethereum HD path
* [1290](https://github.com/zeta-chain/node/pull/1290) - gosec issues
* [1283](https://github.com/zeta-chain/node/pull/1283) - query outtx tracker by chain using prefixed store
* [1280](https://github.com/zeta-chain/node/pull/1280) - minor fixes to stateful upgrade
* [1304](https://github.com/zeta-chain/node/pull/1304) - remove check `gasObtained == outTxGasFee`
* [1308](https://github.com/zeta-chain/node/pull/1308) - begin blocker for mock mainnet

### Refactoring

* call `onCrossChainCall` when depositing to a contract by @lumtis in https://github.com/zeta-chain/node/pull/1226
* change default mempool version in config by @lumtis in https://github.com/zeta-chain/node/pull/1238
* remove duplicate funtion name IsEthereum by @lukema95 in https://github.com/zeta-chain/node/pull/1279
* skip gas stability pool funding when gasLimit is equal gasUsed by @lukema95 in https://github.com/zeta-chain/node/pull/1289
* [1226](https://github.com/zeta-chain/node/pull/1226) - call `onCrossChainCall` when depositing to a contract
* [1238](https://github.com/zeta-chain/node/pull/1238) - change default mempool version in config
* [1279](https://github.com/zeta-chain/node/pull/1279) - remove duplicate funtion name IsEthereum
* [1289](https://github.com/zeta-chain/node/pull/1289) - skip gas stability pool funding when gasLimit is equal gasUsed

### Chores

* switch back to `cosmos/cosmos-sdk` by @lumtis in https://github.com/zeta-chain/node/pull/1193
* changed maxNestedMsgs by @CharlieMc0 in https://github.com/zeta-chain/node/pull/1222
* sync from mockmain by @brewmaster012 in https://github.com/zeta-chain/node/pull/1265
* increment handler version by @kingpinXD in https://github.com/zeta-chain/node/pull/1307
* [1193](https://github.com/zeta-chain/node/pull/1193) - switch back to `cosmos/cosmos-sdk`
* [1222](https://github.com/zeta-chain/node/pull/1222) - changed maxNestedMsgs
* [1265](https://github.com/zeta-chain/node/pull/1265) - sync from mockmain
* [1307](https://github.com/zeta-chain/node/pull/1307) - increment handler version

### Tests

* Stateful upgrade by @kevinssgh in https://github.com/zeta-chain/node/pull/1135
* [1135](https://github.com/zeta-chain/node/pull/1135) - Stateful upgrade for smoke tests

### CI

* cross-compile release binaries and simplify PR testings by @CharlieMc0 in https://github.com/zeta-chain/node/pull/1218
* add mainnet builds to goreleaser by @CharlieMc0 in https://github.com/zeta-chain/node/pull/1302
* [1218](https://github.com/zeta-chain/node/pull/1218) - cross-compile release binaries and simplify PR testings
* [1302](https://github.com/zeta-chain/node/pull/1302) - add mainnet builds to goreleaser



Expand Down

0 comments on commit 9675db1

Please sign in to comment.