Commit acfb6ab 1 parent e450918 commit acfb6ab Copy full SHA for acfb6ab
File tree 29 files changed +36
-38
lines changed
29 files changed +36
-38
lines changed Original file line number Diff line number Diff line change 5
5
"strings"
6
6
gotime "time"
7
7
8
+ "github.com/VolumeFi/whoops"
8
9
sdk "github.com/cosmos/cosmos-sdk/types"
9
10
"github.com/gogo/protobuf/proto"
10
11
"github.com/palomachain/pigeon/chain"
@@ -20,7 +21,6 @@ import (
20
21
log "github.com/sirupsen/logrus"
21
22
"github.com/strangelove-ventures/lens/byop"
22
23
lens "github.com/strangelove-ventures/lens/client"
23
- "github.com/vizualni/whoops"
24
24
)
25
25
26
26
const (
Original file line number Diff line number Diff line change 1
1
package chain
2
2
3
3
import (
4
- "github.com/vizualni /whoops"
4
+ "github.com/VolumeFi /whoops"
5
5
)
6
6
7
7
const (
@@ -21,4 +21,3 @@ const (
21
21
EnrichedID whoops.Field [uint64 ] = "id"
22
22
EnrichedItemType whoops.Field [string ] = "type"
23
23
)
24
-
Original file line number Diff line number Diff line change @@ -4,16 +4,16 @@ import (
4
4
"bytes"
5
5
"context"
6
6
"embed"
7
+ "io/fs"
8
+ "io/ioutil"
7
9
"math"
8
10
"math/big"
9
11
"path/filepath"
10
12
"strings"
11
13
"sync"
12
14
"time"
13
15
14
- "io/fs"
15
- "io/ioutil"
16
-
16
+ "github.com/VolumeFi/whoops"
17
17
"github.com/ethereum/go-ethereum"
18
18
etherum "github.com/ethereum/go-ethereum"
19
19
"github.com/ethereum/go-ethereum/accounts"
@@ -25,13 +25,12 @@ import (
25
25
etherumtypes "github.com/ethereum/go-ethereum/core/types"
26
26
ethtypes "github.com/ethereum/go-ethereum/core/types"
27
27
"github.com/ethereum/go-ethereum/ethclient"
28
- proto "github.com/gogo/protobuf/proto"
28
+ "github.com/gogo/protobuf/proto"
29
29
"github.com/palomachain/pigeon/config"
30
30
"github.com/palomachain/pigeon/errors"
31
31
"github.com/palomachain/pigeon/types/paloma/x/evm/types"
32
32
"github.com/palomachain/pigeon/util/slice"
33
33
log "github.com/sirupsen/logrus"
34
- "github.com/vizualni/whoops"
35
34
)
36
35
37
36
const (
Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ import (
6
6
"testing"
7
7
"time"
8
8
9
+ "github.com/VolumeFi/whoops"
9
10
"github.com/ethereum/go-ethereum"
10
11
"github.com/ethereum/go-ethereum/accounts/keystore"
11
12
"github.com/ethereum/go-ethereum/common"
13
+ "github.com/ethereum/go-ethereum/core/types"
12
14
ethtypes "github.com/ethereum/go-ethereum/core/types"
13
- types "github.com/ethereum/go-ethereum/core/types"
14
15
"github.com/ethereum/go-ethereum/crypto"
15
16
"github.com/stretchr/testify/mock"
16
17
"github.com/stretchr/testify/require"
17
- "github.com/vizualni/whoops"
18
18
)
19
19
20
20
var (
Original file line number Diff line number Diff line change 9
9
"strings"
10
10
"time"
11
11
12
+ "github.com/VolumeFi/whoops"
12
13
etherum "github.com/ethereum/go-ethereum"
13
14
"github.com/ethereum/go-ethereum/accounts/abi"
14
15
"github.com/ethereum/go-ethereum/common"
@@ -20,7 +21,6 @@ import (
20
21
"github.com/palomachain/pigeon/types/paloma/x/evm/types"
21
22
"github.com/palomachain/pigeon/util/slice"
22
23
log "github.com/sirupsen/logrus"
23
- "github.com/vizualni/whoops"
24
24
)
25
25
26
26
const (
Original file line number Diff line number Diff line change 8
8
"testing"
9
9
"time"
10
10
11
+ "github.com/VolumeFi/whoops"
11
12
"github.com/ethereum/go-ethereum/common"
12
13
etherumtypes "github.com/ethereum/go-ethereum/core/types"
13
14
ethtypes "github.com/ethereum/go-ethereum/core/types"
@@ -18,7 +19,6 @@ import (
18
19
"github.com/palomachain/pigeon/types/paloma/x/evm/types"
19
20
"github.com/stretchr/testify/mock"
20
21
"github.com/stretchr/testify/require"
21
- "github.com/vizualni/whoops"
22
22
)
23
23
24
24
const (
Original file line number Diff line number Diff line change 5
5
"fmt"
6
6
"math/big"
7
7
8
+ "github.com/VolumeFi/whoops"
8
9
"github.com/ethereum/go-ethereum/accounts"
9
10
"github.com/ethereum/go-ethereum/accounts/abi"
10
11
"github.com/ethereum/go-ethereum/accounts/abi/bind"
@@ -13,7 +14,6 @@ import (
13
14
ethtypes "github.com/ethereum/go-ethereum/core/types"
14
15
"github.com/ethereum/go-ethereum/crypto"
15
16
log "github.com/sirupsen/logrus"
16
- "github.com/vizualni/whoops"
17
17
)
18
18
19
19
func (c Client ) DeployContract (
Original file line number Diff line number Diff line change 1
1
package evm
2
2
3
3
import (
4
- "github.com/vizualni /whoops"
4
+ "github.com/VolumeFi /whoops"
5
5
)
6
6
7
7
const (
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ import (
5
5
"math/big"
6
6
"testing"
7
7
8
+ "github.com/VolumeFi/whoops"
8
9
"github.com/ethereum/go-ethereum/common"
9
10
. "github.com/onsi/ginkgo/v2"
10
11
. "github.com/onsi/gomega"
11
12
"github.com/palomachain/pigeon/chain"
12
13
"github.com/stretchr/testify/mock"
13
- "github.com/vizualni/whoops"
14
14
)
15
15
16
16
func TestGinkgo (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ import (
6
6
"math/big"
7
7
"strings"
8
8
9
+ "github.com/VolumeFi/whoops"
9
10
"github.com/ethereum/go-ethereum/common"
10
11
"github.com/ethereum/go-ethereum/crypto"
11
12
"github.com/palomachain/pigeon/chain"
12
13
"github.com/palomachain/pigeon/errors"
13
14
"github.com/palomachain/pigeon/util/slice"
14
15
log "github.com/sirupsen/logrus"
15
- "github.com/vizualni/whoops"
16
16
)
17
17
18
18
const (
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ import (
5
5
"strings"
6
6
"time"
7
7
8
+ "github.com/VolumeFi/whoops"
8
9
codectypes "github.com/cosmos/cosmos-sdk/codec/types"
9
10
sdk "github.com/cosmos/cosmos-sdk/types"
10
11
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
11
12
"github.com/gogo/protobuf/grpc"
12
- proto "github.com/gogo/protobuf/proto"
13
+ "github.com/gogo/protobuf/proto"
13
14
"github.com/strangelove-ventures/lens/client/query"
14
- "github.com/vizualni/whoops"
15
15
16
16
"github.com/cosmos/cosmos-sdk/crypto/keyring"
17
17
"github.com/palomachain/pigeon/chain"
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ import (
23
23
24
24
"google.golang.org/grpc/test/bufconn"
25
25
26
+ "github.com/VolumeFi/whoops"
26
27
"github.com/cosmos/cosmos-sdk/types/module"
27
- "github.com/vizualni/whoops"
28
28
"google.golang.org/grpc"
29
29
)
30
30
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ import (
5
5
"fmt"
6
6
"testing"
7
7
8
+ "github.com/VolumeFi/whoops"
8
9
sdk "github.com/cosmos/cosmos-sdk/types"
9
10
valsettypes "github.com/palomachain/pigeon/types/paloma/x/valset/types"
10
11
"github.com/palomachain/pigeon/util/slice"
11
- mock "github.com/stretchr/testify/mock"
12
+ "github.com/stretchr/testify/mock"
12
13
"github.com/stretchr/testify/require"
13
- "github.com/vizualni/whoops"
14
14
)
15
15
16
16
func TestCollisions (t * testing.T ) {
Original file line number Diff line number Diff line change 4
4
"errors"
5
5
"net"
6
6
7
- "github.com/vizualni /whoops"
7
+ "github.com/VolumeFi /whoops"
8
8
)
9
9
10
10
const (
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ package paloma
3
3
import (
4
4
"context"
5
5
6
+ "github.com/VolumeFi/whoops"
6
7
sdk "github.com/cosmos/cosmos-sdk/types"
7
8
"github.com/gogo/protobuf/grpc"
8
- "github.com/vizualni/whoops"
9
9
10
10
ggrpc "google.golang.org/grpc"
11
11
)
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ package main
3
3
import (
4
4
"fmt"
5
5
6
+ "github.com/VolumeFi/whoops"
6
7
sdk "github.com/cosmos/cosmos-sdk/types"
7
8
"github.com/palomachain/pigeon/app"
8
9
"github.com/spf13/cobra"
9
- "github.com/vizualni/whoops"
10
10
)
11
11
12
12
var (
Original file line number Diff line number Diff line change 7
7
"path"
8
8
"strings"
9
9
10
- "github.com/vizualni /whoops"
10
+ "github.com/VolumeFi /whoops"
11
11
12
12
"gopkg.in/yaml.v2"
13
13
)
Original file line number Diff line number Diff line change 1
1
package config
2
2
3
- import "github.com/vizualni /whoops"
3
+ import "github.com/VolumeFi /whoops"
4
4
5
5
const (
6
6
ErrUnableToLocateKeyringEnvironmentVar = whoops .String ("unable to locate keyring ENV variable" )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package errors
3
3
import (
4
4
"errors"
5
5
6
- "github.com/vizualni /whoops"
6
+ "github.com/VolumeFi /whoops"
7
7
)
8
8
9
9
const (
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ module github.com/palomachain/pigeon
3
3
go 1.18
4
4
5
5
require (
6
+ github.com/VolumeFi/whoops v0.7.2
6
7
github.com/cosmos/cosmos-sdk v0.45.1
7
8
github.com/ethereum/go-ethereum v1.10.18
8
9
github.com/gogo/protobuf v1.3.3
@@ -14,7 +15,6 @@ require (
14
15
github.com/strangelove-ventures/lens v0.3.1-0.20220329150126-16b15e90cf34
15
16
github.com/stretchr/testify v1.7.1
16
17
github.com/tendermint/tendermint v0.34.15
17
- github.com/vizualni/whoops v0.7.1
18
18
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
19
19
google.golang.org/genproto v0.0.0-20220407144326-9054f6ed7bac
20
20
google.golang.org/grpc v1.45.0
Original file line number Diff line number Diff line change @@ -101,6 +101,8 @@ github.com/VictoriaMetrics/fastcache v1.6.0 h1:C/3Oi3EiBCqufydp1neRZkqcwmEiuRT9c
101
101
github.com/VictoriaMetrics/fastcache v1.6.0 /go.mod h1:0qHz5QP0GMX4pfmMA/zt5RgfNuXJrTP0zS7DqpHGGTw =
102
102
github.com/VividCortex/gohistogram v1.0.0 h1:6+hBz+qvs0JOrrNhhmR7lFxo5sINxBCGXrdtl/UvroE =
103
103
github.com/VividCortex/gohistogram v1.0.0 /go.mod h1:Pf5mBqqDxYaXu3hDrrU+w6nw50o/4+TcAqDqk/vUH7g =
104
+ github.com/VolumeFi/whoops v0.7.2 h1:BMxDRo1N14QPPkruA9tsqivpWFXlujvFR+CtWGeQ0cc =
105
+ github.com/VolumeFi/whoops v0.7.2 /go.mod h1:WH5v7h5SzHTOIx28WZ9kJqdMqOX2VQNPBelwlrgg5PQ =
104
106
github.com/Workiva/go-datastructures v1.0.52 /go.mod h1:Z+F2Rca0qCsVYDS8z7bAGm8f3UkzuWYS/oBZz5a7VVA =
105
107
github.com/Workiva/go-datastructures v1.0.53 h1:J6Y/52yX10Xc5JjXmGtWoSSxs3mZnGSaq37xZZh7Yig =
106
108
github.com/Workiva/go-datastructures v1.0.53 /go.mod h1:1yZL+zfsztete+ePzZz/Zb1/t5BnDuE2Ya2MMGhzP6A =
@@ -1081,8 +1083,6 @@ github.com/valyala/fasttemplate v1.0.1/go.mod h1:UQGH1tvbgY+Nz5t2n7tXsz52dQxojPU
1081
1083
github.com/valyala/fasttemplate v1.2.1 /go.mod h1:KHLXt3tVN2HBp8eijSv/kGJopbvo7S+qRAEEKiv+SiQ =
1082
1084
github.com/vishvananda/netlink v1.1.0 /go.mod h1:cTgwzPIzzgDAYoQrMm0EdrjRUBkTqKYppBueQtXaqoE =
1083
1085
github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df /go.mod h1:JP3t17pCcGlemwknint6hfoeCVQrEMVwxRLRjXpq+BU =
1084
- github.com/vizualni/whoops v0.7.1 h1:1HUk7HZOQstyx50cEEQ08rZCqMmlNfpu1KdWZ2aMWJQ =
1085
- github.com/vizualni/whoops v0.7.1 /go.mod h1:V5mMF1aBNKTtOpQvlka6V/5F6AaUlCOw3exsBFYPX/M =
1086
1086
github.com/vmihailenco/msgpack/v5 v5.1.4 /go.mod h1:C5gboKD0TJPqWDTVTtrQNfRbiBwHZGo8UTqP/9/XvLI =
1087
1087
github.com/vmihailenco/tagparser v0.1.2 /go.mod h1:OeAg3pn3UbLjkWt+rN9oFYB6u/cQgqMEUPoW2WPyhdI =
1088
1088
github.com/volumefi/lens-1 v0.3.1-0.20220502123822-4cb1add1e482 h1:8RYuDx9ovDLc3qpueA7D+WFWoTNps/nT40NijG2gH1Y =
Original file line number Diff line number Diff line change 4
4
"context"
5
5
"time"
6
6
7
+ "github.com/VolumeFi/whoops"
7
8
"github.com/palomachain/pigeon/util/channels"
8
9
log "github.com/sirupsen/logrus"
9
- "github.com/vizualni/whoops"
10
10
)
11
11
12
12
const (
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ import (
5
5
"testing"
6
6
"time"
7
7
8
+ "github.com/VolumeFi/whoops"
8
9
. "github.com/onsi/ginkgo/v2"
9
10
. "github.com/onsi/gomega"
10
11
"github.com/palomachain/pigeon/health/mocks"
11
12
"github.com/stretchr/testify/mock"
12
- "github.com/vizualni/whoops"
13
13
)
14
14
15
15
func TestGinkgo (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ import (
4
4
"context"
5
5
"math/big"
6
6
7
+ "github.com/VolumeFi/whoops"
7
8
"github.com/ethereum/go-ethereum/common"
8
9
"github.com/palomachain/pigeon/chain"
9
10
"github.com/palomachain/pigeon/errors"
10
11
evmtypes "github.com/palomachain/pigeon/types/paloma/x/evm/types"
11
12
log "github.com/sirupsen/logrus"
12
- "github.com/vizualni/whoops"
13
13
)
14
14
15
15
func (r * Relayer ) buildProcessors (ctx context.Context ) ([]chain.Processor , error ) {
Original file line number Diff line number Diff line change 1
1
package relayer
2
2
3
3
import (
4
+ "github.com/VolumeFi/whoops"
4
5
"github.com/palomachain/pigeon/errors"
5
- "github.com/vizualni/whoops"
6
6
)
7
7
8
8
var (
Original file line number Diff line number Diff line change 5
5
"errors"
6
6
"strings"
7
7
8
+ "github.com/VolumeFi/whoops"
8
9
"github.com/palomachain/pigeon/chain/evm"
9
10
log "github.com/sirupsen/logrus"
10
- "github.com/vizualni/whoops"
11
11
12
12
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
13
13
)
Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ import (
4
4
"context"
5
5
"testing"
6
6
7
+ "github.com/VolumeFi/whoops"
7
8
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
8
9
. "github.com/onsi/ginkgo/v2"
9
10
. "github.com/onsi/gomega"
10
11
chainmocks "github.com/palomachain/pigeon/chain/mocks"
11
12
"github.com/palomachain/pigeon/config"
12
13
"github.com/palomachain/pigeon/relayer/mocks"
13
14
"github.com/stretchr/testify/mock"
14
- "github.com/vizualni/whoops"
15
15
16
16
evmtypes "github.com/palomachain/pigeon/types/paloma/x/evm/types"
17
17
)
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ import (
5
5
"testing"
6
6
"time"
7
7
8
+ "github.com/VolumeFi/whoops"
8
9
"github.com/palomachain/pigeon/relayer/mocks"
9
10
timemock "github.com/palomachain/pigeon/util/time/mocks"
10
11
"github.com/stretchr/testify/mock"
11
- "github.com/vizualni/whoops"
12
12
)
13
13
14
14
func TestKeepAlive (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments