Merge branch 'master' into ab-fix-contructor-verification-with-contructor-arguments

pull/1790/head
Ayrat Badykov 6 years ago committed by GitHub
commit 6fcc2fe68b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      CHANGELOG.md
  2. 2
      apps/block_scout_web/assets/css/_code.scss

@ -19,6 +19,7 @@
- [#1768](https://github.com/poanetwork/blockscout/pull/1768) - fix first block parameter - [#1768](https://github.com/poanetwork/blockscout/pull/1768) - fix first block parameter
- [#1778](https://github.com/poanetwork/blockscout/pull/1778) - Make websocket optional for realtime fetcher - [#1778](https://github.com/poanetwork/blockscout/pull/1778) - Make websocket optional for realtime fetcher
- [#1790](https://github.com/poanetwork/blockscout/pull/1790) - fix constructor arguments verification - [#1790](https://github.com/poanetwork/blockscout/pull/1790) - fix constructor arguments verification
- [#1795](https://github.com/poanetwork/blockscout/pull/1795) - fix line numbers for decompiled contracts
### Chore ### Chore

@ -14,7 +14,7 @@ pre {
.pre-decompiled code::before { .pre-decompiled code::before {
content: counter(line); content: counter(line);
display: inline-block; display: inline-block;
width: 2.5em; /* Fixed width */ width: flex;
border-right: 1px solid #ddd; border-right: 1px solid #ddd;
padding: 0 .5em; padding: 0 .5em;
margin-right: .5em; margin-right: .5em;

Loading…
Cancel
Save