Skip to content

Commit

Permalink
Merge pull request #176 from multiversx/rc-v1.7.0-integration
Browse files Browse the repository at this point in the history
Integrated changes for rc/v1.7.0
  • Loading branch information
iulianpascalau committed May 10, 2024
2 parents 5cb40e7 + 158a757 commit 88b5a69
Show file tree
Hide file tree
Showing 7 changed files with 90 additions and 681 deletions.
2 changes: 1 addition & 1 deletion authentication/native/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import (

"github.com/multiversx/mx-chain-core-go/core"
"github.com/multiversx/mx-chain-core-go/core/check"
"github.com/multiversx/mx-chain-core-go/storage"
crypto "github.com/multiversx/mx-chain-crypto-go"
"github.com/multiversx/mx-chain-go/storage"
"github.com/multiversx/mx-sdk-go/authentication"
"github.com/multiversx/mx-sdk-go/builders"
"github.com/multiversx/mx-sdk-go/data"
Expand Down
1 change: 0 additions & 1 deletion blockchain/proxy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,6 @@ func TestProxy_GetEnableEpochsConfig(t *testing.T) {

enableEpochs := config.EnableEpochs{
BalanceWaitingListsEnableEpoch: 1,
WaitingListFixEnableEpoch: 1,
}

expectedEnableEpochsConfig := &data.EnableEpochsConfig{
Expand Down
Loading

0 comments on commit 88b5a69

Please sign in to comment.