Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update master rc v1.7.0 2023.01.12 #810

Closed
wants to merge 9 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 2 additions & 14 deletions integrationTests/json/scenariosDelegation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,25 +38,13 @@ func TestDelegation_v0_4_genesis(t *testing.T) {
CheckNoError()
}

func TestDelegation_v0_5_latest_full(t *testing.T) {
func TestDelegation_v0_5_latest(t *testing.T) {
if testing.Short() {
t.Skip("not a short test")
}

ScenariosTest(t).
Folder("delegation/v0_5_latest_full").
Folder("delegation/v0_5_latest").
Run().
CheckNoError()
}

func TestDelegation_v0_5_latest_update(t *testing.T) {
if testing.Short() {
t.Skip("not a short test")
}

ScenariosTest(t).
Folder("delegation/v0_5_latest_update").
Run().
CheckNoError()

}
Binary file modified test/crowdfunding-esdt/output/crowdfunding-esdt.wasm
Binary file not shown.
Binary file modified test/delegation/auction-mock/output/auction-mock.wasm
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified test/digital-cash/output/digital-cash.wasm
Binary file not shown.
Binary file modified test/features/alloc-features/output/alloc-features.wasm
Binary file not shown.
Binary file modified test/features/basic-features/output/basic-features.wasm
Binary file not shown.
Loading
Loading