Skip to content

Commit

Permalink
introduce unsavedChanges cache
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Dec 16, 2024
1 parent dac37ff commit ed99cab
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ replace (

// Use latest iavl version to fix following issue:
// https://github.com/cosmos/iavl/pull/943
github.com/cosmos/iavl => github.com/initia-labs/iavl v0.0.0-20241215032444-c426d78ab474
github.com/cosmos/iavl => github.com/initia-labs/iavl v0.0.0-20241216091306-c1bc337528b7

// dgrijalva/jwt-go is deprecated and doesn't receive security updates.
// TODO: remove it: https://github.com/cosmos/cosmos-sdk/issues/13134
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1443,8 +1443,8 @@ github.com/initia-labs/cometbft-client v0.0.0-20240924071428-ef115cefa07e h1:k+p
github.com/initia-labs/cometbft-client v0.0.0-20240924071428-ef115cefa07e/go.mod h1:aVposiPW9FOUeAeJ7JjJRdE3g+L6i8YDxFn6Cv6+Az4=
github.com/initia-labs/evm v0.0.0-20241027024417-b90d6257f9b7 h1:m7ni67mL0+7qQCFXvjNPeEx3s91Oyxcu5UL82INOvMs=
github.com/initia-labs/evm v0.0.0-20241027024417-b90d6257f9b7/go.mod h1:Mq0biU2jbdmKSZoqOj29017ygFrMnB5/Rifwp980W4o=
github.com/initia-labs/iavl v0.0.0-20241215032444-c426d78ab474 h1:ulK0/aXvR/hQ4WNGu6ivu0moVqRooL2Cc/5hOScFk6o=
github.com/initia-labs/iavl v0.0.0-20241215032444-c426d78ab474/go.mod h1:vCYmRQUJU1wwj0oRD3wMEtOM9sJNDP+GFMaXmIxZ/rU=
github.com/initia-labs/iavl v0.0.0-20241216091306-c1bc337528b7 h1:JsQztQAdO1X+V8jDzfDbpTEpYHcU7lkZUd0FIJlt1y4=
github.com/initia-labs/iavl v0.0.0-20241216091306-c1bc337528b7/go.mod h1:vCYmRQUJU1wwj0oRD3wMEtOM9sJNDP+GFMaXmIxZ/rU=
github.com/initia-labs/ibc-go/v8 v8.0.0-20240802003717-19c0b4ad450d h1:TLq8lB1PtQ0pjGf+bN8YgGVeLMuytZ26SBGMOs1seKY=
github.com/initia-labs/ibc-go/v8 v8.0.0-20240802003717-19c0b4ad450d/go.mod h1:zh6x1osR0hNvEcFrC/lhGD08sMfQmr9wHVvZ/mRWMCs=
github.com/initia-labs/initia v0.6.0 h1:/39ZN26zeixxZZdcfY1sOitiBhfnG3lcbPtpFqd9z7A=
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ replace (

// Use latest iavl version to fix following issue:
// https://github.com/cosmos/iavl/pull/943
github.com/cosmos/iavl => github.com/initia-labs/iavl v0.0.0-20241215032444-c426d78ab474
github.com/cosmos/iavl => github.com/initia-labs/iavl v0.0.0-20241216091306-c1bc337528b7

// dgrijalva/jwt-go is deprecated and doesn't receive security updates.
// TODO: remove it: https://github.com/cosmos/cosmos-sdk/issues/13134
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1401,8 +1401,8 @@ github.com/initia-labs/cometbft v0.0.0-20241209060054-203460274117 h1:uELJfPYKLQ
github.com/initia-labs/cometbft v0.0.0-20241209060054-203460274117/go.mod h1:y7+6kPknafzWlkSMCekzXC81wpRf1pcVAUnO0wRy9lQ=
github.com/initia-labs/evm v0.0.0-20241027024417-b90d6257f9b7 h1:m7ni67mL0+7qQCFXvjNPeEx3s91Oyxcu5UL82INOvMs=
github.com/initia-labs/evm v0.0.0-20241027024417-b90d6257f9b7/go.mod h1:Mq0biU2jbdmKSZoqOj29017ygFrMnB5/Rifwp980W4o=
github.com/initia-labs/iavl v0.0.0-20241215032444-c426d78ab474 h1:ulK0/aXvR/hQ4WNGu6ivu0moVqRooL2Cc/5hOScFk6o=
github.com/initia-labs/iavl v0.0.0-20241215032444-c426d78ab474/go.mod h1:vCYmRQUJU1wwj0oRD3wMEtOM9sJNDP+GFMaXmIxZ/rU=
github.com/initia-labs/iavl v0.0.0-20241216091306-c1bc337528b7 h1:JsQztQAdO1X+V8jDzfDbpTEpYHcU7lkZUd0FIJlt1y4=
github.com/initia-labs/iavl v0.0.0-20241216091306-c1bc337528b7/go.mod h1:vCYmRQUJU1wwj0oRD3wMEtOM9sJNDP+GFMaXmIxZ/rU=
github.com/initia-labs/ibc-go/v8 v8.0.0-20240802003717-19c0b4ad450d h1:TLq8lB1PtQ0pjGf+bN8YgGVeLMuytZ26SBGMOs1seKY=
github.com/initia-labs/ibc-go/v8 v8.0.0-20240802003717-19c0b4ad450d/go.mod h1:zh6x1osR0hNvEcFrC/lhGD08sMfQmr9wHVvZ/mRWMCs=
github.com/initia-labs/initia v0.6.0 h1:/39ZN26zeixxZZdcfY1sOitiBhfnG3lcbPtpFqd9z7A=
Expand Down

0 comments on commit ed99cab

Please sign in to comment.