fix: property test of the binary/hex trasaction heuristic
Fixes #241
Fixes #241
Handle invalid tx cbors nicer in submit
chore: log the Git revision on startup
Some users will inevitably give us logs for investigation, IMO, it’s good to reduce the back and forth of asking them what particular revision they’re running. Especially since a lot of people are no longer running the latest release, but edge versions of `main'.
Fix header in tx_submit endpoint
chore: use the `counter` type not `gauge` for monotonic metrics
fix: set up the metrics recorder as the very first thing
Fixes #234 It’s a timing error.
fix: bind registration client socket to server_address
Using the same interface for the icebreaker client and server fixes issues like using IPv6 for the client but IPv4 for the server. For example by also binding the registration client socket to `server_address`, this avoids using IPv6 (which is not supported yet) when server_address is 0.0.0.0 (or another external IPv4 address) and IPv6 is enabled on the system. Related: https://github.com/seanmonstar/reqwest/issues/584 Fixes #207
Using the same interface for the icebreaker client and server fixes issues like using IPv6 for the client but IPv4 for the server. For example by also binding the registration client socket to `server_address`, this avoids using IPv6 (which is not supported yet) when server_address is 0.0.0.0 (or another external IPv4 address) and IPv6 is enabled on the system. Related: https://github.com/seanmonstar/reqwest/issues/584 Fixes #207
feat: Blockfrost response header
Update pallas to fix the rare serialization bug
Using the same interface for the icebreaker client and server fixes issues like using IPv6 for the client but IPv4 for the server. For example by also binding the registration client connection to `server_address`, this avoids using IPv6 (which is not supported yet) when server_address is 0.0.0.0 (or another external IPv4 address) and IPv6 is enabled on the system. Related: https://github.com/seanmonstar/reqwest/issues/584 Fixes #207
This avoids using IPv6 (which is not supported yet) when server_address is 0.0.0.0. See the following reqwest issue to understand why this works: https://github.com/seanmonstar/reqwest/issues/584 Fixes #207