Tomek Drwięga
Tomek Drwięga
https://iqlusion.blog/k256-crate-pure-rust-projective-secp256k1-library
AFAICT the project indexes all blocks, extrinsics and storage items. Is it possible to: 1. Mix-and-match things that get indexed? 2. Parse and index `frame_system::Events` in a more structured form?...
The transaction hash is not necessarily unique within a the entire chain. Since accounts might be reaped (due to falling below Existential Deposit), some transactions might be replayed later on...
Split off from #93 > It would be nice to have SecretKey::sing directly use an array [u8; 32] instead of slice &[u8]. This would improve the api since the message...
Hi all! Long story short, for the last year, I have not been doing a great job maintaining this repository (honestly, it's even longer :)). I'm seeing though that the...
We should attempt to rewrite the library to avoid having transports require `Unpin` outputs.
Example: ```rust #[cfg(test)] mod tests { use api; use helpers::tests::TestTransport; use types::U256; contract! { contract Token { event Transfer(address indexed from, address indexed to, uint256 value); event Approval(address indexed owner,...
- `window.crypto` if available - https://github.com/bitwiseshiftleft/sjcl `scjl.prng.randomWords`