ljmanini
1.9K posts


@ControlZ_1337 @immunefi lightweight king
can u 360bs on the slopes tho
English

@Jat9292 @gakonst @paradigm @PatrickAlphaC @real_philogy @optimizoor you're barking at the wrong tree friend, although I hope solar can address stuff like this
English

Sorry guys but I'll keep using Hardhat over Foundry until forge testing won't throw because of "Stack too deep" errors. This just doesn't make any sense in a testing context and makes the DevX pure shit. @gakonst @paradigm @PatrickAlphaC @real_philogy @optimizoor
English
ljmanini retweetledi

Do yourself a favor and stop comparing this cycle to prior cycles.
Bitcoin is highly likely in a supercycle.
The crypto industry has just experienced its most dramatic change in history, a fundamentally driven 180 degree turn.
The industry went in weeks from a barely legal pariah detested by the state, to one of the top industries embraced by the state.
The change is so extreme it's hard to find comparables in modern times.
Maybe gold in the 1970s is one.
The 1970s was a transformative decade for gold. Nixon's ending of the Gold Standard in 1971, dismantling Bretton Woods, sent gold surging from $35 per ounce to $850 in 1981.
Expecting a major local top around March does make sense, as I've covered in prior posts.
This would be heavily dependent on the slope of ascent, funding rates, and the broader economy. But one should not equate a major local top with the beginning of the bear market.
Maybe we do get such bear market. Anything is possible. But the conditions for it are not yet there.
It's also too soon to be expecting a top. Bitcoin bull-runs always last for many months. It's only been 33 days since Trump unleashed the Kraken.
English

@matthew_sigel boss the block blob limit is 6, 3 is the target to keep blob cost as is blobscan.com/blocks
English

@lovethewired @00xSEV it is but solidity makes the semantic distinction between literal bytes and literal integer so you can't use one instead of the other without going through casting gymnastics
English

@MartinMarchev Pretty sure it's the compiler simplifying literal expressions
English
ljmanini retweetledi
ljmanini retweetledi


@BazziBazzani oooooh new oz lib contract idea minted live??? using tstore sounds perfect
English

@ljmanini I think the memory expansion cost would be huge if you had to relocate the array each time you pop or push something. What about using transient storage instead?
English

@BazziBazzani although tbf this could be implemented by allocating the new space and executing n MCOPYs 🤔🤔🤔
English

@ljmanini Yup, contract storage uses 256-bit addresses, and slots are computed pseudo-randomly so collisions are nearly 0, so resizing structures is safe. Memory, though, is linear, so you have to expand it and append the data at the end. Reassign an array? It creates a new one wtf!

English


























