Skip to content
This repository has been archived by the owner on Dec 21, 2020. It is now read-only.

Commit

Permalink
πŸ”– Deploying version 0.0.3 (#31)
Browse files Browse the repository at this point in the history
* ✨ Updating package to use latest working version of hopr-*

* πŸ› test suite fixes (#21)

* πŸ› fix dbkeys tests & remove .only

* πŸ› fix tests failing

* πŸ”§ update hopr-ethereum package

* ✨ update hopr-ethereum

* v0.0.2-dev.b46cf2c

* πŸ› offChainCounterparty is the same as onChain (#29)

Co-authored-by: Steve <stivennoni77@gmail.com>
  • Loading branch information
0xjjpa and nionis authored May 27, 2020
1 parent 5d4a85a commit 3102b43
Show file tree
Hide file tree
Showing 3 changed files with 430 additions and 333 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hoprnet/hopr-core-ethereum",
"version": "0.1.0",
"version": "0.0.2-dev.b46cf2c",
"repository": "git@github.com:hoprnet/hopr-core-ethereum.git",
"license": "LGPL-3.0-only",
"types": "lib/index.d.ts",
Expand All @@ -27,7 +27,7 @@
"dependencies": {
"@hoprnet/hopr-core-connector-interface": "~1.0.1-0",
"@hoprnet/hopr-demo-seeds": "~1.0.1",
"@hoprnet/hopr-ethereum": "~0.3.0",
"@hoprnet/hopr-ethereum": "~0.3.2-dev.00cc125",
"@hoprnet/hopr-utils": "~0.1.3",
"bn.js": "^5.1.1",
"chalk": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/channel/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ class Channel implements IChannel<HoprEthereum> {
}

get offChainCounterparty(): Promise<Uint8Array> {
return this._signedChannel.signer
return Promise.resolve(this.counterparty)
}

get channelId(): Promise<Hash> {
Expand Down
Loading

0 comments on commit 3102b43

Please sign in to comment.