Please give us feedback and improvement points! #2021
Replies: 23 comments 42 replies
-
In Advanced Foundry Course, Section 3 - Develop Defi Protocol Lesson 16: DSCEngine advanced testing and Lesson 17: Write fuzz tests and contain the same video. |
Beta Was this translation helpful? Give feedback.
-
First of all, a supreme effort and a mega thanks to the Cyrfin team and @PatrickAlphaC sir for creating this course! I just had a few pieces of feedback:
Thankyou again!!! |
Beta Was this translation helpful? Give feedback.
-
Thanks for the course it's really good. I was wondering, is there a way to flag (or bookmark) a specific video so that we can easily come back to it later? I know we can leave it 'unchecked' but perhaps a quicker way would be to maybe filter and find all the bookmarked ones. |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot for the excellent educative course materials. The option to learn sectioned videos in Updraft instead of a combined long hours video is greatly appreciated. Would like to give generic improvement feedbacks as below:
|
Beta Was this translation helpful? Give feedback.
-
Thanks for this course Patrick, it was amazing. Really well explained.
uint256 maxAmountCollateralToRedeem = engine.getCollateralDepositedOfUser(sender, address(collateral)); The function it has this order of arguments: function getCollateralDepositedOfUser(address user, address token) external view returns(uint256) First is the address of the user and then the address of the token, in the video you put first the token and then the user: uint256 maxAmountCollateralToRedeem = engine.getCollateralDepositedOfUser(address(collateral), sender); I suppose it doens't fail because both are addresses, I looked at the logs and when we console
Regards, |
Beta Was this translation helpful? Give feedback.
-
In Blockchain Basics, Section 6 - The Purpose of Smart Contracts, the video cuts off a bit too early. The sentence was supposed to end with "and wash out the products that aren't actually contributing to Web3," It's not a big deal, but my perfectionist brain can't bear it. :) |
Beta Was this translation helpful? Give feedback.
-
In "Blockchain Basics 11. Quiz: Blockchain Basics Mid Section Recap" Question 4 "What is the role of the gas price in ETH?" refers to the next video of the course "12. Introduction to Gas". Shouldn't the videos be the other way around? Since the quiz asks about something we didn't see up to that point. |
Beta Was this translation helpful? Give feedback.
-
hey, I have a little question about quiz below: I think |
Beta Was this translation helpful? Give feedback.
-
In Blockchain Basics course the written lesson on 16. Blockchain Overview has a small mistake in: Thanks for the amazing work you guys have been doing. I'm loving the course!! |
Beta Was this translation helpful? Give feedback.
-
In "New discussion" section, "Preview" isn't working properly
|
Beta Was this translation helpful? Give feedback.
-
"IF YOU CAN" provide Patrick's codes used in Foundry Fundamentals, it would be very beneficial. Using the Solidity codes and the ones given in the repo, are giving countless errors. Even Phind ai can't help. And @EngrPips & others has to go through every line of the code provided to figure out what's wrong. This process eats up 2-3 days, thereby wasting the precious time of both, the questioner and solver. Thank you |
Beta Was this translation helpful? Give feedback.
-
lesson 6 part 3 to 7 is a bit difficult for windows users |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I noticed a blank part of the video in lesson 4, advanced foundry security section. |
Beta Was this translation helpful? Give feedback.
-
i had been in many other courses looking for problem to practice , not hard and does not require special website Thanks for consideration ,, |
Beta Was this translation helpful? Give feedback.
-
idk how but the vibe and aura of the course and instructor aka Patrick (hats off to him) just generates an extra chunk of interest in the field, it can't get better. |
Beta Was this translation helpful? Give feedback.
-
Hi, I guess there was some mistake in the explanations of Max Priority Fee at 4:05 in Blockchain Basics - 15. Gas in depth. It was explained that Max Priority Fee is Max gas fee plus the Max Tip, but isn't that just the Max Tip? And at 8:26 in the same video, it was said that the gas price we used was less than the max priority fee but the gas price is greater than the max priority fee. Thanks for the great course and explanations. |
Beta Was this translation helpful? Give feedback.
-
It's proving really difficult to use the faucets right now, and it cost me a lot of sepoliaETH to deploy my first smart contract. Like .014 out of the .024 I had in my wallet (meaning I won't have enough to do a second smart contract unless I get a faucet to work again). |
Beta Was this translation helpful? Give feedback.
-
@PatrickAlphaC |
Beta Was this translation helpful? Give feedback.
-
Great courses so far, can't wait to finish 'em all. Is this also a place to point out bugs or mistakes? Because I found an incomplete sentence in Solidity Smart Contract Development, Section 3: Fund Me, 27. Quiz: Fund Me Section Recap, Question 5. How does the fallback function differ from the receive function in Solidity?, the answer is "The receive function is specifically designed to handle Ether transfers without data and is automatically invoked when Ether." and it just stops there. Should it be "...is automatically invoked when Ether is sent"? |
Beta Was this translation helpful? Give feedback.
-
A very great course to start with as a beginner, but I'm having problem accessing the tenderly link located in block chain basics tutorial 12 (sending your first transaction tenderly), kindly check this out or if you have a solution to this kindly do that. |
Beta Was this translation helpful? Give feedback.
-
Hi,
|
Beta Was this translation helpful? Give feedback.
-
When will the Arabic subtitle 🇸🇦 be added? |
Beta Was this translation helpful? Give feedback.
-
In this thread, please leave feedback on your favorite parts, and least favorite parts of the course!
This way, we can keep updating so we can make Cyfrin Updraft easier and easier for you to learn.
CURRENT FEEDBACK POINTS:
Beta Was this translation helpful? Give feedback.
All reactions