Dan Finlay

Results 95 comments of Dan Finlay

Can you give any context on how you reached this problem? What runtime/bundler are you using? What version of node or browser? A sample repository would be ideal.

Any tips on what would need to be changed to make the backend network-agnostic, and default to the tokenlog file? Could draw from https://github.com/ethereum-lists/chains for additional info (like a provider...

> Why not just include a timestamp as a field then check for a limited window like a TTL? Because then replays would still be possible within the TTL window....

I realize this is almost a duplicate with #4, except the UX is different: Voting `0-${your_balance}` vs `0-1`.

The nice thing is if solidity evolved to need new validations, you could just make a new contract that falls back to the older one for its data storage/retrieval. I...

I like this, I've wanted to add the various components to the main module for a long time.

I swear I've submitted that same patch before and it always got rejected. I believe it's designed to be "assembled by the user", maybe for RAM conservation? I don't know,...

I'm pretty sure his branch is more about a large refactor. Several people have branches that do essentially what you've just done. Unfortunately he routinely closes these issues/pull requests, so...

You're asking me? Go npm publish if you'd like, it won't hurt, make sure to mention that it fixes some confusion from this module in the npm readme.

I used this, it works, I just had to import its internal modules to make it useful. You could pull this proposed branch if you wanted those modules exposed externally.