Smitty

Results 31 comments of Smitty

The current consensus witnesses are running https://github.com/hfang1989/steemhf/tree/hf0.23.1

It would still be nice to be able to set the recovery account at creation, without a 30 day wait. A account creation service might not want to handle account...

This is an issue with [steemit/faucet](https://github.com/steemit/faucet), not the network itself. Also this isn't 2fa this but a email verification code. Steem fundamentally cannot support email-based 2FA. This only allows going...

@Phoenix202020 You cannot login with a email. You must use a username to sign in. Your email is only used during sign up. You'd only be doing yourself a disservice...

Where would it be stored instead? A custom_json op?

It might be possible to fetch the ``custom_json`` and ``transfer`` operation together, if you use hivemind.

The problem appears to be that we are using `timestamptz_pl_interval` to compute the end time from the given `start` and `interval` parameters, and `timestamptz_pl_interval` always uses the session timezone to...

Please do `cargo fmt` so that we have consistent formatting - thanks!

Notes from our discussion yesterday: - Using a [`TwoFloat`](https://docs.rs/twofloat/latest/twofloat/index.html) (pair of `f64`s) internally when in rolling aggregate mode increases accuracy by around a few orders of magnitude, but is ~30%...

#599 added support for using `TwoFloat`s internally when `stats_agg` is in moving aggregate mode. I'll keep this issue open to track adding support for having `stats_agg` be able to use...