cbcc369a2d
* Full API in Authenticated WS server. * Replacing UI server with Hyper. * Solving CLI, RPCs and tests. * Porting signer tests. * Fixing origin recognition for dapps/rpc. * Fixing tests. Adding parity-rpc-client to test. * Dapps exposed as RPC method. * JS code to support new connection scheme. * Fixing dapps tests. * Updating allowed origins/hosts to support web3.site. * Fixing tests, fixing UI. * Fixing tests. * Removing invalid tests. * Fixing merge. * 404 fallback for UI * Improve ContentFetcher constructor readability. * Naming. * Update .gitlab-ci.yml fix CI lint error * Fixing tests and linting issues. * Fixing new tests. * UI hosts. * Submodules fix.
23 lines
357 B
Bash
23 lines
357 B
Bash
#!/bin/bash
|
|
|
|
export TARGETS="
|
|
-p rlp\
|
|
-p ethash \
|
|
-p ethcore \
|
|
-p ethcore-bigint\
|
|
-p parity-dapps \
|
|
-p parity-rpc \
|
|
-p parity-rpc-client \
|
|
-p rpc-cli \
|
|
-p ethcore-util \
|
|
-p ethcore-network \
|
|
-p ethcore-io \
|
|
-p ethkey \
|
|
-p ethstore \
|
|
-p ethsync \
|
|
-p ethcore-ipc \
|
|
-p ethcore-ipc-tests \
|
|
-p ethcore-ipc-nano \
|
|
-p ethcore-light \
|
|
-p parity"
|