Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mybee
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
mybee
Commits
be92828b
Unverified
Commit
be92828b
authored
Mar 01, 2021
by
Ralph Pichler
Committed by
GitHub
Mar 01, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update to go-ethereum 1.9.23 (#1345)
parent
ca47afb1
Changes
9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
32 additions
and
48 deletions
+32
-48
go.mod
go.mod
+4
-7
go.sum
go.sum
+21
-34
bindings.go
pkg/settlement/swap/chequebook/bindings.go
+1
-1
cashout.go
pkg/settlement/swap/chequebook/cashout.go
+1
-1
cashout_test.go
pkg/settlement/swap/chequebook/cashout_test.go
+1
-1
chequebook.go
pkg/settlement/swap/chequebook/chequebook.go
+1
-1
common_test.go
pkg/settlement/swap/chequebook/common_test.go
+1
-1
factory.go
pkg/settlement/swap/chequebook/factory.go
+1
-1
factory_test.go
pkg/settlement/swap/chequebook/factory_test.go
+1
-1
No files found.
go.mod
View file @
be92828b
...
@@ -3,21 +3,18 @@ module github.com/ethersphere/bee
...
@@ -3,21 +3,18 @@ module github.com/ethersphere/bee
go 1.14
go 1.14
require (
require (
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/btcsuite/btcd v0.21.0-beta
github.com/btcsuite/btcd v0.21.0-beta
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect
github.com/coreos/go-semver v0.3.0
github.com/coreos/go-semver v0.3.0
github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c // indirect
github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c // indirect
github.com/ethereum/go-ethereum v1.9.2
2
github.com/ethereum/go-ethereum v1.9.2
3
github.com/ethersphere/bmt v0.1.4
github.com/ethersphere/bmt v0.1.4
github.com/ethersphere/langos v1.0.0
github.com/ethersphere/langos v1.0.0
github.com/ethersphere/manifest v0.3.6
github.com/ethersphere/manifest v0.3.6
github.com/ethersphere/sw3-bindings/v
2 v2.1.0
github.com/ethersphere/sw3-bindings/v
3 v3.0.3
github.com/foxcpp/go-mockdns v0.0.0-20201212160233-ede2f9158d15
github.com/foxcpp/go-mockdns v0.0.0-20201212160233-ede2f9158d15
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/gogo/protobuf v1.3.1
github.com/gogo/protobuf v1.3.1
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/google/gopacket v1.1.19 // indirect
github.com/google/gopacket v1.1.19 // indirect
github.com/google/uuid v1.1.4 // indirect
github.com/google/uuid v1.1.4 // indirect
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
...
@@ -58,7 +55,7 @@ require (
...
@@ -58,7 +55,7 @@ require (
github.com/syndtr/goleveldb v1.0.1-0.20200815110645-5c35d600f0ca
github.com/syndtr/goleveldb v1.0.1-0.20200815110645-5c35d600f0ca
github.com/uber/jaeger-client-go v2.24.0+incompatible
github.com/uber/jaeger-client-go v2.24.0+incompatible
github.com/uber/jaeger-lib v2.2.0+incompatible // indirect
github.com/uber/jaeger-lib v2.2.0+incompatible // indirect
github.com/wealdtech/go-ens/v3 v3.4.
3
github.com/wealdtech/go-ens/v3 v3.4.
4
gitlab.com/nolash/go-mockbytes v0.0.7
gitlab.com/nolash/go-mockbytes v0.0.7
go.opencensus.io v0.22.5 // indirect
go.opencensus.io v0.22.5 // indirect
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
...
@@ -71,9 +68,9 @@ require (
...
@@ -71,9 +68,9 @@ require (
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf
golang.org/x/text v0.3.4 // indirect
golang.org/x/text v0.3.4 // indirect
golang.org/x/tools v0.0.0-20200626171337-aa94e735be7f // indirect
golang.org/x/tools v0.0.0-20200626171337-aa94e735be7f // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/ini.v1 v1.57.0 // indirect
gopkg.in/ini.v1 v1.57.0 // indirect
gopkg.in/src-d/go-log.v1 v1.0.1
gopkg.in/yaml.v2 v2.3.0
gopkg.in/yaml.v2 v2.3.0
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
honnef.co/go/tools v0.0.1-2020.1.4 // indirect
honnef.co/go/tools v0.0.1-2020.1.4 // indirect
...
...
go.sum
View file @
be92828b
This diff is collapsed.
Click to expand it.
pkg/settlement/swap/chequebook/bindings.go
View file @
be92828b
...
@@ -10,7 +10,7 @@ import (
...
@@ -10,7 +10,7 @@ import (
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethersphere/sw3-bindings/v
2
/simpleswapfactory"
"github.com/ethersphere/sw3-bindings/v
3
/simpleswapfactory"
)
)
// SimpleSwapBinding is the interface for the generated go bindings for ERC20SimpleSwap
// SimpleSwapBinding is the interface for the generated go bindings for ERC20SimpleSwap
...
...
pkg/settlement/swap/chequebook/cashout.go
View file @
be92828b
...
@@ -16,7 +16,7 @@ import (
...
@@ -16,7 +16,7 @@ import (
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethersphere/bee/pkg/settlement/swap/transaction"
"github.com/ethersphere/bee/pkg/settlement/swap/transaction"
"github.com/ethersphere/bee/pkg/storage"
"github.com/ethersphere/bee/pkg/storage"
"github.com/ethersphere/sw3-bindings/v
2
/simpleswapfactory"
"github.com/ethersphere/sw3-bindings/v
3
/simpleswapfactory"
)
)
var
(
var
(
...
...
pkg/settlement/swap/chequebook/cashout_test.go
View file @
be92828b
...
@@ -19,7 +19,7 @@ import (
...
@@ -19,7 +19,7 @@ import (
"github.com/ethersphere/bee/pkg/settlement/swap/transaction/backendmock"
"github.com/ethersphere/bee/pkg/settlement/swap/transaction/backendmock"
transactionmock
"github.com/ethersphere/bee/pkg/settlement/swap/transaction/mock"
transactionmock
"github.com/ethersphere/bee/pkg/settlement/swap/transaction/mock"
storemock
"github.com/ethersphere/bee/pkg/statestore/mock"
storemock
"github.com/ethersphere/bee/pkg/statestore/mock"
"github.com/ethersphere/sw3-bindings/v
2
/simpleswapfactory"
"github.com/ethersphere/sw3-bindings/v
3
/simpleswapfactory"
)
)
func
TestCashout
(
t
*
testing
.
T
)
{
func
TestCashout
(
t
*
testing
.
T
)
{
...
...
pkg/settlement/swap/chequebook/chequebook.go
View file @
be92828b
...
@@ -17,7 +17,7 @@ import (
...
@@ -17,7 +17,7 @@ import (
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/common"
"github.com/ethersphere/bee/pkg/settlement/swap/transaction"
"github.com/ethersphere/bee/pkg/settlement/swap/transaction"
"github.com/ethersphere/bee/pkg/storage"
"github.com/ethersphere/bee/pkg/storage"
"github.com/ethersphere/sw3-bindings/v
2
/simpleswapfactory"
"github.com/ethersphere/sw3-bindings/v
3
/simpleswapfactory"
)
)
// SendChequeFunc is a function to send cheques.
// SendChequeFunc is a function to send cheques.
...
...
pkg/settlement/swap/chequebook/common_test.go
View file @
be92828b
...
@@ -12,7 +12,7 @@ import (
...
@@ -12,7 +12,7 @@ import (
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethersphere/bee/pkg/settlement/swap/chequebook"
"github.com/ethersphere/bee/pkg/settlement/swap/chequebook"
"github.com/ethersphere/sw3-bindings/v
2
/simpleswapfactory"
"github.com/ethersphere/sw3-bindings/v
3
/simpleswapfactory"
)
)
type
simpleSwapFactoryBindingMock
struct
{
type
simpleSwapFactoryBindingMock
struct
{
...
...
pkg/settlement/swap/chequebook/factory.go
View file @
be92828b
...
@@ -15,7 +15,7 @@ import (
...
@@ -15,7 +15,7 @@ import (
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethersphere/bee/pkg/settlement/swap/transaction"
"github.com/ethersphere/bee/pkg/settlement/swap/transaction"
"github.com/ethersphere/sw3-bindings/v
2
/simpleswapfactory"
"github.com/ethersphere/sw3-bindings/v
3
/simpleswapfactory"
"golang.org/x/net/context"
"golang.org/x/net/context"
)
)
...
...
pkg/settlement/swap/chequebook/factory_test.go
View file @
be92828b
...
@@ -18,7 +18,7 @@ import (
...
@@ -18,7 +18,7 @@ import (
"github.com/ethersphere/bee/pkg/settlement/swap/transaction"
"github.com/ethersphere/bee/pkg/settlement/swap/transaction"
"github.com/ethersphere/bee/pkg/settlement/swap/transaction/backendmock"
"github.com/ethersphere/bee/pkg/settlement/swap/transaction/backendmock"
transactionmock
"github.com/ethersphere/bee/pkg/settlement/swap/transaction/mock"
transactionmock
"github.com/ethersphere/bee/pkg/settlement/swap/transaction/mock"
"github.com/ethersphere/sw3-bindings/v
2
/simpleswapfactory"
"github.com/ethersphere/sw3-bindings/v
3
/simpleswapfactory"
)
)
func
newTestFactory
(
t
*
testing
.
T
,
factoryAddress
common
.
Address
,
backend
transaction
.
Backend
,
transactionService
transaction
.
Service
,
simpleSwapFactoryBinding
chequebook
.
SimpleSwapFactoryBinding
)
(
chequebook
.
Factory
,
error
)
{
func
newTestFactory
(
t
*
testing
.
T
,
factoryAddress
common
.
Address
,
backend
transaction
.
Backend
,
transactionService
transaction
.
Service
,
simpleSwapFactoryBinding
chequebook
.
SimpleSwapFactoryBinding
)
(
chequebook
.
Factory
,
error
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment