SoldierJAW😼

3.4K posts

SoldierJAW😼 banner
SoldierJAW😼

SoldierJAW😼

@SoldierJAW

Just trying to make it...

Katılım Haziran 2008
1.4K Takip Edilen79 Takipçiler
SoldierJAW😼 retweetledi
MegaETH
MegaETH@megaeth·
Introducing MegaUSD (USDm), the native stablecoin of MegaETH. Built in collaboration with @ethena. $USDM aligns incentives across stakeholders, letting users and apps enjoy the lowest fees possible while routing scalable value back to MegaETH.
English
583
624
3.3K
1.1M
SoldierJAW😼 retweetledi
MegaETH
MegaETH@megaeth·
New week. Same goal.
MegaETH tweet media
English
180
172
1.3K
34.2K
SoldierJAW😼 retweetledi
MegaETH
MegaETH@megaeth·
There are still things out there worth believing in
MegaETH tweet media
English
182
181
1.1K
43.7K
SoldierJAW😼 retweetledi
MegaETH
MegaETH@megaeth·
Who wants a MegaETH badge?
MegaETH tweet media
English
5.6K
1.7K
9K
308.9K
SoldierJAW😼 retweetledi
MegaETH
MegaETH@megaeth·
OMEGA.
English
818
282
2.2K
100.5K
SoldierJAW😼 retweetledi
MegaETH
MegaETH@megaeth·
There's onchain and then there is onchain in real-time.
English
678
371
2.3K
444.9K
SoldierJAW😼 retweetledi
MegaETH
MegaETH@megaeth·
MegaETH will provide the best execution for apps because it leverages the best in our ecosystem. • Ethereum for Settlement • EigenDA for Data Availability The latter is only possible because of what EigenLayer provides. Slashing going live makes it feature-complete.
EigenCloud@eigencloud

Slashing goes live on mainnet today! 🥳 The protocol is now feature-complete. Programmable trust is no longer a concept. It’s code. Let’s talk about what this unlocks & why it matters. 🧵

English
122
176
904
52K
SoldierJAW😼 retweetledi
MegaETH
MegaETH@megaeth·
We've implemented a new RPC method to enable real-time apps. Chief Technical Bunny breaks down why its needed.
Lei Yang Σ:@yangl1996

This week's upgrade of the MegaETH testnet includes an interesting new feature: realtime_sendRawTransaction. This new RPC method sets the foundation for realtime dapp frontends on MegaETH. It solves a simple yet important problem: how to retrieve the receipt of a transaction with absolutely minimum latency? Why it’s an important problem A key feature of realtime applications are short feedback loops. That is, apps will heavily depend on UX patterns where users can observe the effects of their transactions almost immediately after they send them. This gives users a feeling of interactivity and control like driving a race car, as opposed to remote controlling a Mars landing mission! The feedback loop of a user transaction is pretty simple. It consists of three parts: first, the transaction travels from the user to the chain; second, the chain executes the transaction, i.e., computes its effects; and third, the effects are communicated back to the user. The goal of every realtime application is to minimize the amount of time taken by each part. For applications on MegaETH, the first part is easy to optimize. The user simply sends transactions to the sequencer. It is the only entity (at any given point of time) that builds blocks, so the shortest path is to send transactions directly to it. The second part is equally easy. Thanks to MegaETH’s high throughput streaming EVM, transactions seldomly wait in the transaction pool. (Recall that significant queuing only happens when demand is close to or greater than capacity, of which MegaETH has a lot, or when service is bursty, of which stream processing is the exact opposite.) This leaves us with only the third part to worry about: communicating transaction results back to users. In EVM terms, this means retrieving the receipts. We need to minimize its latency. Solution prior to realtime_sendRawTransaction On non-realtime chains, executing transactions (the aforementioned second step) takes significant time such that optimizing receipt retrieval is not a priority. Shaving off 200ms is not that important when the overall latency can never go lower than the multi-second block time! As a result, standard EVM chains chose polling as the solution to receipt retrieval. Basically, the user (frontend) calls eth_getTransactionReceipt repeatedly until a non-null receipt is returned. (Examples: Viem #json-rpc-methods" target="_blank" rel="nofollow noopener">viem.sh/docs/actions/p…, Ethers.js #L1476" target="_blank" rel="nofollow noopener">github.com/ethers-io/ethe….) Polling is suboptimal for latency because if a receipt unfortunately becomes ready for retrieval right after an eth_getTransactionReceipt attempt (that returned null), we must wait until the next attempt, which wastes time. In order not to waste too much time, we need to reduce the interval between two consecutive eth_getTransactionReceipt calls, i.e., the polling period. However, setting the polling period too low causes too many failed attempts, which burdens the infra. This is like going to the mailbox every 10 minutes to check on the delivery you look forward so much to. I guess many people would prefer a notification pushed to their phone instead! realtime_sendRawTransaction is eth_sendRawTransaction and eth_getTransactionReceipt bundled together Entering realtime_sendRawTransaction. The idea behind this new RPC method is quite simple. As mentioned, in MegaETH, almost every transaction is executed immediately after it arrives at the sequencer. So, by just waiting a little bit of extra time, the sequencer will have the receipt ready and can return it to the transaction sender, relieving the sender of polling. The most natural way to implement this idea is to let eth_sendRawTransaction (the RPC method that sends a transaction to the sequencer) wait until execution completes (which, again, is practical because it takes less than 10ms on MegaETH) and return the receipt of the executed transaction as the RPC response. In order not to break backward compatibility, we gave it a new name: realtime_sendRawTransaction. It takes the same parameter as eth_sendRawTransaction, but returns the receipt of the submitted transaction instead of just the hash. [The following figure compares polling (left) and realtime_sendRawTransaction (right).] Implementing realtime dapp frontends using realtime_sendRawTransaction is very easy, since each user interaction requires just one RPC call. There is no polling, subscription, or callback to worry about. The frontend simply uses realtime_sendRawTransaction in place of eth_sendRawTransaction, and it will get transaction receipts preconfirmed by the sequencer in responses. We believe it will greatly improve the DevEx when building realtime applications on MegaETH as well the end to end UX.

English
65
82
513
31.1K
SoldierJAW😼 retweetledi
MegaETH
MegaETH@megaeth·
Who has the highest score on Crossy Fluffle?
MegaETH tweet media
English
622
281
2.2K
117K
SoldierJAW😼 retweetledi
The Fluffle
The Fluffle@TheFluffleNFT·
henlo, Fluffle holders With the support of @theprestige_art, we’re selecting 15 Fluffles to feature their lightning-fast bunnies in an exclusive art piece by @gully_art Gully is known for his whimsical style, where kids observe art history (think tiny artists admiring their own masterpieces) Plus, the lucky holders will get a physical copy of the artwork delivered to them Hop into the #fluffle-updates channel in the @megaeth Discord to discover pure, unfiltered wonder <3
The Fluffle tweet mediaThe Fluffle tweet media
English
54
65
316
25.6K
SoldierJAW😼 retweetledi
MegaETH
MegaETH@megaeth·
MegaETH is the logical endgame for execution in crypto It leverages the best to achieve this Ethereum • Proofs are published here, reflecting MegaETH state • The most live, censorship resistant chain EigenDA • Tx batches exist here, backed by $ETH Gradually, then suddenly
MegaETH tweet media
English
232
296
1.6K
84.6K
SoldierJAW😼 retweetledi
MegaETH
MegaETH@megaeth·
Due to the Easter holiday, we've instituted a filter on testnet so that only rabbits may submit transactions to the chain. Thanks for understanding
MegaETH tweet media
English
258
177
1.3K
49.6K
SoldierJAW😼 retweetledi
MegaETH
MegaETH@megaeth·
Who's wearing their rabbit ears today? ∑:
MegaETH tweet media
English
238
155
1K
38.1K
SoldierJAW😼 retweetledi
MegaETH
MegaETH@megaeth·
Presenting Crossy Fluffle—the first real-time onchain game. Each move is a transaction, but the cars don't care about confirmation times. Get hit and you're done. See how far your chain can get you: game.megaeth.com
English
390
371
2.2K
404.2K
Infinex
Infinex@infinex·
First 500 to react. Go
English
1.2K
204
1.4K
94.1K