0xaatif

Results 2 comments of 0xaatif

I'm hitting this too, here's a simpler repro: ```rust let mut builder = alloy_trie::HashBuilder::default(); for i in [0x01, 0x02, 0x80] { let nibbles = alloy_trie::Nibbles::unpack([i]); builder.add_leaf(nibbles, &[]) } builder.root(); //...

I would like to perma-link to the template in documentation ```dockerfile # this file is based on `docker init`: https://github.com/docker/docker-init//path/to/template ... ```