From 390df27672b131c9efe3434a7946b5ac84e9b53f Mon Sep 17 00:00:00 2001 From: Ceyhun Onur Date: Thu, 18 May 2023 18:41:07 +0300 Subject: [PATCH] remove todos --- go.mod | 2 -- tests/precompile/precompile_test.go | 2 -- 2 files changed, 4 deletions(-) diff --git a/go.mod b/go.mod index 9891729..c89dc17 100644 --- a/go.mod +++ b/go.mod @@ -2,8 +2,6 @@ module github.com/ava-labs/precompilevm go 1.18 -// TODO remove this after v0.4.10 is released - require ( github.com/ava-labs/avalanchego v1.10.1 github.com/ava-labs/subnet-evm v0.5.1 diff --git a/tests/precompile/precompile_test.go b/tests/precompile/precompile_test.go index 16d9dfb..86d9298 100644 --- a/tests/precompile/precompile_test.go +++ b/tests/precompile/precompile_test.go @@ -49,6 +49,4 @@ var _ = ginkgo.BeforeSuite(func() { var _ = ginkgo.AfterSuite(func() { gomega.Expect(startCmd).ShouldNot(gomega.BeNil()) gomega.Expect(startCmd.Stop()).Should(gomega.BeNil()) - // TODO add a new node to bootstrap off of the existing node and ensure it can bootstrap all subnets - // created during the test })