Aman Singh

Results 4 issues of Aman Singh

Is there a way to define a minimum fee per transaction be it percentage or fixed amount? or not to include that transaction in the block? it'd be cool to...

Line 247: normalizer.js ```javascript // normalize interpolated selectors with comma group.nodes.forEach(function(selector, i){ if (!~selector.val.indexOf(',')) return; if (~selector.val.indexOf('\\,')) { selector.val = selector.val.replace(/\\,/g, ','); return; } ```

t: Enhancement
good first issue

Hi, BFGMiner runs in an infinite loop with log [2018-02-12 10:52:28] Could not convert longpoll data to work [2018-02-12 10:52:28] blktmpl error: Missing either coinbasetxn or coinbasevalue Built from the...

bug

How can I make the "remote" refs here, be normalized as one consolidated schema? ```golang var schemaData = []byte(`{ "$id": "schema://a", "type": "object", "properties": { "a": {"type": "integer"}, "friend": {...