Alain Olivier
Alain Olivier
https://github.com/ChainSafe/web3.js/blob/8620cba19f2a9250d395e0717669b274a89521a5/packages/web3-bzz/package.json#L20 ``` # npm audit report got =0.1.35 Depends on vulnerable versions of got node_modules/swarm-js web3-bzz * Depends on vulnerable versions of swarm-js node_modules/web3-bzz web3 1.0.0-beta.1 - 3.0.0-rc.0 Depends on...
I am running a local blockchain with the following command: ``` nodeos -e -p "eosio" --plugin eosio::chain_api_plugin --plugin eosio::history_api_plugin --delete-all-blocks > /dev/null 2>&1 & ``` (nodeos v2.0.6) I have a...
### Block info returned by Indexer does not contain `partupdrmv` Take this block, https://algoexplorer.io/block/21595838. Using the same endpoint for the indexer, the Python SDK `IndexerClient::block_info()` function returns a field ```...
As a user may use async logging function, the `shutdown()` may be required: this PR add that to the module exports.
This commit contains some fixes aiming to obtain a JUnit5-compatible XML output. The official xsd file can be found here: https://github.com/junit-team/junit5/blob/master/platform-tests/src/test/resources/jenkins-junit.xsd . Without those fixes some errors are returned when...
https://github.com/greymass/anchor-link/blob/508599dd3fb3420b60ee2fa470bf60ce9ddca1c5/src/link.ts#L757 This encoding breaks compatibility with eosjs. The resulting object is not iterable, as needed by eosjs.