omg-js icon indicating copy to clipboard operation
omg-js copied to clipboard

JavaScript Library for communication with OMG network

Results 79 omg-js issues
Sort by recently updated
recently updated
newest added

## Description Sending a transaction using `sendTransaction` function by the `omg-js` library currently takes an array of private keys causing `Uncaught (in promise) Error: Number of non-empty inputs should match...

I think this is probably caused by some gas limit we put or some default gas limit? The test runs okay on sandbox. ``` 1) simpleStartStandardExitTest.js "before all" hook: Error:...

### Description Decoding the following RLP encoded fee tx throws an error. ``` 0xf852c003eeed02eb94916f3753bd53e124d6d565ef1701758a624efa8f94000000000000000000000000000000000000000001a03d77ce4419cb1d1793e08820c680b14ae3fac2ad92b6fb987bac1a53afc2d5ee ``` ``` node:34671) UnhandledPromiseRejectionWarning: Error: error decoding txBytes, got ,,,�o7S�S�$��e�u�bN��,,,=w�D���� ƀ�J��­����{�S���� at Object.decodeTxBytes (/omg-cli/node_modules/@omisego/omg-js-util/src/transaction.js:192:15) ```

bug

when calling a child chain API that contains pagination, the client library should handle pages and give all the results for the user. eg. a client that wants to retrieve...

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

## Description When running [code examples](https://github.com/omisego/omg-js/tree/master/examples) as a separate project, `deposit` returns `Uncaught ReferenceError: regeneratorRuntime` preventing from executing any subsequent code. That's a [direct issue of web3](https://github.com/ethereum/web3.js/issues/3058) that supposed to...

Can do this easily by filtering tags with this pattern `v3.0.3-0.4.5` on the master branch for security-wise, a flag of `type: approval` on ci config should be implement to manually...

We agreed on slack that testing metamask compliance regarding structural hash will be more maintainable in this repo than in omisego/elixir-omg. Here is original message: --- In elixir-omg we have...

v0.3