Praneeth Mendu
c5f2a41f74
consistent dockerfiles ( #309 )
...
* fix: alpine python packages
* consistent dockerfiles
* fix: consistent dockerfiles - whitespaces
* fix: consistent dockerfiles - whitespaces1
Co-authored-by: mendu <mendu@mendus-MacBook-Pro.local >
2021-11-18 12:03:24 +09:00
Chance Hudson
0a1173a803
fix: switch all dockerfiles to use node 16
2021-11-10 22:02:12 +09:00
Wanseob Lim
7eaf9aa056
fix: ci & build script
2021-03-26 21:00:20 +09:00
Chance Hudson
084c4251c9
refactor: cli arguments
...
Add maxBid, publicUrls, passwordFile, keystoreFile
Change wallet/password loading config
Pass config to AuctionMonitor
2021-01-17 20:56:36 -06:00
Wanseob Lim
7fea3732f2
feat: make fullnode vaildates challenge conditions both onchain and offchain
2020-11-18 19:16:17 +09:00
Wanseob Lim
09f7897370
fix: dockerfile script causes some error in installing truffle tool
2020-10-31 22:21:12 +09:00
Wanseob Lim
0041f40e06
refactor: build pipe line
...
1. improve prisma dev flow (please see CONTRIBUTING.md)
2. improve circuit build & snark key management process.
2020-08-17 13:31:47 +09:00
Wanseob Lim
c5f15ecc45
refactor: improve build & test process
...
1. Describe build context & dockerfiles in `dockerfiles/docker-compose.yml`.
2. Using utils.buildAndGetContainer() function, specify the service name
and build the image before run test.
3. To skip the initial build process, developer can run `yarn pull:images`
on the root directory.
2020-08-17 13:31:47 +09:00