Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

refactor: rewrite into a TypeScript monorepo, partial #657

Merged
merged 694 commits into from
Nov 16, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
694 commits
Select commit Hold shift + click to select a range
434deda
update eth_chainId tests
davidmurdoch Aug 14, 2020
7875df4
Add wsBinary option
davidmurdoch Aug 15, 2020
44355c2
do not try to decrypt if we don't have a keyfile
davidmurdoch Aug 15, 2020
ad6784c
temporarily return latest for the pending block
davidmurdoch Aug 15, 2020
97b072f
generate better transaction JSON
davidmurdoch Aug 15, 2020
b0d2bfe
Add `legacyInstamine` mode and some back compat for old ganache
davidmurdoch Aug 15, 2020
4735d4f
make eth_getTransactionByHash return pending txs
davidmurdoch Aug 19, 2020
15fe0e7
put error messages in a common place
davidmurdoch Aug 19, 2020
b3208c8
handle runtime middle-level errors in ws-server
davidmurdoch Aug 19, 2020
8407641
handle transactions sent as buffer-like data
davidmurdoch Aug 19, 2020
fe03b39
return null fields in txs when pending
davidmurdoch Aug 19, 2020
1dc029a
update legacy instamine test message
davidmurdoch Aug 19, 2020
db39d60
log transaction info once mined
davidmurdoch Aug 19, 2020
757ec2c
.
davidmurdoch Aug 19, 2020
0ed0298
.
davidmurdoch Aug 19, 2020
cd41b9c
handle memdown databases
davidmurdoch Aug 19, 2020
f17246d
clean up listeners before shutting down
davidmurdoch Aug 20, 2020
176c54c
add informative error message for server port bind
davidmurdoch Aug 20, 2020
7b0260b
Add additional db support and begin robust error handling
davidmurdoch Aug 20, 2020
57fc2df
add correct type to execException
davidmurdoch Aug 21, 2020
b508ed3
send error when eth_subscribe called over http connection
davidmurdoch Aug 21, 2020
7e5da8b
improve error handling more
davidmurdoch Aug 21, 2020
40f3fbd
add decorator to throw error when api param length is incorrect
davidmurdoch Aug 21, 2020
ea93f31
ignore coverage directories
davidmurdoch Aug 21, 2020
7c2ab65
Don't subscribe to vm steps when createVmFromStateTrie is called
davidmurdoch Aug 24, 2020
98d2e18
Store more transaction data with each transaction
davidmurdoch Aug 24, 2020
6d9976d
Fix test description
davidmurdoch Aug 25, 2020
d951a65
remove dead code
davidmurdoch Aug 25, 2020
259def7
dno't append to tx's raw, as it is used for sigs
davidmurdoch Aug 25, 2020
0344d31
fix initial blocktime setting
davidmurdoch Aug 25, 2020
d4e70a1
just forcing CI to run
davidmurdoch Aug 25, 2020
10e6fc3
time tweaks in tests
davidmurdoch Aug 25, 2020
b7b7def
additional time tweaks
davidmurdoch Aug 25, 2020
e66037c
Update to typescript@4.0.2
davidmurdoch Aug 25, 2020
5debac5
windows builds stopped working
davidmurdoch Aug 25, 2020
bd80eb7
Update CI's windows-build-tools to v5.2.2
davidmurdoch Aug 25, 2020
3b9d50e
test if we even need microsoft/setup-msbuild
davidmurdoch Aug 25, 2020
66d42f1
windows-build-tools@4.0.0 is required
davidmurdoch Aug 25, 2020
14689b8
improve precision of timeAdjustments
davidmurdoch Aug 26, 2020
dc8df85
Revert missing `from` error message change because the original was m…
davidmurdoch Aug 26, 2020
9bcf333
revert locked account error message change because the original was m…
davidmurdoch Aug 26, 2020
0ca830c
add better errors and handle batched requests
davidmurdoch Aug 27, 2020
1640deb
udpate uWebSockets.js
davidmurdoch Aug 27, 2020
a2e7866
eth_estimateGas (#619)
davidmurdoch Aug 27, 2020
9c07ea3
remove broken estimate gas stuff/tests
davidmurdoch Aug 27, 2020
8487557
remove unneeded length check
davidmurdoch Aug 28, 2020
4d49cdd
make a copy of the transaction before mutating it for eth_call (temp)
davidmurdoch Aug 28, 2020
2b10654
fix receipts so they return correct gas values
davidmurdoch Aug 28, 2020
59cd476
require repc quantity strings be 0x prefixed hex strings
davidmurdoch Aug 28, 2020
0f7485a
ensure tranasction logs aren't truncated
davidmurdoch Aug 28, 2020
5a37945
+receipts fix
davidmurdoch Aug 28, 2020
8816124
add eth_estimateGas
davidmurdoch Aug 28, 2020
31f950f
remove simulateTransaction2 since it isn't used
davidmurdoch Aug 28, 2020
1d55431
Allow eth_call to run out of gas
davidmurdoch Sep 1, 2020
f05be1a
Update some error and todos
davidmurdoch Sep 1, 2020
a207d32
Remove unused error code
davidmurdoch Sep 1, 2020
9c82a1a
add blockchain-aware tx costs.
davidmurdoch Sep 1, 2020
cec1a18
rename ExecutionError to RuntimeError for v2 compat
davidmurdoch Sep 2, 2020
16e9ac1
change coinbase address to 0x0 and add coinbase flag/option
davidmurdoch Sep 2, 2020
c97da87
ensure bad revert reason strings don't crash ganache
davidmurdoch Sep 3, 2020
696ad30
this should never have been committed
davidmurdoch Sep 3, 2020
4d19576
remove qhitespace
davidmurdoch Sep 3, 2020
3f15c33
set vmErrorsOnRPCResponse to false
davidmurdoch Sep 3, 2020
9e81954
truthy checks ust look better
davidmurdoch Sep 3, 2020
eb3f718
Ensure bad revert strings don't cause errors
davidmurdoch Sep 3, 2020
e33c31f
set currect "Common" for given chain id
davidmurdoch Sep 4, 2020
c08aa5a
Update snapshot tests to implement TODOs
davidmurdoch Sep 4, 2020
7d57432
improve eth_call/eimulateTransaction beyond just a prototype impl
davidmurdoch Sep 4, 2020
3356f44
.
davidmurdoch Sep 4, 2020
306b17e
.
davidmurdoch Sep 4, 2020
4293a05
define some constants in a single place
davidmurdoch Sep 4, 2020
6de9da9
add and use an account-zero alias
davidmurdoch Sep 8, 2020
96eefad
add clarification to some log warnings
davidmurdoch Sep 8, 2020
bd1fcce
add options helper types
davidmurdoch Sep 19, 2020
2641bb6
port miner-options to new options config types
davidmurdoch Sep 19, 2020
19d9195
blockTime and legacyInstamine are actually required pairs
davidmurdoch Sep 19, 2020
c2a46c3
expose a `hasOwn` helper in utils
davidmurdoch Sep 22, 2020
b027750
use new hasOwn in executor
davidmurdoch Sep 22, 2020
73c92d7
add WEI as bigint to utils constants
davidmurdoch Sep 22, 2020
9ec4bd9
make Manager more type-safe
davidmurdoch Sep 22, 2020
329a671
update emittery
davidmurdoch Sep 22, 2020
22f8ee8
update max tested node version
davidmurdoch Sep 22, 2020
0f497c3
add stricter typing for `assertArgLength`
davidmurdoch Sep 22, 2020
466cad6
use hasOwn helper in provider
davidmurdoch Sep 22, 2020
599d86a
use WEI constant in wallet
davidmurdoch Sep 22, 2020
71d18f2
options rewrite (WIP)
davidmurdoch Sep 24, 2020
a4ec074
+
davidmurdoch Sep 24, 2020
6a19a1c
add clarifying comment
davidmurdoch Sep 24, 2020
f103c0f
remove unnecessary assigment
davidmurdoch Sep 24, 2020
1d5bbd3
add clarifying comment
davidmurdoch Sep 24, 2020
c9133eb
refactor miner for clarity
davidmurdoch Sep 24, 2020
076f772
add clarifying comment
davidmurdoch Sep 24, 2020
163276e
add clarifying comment
davidmurdoch Sep 24, 2020
430907c
add clarifying comment
davidmurdoch Sep 24, 2020
fbdf45c
make private and readonly things private and readonly
davidmurdoch Sep 24, 2020
b8be167
fix: enforce param count in api methods
davidmurdoch Oct 14, 2020
c666057
chore: update types per new options config
davidmurdoch Oct 14, 2020
21002cc
fix: listen on transaction finalization to resolve hanging txs
davidmurdoch Oct 14, 2020
3e95e1f
use emittery's mixin for promievent
davidmurdoch Oct 15, 2020
c491503
fix up create script and remove patch-package
davidmurdoch Oct 15, 2020
0beacba
update dev docs
davidmurdoch Oct 15, 2020
8303566
organize
davidmurdoch Oct 15, 2020
3cebb37
add blockHash param to eth_getLogs
davidmurdoch Oct 16, 2020
a079336
add evm_unlockUnknownAccount/evm_lockUnknownAccount
davidmurdoch Oct 16, 2020
4a081ac
fix typo
davidmurdoch Oct 16, 2020
6127a24
uninstall solc's unhandledRejection listener
davidmurdoch Oct 16, 2020
61131b2
clarify comments
davidmurdoch Oct 16, 2020
6a78f36
enable logging in snapshot/revert
davidmurdoch Oct 16, 2020
0f46d09
cleanup api a little bit
davidmurdoch Oct 21, 2020
1b90829
fix tests
davidmurdoch Oct 22, 2020
fe51ff1
disbale logger by default
davidmurdoch Oct 22, 2020
16725e4
optimize common account lookup fns
davidmurdoch Oct 22, 2020
ab89a02
remove unused var
davidmurdoch Oct 22, 2020
edf295f
remove extra whitespace
davidmurdoch Oct 22, 2020
ac664f3
add a promise queue
davidmurdoch Oct 22, 2020
f1ebd11
ensure `asyncRequestProcessing` is configured in tests
davidmurdoch Oct 22, 2020
2c68ed2
fix evm_revert race conditions
davidmurdoch Oct 22, 2020
b0a0f60
update emittery to 0.7.2
davidmurdoch Oct 22, 2020
1f9fb4a
fix bad import
davidmurdoch Oct 22, 2020
bd1235c
fix bad import
davidmurdoch Oct 23, 2020
4a11e62
fix create and update deps
davidmurdoch Oct 23, 2020
337e581
more revert fixes, make promise queue its own package
davidmurdoch Oct 23, 2020
a3836f1
update evm_increaseTime to allow hex string arg
davidmurdoch Oct 23, 2020
3e350a8
`evm_setTime` should also take a hex strings
davidmurdoch Oct 23, 2020
88c8573
fix create, tsconfigs, and update new promise-queue to match
davidmurdoch Oct 23, 2020
426773b
indentation
davidmurdoch Oct 23, 2020
0f3f5a8
temp hack for miner timings
davidmurdoch Oct 23, 2020
08e28f2
Create an "inbetween" cache of transactions that were in executables,…
davidmurdoch Oct 23, 2020
eeffaab
search pending txs first in `eth_getTransactionByHash`
davidmurdoch Oct 23, 2020
39198e5
fix test logic
davidmurdoch Oct 23, 2020
15513d1
implements precise evm_revert
davidmurdoch Oct 24, 2020
66e1596
add node 15 to ci
davidmurdoch Oct 24, 2020
965fb4f
fix some build issues
davidmurdoch Oct 24, 2020
3077688
add ubuntu-20.04 to CI
davidmurdoch Oct 24, 2020
a7615cd
remove test script from promise-queue for now
davidmurdoch Oct 24, 2020
6c6d4e5
bump supported versions
davidmurdoch Oct 24, 2020
09a3533
temp work around failling tests in node 14+
davidmurdoch Oct 24, 2020
584e54e
change to info
davidmurdoch Oct 24, 2020
7f4fce7
another workaround attempt
davidmurdoch Oct 24, 2020
6464614
remove node 15 testing
davidmurdoch Oct 24, 2020
b0d10fb
add new line after prepare tip
davidmurdoch Oct 24, 2020
0d01cd9
a slightly more future proof solc listener clean up
davidmurdoch Oct 24, 2020
14884a2
use --exit mocha flag to work around hanging tests
davidmurdoch Oct 24, 2020
d643900
remove unsused blockhash var
davidmurdoch Oct 25, 2020
fbdd5c0
this should fail
davidmurdoch Oct 25, 2020
6fad850
this shouldn't (mostly)
davidmurdoch Oct 25, 2020
7b999f1
add --exit flag to create script's mocha command
davidmurdoch Oct 25, 2020
eb39350
development should use 10.7.0 (for now)
davidmurdoch Oct 26, 2020
e9aa721
re-enable all eth tests
davidmurdoch Oct 27, 2020
2825ac6
compute block size
davidmurdoch Oct 27, 2020
df95da2
update runtx error handling
davidmurdoch Oct 27, 2020
dd4c725
clean up tx data storage
davidmurdoch Oct 27, 2020
64f6ad5
update reorg-related commment
davidmurdoch Oct 27, 2020
93f60e2
remove bad TODO
davidmurdoch Oct 27, 2020
3bef028
verify test
davidmurdoch Oct 27, 2020
d0d4628
chains initialize their own options
davidmurdoch Oct 27, 2020
d9e810e
update .gitignore to better reflect latest repo
davidmurdoch Oct 27, 2020
810d5e6
add comment about total_difficulty and forking
davidmurdoch Oct 27, 2020
288adc3
Add package.json descriptions to ethereum and tezos
davidmurdoch Oct 27, 2020
fcb866d
update .npmignore files
davidmurdoch Oct 27, 2020
da9af6d
add licenses to all packages
davidmurdoch Oct 27, 2020
f7dfd0c
some more template tweaks
davidmurdoch Oct 27, 2020
f6face0
update dev docs
davidmurdoch Oct 27, 2020
84c60ee
add some helpful npm defaults
davidmurdoch Oct 27, 2020
1f477f2
make clean clean more things
davidmurdoch Oct 27, 2020
ae5d1c1
update docs about what `npm run clean` does
davidmurdoch Oct 27, 2020
c29eca8
source completion.sh choked on commands that contains a colon, change…
davidmurdoch Oct 27, 2020
5b8198c
improve launch.json example
davidmurdoch Oct 27, 2020
67e58d3
improve docs
davidmurdoch Oct 27, 2020
8cabcd3
make sure `tsc.clean` script works after a `clean`
davidmurdoch Oct 28, 2020
0118153
marking this as a won't fix
davidmurdoch Oct 28, 2020
8cd8c8b
eth_subscribe doesn't emit pending blocks
davidmurdoch Oct 28, 2020
d4e0d50
update package.json and licenses
davidmurdoch Oct 28, 2020
ab4a494
enable prettier
davidmurdoch Oct 28, 2020
a9f5602
change to an 80 char printWidth
davidmurdoch Oct 28, 2020
d89ee29
remove description from root package.json
davidmurdoch Oct 28, 2020
bd63c8b
add directory field to package.jsons' repo fields
davidmurdoch Oct 28, 2020
c295762
add newline
davidmurdoch Oct 28, 2020
04a1da6
npm-shrinkwrap.json change
davidmurdoch Oct 28, 2020
0ef11b6
Add keywords, homepage, and descriptions to package.json
davidmurdoch Oct 28, 2020
0235759
begin creating readme page
davidmurdoch Oct 29, 2020
505a248
Update descriptions
davidmurdoch Oct 29, 2020
3197fcc
debug CI test
davidmurdoch Oct 29, 2020
e101000
maybe fix flaky test
davidmurdoch Oct 29, 2020
5aa48a4
just trying to see where this test fails
davidmurdoch Oct 29, 2020
fda5971
this setting was horrible
davidmurdoch Oct 29, 2020
3632712
console highlights things betetr
davidmurdoch Oct 29, 2020
6e4bb09
shrinkwrap
davidmurdoch Oct 29, 2020
631f8df
maybe thisll fix it?
davidmurdoch Oct 29, 2020
cf51e7c
remove debug logs
davidmurdoch Oct 29, 2020
b16e651
don't search the heaps too far
davidmurdoch Oct 29, 2020
e106636
update OS matrix to macos-11 and add windows-2016
davidmurdoch Oct 29, 2020
f3f9789
dno't link on the header image
davidmurdoch Oct 30, 2020
05b99e4
better header link
davidmurdoch Oct 30, 2020
b9e52e8
worth a shot
davidmurdoch Oct 30, 2020
2b798fa
maybe this time
davidmurdoch Oct 30, 2020
0a8bf1c
typos are fun!
davidmurdoch Oct 30, 2020
790bc9a
italics was a bad idea
davidmurdoch Oct 30, 2020
88aca29
more CI debugging
davidmurdoch Oct 30, 2020
252024b
interesting
davidmurdoch Oct 30, 2020
87079ad
update setup-msbuild CI dep
davidmurdoch Oct 30, 2020
fa2fb6f
wonder if we need build tools nowadays?
davidmurdoch Oct 30, 2020
f2d8000
add timeout to first eth test
davidmurdoch Oct 30, 2020
a825616
build tools are needed for `bigint-buffer`
davidmurdoch Oct 30, 2020
c2a587d
remvoe debug logging
davidmurdoch Oct 30, 2020
c310ea7
don't mine an empty block
davidmurdoch Oct 30, 2020
3c14276
maybe fix flaky test
davidmurdoch Oct 30, 2020
210b92a
readme tweaks
davidmurdoch Oct 30, 2020
e32cf67
fixes for things
davidmurdoch Oct 30, 2020
8e4ff5b
fix pause functions
davidmurdoch Oct 30, 2020
8a62cf7
checking if 15.x works yet
davidmurdoch Oct 30, 2020
12f3bb2
nope
davidmurdoch Oct 30, 2020
e96eb04
sourcemap-support doesn't seem to do anything?
davidmurdoch Oct 30, 2020
c66522b
clean up
davidmurdoch Oct 30, 2020
4ef226c
ensure we can add new tranasctions to the same origin after a failed …
davidmurdoch Oct 30, 2020
c8bd5f1
remove dead code
davidmurdoch Oct 30, 2020
531a547
we don't calculate difficulty
davidmurdoch Oct 30, 2020
8f90fed
Add description field to create script
davidmurdoch Oct 31, 2020
bd91bf4
small miner refactor/move
davidmurdoch Oct 31, 2020
a454625
change "transaction rejected; gas price too low to replace existing t…
davidmurdoch Nov 2, 2020
604f5d5
move `prepare` to `postinstall`
davidmurdoch Nov 4, 2020
5ea5cdc
Update JSDoc examples
davidmurdoch Nov 4, 2020
dd59670
.
davidmurdoch Nov 4, 2020
4c9d2ba
remove blockchain step event as nothing was using it
davidmurdoch Nov 4, 2020
67e2ae7
use BN's toArrayLike instead of toBuffer for browser compat
davidmurdoch Nov 4, 2020
94e47c9
add code-block to promise-queue example
davidmurdoch Nov 4, 2020
452b826
use destructuring for import/require
davidmurdoch Nov 4, 2020
53a6175
add leveldown opts, in case of browser use
davidmurdoch Nov 4, 2020
f3b17cc
add webpack, switch to ttypescript
davidmurdoch Nov 4, 2020
dbaf767
Add TS_NODE_COMPILER=ttypescript options
davidmurdoch Nov 4, 2020
da1d4de
Add a "ganache" package
davidmurdoch Nov 4, 2020
322b42d
switch back to CommonJS
davidmurdoch Nov 5, 2020
49506c5
update version numbers of new packages to 0.1.0
davidmurdoch Nov 5, 2020
65b019a
move some packages to where they belong
davidmurdoch Nov 5, 2020
38df445
Update dependency: typescript@4.1.0-beta
davidmurdoch Nov 5, 2020
2c222d1
sync ts versions
davidmurdoch Nov 5, 2020
091734d
addd new package for inline type literals as runtime values
davidmurdoch Nov 6, 2020
771f85f
delete old options files
davidmurdoch Nov 6, 2020
12e12b8
tweak options
davidmurdoch Nov 7, 2020
fe03fee
add WIP cli port
davidmurdoch Nov 7, 2020
d78fda2
fix host bug
davidmurdoch Nov 7, 2020
b8c5503
reorganize things
davidmurdoch Nov 7, 2020
e50e93c
cli things
davidmurdoch Nov 7, 2020
389b1b8
built cli
davidmurdoch Nov 7, 2020
8949364
clean dist folders on tsc.clean
davidmurdoch Nov 7, 2020
9fd2cdd
make builds work
davidmurdoch Nov 8, 2020
7b94228
cli things
davidmurdoch Nov 10, 2020
4ded160
use our own block instead of an ethereumjs-block
davidmurdoch Nov 13, 2020
d2942a5
remove finalizationQueue
davidmurdoch Nov 13, 2020
31b8602
rename `requestRaw` to `_requestRaw`
davidmurdoch Nov 16, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
docs/launch.json linguist-language=JSON5
.nycrc linguist-language=JSON
.prettierrc linguist-language=JSON
1 change: 1 addition & 0 deletions .github/ganache-logo-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions .github/truffle-logo-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 52 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions

name: CI

on: [push, pull_request]

jobs:
build:
strategy:
fail-fast: false
matrix:
node: [10.7.0, 10.x, 11.x, 12.x, 13.x, 14.x]
os:
[
windows-2016,
windows-2019,
ubuntu-16.04,
ubuntu-18.04,
ubuntu-20.04,
macos-11.0,
]

runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
# we need build tools for the `bigint-buffer` module
- name: Add msbuild to PATH
if: startsWith(matrix.os, 'windows-')
uses: microsoft/setup-msbuild@v1.0.2
- name: install node tools
if: startsWith(matrix.os, 'windows-')
# windows-build-tools@5.2.2 failed to install, so we use 4.0.0
run: npm install --global --production windows-build-tools@4.0.0
- name: install node-gyp
if: startsWith(matrix.os, 'windows-')
run: npm install --global node-gyp@latest
- name: Set node config to use python2.7
if: startsWith(matrix.os, 'windows-')
run: npm config set python python2.7
- name: Set node config to set msvs_version to 2015
if: startsWith(matrix.os, 'windows-')
run: npm config set msvs_version 2015
- run: npm ci
- run: npm test
env:
FORCE_COLOR: 1
12 changes: 6 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
node_modules
TODO
*.log
.eslintrc.js
.tern-project
.DS_Store
.tern-port
.vscode
build
.nyc_output
lerna-debug.log
npm-debug.log
src/**/*/lib
coverage
dist/
13 changes: 0 additions & 13 deletions .npmignore

This file was deleted.

6 changes: 6 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
engine-strict=true
save-exact=true
sign-git-commit=true
sign-git-tag=true
loglevel=error
fund=false
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v10.7.0
3 changes: 3 additions & 0 deletions .nycrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "@istanbuljs/nyc-config-typescript"
}
8 changes: 8 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.DS_Store
.vscode
.nyc_output
lerna-debug.log
npm-debug.log
src/**/*/lib
coverage
npm-shrinkwrap.json
4 changes: 4 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"arrowParens": "avoid",
"trailingComma": "none"
}
25 changes: 0 additions & 25 deletions .travis.yml

This file was deleted.

Loading