This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
use stdlib context
pull/845/head
Ethan Buchman
7 years ago
parent
194712fd3b
commit
844c43e044
4 changed files
with
5 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
rpc/grpc/api.go
+1
-1
rpc/grpc/grpc_test.go
+2
-1
rpc/grpc/types.pb.go
+1
-1
test/app/grpc_client.go
+ 1
- 1
rpc/grpc/api.go
View File
@ -1,7 +1,7 @@
package
core_grpc
import
(
context
"
golang.org/x/net/
context"
"context"
abci
"github.com/tendermint/abci/types"
core
"github.com/tendermint/tendermint/rpc/core"
+ 1
- 1
rpc/grpc/grpc_test.go
View File
@ -1,11 +1,11 @@
package
core_grpc_test
import
(
"context"
"os"
"testing"
"github.com/stretchr/testify/require"
"golang.org/x/net/context"
"github.com/tendermint/abci/example/dummy"
"github.com/tendermint/tendermint/rpc/grpc"
+ 2
- 1
rpc/grpc/types.pb.go
View File
@ -22,7 +22,8 @@ import math "math"
import
types
"github.com/tendermint/abci/types"
import
(
context
"golang.org/x/net/context"
"context"
grpc
"google.golang.org/grpc"
)
+ 1
- 1
test/app/grpc_client.go
View File
@ -5,7 +5,7 @@ import (
"fmt"
"os"
"
golang.org/x/net/
context"
"context"
"github.com/tendermint/go-wire"
"github.com/tendermint/tendermint/rpc/grpc"
Write
Preview
Loading…
Cancel
Save