bee icon indicating copy to clipboard operation
bee copied to clipboard

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 (ap...

Results 469 bee issues
Sort by recently updated
recently updated
newest added

Based on configuration option provided we have to ensure this scenarios are well implemented in Bee: - blockchain-rpc-endpoint + swap-enable = light node with chequebook - blockchain-rpc-endpoint = light node...

#### Summary Implement synchronization mechanism to ensure only one sampling process runs at a time in agent.go, and prevent concurrent calls to rchash endpoint which can cause race conditions and...

`ShareTCPListener `was introduced in [PR #5069](https://github.com/ethersphere/bee/pull/5069) to allow Bee to share the same listen address between TCP and WebSocket transports. This is required to enable WebSocket support. After enabling ShareTCPListener,...

### Checklist - [ ] I have read the [coding guide](https://github.com/ethersphere/bee/blob/master/CODING.md). - [ ] My change requires a documentation update, and I have done it. - [ ] I have...

on hold

#### Summary Add a new setting in the Bee client to let node operators set a maximum gas fee for storage incentive transactions in the redistribution game (commit, reveal, claim...

### Context Version: 2.6.0-rc7-027599b3a Full node, mainnet ### Summary The `http://localhost:1633/transactions` endpoint lists one pending transaction: ``` { "transactionHash": "0xb1cf93a719435aa6118e783441a61d4d08282ac7c7b7e46d4f962d86496f8abf", "to": "0xdbf3ea6f5bee45c02255b2c26a16f300502f68da", "nonce": 22, "gasPrice": "1500001548", "gasLimit": 77728, "gasTipBoost": 25,...

needs-triaging

### Context v2.5.0 ### Summary Canceling a pending transaction does not remove it from the pending store unless you send another transaction, like buying a stamp. ### Expected behavior If...

needs-triaging