ldeffenb
ldeffenb
### Context 2.1.0 - Sepolia testnet ### Summary Attempted to dilute a batch from depth 23 to depth 24, but it is failing with `500 cannot dilute batch`. ``` curl...
A recent claim transaction on the sepolia testnet failed with a reason shown in the explorer of:  It seems that if the trALast value was being provided for diagnostic...
The latest Redistribution Contract in the Sepolia Testnet causes non-staked nodes to believe they are participating in neighborhood 0. This is due to the `isParticipatingInUpcomingRound` method using `lastUpdatedBlockNumberOfAddress` and `overlayOfAddress`...
The following `feed print` command fails to list the updates on the feed manifest reference. `swarm-cli feed print --address 0xbc1d30e299e1c6beb1f470c171db11246ed94bdf -t 053822aeb5f1e905019add41b51494de5c398ce18ac3def3b4c4d531b76cb068 --bee-api-url http://localhost:1633 --list` where localhost:1633 is a sepolia...
In Staking.sol, the MIN_STAKE is only enforced if the node is not already staked. https://github.com/ethersphere/storage-incentives/blob/9c96668e42a1355f05315b83b222fe689fe22d99/src/Staking.sol#L126-L128 This means that if a node initially stakes 10 BZZ (MIN_STAKE) at a height of...
According to my observations on the `stakeUpdated` transactions on the sepolia testnet staking contract (v0.9.2-rc7), it seems that `StakeUpdated` events are only emitted for invocations that change the stake amount....