Skip to content

Commit 0b2d993

Browse files
committed
@metamask/ethjs-query v0.4.0
* Bump version to v0.4.0 * Rename package to @metamask/ethjs-query * Change repository URL to https://github.com/MetaMask/ethjs-query * Update docs
1 parent c249eb0 commit 0b2d993

File tree

6 files changed

+13
-24
lines changed

6 files changed

+13
-24
lines changed

README.md

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
## ethjs-query
22

33
<div>
4-
<!-- Dependency Status -->
5-
<a href="https://david-dm.org/ethjs/ethjs-query">
6-
<img src="https://david-dm.org/ethjs/ethjs-query.svg"
7-
alt="Dependency Status" />
8-
</a>
9-
10-
<!-- devDependency Status -->
11-
<a href="https://david-dm.org/ethjs/ethjs-query#info=devDependencies">
12-
<img src="https://david-dm.org/ethjs/ethjs-query/dev-status.svg" alt="devDependency Status" />
13-
</a>
14-
154
<!-- NPM Version -->
165
<a href="https://www.npmjs.org/package/ethjs-query">
176
<img src="http://img.shields.io/npm/v/ethjs-query.svg"
@@ -67,7 +56,7 @@ This module supports all Ethereum RPC methods and is designed completely to spec
6756

6857
`ethjs-query` uses the `ethjs-format` module to format incoming and outgoing RPC data payloads. The primary formatting task is numbers. Number values can be inputed as: `BigNumber`, `BN`, `string`, `hex` or `actual numbers`. Because the blockchain does not support decimal or negative numbers, any kind of decimal or negative number will cause an error return. All received number values are returned as BN.js object instances.
6958

70-
Read more about the formatting layer here: [ethjs-format](http://github.com/ethjs/ethjs-format)
59+
Read more about the formatting layer here: [ethjs-format](http://github.com/MetaMask/ethjs-format)
7160

7261
## Async Only
7362

@@ -205,13 +194,13 @@ There is always a lot of work to do, and will have many rules to maintain. So pl
205194

206195
Please consult our [Code of Conduct](CODE_OF_CONDUCT.md) docs before helping out.
207196

208-
We communicate via [issues](https://github.com/ethjs/ethjs-query/issues) and [pull requests](https://github.com/ethjs/ethjs-query/pulls).
197+
We communicate via [issues](https://github.com/MetaMask/ethjs-query/issues) and [pull requests](https://github.com/MetaMask/ethjs-query/pulls).
209198

210199
## Important documents
211200

212201
- [Changelog](CHANGELOG.md)
213202
- [Code of Conduct](CODE_OF_CONDUCT.md)
214-
- [License](https://raw.githubusercontent.com/ethjs/ethjs-query/master/LICENSE)
203+
- [License](https://raw.githubusercontent.com/MetaMask/ethjs-query/master/LICENSE)
215204

216205
## Licence
217206

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ should not need to be touched.
1717

1818
For more in-depth structure, see the developer-guide.md.
1919

20-
*(If they do have to be changed, please [submit an issue](https://github.com/ethjs/ethjs-query/issues)!)*
20+
*(If they do have to be changed, please [submit an issue](https://github.com/MetaMask/ethjs-query/issues)!)*
2121

2222
### Testing
2323

docs/developer-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ npm install --save ethjs-query
1111
## Install from Source
1212

1313
```
14-
git clone http://github.com/ethjs/ethjs-query
14+
git clone http://github.com/MetaMask/ethjs-query
1515
npm install
1616
```
1717

docs/user-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ eth.accounts(cb);
5656

5757
`ethjs-query` uses the `ethjs-format` module to format incoming and outgoing RPC data payloads. The primary formatting task is numbers. Number values can be inputed as: `BigNumber`, `BN`, `string`, `hex` or `actual numbers`. Because the blockchain does not support decimal or negative numbers, any kind of decimal or negative number will cause an error return. All received number values are returned as BN.js object instances.
5858

59-
Read more about the formatting layer here: [ethjs-format](http://github.com/ethjs/ethjs-format)
59+
Read more about the formatting layer here: [ethjs-format](http://github.com/MetaMask/ethjs-format)
6060

6161
## Async Only
6262

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "ethjs-query",
3-
"version": "0.3.8",
2+
"name": "@metamask/ethjs-query",
3+
"version": "0.4.0",
44
"description": "A simple query layer for the Ethereum RPC.",
55
"main": "lib/index.js",
66
"files": [
@@ -31,7 +31,7 @@
3131
},
3232
"repository": {
3333
"type": "git",
34-
"url": "git+ssh://git@github.com/ethjs/ethjs-query.git"
34+
"url": "https://github.com/MetaMask/ethjs-query.git"
3535
},
3636
"keywords": [
3737
"ethereum",
@@ -46,9 +46,9 @@
4646
"author": "Nick Dodson <nick.dodson@consensys.net>",
4747
"license": "MIT",
4848
"bugs": {
49-
"url": "https://github.com/ethjs/ethjs-query/issues"
49+
"url": "https://github.com/MetaMask/ethjs-query/issues"
5050
},
51-
"homepage": "https://github.com/ethjs/ethjs-query#readme",
51+
"homepage": "https://github.com/MetaMask/ethjs-query#readme",
5252
"babel": {
5353
"plugins": [
5454
[

0 commit comments

Comments
 (0)