
Rooshee
- Total activity 80
- Last activity
- Member since
- Following 0 users
- Followed by 2 users
- Votes 0
- Subscriptions 42
Articles
Recent activity by Rooshee-
What is L2 block number based on L1 block number
Knowing an L1 Ethereum block number, is there a way I can programmatically retrieve the corresponding L2 block numbers for it?There isn't a 1 to 1 mapping between L1 and L2 block numbers, please re...
-
Is it ideal to register addresses for improved calldata efficiency
I just registered my address and it was number 65. If you look at the ArbAddressTable on ArbGoerli, there aren't many transactions to it. Is it ideal to register addresses for improved calldata eff...
-
If you have updating issue with the bridge UI
If you happen to see this while on the bridge: The first thing you can do is clear the cache of your browser which would reset the state. At the moment Arbitrum uses the browser cache to show E...
-
How many blocks needed to be confirmed in Arbitrum?
It depends on which level of finality you need please check the transaction lifecycle Soft confirmation from the sequencer is instant, a stronger confirmation is when the tx is included in a batch ...
-
Is there any way to retrieve pre-nitro archive data from nirto node?
Arbitrum One and Arbitrum Rinkeby testnet have both been upgraded to Nitro, the latest Arbitrum tech stack; "Arbitrum Classic" is our term for the old, pre-Nitro tech stack. The Nitro node database...
-
How I do I calculate the refund amount from the decoded createRetryableTicket function parmas and tx information?
For example, this is the retryable creation transaction:https://arbiscan.io/tx/0xcb9d02346c1063ce0d13f2a2c56ae834c5466e91f29fddd4a8c57055ab2aaf8aNote 0.00016638939737323 deposited and 0.00000032912...
-
Is there a way to cancel a claim?
There is no way to cancel a claim. You can only claim and deposit from L1 to L2 again.
-
How many TPS can Arbitrum process?
In terms of scalability how many transactions per second (TPS) can Arbitrum process? The TPS of Arbitrum depends on Ethereum: every transaction on L2 will record its transaction calldata on L1.
-
Will tx with highest "Gas Price Bid" be confirmed first?
There is no mempool on Arbitrum, transactions are processed on a first come first serve basis by the sequencer. https://arb1.arbitrum.io/rpc is backed by a load balanced cluster of nodes, so submit...
-
When Depositing my token why it sends to: 0x00...064
If you see this address it's the destination address of a precompile contract in the L2 that manages the flow of this deposit tx. Please check what 0x0000000000000000000000000000000000000064 mean h...