Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Mar 3, 2025
1 parent cd8f64b commit 822722f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
* [3600](https://github.com/zeta-chain/node/pull/3600) - add dedicated zetaclient restricted addresses config. This file will be automatically reloaded when it changes without needing to restart zetaclient.
* [3578](https://github.com/zeta-chain/node/pull/3578) - Add disable_tss_block_scan parameter. This parameter will be used to disable expensive block scanning actions on non-ethereum EVM Chains.
* [3551](https://github.com/zeta-chain/node/pull/3551) - support for EVM chain and Bitcoin chain inbound fast confirmation
* [3615](https://github.com/zeta-chain/node/pull/3615) - make Bitcoin deposit with invalid memo reverting

### Refactor

Expand Down
28 changes: 14 additions & 14 deletions cmd/zetae2e/local/bitcoin.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,22 @@ func startBitcoinTests(
// btc withdraw tests are those that need a Bitcoin node wallet to send UTXOs
bitcoinDepositTests := []string{
e2etests.TestBitcoinDonationName,
//e2etests.TestBitcoinDepositName,
//e2etests.TestBitcoinDepositFastConfirmationName,
//e2etests.TestBitcoinDepositAndCallName,
//e2etests.TestBitcoinDepositAndCallRevertName,
//e2etests.TestBitcoinStdMemoDepositName,
//e2etests.TestBitcoinStdMemoDepositAndCallName,
//e2etests.TestBitcoinStdMemoDepositAndCallRevertName,
//e2etests.TestBitcoinStdMemoDepositAndCallRevertAndAbortName,
//e2etests.TestBitcoinStdMemoInscribedDepositAndCallName,
//e2etests.TestBitcoinDepositAndAbortWithLowDepositFeeName,
//e2etests.TestCrosschainSwapName,
e2etests.TestBitcoinDepositName,
e2etests.TestBitcoinDepositFastConfirmationName,
e2etests.TestBitcoinDepositAndCallName,
e2etests.TestBitcoinDepositAndCallRevertName,
e2etests.TestBitcoinStdMemoDepositName,
e2etests.TestBitcoinStdMemoDepositAndCallName,
e2etests.TestBitcoinStdMemoDepositAndCallRevertName,
e2etests.TestBitcoinStdMemoDepositAndCallRevertAndAbortName,
e2etests.TestBitcoinStdMemoInscribedDepositAndCallName,
e2etests.TestBitcoinDepositAndAbortWithLowDepositFeeName,
e2etests.TestCrosschainSwapName,
}
bitcoinDepositTestsAdvanced := []string{
//e2etests.TestBitcoinDepositAndCallRevertWithDustName,
//e2etests.TestBitcoinStdMemoDepositAndCallRevertOtherAddressName,
//e2etests.TestBitcoinDepositAndWithdrawWithDustName,
e2etests.TestBitcoinDepositAndCallRevertWithDustName,
e2etests.TestBitcoinStdMemoDepositAndCallRevertOtherAddressName,
e2etests.TestBitcoinDepositAndWithdrawWithDustName,
e2etests.TestBitcoinDepositInvalidMemoRevertName,
}
bitcoinWithdrawTests := []string{
Expand Down

0 comments on commit 822722f

Please sign in to comment.