DavidM-D

Results 21 comments of DavidM-D

You mentioned that when RebindableSyntax is switched on stack ghci doesn't work. How do you work around that without changing the behaviour of the library?

Text does this by generating a big chunk of code derived from those text files. This seems like the simplest most portable way of doing things, if a little ugly,...

Cool, I'll get on that this weekend

2048 possible salts per block seem too small. If you're selecting those salts randomly and you want to have a >99% chance of not having a collision you can only...

So this is relatively similar to the current proposal with some differences. Rather than storing the nonces we store hashes of the transactions which contain the nonces. This prevents other...

@bowenwang1996 it seems like we've converged on a design and there appears to be a need. How do we move this into review?

@walnut-the-cat anything I need to do to keep this moving?

@birchmd that's an interesting proposal, but it seems like there'd be the same number of IO ops (1 per transaction), more storage use I think (32 bytes per key, ~2...

RIP this NEP. Here's some software written by Near One (the protocol team) which is [double spending the signature response](https://nearblocks.io/txns/DPY3uVNi1tQZaBRmigXoyrDzPsx97Nnpfbn1Uo9H5o6K). Not a security vuln but certainly embarrassing. If even the...

Since there doesn't seem to be any substantial objection to this proposal can we start the process of merging this in?