Levente Kiss
Results
3
issues of
Levente Kiss
The returned upload function can have an option parameter: ``` const upload = async ( postageBatchId: string | Address, reference: BytesReference | Reference, options?: FeedUploadOptions, ) => { assertAddress(postageBatchId) const...
type:issue
Issue: https://github.com/ethersphere/swarm-cli/issues/479 Solution: @Cafe137 FYI I could not run the tests. I am getting this error. Any idea? (I've extended the tests with this line tho: `expect(consoleMessages[2]).toBe('Estimated effective volume: 41.17...
pull-request