Noah
Noah
Haven't tested this at all, so it could be a lot worse idk. I think a custom hasher would boost performance a lot, but I'm too lazy. Also there was...
Current example results in an out of bounds error. Fixed by using the vertex index instead of the list index.
We're developing precompiles over at Humanode, and have found [your utility crate](https://github.com/PureStake/moonbeam/tree/master/precompiles/utils) to be super helpful! Would it be possible to find a new home for it, like Frontier? If...
My app generates polygons many times a second. Sometimes it panics with the following: ``` index-c3cba34161ffd897.js:406 panicked at 'index out of bounds: the len is 1 but the index is...
After updating to `rustc 1.48.0` my app panics with: ``` panicked at 'attempted to leave type `webcore::serialization::SerializedValue` uninitialized, which is invalid ``` Commenting out `web_logger::init()` resolves the issue.
... The goal of [`OpaqueAuthTicket`] is to represent a signable form of the auth ticket, and I think we should be more explicit in this goal. What if instead of...
- [x] derive bincode::{Encode, Decode} for Decimal - [ ] update tests - [ ] bincode v2 bumps msrv to 1.85
Fixes #86