Mirel Dalčeković
Mirel Dalčeković
The BeforeSend hook implementation returns an error gained from the smart contract execution and depends on the info provided with the SC implementation. **Artifacts:** - osmosis/cosmos sdk fork at commit...
During the audit of the possible BeforeSend hook impact, the Implementation of the hook is analyzed for issues and improvements. **Artifact:** - Full Token Factory [branch](https://github.com/osmosis-labs/osmosis/tree/fullpowered-tokenfactory) holding new features Context...
The main task during the Informal Audit of Before Send hook design and implementation was to detect the possible area of impact and to see if there are places that...
The main task during the Informal Audit of Before Send hook design and implementation was to detect the possible area of impact and to see if there are places that...
This Issue is created during the Informal Systems audit, after analysis of the existing specification and code inspection for balancer code performed on commit hash:[ 42d73f1](https://github.com/osmosis-labs/osmosis/commit/42d73f1cc1c52e85561518be1014b730ef6b7a12) and for stableswap code...
**Involved artifacts** - [x/qgb/abci.go](https://github.com/celestiaorg/celestia-app/blob/v1.0.0/x/qgb/abci.go) - [QuantumGravityBridge.sol](https://github.com/celestiaorg/blobstream-contracts/blob/cf301adfbfdae138526199fab805822400dcfd5d/src/QuantumGravityBridge.sol) **Description** The EndBlocker in the QGB module has a function to remove old attestations. Attestations are considered expired if they are older than the...
**Involved artifacts** - [blobstream-contracts/src/QuantumGravityBridge.sol](https://github.com/celestiaorg/blobstream-contracts/blob/cf301adfbfdae138526199fab805822400dcfd5d/src/QuantumGravityBridge.sol) - [blobstream-contracts/src/lib/verifier/DAVerifier.sol](https://github.com/celestiaorg/blobstream-contracts/blob/cf301adfbfdae138526199fab805822400dcfd5d/src/lib/verifier/DAVerifier.sol) - [blobstream-contracts/src/lib/tree/binary/BinaryMerkleTree.sol](https://github.com/celestiaorg/blobstream-contracts/blob/cf301adfbfdae138526199fab805822400dcfd5d/src/lib/tree/binary/BinaryMerkleTree.sol) - [blobstream-contracts/src/lib/tree/namespace/NamespaceMerkleTree.sol](https://github.com/celestiaorg/blobstream-contracts/blob/cf301adfbfdae138526199fab805822400dcfd5d/src/lib/tree/namespace/NamespaceMerkleTree.sol) **Description** The minor code improvements listed within this finding do not pose a security threat nor do they introduce an...
Currently Atomkraft is having implemented GRPC broadcasting only for Cosmos SDK modules and x/wasmd module trough terra_sdk. That is, the mechanism of easily creating tx and broadcasting them to the...
Environment: - Ubuntu 22.04 with python 3.10.6 version (as default) - atomkraft 0.1.1 - openssl 3.0 version Once I tried to run the testnet for osmosisd and simd with: `atomkraft...