peg

Results 8 issues of peg

I realise this is almost definately a feature and not a bug. I am asking a question here, not reporting a bug. Buffers created with `sodium.sodium_malloc()` have the property `secure:...

i dont actually want to merge this, at least for now, but here are some additional tests, one of which fails, to demonstrate a difficulty with using this. to replicate...

As @JesseAbram posted on discord, whenever projects made with the cargo-generate template are built, we get the following errors: ``` error: invalid character `{` in package name: `{{project-name}}`, the first...

As discussed on discord there is a plan to have a testnet faucet account, where people who want testnet tokens can request to sign a [balance transfer](https://docs.rs/pallet-balances/latest/pallet_balances/pallet/struct.Pallet.html) from the faucet...

The CLI which stores programs on chain could have an option to specify whether the program is intended to be publicly available, and if it is, then make an HTTP...

For anyone interested here is a link to another WIP implementation of Waku in rust. It is behind this one in that it does not have the relay / gossipsub...

I noticed this when updating something else in the template CLI. The CLI in the template currently wont build because it depends on tag v0.10.0 of programs-core, which doesn't have...

I would like to be able to securely delete (zeroize) a value in a sled database. Can i assume that if i overwrite a value by inserting a vector of...