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

Update refactor/initial-readme #36

Merged
merged 53 commits into from May 1, 2019
Merged
Changes from 1 commit
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
69b5943
Renaming connect to kosu.js
Freydal Apr 29, 2019
5e80a5e
Removing OrderStream connections until go implementation is ready and…
Freydal Apr 29, 2019
c33a4b8
Adding comment signaling code is deprecated and no longer useable
Freydal Apr 29, 2019
027d865
disableing orderstream tests
Freydal Apr 29, 2019
2c49a27
fix lerna package structure
hrharder Apr 29, 2019
29df49a
rename kosu.js
hrharder Apr 29, 2019
0747280
Adding comment docs
Freydal Apr 29, 2019
74659b3
Merge branch 'refactor/continued-typescript-migration' of github.com:…
Freydal Apr 29, 2019
d9f2d63
First pass on refactoring order to start cleaning issues raised typin…
Freydal Apr 30, 2019
ed051c4
Merge branch 'master' into refactor/continued-typescript-migration
Freydal Apr 30, 2019
d8ec2ac
Adding additional comments and cleanup
Freydal Apr 30, 2019
bdb36d2
Updating tests to get them passing. Making a few changes to organiza…
Freydal Apr 30, 2019
5928e3f
Updating the reset command to account for very large ganahce-db
Freydal Apr 30, 2019
5f9ad92
Updating command to not create a orphen process and to be able to be …
Freydal Apr 30, 2019
5508e0a
add dev-images package
hrharder Apr 30, 2019
2cfdcdf
remove ganache-db files and scripts
hrharder Apr 30, 2019
72adb8c
propose alternative kosu.js local rpc with docker
hrharder Apr 30, 2019
3616fdd
add dev-images to workspace declaration
hrharder Apr 30, 2019
2545090
remove travisfile from go-kosu
hrharder Apr 30, 2019
0b8979a
recover maker type (poster => maker) fixes tests
hrharder Apr 30, 2019
2d639f7
test:ci indicates no need for local ganache rpc
hrharder Apr 30, 2019
9f9480d
update lockfile
hrharder Apr 30, 2019
c20d95d
calling incorrect package script
hrharder Apr 30, 2019
b0e9d4d
missing top-level test:ci script
hrharder Apr 30, 2019
307bff0
web3 uri as environment var
hrharder Apr 30, 2019
953f278
fixing a bug causing test failures
Freydal Apr 30, 2019
cc0d1e5
synchronize with #23
hrharder Apr 30, 2019
979b3c6
update dev-images
hrharder May 1, 2019
289dd89
fix typo underscore in build scripts
hrharder May 1, 2019
1bb84a6
update cloudbuild for dev-images
hrharder May 1, 2019
c9b9468
should trigger cloudbuild
hrharder May 1, 2019
141250f
incorrectly named cloudbuild file
hrharder May 1, 2019
c01b274
always pull new image
hrharder May 1, 2019
806c9c1
consistent double quotes
hrharder May 1, 2019
6a7c1ab
v0.0.4
hrharder May 1, 2019
54d0e7b
go-kosu: Implement maturity checks
gchaincl May 1, 2019
99a5134
linting, spelling, import conventions
hrharder May 1, 2019
12ebc47
update rules
hrharder May 1, 2019
13fe62b
compiler/linter config for kosu.js
hrharder May 1, 2019
3387742
update lockfile
hrharder May 1, 2019
6546bbc
using ts-mocha instead of -r flag in mocha
hrharder May 1, 2019
88bdad1
update top-level lockfile
hrharder May 1, 2019
8081544
update tests for ES6 imports
hrharder May 1, 2019
8df2138
no comments in JSON
hrharder May 1, 2019
98f4b2b
use interface over type
hrharder May 1, 2019
568878e
fix test:ci script
hrharder May 1, 2019
f7e69ff
Merge branch 'refactor/continued-typescript-migration' into refactor/…
hrharder May 1, 2019
096a0f7
pull new ganache image
hrharder May 1, 2019
cc72ee5
Merge branch 'refactor/dev-images' of github.com:ParadigmFoundation/k…
hrharder May 1, 2019
94d0ae9
using kosu-ganache v0.0.1
hrharder May 1, 2019
43da50a
Merge pull request #33 from ParadigmFoundation/refactor/dev-images
hrharder May 1, 2019
b36d6f0
Merge pull request #23 from ParadigmFoundation/refactor/continued-typ…
Freydal May 1, 2019
32d6e2d
Merge pull request #32 from ParadigmFoundation/go-kosu/maturity
hrharder May 1, 2019
File filter...
Filter file types
Jump to…
Jump to file or symbol
Failed to load files and symbols.

Always

Just for now

fix lerna package structure

  • Loading branch information
hrharder committed Apr 29, 2019
commit 2c49a27f80e05e7ecd31702856eabb5bcffa6380
@@ -1,7 +1,6 @@
{
"packages": [
"packages/typescript/*",
"packages/solidity/*"
"packages/*"
],
"version": "independent",
"npmClient": "yarn",
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.