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

A collection of JavaScript libraries for Ethereum dapp development.

Results 48 js-libs issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.15.8 to 9.18.5. Release notes Sourced from highlight.js's releases. 10.3.2 - Oops, "Javascript". Tiny tiny release, just to fix the website incorrectly not listing Javascript in the...

dependencies

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1. Changelog Sourced from http-proxy's changelog. v1.18.1 - 2020-05-17 Merged Skip sending the proxyReq event when the expect header is present [#1447](https://github.com/http-party/node-http-proxy/issues/1447) Remove node6 support,...

dependencies

URL: https://paritytech.github.io/js-libs/light.js/

It's the last package still in plain JS.

good first issue

Hello, light.js it's a huge step in dapp development and operating but there is not support of work with contracts events. When do you planning to deliver it?

enhancement
package:light.js

On fether, I got ``` warning workspace-aggregator-d3f8de97-0725-4c53-93dd-74702f97536f > fether > @parity/electron > [email protected]: This module moved to @hapi/sntp. Please make sure to switch over as this distribution is no longer...

package:electron

from @ltfschoen When I'm prompted to enter my password to send a transaction but I enter the incorrect password (i.e. `myincorrectpassword`), when I click 'Send' it displays my password in...

bug
package:api

`blockNumber$()` is based on `onEveryBlock$`, which does a pubsub `eth_subscribe('newHeads')`. However, when we do `blockNumber$().subscribe()`, we might not get the latest block immediately, and need to wait for the next...

package:light.js

Basic functions: - Connect to an existing Token Network - Send Payments - Receive Payments - Withdraw funds from Channel

enhancement