-
- Mining power distribution
- Hashrate
- Reward per block
-
-
As suggested by @Kouprin we need to have an e2e test that would perform lots of transfers between Eth and NEAR back and forth and would at the end check on the consistency of the balances. This test c…
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**…
-
## Title: Do not use a custom library for merkle proofs
## Impact
It is better to use widely used public libraries than custom. Source of MerkleLib.sol library is not known however functionality matc…
-
### Describe the feature or improvement 描述新特性或改进
The official cross-space bridge does not support some CRC20 Tokens to cross space to espace, but this can actually be achieved through the official …
-
# Lines of code
https://github.com/reserve-protocol/protocol/blob/9ee60f142f9f5c1fe8bc50eef915cf33124a534f/contracts/plugins/assets/erc20/RewardableERC20Wrapper.sol#L41-L49
# Vulnerability details
…
-
# Lines of code
https://github.com/code-423n4/2024-01-salty/blob/53516c2cdfdfacb662cdea6417c52f23c94d5b5b/src/stable/CollateralAndLiquidity.sol#L115
# Vulnerability details
When a user [repays](ht…
-
Inconsistency with approveERC20 function:
- https://github.com/code-423n4/2022-03-lifinance/blob/699c2305fcfb6fe8862b75b26d1d8a2f46a551e6/src/Libraries/LibAsset.sol#L67
- If a user already has the ERC…
-
Hey, i'm currently working on a Merkle Airdrop realm, and i'm facing an implementation decision, and i'd love to have your inputs
context: i developed:
- `p/demo/airdrop` package to create easil…
-
* There are some unsafe casts, meaning if the value is greater, it will be truncated, e.g.:
```solidity
_locked.amount += int128(int256(_value));
```
Better utilize SafeCast library where possible.
…