Nicholas

Results 9 issues of Nicholas

same as what we receive from /api_key.all

flag/help wanted :raised_hands:
flag/good first issue :children_crossing:

* Change icon color on side bar when page is active, not just the page title? * Field level errors on invalid or missing inputs, instead of generalised error message...

location/admin panel
p3/low

- docs for `me.upload_avatar` says you need to pass id when you dont

flag/help wanted :raised_hands:
flag/good first issue :children_crossing:

To reproduce: - Bob has 0 funds on the childchain - Alice sends childchain transaction to Bob - Bob starts an inflight exit and piggybacks his output - Bob waits...

api

## Issue Type ``` [ ] bug report [x] feature request ``` ## Current Behavior `omg-js` wants to show utxo information for started exits. currently, i can see which exitIds...

This is a big one, includes breaking changes so will be part of a v5 release. ## Issues https://github.com/omgnetwork/omg-js/issues/317 https://github.com/omgnetwork/omg-js/issues/282 https://github.com/omgnetwork/omg-js/issues/187 ## Changes - Refactored everything into typescript. Lib interfaces...

new feature request to get exits and its information by wallet address something like: `rootChain.getExits(address: string): IExit[]` ``` IExit = { status: ‘Pending’ | ‘Exited’ token: string exitId: string exitableAt:...

enhancement
blocked

A new helper like `transaction.createTransactionBody`... (ie. `transaction.createMultiSenderTransaction`) that allows someone other than the sender to pay the fee. Can also allow multiple senders in the same function. Guessing its easier/cleaner...

enhancement