11441
ustas.eth
@ustas #11441
Web3 developer • ZK • Security researcher • Privacy • /ʲustɑs/ • https://linktr.ee/ustas.eth
386 Follower 71 Following
GPU POOR NO LONGER
- TH3P4G3 with JHL7440 (not the best one) connected with Thunderbolt 3
- NVIDIA GeForce RTX 3060 12GB
- Thermaltake Smart 500W (the cheapest one that hopefully not going to fry my system)
P.S. DO NOT TELL ME ABOUT THE CABELS
P.S.S. NO, IT'S NOT MY GRANDMA'S TABLE
- TH3P4G3 with JHL7440 (not the best one) connected with Thunderbolt 3
- NVIDIA GeForce RTX 3060 12GB
- Thermaltake Smart 500W (the cheapest one that hopefully not going to fry my system)
P.S. DO NOT TELL ME ABOUT THE CABELS
P.S.S. NO, IT'S NOT MY GRANDMA'S TABLE
DuneCon 2024 was definitely worth the time, very glad I went:
- talked to some people about my workflows in Glider
- attended a talk with @vitalik.eth for the first time (this is the guy I trust with my ETH)
- it was just good to hang out, free food and great organization as always! Excellent job @dune.eth
- talked to some people about my workflows in Glider
- attended a talk with @vitalik.eth for the first time (this is the guy I trust with my ETH)
- it was just good to hang out, free food and great organization as always! Excellent job @dune.eth
DSS was great!
Thanks guys, very nice to meet you! I hope you stay for Devcon too, if not, until next time 👋
https://frames.neynar.com/f/48e7e775/c5fdb994
Thanks guys, very nice to meet you! I hope you stay for Devcon too, if not, until next time 👋
https://frames.neynar.com/f/48e7e775/c5fdb994
My first (and let's hope not last) contribution to Solidity has been merged!
A little revision: address.codehash can produce two results for an account with zero code, depending on whether the account has balance or not (among other factors), which caused a couple of issues at least on @code4rena .
My proposal added a warning to the documentation to reduce confusion among developers.
Thanks to everyone who participated in the discussion!
https://github.com/ethereum/solidity/pull/14793
A little revision: address.codehash can produce two results for an account with zero code, depending on whether the account has balance or not (among other factors), which caused a couple of issues at least on @code4rena .
My proposal added a warning to the documentation to reduce confusion among developers.
Thanks to everyone who participated in the discussion!
https://github.com/ethereum/solidity/pull/14793
Tired of fancy wallets with ads, fees (lmao), and no control over your network connectivity?
Here it is, the final solution! A script to sign offline with Ledger:
✨Ledger Offline Sign ✨
https://github.com/ustas-eth/ledger-offline-sign
Here it is, the final solution! A script to sign offline with Ledger:
✨Ledger Offline Sign ✨
https://github.com/ustas-eth/ledger-offline-sign
The highly anticipated (by me) results of @doublerpro mitigation are out!
Thank you, @code4rena and the team, it's been nice working with you 🙌
Thank you, @code4rena and the team, it's been nice working with you 🙌
Had a little time this weekend to finish the Ledger Offline Sign script. It'll soon be available through npx or git.
The only things left, I think, are to add more tokens to the list (ideally parse them from somewhere), include other tx types, and reorder the inputs.
Wdyt?
The only things left, I think, are to add more tokens to the list (ideally parse them from somewhere), include other tx types, and reorder the inputs.
Wdyt?
Lmao
Ustas-chan's code is so kawaii, it makes even the bugs go 'uwu' before they crash! >w< Glider-senpai, notice me!
Ustas-chan's code is so kawaii, it makes even the bugs go 'uwu' before they crash! >w< Glider-senpai, notice me!
My first accepted finding on @code4rena, 1.5 year ago, 900 USD of payout
ERC777 reentrancy, how cute 😂
Yeah, those were good times...
With a coded PoC, btw ☝
https://github.com/code-423n4/2023-01-reserve-findings/issues/297
ERC777 reentrancy, how cute 😂
Yeah, those were good times...
With a coded PoC, btw ☝
https://github.com/code-423n4/2023-01-reserve-findings/issues/297
Good points and deep analysis of the contest platforms by @s0ck.eth. C4 has created a new open work paradigm that I don't know of any analogy to.
https://twitter.com/sockdrawermoney/status/1798643063172313554
https://twitter.com/sockdrawermoney/status/1798643063172313554
I just nominated @officercia for /build because he helped a lot of guys in web3 and stays vigilant to keep it safe
0/714 transactions, power using from 2017 😤
Pushed a few warnings about the differences between Kovan and Mainnet Glider. Good to see the tool is progressing and becoming more comfortable to use.
If you want to start writing your ultimate query in 5 min to find millions of bugs, *check the repo*:
https://github.com/ustas-eth/daily-glider
If you want to start writing your ultimate query in 5 min to find millions of bugs, *check the repo*:
https://github.com/ustas-eth/daily-glider
I'm powerless once again
Where is the proletariat channel?
Where is the proletariat channel?
Judging of my first invitational contest on @code4rena has ended. 3rd place, 7 confirmed findings, quite a nice result!
The most web3 tea I've ever tried
Daily Glider, article 14: Low-Level Data (part 2)
Continuing yesterday's article, today we'll talk about the `.instruction_data` property of an `Instruction`.
https://github.com/ustas-eth/daily-glider/blob/main/articles/low-level-data-2/README.md
Continuing yesterday's article, today we'll talk about the `.instruction_data` property of an `Instruction`.
https://github.com/ustas-eth/daily-glider/blob/main/articles/low-level-data-2/README.md
I've got the Power, FINALLY
Stories about me will be legendary
Stories about me will be legendary
Daily Glider, article 13: Low-Level Data (part 1)
Your proficiency with Instruction and Function can be significantly increased if you know how to look into the deeper level of what they contain.
https://github.com/ustas-eth/daily-glider/blob/main/articles/low-level-data-1/README.md
Your proficiency with Instruction and Function can be significantly increased if you know how to look into the deeper level of what they contain.
https://github.com/ustas-eth/daily-glider/blob/main/articles/low-level-data-1/README.md
Daily Glider, article 12: Instruction
The last of the trio, `Instruction`, is another huge class with 44 methods in total + 5 from its child classes (there will be more!).
https://github.com/ustas-eth/daily-glider/blob/main/articles/instruction/README.md
The last of the trio, `Instruction`, is another huge class with 44 methods in total + 5 from its child classes (there will be more!).
https://github.com/ustas-eth/daily-glider/blob/main/articles/instruction/README.md
By the way, which martial art do you prefer? I spent a few months in boxing a while ago, and now I am considering going to another field when I come back from my hermitage