Hi guys, I’m going to start learning Solidity but I’m not sure I will manage to do it successfully. I have no experience in developing in any of mainstream languages except of small applied apps on Python during my undergrad classes and some DS job experience. However I am cryptoenthusiast and really like to learn new stuff about blockchain technologies. What do u think?
Jun 6, 2022, 3:35 PM
If you really want it you will make it happen. Don’t doubt yourself
Jun 6, 2022, 4:21 PM
Haha i learned all with Google search.
Go for it if you are willing to learn
Go for it if you are willing to learn
Jun 6, 2022, 4:21 PM
I started from 0 programming experience and have learned a lot in less than a year so its possible
Jun 6, 2022, 4:22 PM
wtf impossible
I am sure you had to ask here how to read an error
I am sure you had to ask here how to read an error
at least one time
Jun 6, 2022, 4:38 PM
you got demotivated before starting
you cant make it if you think like that
You find solutions to things , even if it takes days , dont run away
Jun 6, 2022, 4:40 PM
Fr bruh I don’t know how anyone uses google, more importantly why would you when you can just ask everything here
Jun 6, 2022, 4:50 PM
Google is pretty dumb with Solidity, or should I say the language itself is
Jun 6, 2022, 4:51 PM
because the people here are getting tired of answering simple questions that a google could answer, if an error says no gas, invalid address, undeclared variable etc then you’re stupid if you need to ask us what it means
it logs any events that it hits
it only works locally, not on deployed contracts
Jun 6, 2022, 6:21 PM
yeah, also you cannot verify on explorers, if you deploy on mainnet 😆
it speeds up debug, alot
it's a revert, so from the function definition, check every revert
Jun 6, 2022, 6:24 PM
Yeah but it could be wth built-in
Like an overflow or a div by 0
Jun 6, 2022, 6:24 PM
I was being sarcastic mate, I’m agreeing with you guys that most of the people joining here are idiots. It’s not even laziness most developers are lazy which is why we want to automate almost every task so that we don’t have to repeat stuff
Jun 6, 2022, 6:27 PM
Hey guys I cannot find anywhere if queryFilters from ethersjs has any limitations. Found one answer where a guy states that it has a limit of 5000 blocks which is useless imo but i cant find anything else about it
Also I don’t see anything in the source code from what I understand
Does anyone know how far back you can query ?
Also I don’t see anything in the source code from what I understand
Does anyone know how far back you can query ?
Jun 6, 2022, 6:29 PM
It doesn't
But your RPC provider almost certainly does
Jun 6, 2022, 6:31 PM
Ah cool thanks
Im using Ankr I like it better than infura plus they’re not too pricey
Jun 6, 2022, 6:33 PM
You can use geth, download all the blocks
Query local or on vps
Jun 6, 2022, 6:35 PM
The trouble with it is that i didn't find any documentation on the limit within 30 s, which is much longer than i usually need with this kind of question
Jun 6, 2022, 6:36 PM
yarn and npm are pretty much one and the same for most operations but yarn is generally faster with deps and what not
Jun 6, 2022, 7:45 PM
I also prefer yarn.
Jun 6, 2022, 8:01 PM
pnpm >
Jun 6, 2022, 8:04 PM
interesting
Jun 6, 2022, 8:13 PM
Agree, that’s why I choose yarn... gone are the days when I used to “npm dedupe” to fix duplicates and consolidate a more cleaned package repo
Now comes yarn2 with Plug’n’Play support, monorepos, plugins... way better but I haven’t tested it...
Anyways... this is Solidity guys!!! 😂 are any admin watching us now?
Jun 6, 2022, 8:36 PM