Skip to content

Commit

Permalink
Merge pull request #1568 from oasisprotocol/kostko/feature/oasis-core…
Browse files Browse the repository at this point in the history
…-23.0.5

Bump Oasis Core to 23.0.5
  • Loading branch information
kostko authored Nov 23, 2023
2 parents 1c49e4c + b0d7c9d commit 513c2c4
Show file tree
Hide file tree
Showing 18 changed files with 230 additions and 226 deletions.
119 changes: 60 additions & 59 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client-sdk/go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb
github.com/oasisprotocol/curve25519-voi v0.0.0-20230904125328-1f23a7beb09a
github.com/oasisprotocol/deoxysii v0.0.0-20220228165953-2091330c22b7
github.com/oasisprotocol/oasis-core/go v0.2300.4
github.com/oasisprotocol/oasis-core/go v0.2300.5
github.com/shopspring/decimal v1.3.1
github.com/stretchr/testify v1.8.4
golang.org/x/crypto v0.15.0
Expand Down
4 changes: 2 additions & 2 deletions client-sdk/go/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -386,8 +386,8 @@ github.com/oasisprotocol/curve25519-voi v0.0.0-20230904125328-1f23a7beb09a h1:dl
github.com/oasisprotocol/curve25519-voi v0.0.0-20230904125328-1f23a7beb09a/go.mod h1:hVoHR2EVESiICEMbg137etN/Lx+lSrHPTD39Z/uE+2s=
github.com/oasisprotocol/deoxysii v0.0.0-20220228165953-2091330c22b7 h1:1102pQc2SEPp5+xrS26wEaeb26sZy6k9/ZXlZN+eXE4=
github.com/oasisprotocol/deoxysii v0.0.0-20220228165953-2091330c22b7/go.mod h1:UqoUn6cHESlliMhOnKLWr+CBH+e3bazUPvFj1XZwAjs=
github.com/oasisprotocol/oasis-core/go v0.2300.4 h1:HU2/Bq7y6LyuP5ThyHvgnJLZsPjhFsYcVxc4KcNft+k=
github.com/oasisprotocol/oasis-core/go v0.2300.4/go.mod h1:3ub+3LT8GEjuzeAXrve9pZEDkM/goL1HKBXVp4queNM=
github.com/oasisprotocol/oasis-core/go v0.2300.5 h1:qkwhIFQX++HI7Du/l50Wq9Wkw5P09Us/6i05i9ThxJE=
github.com/oasisprotocol/oasis-core/go v0.2300.5/go.mod h1:3ub+3LT8GEjuzeAXrve9pZEDkM/goL1HKBXVp4queNM=
github.com/oklog/run v1.0.0 h1:Ru7dDtJNOyC66gQ5dQmaCa0qIsAUFY3sFpK1Xk8igrw=
github.com/oklog/run v1.0.0/go.mod h1:dlhp/R75TPv97u0XWUtDeV/lRKWPKSdTuV0TZvrmrQA=
github.com/olekukonko/tablewriter v0.0.5 h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec=
Expand Down
2 changes: 1 addition & 1 deletion client-sdk/ts-web/core/reflect-go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toolchain go1.21.1

replace github.com/cometbft/cometbft => github.com/oasisprotocol/cometbft v0.37.2-oasis1

require github.com/oasisprotocol/oasis-core/go v0.2300.4
require github.com/oasisprotocol/oasis-core/go v0.2300.5

require (
github.com/a8m/envsubst v1.4.2 // indirect
Expand Down
Loading

0 comments on commit 513c2c4

Please sign in to comment.