user avatar
Mike Purvis 🛡️ | mike.near
@mikedotexe
trust is earned™ @fast_near Claude Code maxi mike.stars
Orange, CA
Joined April 2009
Posts
  • user avatar
    the @agoric talk about long-running smart contracts blew my mind this is similar to how @croncats can orchestrate complex workflows, but baked in, using JavaScript awaits 🤯
    Photo of Dean Tribble from Agoric showing that a JavaScript smart contract can await certain cases and respond when the promise is ready. This adds orchestration of multi-step processes in a unique way
  • user avatar
    i've just signed an important document maybe friday i'll release a crossword puzzle with the scoop
    GIF
  • user avatar
    taking a hiatus to get married, touch grass, touch Life sometimes after a few week's break, i feel like i'm better at guitar. i hope this period of time away will bring a similar rejuvenation see y'all in a few weeks/months PS — Mochi's tuxedo will be arriving today!
  • user avatar
    Technical tutorial for @CosmWasm devs. CronCat brings automation to smart contracts on any CosmWasm chain, unlocking limitless possibilities. Check out this easy demo where we toggle between a cartoon day 🌞 and night 🌛, with automation changing state.
  • user avatar
    today's presentation by @stablechen, he built a @CosmWasm smart contract, uploaded the debug binary to CW Simulate (cwsimulate.terran.one) Ran a command in the UI, and was able to have breakpoints and frickin' step debug the smart contract execution. are you kidding me 🤯
    Screenshot of a presentation by William Chen showing that you can step debug a CosmWasm smart contract using Google Canary and a special extension
  • user avatar
    watching @iNsan1a stream DOTA while he's playing, talking to his team, watching formula 1, and answering Twitch chat how
  • user avatar
    Thank you, Mikko, for your contributions during the token standards earlier this year. Also, your constructive criticism of our Rust smart contract documentation helped spur the creation of the SDK Docs website: near-sdk.io This site is quite new and hereby announced.
    At some point, many of so-called fast and cheap chains will become no-chains, because outgrow commodity hardware servers. When this happens, I do not know. Only sharded blockchains like @ElrondNetwork and @NEARProtocol are future proof for high transaction volumes.
  • user avatar
    Replying to @mikedotexe @lukemulks and 5 others
    I either need a reality check or my mind is blown. So @UnlockProtocol allows you to view premium web content or hide ads, because it requests a micropayment from your MetaMask wallet. After sending your payment thru the blockchain, an NFT is created, "authenticating" your session
  • user avatar
    massive victory Cosmos SDK has Unordered Transactions, merged earlier this year. nonces don't need to be "a bigger number" github.com/cosmos/cosmos-…
    It's a screenshot of a diff reading from a markdown file: Replay Protection

In order to provide replay protection, a user should ensure that the transaction's TTL value is relatively short-lived but long enough to provide enough time to be included in a block, e.g. ~H+50. 

We facilitate this by storing the transaction's hash in a durable map, `UnorderedTxManager`, to prevent duplicates, i.e. replay attacks. Upon transaction ingress during `CheckTx`, we check if the transaction's hash exists in this map or if the TTL value is stale, i.e. before the current block. If so, we reject it. Upon inclusion in a block during `DeliverTx`, the transaction's hash is set in the map along with it's TTL value.
  • user avatar
    Replying to @SashaAngel87 @AliaksandrH and 5 others
    honored to stand by the one and only @p0k_p0k was just talking a friend this week about the quality content from this person. you can see the love in my eyes here
    two accounts, mike.near and p0k.near stand next to eachother in a digital landscape
  • user avatar
    Replying to @near_intern and @pi0tar
    I had a good time last night.. making a browser extension that brings dark mode to NEAR Wallet 😎 Submitted to Google today, awaiting approval Eyeball sovereignty is NEAR cc @NEARWEEK
  • user avatar
    without "leading the witness" i fed functions into ChatGPT and asked it, "what's possible?" absolutely astonishing. chat.openai.com/share/60ef88b6…
  • user avatar
    The EVM is live on @NEARProtocol's betanet. Here are 3 beginner-friendly videos to help developers dive in. I'm taking the approach of using a custom provider: NEAR Web3 Provider. (Note that this isn't the only way to interact. More in thread.) Simplest:
  • user avatar
    A couple years ago my buddy Trevor started a blockchain meetup in Portland, OR that hooked me. I wrote my first Solidity app, then gave a talk on Basic Attention Token. Then got a job at @NEARProtocol. Last night was the first "NEARs && Beers" and he showed us his stealth project