ronin icon indicating copy to clipboard operation
ronin copied to clipboard

A DPoS blockchain.

Results 28 ronin issues
Sort by recently updated
recently updated
newest added

This commit adds a step to query profile id from consensus address to support the consensus change feature. It also switches the function call to get BLS public key to...

I am currently using [ethereum-etl](https://github.com/blockchain-etl/ethereum-etl/blob/develop/ethereumetl/cli/export_blocks_and_transactions.py) tool to do some backfilling but I have observed some high latency when doing so. Mainly all the requests are batch requests. There is no...

- consortium: avoid reading statedb in block header verification path In snap sync, we only verify header without processing block transactions so the statedb is not available. As a result,...

This branch is used for rotating validators development

loadBlsSecretKey is called in `account generate-bls-proof` to support loading BLS secret key from file. But this command also supports loading secret key from keystore. In that case, no keyfile is...

Bumps [github.com/btcsuite/btcd](https://github.com/btcsuite/btcd) from 0.20.1-beta to 0.24.0. Release notes Sourced from github.com/btcsuite/btcd's releases. btcd v0.24.0 This release is a major release that includes several general bug fixes, security bug fixes (please...

dependencies

Hi All, Can anyone provide me the link to download an archival snapshot for mainnet starting from Block 1. Thanks, Saloni

In sponsored transaction, payer of gas fee can be different from sender. This commit fixes the prestate tracer to correctly track the balance of payer and sender in sponsored transaction....

Currently, we choose to set basefee to 0 after London fork on Ronin, the basefee logic can be changed in future fork. Besides, at the London fork, we don't double...

This commit refactors FindAncientHeader, changes its name to findCheckpointHeader, adds some comments and unit test to make the code more readable.