Skip to content

Commit 2d437b0

Browse files
authored
chore: Bump up Ostracon to 1.1.1 (#1057)
* chore: Bump up Ostracon to 1.1.1 * (fixup) Update CHANGELOG.md * (fixup) Using the tag of ostracon-v1.1.1 * (fixup) Sync thrid_party(Tendermint/Ostracon) proto files
1 parent 6613064 commit 2d437b0

File tree

13 files changed

+218
-910
lines changed

13 files changed

+218
-910
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
4343

4444
### Improvements
4545
* (third_party/proto) [\#1037](https://github.com/Finschia/finschia-sdk/pull/1037) change the proof.proto path to third_party/proto/confio
46+
* (ostracon) [\#1057](https://github.com/Finschia/finschia-sdk/pull/1057) Bump up Ostracon from to v1.1.1
4647

4748
### Bug Fixes
4849
* (ledger) [\#1040](https://github.com/Finschia/finschia-sdk/pull/1040) fix a bug(unable to connect nano S plus ledger on ubuntu)

go.mod

+10-12
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module github.com/Finschia/finschia-sdk
44

55
require (
66
github.com/99designs/keyring v1.1.6
7-
github.com/Finschia/ostracon v1.1.0
7+
github.com/Finschia/ostracon v1.1.1
88
github.com/VictoriaMetrics/fastcache v1.12.1
99
github.com/armon/go-metrics v0.4.1
1010
github.com/bgentry/speakeasy v0.1.0
@@ -45,25 +45,25 @@ require (
4545
github.com/tendermint/btcd v0.1.1
4646
github.com/tendermint/crypto v0.0.0-20191022145703-50d29ede1e15
4747
github.com/tendermint/go-amino v0.16.0
48-
github.com/tendermint/tendermint v0.34.20
48+
github.com/tendermint/tendermint v0.34.24
4949
github.com/tendermint/tm-db v0.6.7
5050
golang.org/x/crypto v0.11.0
51-
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1
51+
golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1
5252
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1
53-
google.golang.org/grpc v1.56.2
53+
google.golang.org/grpc v1.57.0
5454
google.golang.org/protobuf v1.31.0
5555
gopkg.in/yaml.v2 v2.4.0
5656
)
5757

5858
require (
5959
filippo.io/edwards25519 v1.0.0 // indirect
6060
github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d // indirect
61+
github.com/Finschia/r2ishiguro_vrf v0.1.2 // indirect
6162
github.com/Workiva/go-datastructures v1.1.0 // indirect
6263
github.com/beorn7/perks v1.0.1 // indirect
6364
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
6465
github.com/cespare/xxhash v1.1.0 // indirect
6566
github.com/cespare/xxhash/v2 v2.2.0 // indirect
66-
github.com/coniks-sys/coniks-go v0.0.0-20180722014011-11acf4819b71 // indirect
6767
github.com/cosmos/gorocksdb v1.2.0 // indirect
6868
github.com/danieljoos/wincred v1.0.2 // indirect
6969
github.com/davecgh/go-spew v1.1.1 // indirect
@@ -91,39 +91,37 @@ require (
9191
github.com/jmhodges/levigo v1.0.0 // indirect
9292
github.com/josharian/intern v1.0.0 // indirect
9393
github.com/keybase/go-keychain v0.0.0-20190712205309-48d3d31d256d // indirect
94-
github.com/klauspost/compress v1.16.6 // indirect
94+
github.com/klauspost/compress v1.16.7 // indirect
9595
github.com/lib/pq v1.10.9 // indirect
9696
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
9797
github.com/mattn/go-colorable v0.1.13 // indirect
9898
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
99-
github.com/mimoo/StrobeGo v0.0.0-20181016162300-f8f6d4d2b643 // indirect
99+
github.com/mimoo/StrobeGo v0.0.0-20210601165009-122bf33a46e0 // indirect
100100
github.com/minio/highwayhash v1.0.2 // indirect
101101
github.com/mitchellh/mapstructure v1.5.0 // indirect
102102
github.com/mtibben/percent v0.2.1 // indirect
103+
github.com/oasisprotocol/curve25519-voi v0.0.0-20230110094441-db37f07504ce // indirect
103104
github.com/onsi/gomega v1.27.6 // indirect
104105
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
105106
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
106107
github.com/pmezard/go-difflib v1.0.0 // indirect
107108
github.com/prometheus/client_model v0.4.0 // indirect
108109
github.com/prometheus/procfs v0.10.1 // indirect
109-
github.com/r2ishiguro/vrf v0.0.0-20180716233122-192de52975eb // indirect
110-
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
110+
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
111111
github.com/rs/cors v1.9.0 // indirect
112112
github.com/rs/zerolog v1.29.1 // indirect
113113
github.com/sasha-s/go-deadlock v0.3.1 // indirect
114-
github.com/sirupsen/logrus v1.9.3 // indirect
115114
github.com/spf13/afero v1.9.5 // indirect
116115
github.com/spf13/jwalterweatherman v1.1.0 // indirect
117116
github.com/subosito/gotenv v1.4.2 // indirect
118-
github.com/syndtr/goleveldb v1.0.1-0.20200815110645-5c35d600f0ca // indirect
117+
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
119118
github.com/zondax/hid v0.9.1 // indirect
120119
github.com/zondax/ledger-go v0.14.1 // indirect
121120
go.etcd.io/bbolt v1.3.6 // indirect
122121
golang.org/x/net v0.12.0 // indirect
123122
golang.org/x/sys v0.10.0 // indirect
124123
golang.org/x/term v0.10.0 // indirect
125124
golang.org/x/text v0.11.0 // indirect
126-
golang.org/x/tools v0.10.0 // indirect
127125
gopkg.in/ini.v1 v1.67.0 // indirect
128126
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
129127
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)