
Security News
Google’s OSV Fix Just Added 500+ New Advisories — All Thanks to One Small Policy Change
A data handling bug in OSV.dev caused disputed CVEs to disappear from vulnerability feeds until a recent fix restored over 500 advisories.
@cosmology/protobufs
Advanced tools
Typescript Protobuf Messages for Osmosis
npm install @cosmology/protobufs
import { MsgJoinPool } from '@cosmology/protobufs';
const msg = MsgJoinPool.fromPartial({
poolId: '606',
sender: 'osmo1f4vxvvvvvvvvvv3luuddddddddddcccccccccc',
shareOutAmount: '101010101',
tokenInMaxs: [
coin(
10248,
'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2'
),
coin(
64837969,
'ibc/B9E0A1A524E98BB407D3CED8720EFEFD186002F90C1B1B7964811DD0CCC12228'
)
]
});
Current exports the following messages:
MsgExitPool
MsgExitPoolResponse
MsgExitSwapExternAmountOut
MsgExitSwapExternAmountOutResponse
MsgExitSwapShareAmountIn
MsgExitSwapShareAmountInResponse
MsgJoinPool
MsgJoinPoolResponse
MsgJoinSwapExternAmountIn
MsgJoinSwapExternAmountInResponse
MsgJoinSwapShareAmountOut
MsgJoinSwapShareAmountOutResponse
MsgSwapExactAmountIn
MsgSwapExactAmountInResponse
MsgSwapExactAmountOut
MsgSwapExactAmountOutResponse
SwapAmountInRoute
SwapAmountOutRoute
./bin/run-proto.sh
http://google.github.io/proto-lens/installing-protoc.html
brew install protobuf
To get the build to work, you have to properly point to the protobuf files, including the ones included by osmosis, cosmos SDK, etc.
To make this self-contained (for now), I've gone ahead and loaded all the protobufs locally into the ./protobuf
folder.
https://github.com/cosmos/cosmos-proto https://github.com/cosmos/cosmos-sdk/tree/master/proto https://github.com/googleapis/googleapis/tree/master/google
We got the gogo protobuf here since the one referenced seems to not exist in google's repo
https://github.com/regen-network/protobuf
go get -u github.com/gogo/protobuf
FAQs
osmosis protobufs
We found that @cosmology/protobufs demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A data handling bug in OSV.dev caused disputed CVEs to disappear from vulnerability feeds until a recent fix restored over 500 advisories.
Research
/Security News
175 malicious npm packages (26k+ downloads) used unpkg CDN to host redirect scripts for a credential-phishing campaign targeting 135+ organizations worldwide.
Security News
Python 3.14 adds template strings, deferred annotations, and subinterpreters, plus free-threaded mode, an experimental JIT, and Sigstore verification.