-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Add Cyfrin's glossary to Resources in the docs #16081
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Add Cyfrin's glossary to Resources in the docs #16081
Conversation
Thank you for your contribution to the Solidity compiler! A team member will follow up shortly. If you haven't read our contributing guidelines and our review checklist before, please do it now, this makes the reviewing process and accepting your contribution smoother. If you have any questions or need our help, feel free to post them in the PR or talk to us directly on the #solidity-dev channel on Matrix. |
Ping @mehtavishwa30. |
b98c562
to
aa4d55b
Compare
@mehtavishwa30 This needs a rebase and squashing. I think you used the "Update branch" feature to do it, but without switching it to "rebase". If you do that, it creates a merge commit (which we do not want). |
@cameel got it. it also has some failing checks. What are those about? |
There seems to be some new rate-limiting going on with our Foundry version check and that makes a lot of external test jobs fail. They're unrelated to the PR and they're not required checks so you can ignore them. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll rebase and merge.
e467a34
to
0e8ac1b
Compare
We have a glossary with many of the terms taught in Cyfrin Updraft.
https://www.cyfrin.io/glossary
Figured it would be a good resource to add!
(Note: It's different from what's in #15339)