Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for EIP-4844 blobs #13

Merged
merged 872 commits into from
Jun 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
872 commits
Select commit Hold shift + click to select a range
98099d8
Update changelog
varasev Jan 4, 2024
5931ec8
Add envs to common-blockscout.env
varasev Jan 4, 2024
d6a34da
Rename `uninserted` to `not inserted`
varasev Jan 4, 2024
85ff545
Small refactoring
varasev Jan 12, 2024
98c31ee
Remove redundant function
varasev Jan 12, 2024
7e6b81f
Fixes after rebase
varasev Jan 22, 2024
811f69e
Fixes for Chain.import related to CHAIN_TYPE
varasev Jan 23, 2024
ae812aa
Small refactoring
varasev Jan 24, 2024
a6d2a80
Move L1 RPC requests from realtime block handler to a separate GenServer
varasev Jan 31, 2024
5ffb2ea
Refactoring
varasev Feb 1, 2024
42314a6
Add doc comments for public functions
varasev Feb 2, 2024
2949f02
Fix spelling
varasev Feb 2, 2024
ce06032
Add Indexer.Fetcher.RollupL1ReorgMonitor module and remove duplicated…
varasev Feb 5, 2024
033ffb5
Update spelling
varasev Feb 5, 2024
e57ce96
Allow using Indexer.Fetcher.RollupL1ReorgMonitor for more than one mo…
varasev Feb 6, 2024
816b5d1
mix format and update spelling
varasev Feb 6, 2024
0ecf3fe
Use timestamp_to_datetime
varasev Feb 8, 2024
ec76391
Split RPC requests for blocks into chunks
varasev Feb 8, 2024
121092a
Refactor Indexer.Block.Fetcher
varasev Feb 13, 2024
b19e196
Reset GA cache
varasev Feb 13, 2024
98e80b3
Update chain.ex
varasev Feb 13, 2024
357a7d1
Update changelog
varasev Feb 14, 2024
e69c87e
Optimize addresses preloads in account abstraction proxy (#9377)
k1rill-fedoseev Feb 14, 2024
59cec00
Filter empty values in token update
vbaranov Feb 9, 2024
61df0a9
Merge pull request #9371 from blockscout/vb-filter-empty-values-in-to…
vbaranov Feb 14, 2024
d8fd9b2
Rename Zkevm to PolygonZkevm
varasev Feb 14, 2024
cef2819
Fix using of startblock/endblock in API v1 list endpoints: txlist, tx…
vbaranov Feb 14, 2024
c8167be
chore: bump actions/cache to v4 (#9393)
k1rill-fedoseev Feb 14, 2024
0e4b14b
More-Minimal Proxy support (#9396)
vbaranov Feb 14, 2024
4abc3df
Move missing ranges sanitize to a separate background migration
Qwerty5Uiop Feb 8, 2024
c8f4744
Merge pull request #9360 from blockscout/ap-move-sanitize-missing-ranges
vbaranov Feb 14, 2024
6ae6692
Merge pull request #9098 from blockscout/va-zkevm-bridge
vbaranov Feb 14, 2024
74cceb5
Improve marking of failed internal transactions (#9306)
k1rill-fedoseev Feb 15, 2024
b5382c3
Output user address as an object in API v2 for Shibarium (#9389)
varasev Feb 15, 2024
ad4d257
Fix Shibarium workflow name
vbaranov Feb 15, 2024
ebfc315
Fix outdated deps cache in CI (#9398)
k1rill-fedoseev Feb 15, 2024
389debb
Create Indexer.Fetcher.TokenInstance.{SanitizeERC721, SanitizeERC1155…
nikitosing Feb 15, 2024
4f2dc81
Retry ERC-721 token instance metadata fetch from baseURI + tokenID (#…
vbaranov Feb 15, 2024
068bf04
Filter out Vyper contracts in Solidityscan endpoint
vbaranov Feb 12, 2024
dc89d19
Return indexed raio 1 when there is only 0 block in the chain
vbaranov Feb 16, 2024
2334440
indexed_ratio_blocks value is 1, if no blocks
vbaranov Feb 16, 2024
15f708e
Merge pull request #9387 from blockscout/vb-solidity-scan-filter-out-…
nikitosing Feb 19, 2024
42425ed
Null round handling (#9403)
Qwerty5Uiop Feb 19, 2024
6bf70ae
Filecoin JSON RPC variant
vbaranov Feb 12, 2024
2da4d77
Fix index definition
vbaranov Feb 19, 2024
0a69f47
Fix parsing contract creation
vbaranov Feb 19, 2024
858f626
Bump core-js from 3.35.1 to 3.36.0 in /apps/block_scout_web/assets
dependabot[bot] Feb 19, 2024
bea2fbf
Bump @amplitude/analytics-browser in /apps/block_scout_web/assets
dependabot[bot] Feb 19, 2024
dd85b6c
Bump webpack from 5.90.1 to 5.90.3 in /apps/block_scout_web/assets
dependabot[bot] Feb 19, 2024
9bc63a5
Bump sass-loader from 14.1.0 to 14.1.1 in /apps/block_scout_web/assets
dependabot[bot] Feb 19, 2024
fe37a69
Merge pull request #9423 from blockscout/dependabot/npm_and_yarn/apps…
vbaranov Feb 20, 2024
0008797
Merge pull request #9422 from blockscout/dependabot/npm_and_yarn/apps…
vbaranov Feb 20, 2024
2f5c276
Merge pull request #9424 from blockscout/dependabot/npm_and_yarn/apps…
vbaranov Feb 20, 2024
b212ec5
Merge pull request #9425 from blockscout/dependabot/npm_and_yarn/apps…
vbaranov Feb 20, 2024
c9be63f
Bump sass from 1.70.0 to 1.71.0 in /apps/block_scout_web/assets
dependabot[bot] Feb 20, 2024
be9b1fc
Merge pull request #9421 from blockscout/dependabot/npm_and_yarn/apps…
vbaranov Feb 20, 2024
09b269b
Eliminate incorrect token transfers with empty token_ids
Qwerty5Uiop Feb 15, 2024
6907d87
Refactor weth transfers sanitizing
Qwerty5Uiop Feb 20, 2024
c118d87
Refactor token transfers migration name
Qwerty5Uiop Feb 20, 2024
c2868df
Merge pull request #9401 from blockscout/ap-token-transfers-empty-tok…
vbaranov Feb 20, 2024
f997b67
Add Enum.uniq before sanitizing token transfers
Qwerty5Uiop Feb 20, 2024
7e1a543
Merge pull request #9437 from blockscout/ap-uniq-token-before-sanitize
vbaranov Feb 20, 2024
c066a68
Token transfers denormalization
Qwerty5Uiop Feb 5, 2024
5fa357e
Denormalization names refactoring + small token transfer type fix
Qwerty5Uiop Feb 15, 2024
dbaedbc
Create token_transfers token_type index concurrently
Qwerty5Uiop Feb 15, 2024
ac736de
Add block_consensus to token_transfers
Qwerty5Uiop Feb 20, 2024
2006052
Update updated_at along with block consensus in internal transactions…
Qwerty5Uiop Feb 21, 2024
f554b0d
Merge pull request #9340 from blockscout/ap-token-transfers-denormali…
nikitosing Feb 21, 2024
41f8f1c
Refactoring, cover with tests
vbaranov Feb 20, 2024
e7d2dd0
Fetch coin balances in async mode in realtime fetcher (#9182)
Qwerty5Uiop Feb 21, 2024
a0e801a
Rename some Noves.fi proxy endpoints
vbaranov Feb 21, 2024
08bf588
Solidityscan integration enhancements
vbaranov Feb 21, 2024
727bf17
Merge pull request #9439 from blockscout/vb-solidiscan-integration-en…
vbaranov Feb 21, 2024
97ea7cc
Add `debug_traceBlockByNumber` to `method_to_url`
sl1depengwyn Feb 21, 2024
81bbf4b
Change bens address seach to get_address func
sevenzing Feb 21, 2024
a2bb240
Remove Noves.fi /describe endpoint since it is unused anymore
vbaranov Feb 21, 2024
d867be0
Merge pull request #9440 from blockscout/mf-geth-use-trace-url-trace-…
vbaranov Feb 21, 2024
9e9a6a3
update changelog
sevenzing Feb 21, 2024
758d64b
Fix quick search bug
nikitosing Feb 21, 2024
2384e9a
Changelog
nikitosing Feb 21, 2024
264c541
Merge pull request #9441 from blockscout/ll-update-bens
vbaranov Feb 21, 2024
aa1f7be
Merge pull request #9444 from blockscout/np-fix-quick-search
vbaranov Feb 21, 2024
7bb28d5
Merge pull request #9386 from blockscout/vb-filecon-jsonrpc
vbaranov Feb 21, 2024
97e7f6d
v6.2.0
vbaranov Feb 21, 2024
a86035a
Update master tag with pre-release workflow
vbaranov Feb 22, 2024
4641823
Fix Noves.fi endpoints
vbaranov Feb 22, 2024
c9a2d14
Fix Noves.fi endpoint
vbaranov Feb 22, 2024
b74ddce
feat: stream blocks without internal transactions backwards
k1rill-fedoseev Feb 24, 2024
ca54dce
chore: changelog
k1rill-fedoseev Feb 24, 2024
c4eda09
Bump sass from 1.71.0 to 1.71.1 in /apps/block_scout_web/assets
dependabot[bot] Feb 26, 2024
58501a3
Bump @amplitude/analytics-browser in /apps/block_scout_web/assets
dependabot[bot] Feb 26, 2024
9e8bd5c
Bump eslint from 8.56.0 to 8.57.0 in /apps/block_scout_web/assets
dependabot[bot] Feb 26, 2024
f65fe3f
Bump hammer from 6.2.0 to 6.2.1
dependabot[bot] Feb 26, 2024
8673489
Bump floki from 0.35.3 to 0.35.4
dependabot[bot] Feb 26, 2024
6d268c1
Bump es5-ext from 0.10.62 to 0.10.64 in /apps/block_scout_web/assets
dependabot[bot] Feb 27, 2024
6a73ca8
CHAIN_TYPE=ethereum for ETH chains
vbaranov Feb 28, 2024
a59e92b
Release workflow for ethereum chain type
vbaranov Feb 28, 2024
1e08a2d
workflows for zetachain
vbaranov Feb 28, 2024
d468ac8
Add batch_size and concurrency envs for tt token type migration
Qwerty5Uiop Feb 29, 2024
686a076
Merge pull request #9478 from blockscout/dependabot/hex/floki-0.35.4
vbaranov Feb 29, 2024
170b2ae
Merge pull request #9476 from blockscout/dependabot/npm_and_yarn/apps…
vbaranov Feb 29, 2024
ee8317c
Merge pull request #9477 from blockscout/dependabot/hex/hammer-6.2.1
vbaranov Feb 29, 2024
f9bc6e6
Merge pull request #9475 from blockscout/dependabot/npm_and_yarn/apps…
vbaranov Feb 29, 2024
e97cbb3
Merge pull request #9502 from blockscout/ap-add-env-vars-for-tt-token…
vbaranov Feb 29, 2024
914d426
Configure CI for Filecoin
vbaranov Feb 29, 2024
aaad14c
Merge pull request #9474 from blockscout/dependabot/npm_and_yarn/apps…
vbaranov Feb 29, 2024
7164222
Merge pull request #9492 from blockscout/dependabot/npm_and_yarn/apps…
vbaranov Feb 29, 2024
05d47d6
fix: not found page for unknown blobs
k1rill-fedoseev Feb 27, 2024
20f1f70
chore: changelog
k1rill-fedoseev Feb 27, 2024
df1d259
Merge pull request #9493 from blockscout/kf-blob-not-found
vbaranov Feb 29, 2024
ca40f79
Fix tabs counter cache bug
nikitosing Feb 20, 2024
d693529
Changelog
nikitosing Feb 20, 2024
0567d6f
Merge pull request #9426 from blockscout/np-fix-tabs-counter-bug
vbaranov Feb 29, 2024
5b3419a
Fix no function clause matching in Integer.parse/2 (#9484)
nikitosing Feb 29, 2024
017456b
6.2.1
vbaranov Feb 29, 2024
4322e81
Add env vars for NFT sanitize migration
Qwerty5Uiop Feb 29, 2024
c9f99bd
Merge pull request #9505 from blockscout/ap-add-sanitize-nft-env-vars
vbaranov Feb 29, 2024
ee82687
6.2.2
vbaranov Feb 29, 2024
2c52af2
Docker-compose 2.24.6 compatibility
vbaranov Mar 1, 2024
35409fa
Merge pull request #9461 from blockscout/kf-pbo-order
vbaranov Mar 1, 2024
4e82187
Merge pull request #9512 from blockscout/vb-docker-compose2_24_6-comp…
vbaranov Mar 1, 2024
7467d4d
Add tsvector index on smart_contracts.name (#9487)
nikitosing Mar 1, 2024
9819522
Optimism chain type (#9460)
vbaranov Mar 4, 2024
66b7bad
Fix missing `0x` prefix in `eth_getLogs` response (#9514)
fedor-ivn Mar 4, 2024
fdbb881
Add blob transaction count and transaction type filter to block view …
k1rill-fedoseev Mar 4, 2024
546b732
Add stability validators (#9390)
nikitosing Mar 4, 2024
a146308
ETH JSON RPC extension (#9409)
nikitosing Mar 4, 2024
6bcb231
Bump logger_json from 5.1.3 to 5.1.4
dependabot[bot] Mar 4, 2024
d052fc1
Bump credo from 1.7.4 to 1.7.5
dependabot[bot] Mar 4, 2024
5c211af
Bump floki from 0.35.4 to 0.36.0
dependabot[bot] Mar 4, 2024
364f47c
Bump postgrex from 0.17.4 to 0.17.5
dependabot[bot] Mar 4, 2024
f23854a
Bump phoenix_ecto from 4.4.3 to 4.5.0
dependabot[bot] Mar 4, 2024
dad4264
Bump ueberauth from 0.10.7 to 0.10.8
dependabot[bot] Mar 4, 2024
90366de
Bump @babel/core from 7.23.9 to 7.24.0 in /apps/block_scout_web/assets
dependabot[bot] Mar 4, 2024
0770e86
Bump chart.js from 4.4.1 to 4.4.2 in /apps/block_scout_web/assets
dependabot[bot] Mar 4, 2024
389bfb5
Bump mini-css-extract-plugin in /apps/block_scout_web/assets
dependabot[bot] Mar 4, 2024
fedca96
Bump postcss-loader from 8.1.0 to 8.1.1 in /apps/block_scout_web/assets
dependabot[bot] Mar 4, 2024
9c2efc2
Bump @amplitude/analytics-browser in /apps/block_scout_web/assets
dependabot[bot] Mar 4, 2024
294931b
Update dependabot.yml
vbaranov Mar 4, 2024
89992ad
Merge pull request #9544 from blockscout/dependabot/npm_and_yarn/apps…
vbaranov Mar 4, 2024
c41b133
Bump @babel/preset-env in /apps/block_scout_web/assets
dependabot[bot] Mar 4, 2024
0313fbb
Bump xss from 1.0.14 to 1.0.15 in /apps/block_scout_web/assets
dependabot[bot] Mar 4, 2024
8483330
Merge pull request #9537 from blockscout/dependabot/hex/logger_json-5…
vbaranov Mar 5, 2024
a7862b2
Merge pull request #9550 from blockscout/dependabot/npm_and_yarn/apps…
vbaranov Mar 5, 2024
9500e00
Merge pull request #9539 from blockscout/dependabot/hex/floki-0.36.0
vbaranov Mar 5, 2024
a0dd3c1
Merge pull request #9551 from blockscout/dependabot/npm_and_yarn/apps…
vbaranov Mar 5, 2024
733b6db
Merge pull request #9547 from blockscout/dependabot/npm_and_yarn/apps…
vbaranov Mar 5, 2024
31ba820
Bump autoprefixer in /apps/block_scout_web/assets
dependabot[bot] Mar 5, 2024
304bc0a
Merge pull request #9549 from blockscout/dependabot/npm_and_yarn/apps…
vbaranov Mar 5, 2024
544c3c4
Merge pull request #9542 from blockscout/dependabot/hex/phoenix_ecto-…
vbaranov Mar 5, 2024
2f63543
Merge pull request #9546 from blockscout/dependabot/npm_and_yarn/apps…
vbaranov Mar 5, 2024
df4e9c9
Merge pull request #9545 from blockscout/dependabot/npm_and_yarn/apps…
vbaranov Mar 5, 2024
500ee41
Merge pull request #9540 from blockscout/dependabot/hex/postgrex-0.17.5
vbaranov Mar 5, 2024
d27f7d6
Merge pull request #9543 from blockscout/dependabot/hex/ueberauth-0.10.8
vbaranov Mar 5, 2024
6643cac
Merge pull request #9538 from blockscout/dependabot/hex/credo-1.7.5
vbaranov Mar 5, 2024
7df24b0
Merge pull request #9548 from blockscout/dependabot/npm_and_yarn/apps…
vbaranov Mar 5, 2024
6277503
- change txpool_besuTransactions to txpool_besuPendingTransactions
Mar 5, 2024
754e6f2
adding comment in pending transaction besu
MASDXI Mar 6, 2024
c164e52
add PR tag
MASDXI Mar 6, 2024
534feaa
Add cancun evm version
vbaranov Mar 6, 2024
764ec0d
Merge pull request #9562 from blockscout/vb-add-cancun-evm-version
vbaranov Mar 6, 2024
07ca08c
Change value txpool_besuPendingTransactions to 512
MASDXI Mar 7, 2024
539d40f
Fix get_blocks_by_events function
varasev Mar 7, 2024
168c349
Update changelog
varasev Mar 7, 2024
c81f900
Prerelease workflow for Ethereum
vbaranov Mar 8, 2024
c914e71
Merge pull request #9572 from blockscout/va-shibarium-fix
vbaranov Mar 8, 2024
528b64c
Fix timestamp handler for unfinalized zkEVM batches
varasev Mar 6, 2024
59e4614
Update changelog
varasev Mar 6, 2024
dbf9f31
Handle non-existent timestamp
varasev Mar 6, 2024
55503b4
update log info
zjb0807 Mar 8, 2024
4fd62a7
Merge pull request #9563 from blockscout/va-polygon-zkevm-timestamp-fix
vbaranov Mar 10, 2024
3294e60
Merge branch 'master' into master
vbaranov Mar 10, 2024
e717357
Merge pull request #9583 from zjb0807/fix-log
vbaranov Mar 10, 2024
cfdd5b6
Aff fallback for OTP_VERSION and ELIXIR_VERSION in the main CI workflow
vbaranov Mar 10, 2024
0459615
Merge pull request #9560 from MASDXI/master
vbaranov Mar 10, 2024
7a7a424
Fix format and cspell tests
vbaranov Mar 10, 2024
1ab8087
Fix EIP-1967 beacon proxy pattern detection
vbaranov Mar 5, 2024
70fdae2
Processing of eth_getStorageAt might return less 32 bytes
vbaranov Mar 5, 2024
ce36a5d
Fix case for less 20 bytes in response
vbaranov Mar 5, 2024
843a9e3
Refactoring
vbaranov Mar 5, 2024
f8092ac
Merge pull request #9555 from blockscout/vb-fix-1967-beacon-pattern-d…
vbaranov Mar 10, 2024
e49c92c
Fix MultipleResultsError in smart_contract_creation_tx_bytecode/1
nikitosing Mar 1, 2024
4a260fd
Changelog
nikitosing Mar 1, 2024
3ca1455
Merge pull request #9518 from blockscout/np-fix-multiple-results-error
vbaranov Mar 11, 2024
ce5e2f5
Support Optimism Ecotone upgrade by Indexer.Fetcher.Optimism.TxnBatch…
varasev Mar 11, 2024
a8193f1
Bump ex_abi from 0.6.4 to 0.7.0 (#9329)
dependabot[bot] Mar 11, 2024
33242ee
Bump phoenix_ecto from 4.5.0 to 4.5.1
dependabot[bot] Mar 11, 2024
2b31514
Bump ex_doc from 0.31.1 to 0.31.2
dependabot[bot] Mar 11, 2024
f814231
Bump ecto from 3.11.1 to 3.11.2
dependabot[bot] Mar 11, 2024
60c4817
Bump redix from 1.3.0 to 1.4.1
dependabot[bot] Mar 11, 2024
7991da1
Merge pull request #9607 from blockscout/dependabot/hex/redix-1.4.1
vbaranov Mar 11, 2024
6e49972
Merge pull request #9606 from blockscout/dependabot/hex/ecto-3.11.2
vbaranov Mar 11, 2024
4ccca20
Update external-backend.yml
GimluCom Mar 11, 2024
0b4a44d
Merge pull request #9605 from blockscout/dependabot/hex/ex_doc-0.31.2
vbaranov Mar 12, 2024
1992cf5
Merge pull request #9604 from blockscout/dependabot/hex/phoenix_ecto-…
vbaranov Mar 12, 2024
eac1bcd
Merge pull request #9609 from GimluCom/patch-1
vbaranov Mar 12, 2024
354b7e4
Fix duplicate read methods (#9591)
fedor-ivn Mar 12, 2024
23ba638
chore: remove repetitive words
carrychair Mar 12, 2024
8c44ca5
Fix token instance transform panic (#9601)
k1rill-fedoseev Mar 12, 2024
f50018b
Update token transfers block_consensus by block_number
Qwerty5Uiop Mar 11, 2024
1b8397c
Merge pull request #9597 from blockscout/ap-fix-token-transfers-conse…
vbaranov Mar 12, 2024
ca85e73
Fix logging
nikitosing Mar 5, 2024
2b894ba
Merge pull request #9596 from blockscout/np-logs-fix
vbaranov Mar 12, 2024
4fac356
Fix Geth block internal transactions fetching
Qwerty5Uiop Mar 8, 2024
c833f2a
Merge pull request #9612 from carrychair/master
vbaranov Mar 12, 2024
57f18b3
Merge pull request #9585 from blockscout/ap-fix-geth-fetch-by-block
vbaranov Mar 12, 2024
ed064c3
Fix skipped read methods (#9621)
fedor-ivn Mar 12, 2024
2f49bf0
chore: fix some comments
one230six Mar 13, 2024
f5674ff
Improve gasprice oracle time estimation fallback (#9582)
sl1depengwyn Mar 13, 2024
610f622
API v1 bridgedtokenlist endpoint (#9506)
vbaranov Mar 13, 2024
5a80d93
Merge pull request #9626 from one230six/master
vbaranov Mar 13, 2024
914c2b2
Fix typos in CHANGELOG
vbaranov Mar 13, 2024
79bd263
Find a single creation tx for smart-contract
vbaranov Mar 13, 2024
0a54cd7
Merge pull request #9628 from blockscout/vb-find-one-creation-tx-fix
vbaranov Mar 13, 2024
646c849
Convert outputs to string in smart_contract_view.ex (#9529)
nikitosing Mar 13, 2024
ac5625d
Add user_op interpretation (#9473)
nikitosing Mar 13, 2024
a706cbd
Format .eex files
vbaranov Mar 13, 2024
a8cd708
Setup alternative hex.pm mirrors (#9622)
fedor-ivn Mar 13, 2024
de90516
Release workflow for Gnosis chain
vbaranov Mar 13, 2024
400b45b
Massive blocks fetcher (#9486)
Qwerty5Uiop Mar 13, 2024
51d82f1
zksync chain type support (#9631)
akolotov Mar 14, 2024
5505206
Don't insert pbo for not inserted blocks (#9629)
Qwerty5Uiop Mar 14, 2024
0eb7501
Rewrite query for token transfers on address to eliminate "or" (#9576)
vbaranov Mar 14, 2024
208192d
Add last output root size counter (#9532)
sl1depengwyn Mar 15, 2024
010758f
Fix no function clause matching in BENS.item_to_address_hash_strings/…
nikitosing Mar 15, 2024
da5bd2f
Re-add missing blob transactions count (#9644)
k1rill-fedoseev Mar 15, 2024
675fdeb
Fix fetch_coin_balance query to compare between balances with values …
vbaranov Mar 15, 2024
4bb0809
Update CHANGELOG record
vbaranov Mar 15, 2024
91fbfa8
Reset missing ranges collector to max number after the cycle is done …
Qwerty5Uiop Mar 15, 2024
c1ac435
Fix infinite retries for orphaned blobs (#9620)
k1rill-fedoseev Mar 15, 2024
16797ec
Separate errors by type in EndpointAvailabilityObserver (#9511)
Qwerty5Uiop Mar 15, 2024
da6c71d
Fix zero balances coming via WS (#9510)
nikitosing Mar 15, 2024
dea361d
Add secondary coin and transaction stats (#9483)
sl1depengwyn Mar 15, 2024
ee3b9c2
ERC-404 basic support (#9407)
vbaranov Mar 15, 2024
a5130b3
Hotfix for Optimism Ecotone batch blobs indexing (#9646)
varasev Mar 15, 2024
510bf9d
6.3.0
vbaranov Mar 15, 2024
824e10d
Remove duplicated tx hashes while indexing OP batches (#9652)
varasev Mar 18, 2024
8ae43e5
Merge commit '11659db0fa' into add-eip-4844
gabmontes May 14, 2024
d2582e3
Merge commit 'cb54b6da81' into add-eip-4844
gabmontes May 15, 2024
64bb17b
Merge commit '9819522ea1' into add-eip-4844
gabmontes May 21, 2024
622dcc6
Remove duplicated child process in Explorer
gabmontes May 21, 2024
83d9fde
Merge commit 'ce5e2f54e4' into add-eip-4844
gabmontes May 21, 2024
3f15122
Merge commit 'a5130b38f1' into add-eip-4844
gabmontes May 21, 2024
1c3a540
Rebuild .po file after last merge
gabmontes May 21, 2024
865219d
Restore missing functions lost in the last merge
gabmontes May 21, 2024
1156f84
Merge commit '824e10d166' into add-eip-4844
gabmontes May 28, 2024
16e90ad
Fix default branch in GitHub Actions workflows
gabmontes May 28, 2024
f4d506e
Improve docs for the OpNode module
gabmontes May 29, 2024
a35b4a8
Fix Hemi-related checks and tests
gabmontes May 30, 2024
b98c721
Remove extra files, duplicated code after merges
gabmontes May 29, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
18 changes: 1 addition & 17 deletions .dialyzer-ignore
Original file line number Diff line number Diff line change
@@ -1,28 +1,12 @@
:0: Unknown function 'Elixir.ExUnit.Callbacks':'__merge__'/3
:0: Unknown function 'Elixir.ExUnit.CaseTemplate':'__proxy__'/2
:0: Unknown type 'Elixir.Map':t/0
:0: Unknown type 'Elixir.Hash':t/0
:0: Unknown type 'Elixir.Address':t/0
lib/ethereum_jsonrpc/rolling_window.ex:171
lib/explorer/smart_contract/solidity/publisher_worker.ex:1
lib/explorer/smart_contract/vyper/publisher_worker.ex:1
lib/explorer/smart_contract/solidity/publisher_worker.ex:8
lib/explorer/smart_contract/vyper/publisher_worker.ex:8
lib/block_scout_web/router.ex:1
lib/block_scout_web/schema/types.ex:31
lib/phoenix/router.ex:324
lib/phoenix/router.ex:402
lib/explorer/smart_contract/reader.ex:435
lib/explorer/exchange_rates/source.ex:139
lib/explorer/exchange_rates/source.ex:142
lib/indexer/fetcher/polygon_edge.ex:737
lib/indexer/fetcher/polygon_edge/deposit_execute.ex:140
lib/indexer/fetcher/polygon_edge/deposit_execute.ex:184
lib/indexer/fetcher/polygon_edge/withdrawal.ex:160
lib/indexer/fetcher/polygon_edge/withdrawal.ex:204
lib/indexer/fetcher/zkevm/transaction_batch.ex:116
lib/indexer/fetcher/zkevm/transaction_batch.ex:156
lib/indexer/fetcher/zkevm/transaction_batch.ex:252
lib/block_scout_web/views/api/v2/transaction_view.ex:431
lib/block_scout_web/views/api/v2/transaction_view.ex:472
lib/explorer/chain/transaction.ex:167
lib/explorer/chain/transaction.ex:171
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ body:
description: How the application has been deployed.
options:
- Docker-compose
- Helm charts (k8s)
- Manual from the source code
- Helm charts
- Docker
validations:
required: true
Expand Down Expand Up @@ -65,7 +65,7 @@ body:
attributes:
label: Backend version
description: The release version of the backend or branch/commit.
placeholder: v5.3.1
placeholder: v6.1.0
validations:
required: true

Expand Down
23 changes: 23 additions & 0 deletions .github/actions/setup-repo-and-short-sha/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: 'Setup repo and calc short SHA commit'
description: 'Setup repo: checkout/login/extract metadata, Set up Docker Buildx and calculate short SHA commit'
inputs:
docker-username:
description: 'Docker username'
required: true
docker-password:
description: 'Docker password'
required: true
runs:
using: "composite"

steps:
- uses: actions/checkout@v4
- name: Setup repo
uses: ./.github/actions/setup-repo
with:
docker-username: ${{ inputs.docker-username }}
docker-password: ${{ inputs.docker-password }}

- name: Add SHORT_SHA env property with commit short sha
shell: bash
run: echo "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-8`" >> $GITHUB_ENV
29 changes: 29 additions & 0 deletions .github/actions/setup-repo/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: 'Setup repo'
description: 'Setup repo: checkout/login/extract metadata, Set up Docker Buildx'
inputs:
docker-username:
description: 'Docker username'
required: true
docker-password:
description: 'Docker password'
required: true
runs:
using: "composite"
steps:
- name: Check out the repo
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ inputs.docker-username }}
password: ${{ inputs.docker-password }}

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v5
with:
images: hemilabs/blockscout
2 changes: 1 addition & 1 deletion .github/workflows/blockscout_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- production-optimism-stg
- production-optimism-stg # Hemi default branch

jobs:
blockscout_build:
Expand Down
Loading
Loading