nikitosing
nikitosing
Close #5574 Close #5886 ## Changelog - add multi-part files verification - move verification logic to [rust micro-service](https://github.com/blockscout/blockscout-rs/tree/main/verification) - add 2 ENV variables to manage integration: ``` export ENABLE_RUST_VERIFICATION_SERVICE=true export...
Task: research how to build a verkle proofs (programmatically, elixir preferable) Suggested plan: 1. research what is verkle trie 2. research how to build a verkle proof 3. research how...
Close #5553 ## Changelog `smart_contracts` table changes: - add implementation_address_hash - add implementation_fetched_at ### Enhancements - Use changeset on updating implementation name to prevent rewrite the same name to the...
warning: using Enum.into/2 for conn is deprecated, use Plug.Conn.chunk/2 and Enum.reduce_while/3 instead (see the Plug.Conn.chunk/2 docs for an example) https://github.com/blockscout/blockscout/blob/master/apps/block_scout_web/lib/block_scout_web/controllers/address_transaction_controller.ex#L171
Close #5422 ## Changelog - Add clauses for `handle_info` to handle bad gateway error and any other ## Checklist for your Pull Request (PR) - [x] I added an entry...
! Merge after merging PR #4690 ## Changelog ### Enhancements - Move rewards to the separate tab `Rewards` - Add new pagination with random pages access to the address ...
https://blockscout.com/xdai/mainnet/address/0x1d7E2547bb560182B62Dff1EA08D24881A0e057E/internal-transactions#address-tabs https://blockscout.com/xdai/mainnet/address/0xb7d672703E7987715912A0784Be91B27D1098C89/internal-transactions#address-tabs 
### Precheck * Take a look at the open issues and be sure that your issue is not already covered. * Be sure your versions of Dialyxir and Erlex are...
Closes #8952 ## Changelog - Refactor code and eliminate the bug ## Checklist for your Pull Request (PR) - [x] I added an entry to `CHANGELOG.md` with this PR -...
``` 2024-02-20T22:15:57.466 fetcher=pending_transaction [error] Task #PID started from Indexer.Fetcher.PendingTransaction terminating ** (FunctionClauseError) no function clause matching in EthereumJSONRPC.Transaction.do_elixir_to_params/1 (ethereum_jsonrpc 6.1.0) lib/ethereum_jsonrpc/transaction.ex:206: EthereumJSONRPC.Transaction.do_elixir_to_params(%{"blockHash" => nil, "blockNumber" => nil, "from" => "0x0000000000000000000000000000000000000000",...