Ivan Poon

Results 4 issues of Ivan Poon

Since we now have proper support for checking signatures of arbitrary messages within the NeoVM, should we also have a standard for structured data so that wallets / clients can...

discussion

Fixes https://github.com/collectiveidea/audited/issues/394

### Steps to reproduce: 1. Call a partial with no options hash: ``` # new.json.jbuilder json.foo do json.partial! 'foo/partial' end ``` 2. Render the jbuilder template ``` # foo controller...

### Steps to reproduce: 1. Create a partial jbuilder does not end in a new line, and has a `do..end` block: ``` # _partial.json.builder json.bar do json.buzz '42' end #...