Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kosu.js: implement a go-kosu JSONRPC client (the NodeClient) #229

Merged
merged 18 commits into from Aug 23, 2019
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file or symbol
Failed to load files and symbols.

Always

Just for now

kosu.js: fixing linter errors

  • Loading branch information
hrharder committed Aug 22, 2019
commit d63dab4f1e4f8bad70d1419c199a418e06efa212
@@ -4,6 +4,7 @@ import Web3 from "web3";

import { EventEmitter } from "./EventEmitter";
import { KosuToken } from "./KosuToken";
import { NodeClient } from "./NodeClient";
import { OrderGateway } from "./OrderGateway";
import { OrderHelper } from "./OrderHelper";
import { PosterRegistry } from "./PosterRegistry";
@@ -12,7 +13,6 @@ import { Treasury } from "./Treasury";
import { NULL_ADDRESS, toBytes32 } from "./utils";
import { ValidatorRegistry } from "./ValidatorRegistry";
import { Voting } from "./Voting";
import { NodeClient } from "./NodeClient";

// tslint:disable-next-line: no-var-requires
const version = process.env.npm_package_version || require("../package.json").version;
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.