Skip to content

Commit

Permalink
Merge branch 'refund-aborted-amount' of github.com:zeta-chain/zeta-no…
Browse files Browse the repository at this point in the history
…de into refund-aborted-amount
  • Loading branch information
kingpinXD committed Feb 8, 2024
2 parents 70b56e1 + 7f3878e commit 734a4bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Unreleased

* `zetaclientd start` : 2 inputs required from stdin

### Features

*[1728] (https://github.com/zeta-chain/node/pull/1728) - allow aborted transactions to be refunded by minting tokens to zEvm.
Expand Down
2 changes: 2 additions & 0 deletions testutil/sample/crosschain.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,11 @@ func Status(t *testing.T, index string) *types.Status {
LastUpdateTimestamp: r.Int63(),
}
}

func GetCctxIndexFromString(index string) string {
return crypto.Keccak256Hash([]byte(index)).String()
}

func CrossChainTx(t *testing.T, index string) *types.CrossChainTx {
r := newRandFromStringSeed(t, index)

Expand Down

0 comments on commit 734a4bc

Please sign in to comment.