Skip to content

Commit

Permalink
Add fork info and todos
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito committed May 17, 2024
1 parent af2914e commit 46183bd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/custom_proposal_handler_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Forked from here and extended to test ethermint txs https://github.com/cosmos/cosmos-sdk/blob/v0.47.10/baseapp/abci_utils_test.go
// TODO: remove this once cosmos is upgraded: https://github.com/zeta-chain/node/issues/2156
package app_test

import (
Expand Down
2 changes: 1 addition & 1 deletion app/mempool/priority_nonce_mempool.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This proposal handler is taken from https://github.com/cosmos/cosmos-sdk/blob/v0.47.10/types/mempool/priority_nonce.go
// This mempool implementation is taken from https://github.com/cosmos/cosmos-sdk/blob/v0.47.10/types/mempool/priority_nonce.go
// Only difference is extraction of senders and nonce from tx. In latest version of cosmos, there is a way to provide adapter for this, but in 0.47.10 this is the only way.
// TODO: remove this once cosmos is upgraded: https://github.com/zeta-chain/node/issues/2156

Expand Down
2 changes: 2 additions & 0 deletions app/mempool/priority_nonce_mempool_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Forked from here and extended to test ethermint txs https://github.com/cosmos/cosmos-sdk/blob/v0.47.10/types/mempool/priority_nonce_test.go
// TODO: remove this once cosmos is upgraded: https://github.com/zeta-chain/node/issues/2156
package mempool_test

import (
Expand Down

0 comments on commit 46183bd

Please sign in to comment.