b10c

Results 144 comments of b10c

> It seams that clang-bpf-co-re: [ OFF ] causes the problem. Likely related to https://github.com/NixOS/nixpkgs/issues/176128. I'll revisit this and report back.

Thanks for testing with unstable. I haven't gotten around to work on this again. From what I understand, this isn't merged into master / unstable yet? It's merged into `staging`...

Good news! I'm able to build the examples with the `clang_14` from NixOS unstable using the nix-shell below. I think https://github.com/NixOS/nixpkgs/issues/176128 indeed solved the issue. I had to disable the...

As is, this requires use to remember adding new arguments to the docker-compose file each time we change the config file layout. Not sure if that's very maintainable.

This get's a bit easier with #72.

Closing this for now. This was originally used to make miningpool-observer more Umbrel friendly. I currently don't plan on working on this soonish, but will leave the branch around if...

Yes, for example, these three transactions right after the coinbase transaction in this AntPool block: https://miningpool.observer/template-and-block/000000000000000000006b45497499ba62079e4525a12ceda27f1b39b68697b5 If they would have been in my mempool at the time of building the...

> How is is possible that this even compiled? I presume tracing just takes any type and value and passes it along as raw bytes, so `std::chrono` being type-safe does...

> Any reason not to just stick to nanoseconds and harden it against future accidents? I think updating the documentation and using `Ticks` would work just as well, yes..

> > Any reason not to just stick to nanoseconds and harden it against future accidents? > > I think updating the documentation and using `Ticks` would work just as...