mirror of
https://github.com/getwax/bundler.git
synced 2026-01-09 15:47:56 -05:00
* Initial commit with lerna AA-4337 provider, bundler and helper contract * Initial CircleCI workflow * Initial commit for eslint task * Initial bundler class decomposition * Initial migration to commander.js * Transaction is sent by MethodHandler * Get transaction receipt by requestID * Create yarn script for Flows with Hardhat-node, Bundler as separate processes * Add server-side error handling to avoid unreadable errors (still WIP) * Add docker step * Added docker-compose.yml file * Enable depcheck task
25 lines
541 B
Plaintext
25 lines
541 B
Plaintext
node_modules
|
|
.env
|
|
coverage
|
|
coverage.json
|
|
typechain
|
|
packages/bundler/src/typechain-types
|
|
cache
|
|
artifacts
|
|
/packages/hardhat/types/
|
|
.DS_Store
|
|
/.idea/bundler.iml
|
|
/.idea/modules.xml
|
|
/packages/bundler/tsconfig.tsbuildinfo
|
|
/packages/hardhat/deployments/
|
|
tsconfig.tsbuildinfo
|
|
/packages/common/src/types/
|
|
/.idea/codeStyles/Project.xml
|
|
/.idea/codeStyles/codeStyleConfig.xml
|
|
/.idea/inspectionProfiles/Project_Default.xml
|
|
/packages/bundler/typechain-types/
|
|
/packages/bundler/deployments/
|
|
**/dist/
|
|
/packages/aactf/src/types/
|
|
/packages/bundler/src/types/
|