Armani Ferrante

Results 195 issues of Armani Ferrante

When building the `ethereum` package for node with rollup, we're including the browser field. See https://github.com/oasislabs/oasis-client/blob/master/packages/ethereum/rollup/rollup.config.ts#L35. This causes: ``` $ jest test/e2e console.log ../ethereum/dist/index.umd.js:8723 WARNING: Missing strong random number source;...

p:1
s:blocked

Unclear a.t.m. if this is a client or gateway/oasis-chain bug. See the following build: https://circleci.com/gh/oasislabs/oasis.js/1113?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link

t:bug
p:1

Client change for https://github.com/oasislabs/oasis-rs/pull/163

p:1

`Oasis` is redundant here. Breaking change so this should be done in v2.

p:3

See https://github.com/oasislabs/oasis.js/blob/master/packages/gateway/src/index.ts#L167.

p:1

For V2 fo the client, we should autogenerate docs with https://typedoc.org/. The current client architecture, namely the fact that the `@oasislabs/client` package is a composition of the other packages is...

p:2

We currently only test with the Web3Gateway. Blocked by the fact that oasis-gateway doesn't yet support the developer gateway. See https://github.com/oasislabs/oasis-chain/issues/13.

p:1
s:blocked

Given I'm a developer, When I call an Oasis Service rpc method with an invalid input, Then I should receive a useful error. Potential test cases: ``` it('throws an exception...

p:2