
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
This package is an implementation of the BlockchainConnection interface for the BNS blockchain (currently just as bcp-demo prototype). It should be able to adapt this code fairly easily to support any other weave based blockchain as well.
This provides a reference implementation of the full feature set of
BlockchainConnection, so it is also a good read when starting support of
another blockchain.
Simplest usage, to use auto-detecting tendermint client and standard bns transaction parser:
const connection = await BnsConnection.establish(
"wss://rpc-private-a-x-exchangenet.iov.one",
);
| IOV-Core version | Supported weave versions |
|---|---|
| 2.2.5 | 1.0.4+ |
| 2.0.2 | 0.22.x, 0.24.x – 0.25.x, 1.0.0 |
| 1.2 | 0.22.x |
| 1.1 | 0.21.x |
| 1.0 | 0.21.x |
| 0.17 | 0.21.x |
| 0.16 | 0.19.x - 0.20.x |
| 0.15 | 0.16.x |
| 0.14 | 0.14.x |
| 0.12 – 0.13 | 0.10.x - 0.11.x |
| 0.9 – 0.11 | 0.4.x - 0.9.x |
| 0.1 – 0.8 | 0.4.x - 0.8.x |
https://iov-one.github.io/iov-core-docs/latest/iov-bns/
The main entry point is the
BnsConnection,
which creates a Tendermint client (from iov-tendermint-rpc) and a codec to
parse transactions. The BNS codec for reading and writing transactions (also
useful for MultiChainSigner) is exported as top-level
bnsCodec.
This package is part of the IOV-Core repository, licensed under the Apache License 2.0 (see NOTICE and LICENSE).
FAQs
Transaction codec and BCP client to communicate with BNS blockchain
We found that @iov/bns demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers 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.

Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.

Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.

Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.