-
At the moment the library implements the next standard tokens: [ERC20](https://docs.openzeppelin.com/contracts/erc20), [ERC721](https://docs.openzeppelin.com/contracts/erc721), [ERC1155](https://docs.…
-
We would need to seek a proper format for RFPs for grants to slowly help distribute grants to particular projects which would like to signup on this route.
I guess we should have a proper template…
-
In the w3f m1 evaluation, @lucasvanmaul discovered that running `cargo tarpaulin` on the project causes a segfault.
https://github.com/w3f/Grant-Milestone-Delivery/blob/master/evaluations/wasm-opt-…
brson updated
2 years ago
-
Dear Polkastat.io,
I would like to suggest that on the respective [validator profile page](https://polkadot.polkastats.io/validator/14hM4oLJCK6wtS7gNfwTDhthRjy5QJ1t3NAcoPjEepo9AH67) that you includ…
-
e.g. original proposal, w3f grant link
-
After https://github.com/polkadot-js/wasm/issues/397
One small issue would be that the newest (if we update to that as well) uses `curve25519-dalek-ng` while `ed25519-zebra` as linked above above s…
-
Context: https://github.com/w3f/polkadot-spec/pull/522
-
Add instruction to run the ansible bundle here ➡️ https://github.com/polkachu/polkadot-validator
as the older ansible repo at w3f deprecated https://github.com/w3f/polkadot-validator-setup/blob/mas…
-
I discovered a trick that avoids the separate individual and batchable VRFProof types, which we'll adopt in the ring VRF crate, so maybe the correct solution would be adopting that here via some VRF2 …
-
Right now, sign and verify won't interoperate with don't fully match the implementation in rust library, since in rust schnorrkel uses the transcript RNG to generate randomness when signing. The Go me…