Kincaid O'Neil

Results 21 issues of Kincaid O'Neil

Unfortunately, #591 still has an issue: when peering two nodes, if the account that's prefunding is created before the other account, the settlement will be triggered immediately and then fail...

crate/interledger-settlement

In trying to setup an account that would prefund its peer, I couldn't find any documentation on what a positive/negative balance represents or how I should set the `settle_to`, nor...

docs

Since calling `handle_request` on the service interface requires a mutable borrow, we're cloning the entire service chain on every packet to get around this. For ILP-over-HTTP requests, it happens _twice_:...

performance

To enable features such as: - Different currency pairs with different spreads - Different spreads based on how much trust/volume an account has, such as high spreads for low trust/volume...

enhancement

The bytecode in the [Unidirectional contract artifact](https://github.com/machinomy/machinomy/blob/7306cc169e68a5e28467fee28634fa4af19e853e/packages/contracts/build/contracts/Unidirectional.json) begins "0x608..." By contrast, the mainnet contract at [0x08e4f70109ccc5135f50cc359d24cb7686247df4](https://etherscan.io/address/0x08e4f70109ccc5135f50cc359d24cb7686247df4) uses a different bytecode (beginning with "0x606...") incompatible with the ABI in that artifact...

If the sender passes in a negative price to the `payment` method (or even 0?), Machinomy should throw an error. In the current implementation, a negative payment effectively allows the...

By contrast to ETH withdrawals, which seem to be faster (oddly).

In my testing, `navigator.permissions` is undefined in the Instagram webview on Android (Chrome 119 UA/Android 14/Pixel 8). In this scenario, the initializing the SDK throws an error: https://github.com/radarlabs/radar-sdk-js/blob/14dd21248c8c4b3ed7073082c1d598978d25ac42/src/navigator.ts#L111-L113 Could this...

As Interledger's whitepaper is very out of date compared to the current spec, it may [confuse or mislead](https://forum.interledger.org/t/atomic-swaps-and-interledger/711) people looking to learn more about Interledger. I think we should consider...

question

Refer to https://github.com/MetaMask/metamask-extension/issues/3475 and https://github.com/MetaMask/nonce-tracker/blob/master/index.js for ideas