Miroslav Bajtoš

Results 100 issues of Miroslav Bajtoš

Build release binaries for `x86_64-unknown-linux-musl` and `aarch64-unknown-linux-musl` to enable Zinnia to run in docker images based on Alpine Linux. Alpine Linux does not provide GNU libc, we need to compile...

feature

When we add a new API to Zinnia, there should be an automated way how to update our JS API docs from code comments in jsdoc/tsdoc style. Ideally, we should...

feature

See https://runtime-keys.proposal.wintercg.org > This proposal defines a list of keys that represent various runtime environments. > > These keys can be used in a variety of ways, and should be...

feature
modules:javascript
WinterCG

Implement the Minimum Common Web Platform API - a curated subset of standardized Web Platform APIs intended to define a minimum set of capabilities common to Browser and Non-Browser JavaScript-based...

feature
modules:javascript
WinterCG

A list of different features that can improve DX for module builders. - #11 - `zinnia repl` - see [deno repl](https://deno.land/[email protected]/tools/repl) - `zinnia eval` - see `deno eval "console.log('hello world')"`...

feature

Zinnia modules must run sandboxed with as little access to the local machine as possible. Ideally, we should limit access to the local network too, but that's out of the...

bug :bug:

- Obtain the current state of a FVM smart contract identified by its actor id (address) - Submit a message to invoke a smart contract method - Wait until the...

feature

- [x] #68 - [x] Upgrade Deno core & runtime to the new version released on Feb 25. They have reworked internals to use ESM, which is great for us...

Modify the configuration of the built-in libp2p node to support QUIC in addition to TCP. See https://github.com/libp2p/rust-libp2p/blob/3f99c31bb368729a05159133cf2bf4aef8081aa9/protocols/perf/src/bin/perf-client.rs#L50-L75 ```rs let transport = { let tcp = libp2p_tcp::async_io::Transport::new(libp2p_tcp::Config::default().port_reuse(true)) .upgrade(upgrade::Version::V1Lazy) .authenticate( libp2p_noise::NoiseAuthenticated::xx(&local_key) .expect("Signing...

feature
libp2p

Allow Zinnia modules to discover the addresses of other peers in the network. Probably using the Kademlia DHT? _Details to be fleshed out later._ **Links & References** - List of...

feature
libp2p