Logan Saether

Results 42 comments of Logan Saether

@laboon What are your thoughts on migrating to [Docusaurus](https://docusaurus.io/)? Substrate Dev Hub uses it and it seems to work pretty well for them. **Pros:** - Simple static files generation so...

Yep, but I also want to include the case study I posted above to better illustrate why coin voting in general is hard and why mechanisms like lock voting can...

I believe the `--keystore-path` flag is not a drop-in replacement for the old `--key` flag. Instead keys are managed by the node and require RPC methods either `author_setKey` or `author_rotateKeys`....

When possible, we can describe mechanisms as generic over chains. When necessary, we cite parameters as specific to the chain. We should track polkadot master. Not opposed to versioning at...

@ansonla3 We should have a clear description of the currently **three** slashable offences, how much you get slashed for committing them and why a validator would do them (and how...

The problem I think is the `while` loop on line 41 ``` while (carry > 0) { digits[digitlength] = uint8(carry % 58); digitlength++; carry = carry / 58; } ```...

Should we consider this closed with the addition of `eslint-plugin-security` in #33 or keep it open until we add SonarJS?

Thanks I will review this a little later today.

Metadata is flexible and can handle arbitrary URIs. Market creators can choose a URI when they deploy a market. We can accomplish this feature set by linking the metadata to...

I've thought about a fews ways which have different assumptions on how the meta-tx data gets passed to relayer services. 1) Decentralized / permissionless / near total data availability. Anyone...