forked from gobitfly/eth2-beaconchain-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Merge #1
Open
waterelder
wants to merge
4,283
commits into
guardaco:master
Choose a base branch
from
gobitfly:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Merge #1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6cb7d68
to
7fc97ff
Compare
de229eb
to
2107f54
Compare
Batch remove from watchlist for App
…TemplateHTML (NOBIDS) Removal of 38 useless casting over 6 files
…Handling (NOBIDS) Cause "no resolver" to remove ens entry
…Handling Nobids/improve ens resolver error handling
(NOBIDS) Fix debug level for eth.store
…Handling Nobids/improve ens resolver error handling
…Handling (NOBIDS) Handle wrapped errors correctly
…Handling (NOBIDS) Demote "execution reverted" to warning
…e_notifications (BIDS-2559) Sum up sync committee notifications
(NOBIDS) add empty string ENS check
…counts fix(validators): refresh status count only once per hour
…_count_from_table Nobids/source validator status count from table
Co-authored-by: Patrick Pfeiffer <[email protected]>
…er data (#2974) chore(v1): implement data cleaning feat(v1): timestamp balance data feat(v1): use correct sync committee votes table feat(v1): fix rewards and penalties for sync committee data
make sure to only retrieve one balance entry in case of multiple row versions fix(v1): fix failing integration tests fix linter fix linter fix linter
…un only once per day (#2993) Co-authored-by: Patrick Pfeiffer <[email protected]>
Co-authored-by: Patrick Pfeiffer <[email protected]>
* fix(v1): improve deposit-count-qry * fix(v1): improve db.GetTotalAmountDeposited * fix(monitoring): remove obsolete check for validatorStateCountsUpdater * fix(v1): fix db.GetEth2Deposits when searching --------- Co-authored-by: Patrick Pfeiffer <[email protected]>
Co-authored-by: Patrick Pfeiffer <[email protected]>
Co-authored-by: Patrick Pfeiffer <[email protected]>
Co-authored-by: Patrick Pfeiffer <[email protected]>
Co-authored-by: Patrick Pfeiffer <[email protected]>
…tatus (#2965) * fix(internal transaction): recursively revert traces * fix: SQLReaderDb interface missing methods * fix(eth1tx): remove transfers if reverted * fix(internal tx): only save the highest root revert * ci lint * feat: updated eth1 proto file * feat: updated Eth1InternalTransaction in eth1.proto file * feat: added Reverted value to Eth1InternalTransactionIndexed * feat: add check for internal txs while querying the block from erigon node and set the status to 2 if tx has failed partially * feat: updated reverted internal txs check logic * feat(types): add status enum and add status partially executed * refactor(client/erigon): simplify transaction indexing flow * feat(client/erigon): rework geth traces * fix: lint * feat: add status to Eth1TransactionIndexed msg and update hash formatting * fix: updated internal tx handling in GetBlock func * fix: updated internal txs parsing in GetBlock * fix: optimise the memory of internla tx parsing * lint * fix(internal): remove revert + status logic from client to transformers * test(internal): test for revert transformer on tx and itx * feat(cmd): add re-index-blocks cmd * chore(proto): clean proto Eth1Transaction and Eth1TransactionIndexed * fix(TransformItx): empty revertSource + error before skipping * feat(BEDS-536): implement misc `fix-internal-txs-from-node` cmd with batch processing from Erigon node (#2967) * wip: move itx status parsing logic to transformers func * wip: implementing fix-internal-txs misc cmd * wip: updated geth client initialisation * wip: moved blocks by batch logic to erigon.go * wip: updated block by number batch call * updated blocks batch processing * feat: added transformers for bulk mutations * fix: save current block height in local variable when performing mutation of the block data * fix: add check for start and end block flags * fix: updated erigon client * fix: add check for batchcall size and return if it's empty * cleanup unused code * cleanup * updated cmd name to fix-internal-txs-from-node * fix: uncles, blobGasUsed & excessBlobGas parsing * rm timings, update GetBlocksByBatch func * fix: revised ReindexITxsFromNode func logic * fix: update the logic for parsing uncles, BlobGasUsed and ExcessBlobGas * (BEDS-536) Use raw db for resync (#2972) * rpc/erigon: use raw bigtable * rpc/erigon: use cache raw db * rpc/erigon: correct path for geth traces * cmd/reindex: improve performance + fix raw store cache * rpc/erigon: fix sender address * db2/store: add remote server + client * fix ci * store/bigtable: fix range limits go mod * store/bigtable: fix grpc error on close * updated Receipts len check * updated traceMode to geth * fix ci * clenup * rpc/erigon: parse traces geth handle CALLCODE * fix(transform itx): allow internal index == ITX_PER_TX_LIMIT * fix(bigtable): retry on grpc internal err * fix(re index): log error rather than returning error and panicking * feat(re index): re print read error at the end * fix(TransformEnsNameRegistered): return none nil if ignored chainID * fix(db2/WithFallback): fallback on syscall.ECONNRESET * fix(blockHash): prevent wrong calculated hash * fix: return error if mismatch between receipts and transactions length * fix: blockhash read from node response * fix: merge go mod --------- Co-authored-by: Monika-Bitfly <[email protected]> Co-authored-by: Patrick Pfeiffer <[email protected]>
* fix: don't allow deletion of user with active subscription * feat: disable delete button for active subscription users * fix: show correct error message when deleting user
- showed delete button ONLY to active sub users before
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.