Cafe137
Cafe137
[Edit: removed bc of user error and left in just this minor note] PS: The JSDoc says the default timeout is 10000 ms, but based on code I think it...
I have not debugged it much yet, but I encountered this issue in swarm-cli. I have an 8MB binary file for testing purposes. When I try to upload it, the...
Swarm-CLI: https://github.com/ethersphere/swarm-cli/issues/250 Bee: https://github.com/ethersphere/bee/issues/2542 1. Figure out what tar format Bee is using 2. Check in bee-js if the data to be uploaded contains any invalid entries for that specific...
For example, `bee.uploadFile` takes a `name` that is `string | undefined`. When I pass `undefined`, I get that back in `params`, and have to filter out `undefined` entries as a...
https://blockscout.com/xdai/mainnet/tx/0xe2f8a99c61550b167321a07bdc1acef509f8522039e99e83350bebad0c8b92a9 https://blockscout.com/xdai/mainnet/address/0xa9c84e9ccC0A0bC9B8C8E948F24E024bC2607c9A/transactions?block_number=24279411&id=0xa9c84e9ccC0A0bC9B8C8E948F24E024bC2607c9A&index=11&items_count=50 https://dashboard.tenderly.co/tx/xdai/0xe2f8a99c61550b167321a07bdc1acef509f8522039e99e83350bebad0c8b92a9 ``` { "[OPCODE]":"SSTORE" "[INPUT]":"0x" "[OUTPUT]":"0x" "[ERROR]":"out of gas" "gas":{ "gas_left":0 "gas_used":0 "total_gas_used":1600000 } ``` https://docs.ethswarm.org/debug-api/#tag/Postage-Stamps/paths/~1stamps~1%7Bamount%7D~1%7Bdepth%7D/post `gas-price`
Continuation of: https://github.com/ethersphere/bee-dashboard/issues/499 Related: https://github.com/ethersphere/swarm-desktop/issues/279
`eas build`: Build request failed - CombinedError: [GraphQL] Entity not authorized: AccountEntity
### Build/Submit details page URL _No response_ ### Summary ``` ✔ Uploaded to EAS 8s Build request failed. Make sure you are using the latest eas-cli version. If the problem...
### Context Bee 1.18.2 ### Summary This happens during postage stamp syncing, where `eth_getLogs` calls are continuously made to fetch all postage stamp data from the blockchain. Using ankr as...