From 00f29f52e09c892a51d0656b76bf0aebd4593be2 Mon Sep 17 00:00:00 2001 From: Bharath Date: Wed, 31 Jul 2024 16:55:16 +0530 Subject: [PATCH 1/6] add sequencer transfer tx scenario --- .idea/workspace.xml | 17 +- cmd/spamooor/main.go | 1 + go.mod | 3 +- go.sum | 6 +- protos/grpc_receiver.pb.go | 2373 +++++++++++++++++ protos/grpc_receiver.proto | 293 ++ protos/grpc_receiver_grpc.pb.go | 114 + scenarios/scenarios.go | 14 +- .../sequencertransfertx.go | 175 ++ tester/tester.go | 46 +- txbuilder/client.go | 5 +- 11 files changed, 3005 insertions(+), 42 deletions(-) create mode 100644 protos/grpc_receiver.pb.go create mode 100644 protos/grpc_receiver.proto create mode 100644 protos/grpc_receiver_grpc.pb.go create mode 100644 scenarios/sequencertransfertx/sequencertransfertx.go diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 0340f1f..6d12471 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,10 +5,14 @@ - - - - + + + + + + + +