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
Chance Hudson
fea62b6b57
fix: use python2 package in alpine based images
2021-11-10 22:02:12 +09:00
Wanseob Lim
14e0d5147c
fix: update dockerfiles to have fixed gas price for testing
2021-08-27 23:46:22 +09:00
Chance Hudson
fa782c811a
fix: contracts docker image build
...
integration-test check for truthy DEBUG env var
2021-07-08 13:34:04 -05:00
Chance Hudson
8e738c1254
fix: use 5 second block times in ganache
2020-12-17 11:27:31 -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
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