Rebrand to cerc-io/tx-spammer (#15)

This commit was merged in pull request #15.
This commit is contained in:
2022-12-21 09:59:07 -06:00
committed by GitHub
parent d4436948ac
commit e09975d0c8
22 changed files with 84 additions and 129 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ import (
"github.com/ethereum/go-ethereum/crypto"
"github.com/ethereum/go-ethereum/rpc"
"github.com/spf13/viper"
"github.com/vulcanize/tx_spammer/pkg/shared"
"github.com/cerc-io/tx-spammer/pkg/shared"
)
var (
+1 -1
View File
@@ -23,7 +23,7 @@ import (
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/rpc"
"github.com/vulcanize/tx_spammer/pkg/shared"
"github.com/cerc-io/tx-spammer/pkg/shared"
)
const (
+1 -1
View File
@@ -20,7 +20,7 @@ import (
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/rpc"
"github.com/sirupsen/logrus"
"github.com/vulcanize/tx_spammer/pkg/shared"
"github.com/cerc-io/tx-spammer/pkg/shared"
)
// EthSender sends eth value transfer txs
+1 -1
View File
@@ -20,7 +20,7 @@ import (
"fmt"
"github.com/sirupsen/logrus"
"github.com/vulcanize/tx_spammer/pkg/shared"
"github.com/cerc-io/tx-spammer/pkg/shared"
)
// Spammer underlying struct type for spamming service
+1 -1
View File
@@ -28,7 +28,7 @@ import (
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/vulcanize/tx_spammer/pkg/shared"
"github.com/cerc-io/tx-spammer/pkg/shared"
)
// TxGenerator generates and signs txs
+1 -1
View File
@@ -23,7 +23,7 @@ import (
"github.com/sirupsen/logrus"
"github.com/vulcanize/tx_spammer/pkg/shared"
"github.com/cerc-io/tx-spammer/pkg/shared"
)
// TxSender type for
+1 -1
View File
@@ -18,7 +18,7 @@ package manual
import (
"github.com/sirupsen/logrus"
"github.com/vulcanize/tx_spammer/pkg/shared"
"github.com/cerc-io/tx-spammer/pkg/shared"
)
type Spammer struct {
+1 -1
View File
@@ -22,7 +22,7 @@ import (
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/rlp"
"github.com/vulcanize/tx_spammer/pkg/shared"
"github.com/cerc-io/tx-spammer/pkg/shared"
)
// TxGenerator generates and signs txs