diff --git a/changelog/infrastructure.md b/changelog/infrastructure.md index 6919b582a1..e44ba670ed 100644 --- a/changelog/infrastructure.md +++ b/changelog/infrastructure.md @@ -11,6 +11,8 @@ components, the logs will have the following format: ### Removed +- (`ci/Dockerfile`): `dockerci/Dockerfile` file with folder was removed , because it is outdated. + ### Changed ### Added @@ -19,6 +21,8 @@ components, the logs will have the following format: ### Fixed +- (`explorer`): Bug with 'Click to copy' button for account address. + ## Release 2021-02-02 ### Removed diff --git a/docker/ci/Dockerfile b/docker/ci/Dockerfile deleted file mode 100644 index 490d46e0b0..0000000000 --- a/docker/ci/Dockerfile +++ /dev/null @@ -1,21 +0,0 @@ -FROM fedora:30 -ENV PATH="/root/.cargo/bin:${PATH}" -RUN dnf install -y gettext nodejs nodejs-yarn axel jq postgresql libpq-devel rust make openssl-devel git python gcc-c++ docker which && dnf clean all \ - && curl https://sh.rustup.rs -sSf | bash -s -- -y \ - && ln -s /usr/bin/nodejs-yarn /usr/bin/yarn - -RUN useradd -u 8877 ci_user -USER ci_user - -RUN cargo install diesel_cli --no-default-features --features postgres -RUN cargo install wasm-pack - -ENV CARGO_HOME=/drone/src/target/rust-ci-cache/cargo - -RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/`curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt`/bin/linux/amd64/kubectl -RUN chmod +x ./kubectl -RUN mv ./kubectl /usr/local/bin/kubectl - -RUN curl -LO https://github.com/ethereum/solidity/releases/download/v0.5.16/solc-static-linux -RUN chmod +x solc-static-linux -RUN mv solc-static-linux /usr/local/bin/solc diff --git a/infrastructure/explorer/src/Account.vue b/infrastructure/explorer/src/Account.vue index 09bc3725a6..1fba85c098 100644 --- a/infrastructure/explorer/src/Account.vue +++ b/infrastructure/explorer/src/Account.vue @@ -7,7 +7,7 @@