ethersphere / bee

Bee is a Swarm client implemented in Go. It’s the basic building block for the Swarm network: a private; decentralized; and self-sustaining network for permissionless publishing and access to your (application) data.
https://www.ethswarm.org
BSD 3-Clause "New" or "Revised" License
1.45k stars 337 forks source link

Changes on the bee side to use the correct functions and send the correct function args for contracts #4718

Closed martinconic closed 2 weeks ago

martinconic commented 2 weeks ago

Checklist

Description

As part of Neighbourhood hopping (new staking - part 1 - SWIP-19)

martinconic commented 2 weeks ago

These changes are reflecting the changes in the contract, but maybe the beekeeper test should be updated as well as ci-stake is failing https://github.com/ethersphere/bee/actions/runs/9807662976/job/27081875692?pr=4718#step:19:27 with Error: running check ci-stake: check initial staked amount.

Issue solved by https://github.com/ethersphere/beekeeper/pull/404