Skip to content
This repository has been archived by the owner on May 10, 2021. It is now read-only.

Commit

Permalink
Merge branch 'release/v1.1.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
mi-xu committed Mar 18, 2019
2 parents 72cd70f + 704b916 commit b90a530
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 40 deletions.
72 changes: 38 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uport-connect",
"version": "1.1.4",
"version": "1.1.5",
"description": "Library for integrating uPort into your app frontend",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -110,7 +110,7 @@
"store": "^2.0.12",
"uport-credentials": "^1.1.4",
"uport-lite": "^1.0.2",
"uport-transports": "^0.2.3"
"uport-transports": "^0.2.4"
},
"devDependencies": {
"babel-cli": "^6.18.0",
Expand Down
4 changes: 0 additions & 4 deletions test/UportSubprovider.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ const address = '0x122bd1a75ae8c741f7e2ab0a28bd30b8dbb1a67e'
const mnid = '2oeXufHGDpU51bfKBsZDdu7Je9weJ3r7sVG'
const badMnid = '2nSX6hxNMgvgP9MtvoJDgSjVHGRsTuxpyPi'

function encodeSignature({ r, s, v }) {
return `0x${r.padStart(64, '0')}${s.padStart(64, '0')}${v}`
}

describe('UportSubprovider', () => {
it('Accepts and wraps a custom provider', () => {
let rpcUrl = 'http://localhost:1234'
Expand Down

0 comments on commit b90a530

Please sign in to comment.