From 2d7a2691becdaac5eb399e9ee4b3c5f1bb461d49 Mon Sep 17 00:00:00 2001 From: ocoderr Date: Fri, 14 Jul 2023 15:39:17 +0800 Subject: [PATCH] add how to run test --- tests/v0.1/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/v0.1/README.md b/tests/v0.1/README.md index 1388735..72e31be 100644 --- a/tests/v0.1/README.md +++ b/tests/v0.1/README.md @@ -4,6 +4,10 @@ This document provides a set of example bundles and their expected execution res Tests can be found in the file [test.json](./test.json), where the test suite's JSON object is described. +## How to run test + +Please refer to [sbundle_test.go](https://github.com/flashbots/builder/blob/main/miner/sbundle_test.go) + ## Preparing State The transactions in the bundles expect the blockchain state to be set to state in the `genesisAlloc` field.