wavelet icon indicating copy to clipboard operation
wavelet copied to clipboard

Write once, run forever. Deploy robust, scalable, decentralized WebAssembly applications on Wavelet.

Results 20 wavelet issues
Sort by recently updated
recently updated
newest added

By running 4 nodes, with k = 2, benchmark worker 1, the consensus stalled on my local. The last finalized block is different between the first 3 nodes and the...

bug

Bumps [github.com/gogo/protobuf](https://github.com/gogo/protobuf) from 1.3.0 to 1.3.2. Release notes Sourced from github.com/gogo/protobuf's releases. Release v.1.3.2 Tested versions: go 1.15.6 protoc 3.14.0 Bug fixes: skippy peanut butter Release v1.3.1 Tested versions: go...

dependencies

Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.3.0 to 1.34.0. Release notes Sourced from github.com/valyala/fasthttp's releases. v1.34.0 59f94a3 Update github.com/klauspost/compress (#1237) (Mikhail Faraponov) 62c15a5 Don't reset RequestCtx.s (#1234) (Erik Dubbelboer) 7670c6e Fix windows tests...

dependencies

Follow up to #212: Logging was removed from contract.go in f0d65c0a70bf65576eb0b16ec2cafa02f8ed5274. Maybe that logging can be re-introduced ?

enhancement

Curious to know what the reasons were to remove transaction gossiping and then add it back in again?

This PR experiments with the disabling of self-sampling of block by each node, which was introduced in PR #428. This is done as part of an effort to debug why...

I set --api.host and --api.port and --api.certs and exec wavelet under linux. I got this error :( FTL Failed to listen to port 443. error: "listen tcp :443: bind: permission...

question

There are couple of unsupported ws events, which we either need to remove or make them supported. `WS Error occurred. error: "Unsupported event: rejected"` happens on error during tx application...

Enables auto-updating for Wavelet binaries.

bug

Seems like when using BadgerDB, database size keeps increasing. I ran the benchmark with 3 nodes, until block 4000. And the size of the 3 databases are 1.3GB. Not sure...

question