Block or Report
Block or report vbaranov
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
blockscout/blockscout
blockscout/blockscout PublicBlockchain explorer for Ethereum based network and a tool for inspecting and analyzing EVM based blockchains.
-
poanetwork/poa-network-consensus-contracts
poanetwork/poa-network-consensus-contracts PublicMain repository for POADAO consensus. Includes contracts for Initial Ceremony, Governance, Management of Validators
-
poanetwork/solidity-flattener
poanetwork/solidity-flattener PublicUtility to combine Solidity project to a flat file
-
poanetwork/poa-test-setup
poanetwork/poa-test-setup PublicDeployment of POA network in one click and e2e tests of Ceremony/Governance DApps
3,219 contributions in the last year
| Day of Week | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | |||||||||||||||||||||||||||||||||||||||||
| Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Saturday Sat | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Activity overview
Contribution activity
December 2023
Created 108 commits in 6 repositories
Created 2 repositories
-
vbaranov/optimism-docs
MDX
This contribution was made on Dec 6
-
vbaranov/stack-docs
Vue
This contribution was made on Dec 6
Created a pull request in blockscout/blockscout that received 5 comments
Index for block refetch_needed
Motivation
Query:
SELECT b0."hash", count(t1."hash") FROM "blocks" AS b0 LEFT OUTER JOIN "transactions" AS t1 ON t1."block_hash" = b0."hash" WHERE …
Opened 14 other pull requests in 5 repositories
blockscout/blockscout
2
open
7
merged
-
Log first topic to separate table
This contribution was made on Dec 20
-
Split address current token balances updates by token types
This contribution was made on Dec 19
-
Drop logs type column and related index
This contribution was made on Dec 15
-
Drop unused indexes on address_current_token_balances table
This contribution was made on Dec 15
-
Drop unused token_id column from token_transfers table and indexes based on this column
This contribution was made on Dec 15
-
Change log topic type in the DB to bytea
This contribution was made on Dec 13
-
Refine token transfers token ids index
This contribution was made on Dec 13
-
Manage DB queue target via runtime env var
This contribution was made on Dec 12
-
Refine docker-compose config structure
This contribution was made on Dec 6
blockscout/docs
2
merged
-
DATABASE_QUEUE_TARGET
This contribution was made on Dec 12
-
Refine docker-compose instruction
This contribution was made on Dec 6
blockscout/frontend
1
merged
-
Add link in Readme to the Manual deployment guide with backend and microservices
This contribution was made on Dec 15
ethereum-optimism/docs
1
merged
-
Change branch and command in the instruction for Blockscout launch
This contribution was made on Dec 6
ethereum-optimism/stack-docs
1
merged
-
Change application port and command in Blockscout launch instruction
This contribution was made on Dec 6
Reviewed 31 pull requests in 2 repositories
blockscout/blockscout
25 pull requests
-
TRACE_BLOCK_RANGES env var
This contribution was made on Dec 22
-
Optimize NFT owner preload
This contribution was made on Dec 22
-
Handle Postgrex errors on NFT import
This contribution was made on Dec 22
-
Fix tx input decoding in tx summary microservice request
This contribution was made on Dec 22
-
DB denormalization: transactions table
This contribution was made on Dec 21
-
Add SmartContractRealtimeEventHandler
This contribution was made on Dec 18
-
Refactor transactions event preloads
This contribution was made on Dec 18
-
Handle nil gas_price at address view
This contribution was made on Dec 18
-
BENS integration
This contribution was made on Dec 18
-
Isolate throttable error count by request method
This contribution was made on Dec 18
-
Set poll: false for internal transactions fetcher
This contribution was made on Dec 18
-
Decrease amount of NFT in address collection: 15 -> 9
This contribution was made on Dec 18
-
Speed up Indexer.Fetcher.TokenInstance.LegacySanitize
This contribution was made on Dec 18
-
Change log topic type in the DB to bytea
This contribution was made on Dec 17
-
Add EIP-4844 compatibility (not full support yet)
This contribution was made on Dec 14
-
Tx interpreter endpoint
This contribution was made on Dec 14
-
Support legacy paging options for address transactions endpoint
This contribution was made on Dec 13
-
Shibarium Bridge indexer and API v2 extension
This contribution was made on Dec 12
-
Add ACCOUNT_WATCHLIST_NOTIFICATIONS_LIMIT_FOR_30_DAYS
This contribution was made on Dec 8
-
Skip failed instances
This contribution was made on Dec 7
-
Remove daily balances updating from BlockReward fetcher
This contribution was made on Dec 6
-
Enhance method decoding by candidates from DB
This contribution was made on Dec 5
-
Solidityscan report API endpoint
This contribution was made on Dec 5
-
Allow call type to be in lowercase
This contribution was made on Dec 5
-
Fix native coin exchange rate with
EXCHANGE_RATES_COINGECKO_COIN_IDThis contribution was made on Dec 5 - Some pull request reviews not shown.
blockscout/frontend-configs
2 pull requests
-
creditcoin featured-networks
This contribution was made on Dec 12
-
add creditcoin
This contribution was made on Dec 12
Created an issue in blockscout/frontend that received 1 comment
Tuple input value is not parsed in "Write Contract"
Description Link to the page https://eth-sepolia.blockscout.com/address/0x0174b6E70b51C739ADb0D6d6c50eA49789FB5028?tab=write_contract Steps to re…
Opened 25 other issues in 2 repositories
blockscout/blockscout
18
open
6
closed
-
Single source is displayed on EIP-1167 proxy, even if the implementation has multiple sources
This contribution was made on Dec 22
-
Indexer.Fetcher.TokenInstance.Realtime terminating ** (Ecto.StaleEntryError) attempted to insert a stale struct:
This contribution was made on Dec 22
-
Add API v2 endpoint which will return the latest block number
This contribution was made on Dec 21
-
Create transactions advanced filter page
This contribution was made on Dec 20
-
Add API endpoint to get decoded calldata for the given contract address
This contribution was made on Dec 20
-
Add license field in smart-contract verification process
This contribution was made on Dec 20
-
API for submitting audit information about contract
This contribution was made on Dec 20
-
Add migrators to fill token_type in atb and actb
This contribution was made on Dec 19
-
Indexer.Fetcher.TokenInstance.Retry terminating
This contribution was made on Dec 16
-
Improve consistency for API v2 naming
This contribution was made on Dec 15
-
Token instance view: put owner address hash only if owner_address_hash is empty in token_instances table for this token instance
This contribution was made on Dec 13
-
Store verification type in smart_contracts table
This contribution was made on Dec 7
-
Create TRACE_BLOCK_RANGES analog as BLOCK_RANGES
This contribution was made on Dec 6
-
Fuse testnet: CoinBalanceDailyUpdater no function clause matching in Indexer.Fetcher.CoinBalanceDailyUpdater.put_new_param/2\n
This contribution was made on Dec 6
-
ETH Mainnet: TokenBalanceOnDemand no match of right hand side value: {:ok, %{}}
This contribution was made on Dec 6
-
Shibarium Mainnet: (ArgumentError) errors were found at the given arguments:\n\n * 1st argument: the table identifier does not refer to an existing ETS table
This contribution was made on Dec 6
-
Shibarium mainnet: /api/v2/search/check-redirect?q=%5C\n** (exit) an exception was raised
This contribution was made on Dec 6
-
Gnosis chain: no function clause matching in List.first in Explorer.Account.Notifier.Summary.fetch_summary/2
This contribution was made on Dec 6
-
Zksync: Indexer.Block.Realtime.Fetcher terminating
This contribution was made on Dec 6
-
ETC: error in process_forked_token_transfers
This contribution was made on Dec 6
-
EIP1167.get_implementation_address_hash_string expects options to be able to fetch data from read replica:
This contribution was made on Dec 4
-
Lack of tests specific to API v2 views
This contribution was made on Dec 4
-
Handle lowercase in internal transaction fetcher
This contribution was made on Dec 1
-
Investigate appearance of current token balance of ERC-1155 without token id and token type
This contribution was made on Nov 30
blockscout/frontend
1
closed
-
Frontend analog of old UI
HIDE_BLOCK_MINERenv varThis contribution was made on Dec 6
Started 1 discussion in 1 repository
blockscout/blockscout
-
BlockScout v5.3.3-beta
This contribution was made on Dec 11






