Skip to content
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

Generalized state compression #470

Merged
Merged
Show file tree
Hide file tree
Changes from 55 commits
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
5091ef2
chore: updated lesson title, and summary
danielAsaboro Sep 11, 2024
0c726ea
chore: updated lesson and theoretical overview of state compression
danielAsaboro Sep 11, 2024
4c13b5b
chore: updated lesson on concurrent merkle tree and broke it down int…
danielAsaboro Sep 11, 2024
ded4ca7
chore: updated lesson on data access in a state-compressed program an…
danielAsaboro Sep 11, 2024
0f7c9ac
chore: updated lesson on indexing data for easy lookup
danielAsaboro Sep 11, 2024
dccbb36
chore: updated lesson on creating rust types for compression developm…
danielAsaboro Sep 11, 2024
b8f56ed
chore: updated lesson on initializing a new tree for compression deve…
danielAsaboro Sep 11, 2024
15582e5
chore: updated lesson on adding hashes to the tree for compression de…
danielAsaboro Sep 11, 2024
b982975
chore: updated lesson on adding hashes for compression development pr…
danielAsaboro Sep 11, 2024
06c691b
chore: updated lesson on updating and deleting hashes for compression…
danielAsaboro Sep 11, 2024
e6b1110
chore: updated lesson on updating and deleting hashes for compression…
danielAsaboro Sep 11, 2024
2df1c39
chore: updated lesson on accessing data from a client for compression…
danielAsaboro Sep 11, 2024
803d656
chore: update project setup in Lab section for Building a Note-Taking…
danielAsaboro Sep 11, 2024
cf11a6b
chore: update step 2: define note schema in Lab section for Building …
danielAsaboro Sep 11, 2024
12a4c90
chore: update step 3: define input account and constraints - in Lab s…
danielAsaboro Sep 11, 2024
ca98fc9
chore: update step 4: create "create_note_tree" instruction - in Lab …
danielAsaboro Sep 11, 2024
b49a418
chore: update step 5: create "append_note_tree" instructuion - in Lab…
danielAsaboro Sep 11, 2024
821017a
chore: update step 6: create "update_note" instruction - in Lab secti…
danielAsaboro Sep 11, 2024
32f7df5
chore: update step 7: "client test setup" instruction - in Lab sectio…
danielAsaboro Sep 11, 2024
333036e
fix: update step 7 for more info into the utility file provided
danielAsaboro Sep 11, 2024
a50f6ae
chore: update step 8: "write client test" instruction - in Lab sectio…
danielAsaboro Sep 11, 2024
5308761
chore: update challenge section in Lab section for Building a Note-Ta…
danielAsaboro Sep 11, 2024
57cd1dd
fix: fixed content formatting issues
danielAsaboro Sep 11, 2024
323aa26
fix: used grammarly to fix grammar issues
danielAsaboro Sep 11, 2024
bbd7372
fix: fixed on-chain to onchain
danielAsaboro Sep 11, 2024
abe4546
fix: fixed lack of objectives semantic tag after title section
danielAsaboro Sep 11, 2024
f40df1a
Merge branch 'solana-foundation:main' into generalized_state_compression
danielAsaboro Sep 11, 2024
4d4930c
Merge branch 'solana-foundation:main' into generalized_state_compression
danielAsaboro Sep 25, 2024
7395957
Merge branch 'main' of github.com:danielAsaboro/developer-content int…
danielAsaboro Sep 25, 2024
25db1fa
fix: fixed description semantic tag issue
danielAsaboro Sep 25, 2024
4b0ae21
Update content/courses/state-compression/generalized-state-compressio…
danielAsaboro Sep 25, 2024
3683b03
fix: fixed concurrent tree explanation markdown
danielAsaboro Sep 25, 2024
dd0b0fb
fix: fixed grammar issue in last intro to theoretical overview of sta…
danielAsaboro Sep 25, 2024
85da74c
fix deterministic with predictably
danielAsaboro Sep 25, 2024
118f822
Update content/courses/state-compression/generalized-state-compressio…
danielAsaboro Sep 25, 2024
5596539
Update content/courses/state-compression/generalized-state-compressio…
danielAsaboro Sep 25, 2024
b94c55a
Update content/courses/state-compression/generalized-state-compressio…
danielAsaboro Sep 25, 2024
75a14f5
Update content/courses/state-compression/generalized-state-compressio…
danielAsaboro Sep 25, 2024
ce5489d
Update content/courses/state-compression/generalized-state-compressio…
danielAsaboro Sep 25, 2024
e2342ea
Update content/courses/state-compression/generalized-state-compressio…
danielAsaboro Sep 25, 2024
bb5426c
Update content/courses/state-compression/generalized-state-compressio…
danielAsaboro Sep 25, 2024
4f043eb
Update content/courses/state-compression/generalized-state-compressio…
danielAsaboro Sep 25, 2024
c5bdbc9
Update content/courses/state-compression/generalized-state-compressio…
danielAsaboro Sep 25, 2024
a9be24a
Update content/courses/state-compression/generalized-state-compressio…
danielAsaboro Sep 25, 2024
afbf92c
Update content/courses/state-compression/generalized-state-compressio…
danielAsaboro Sep 25, 2024
72d95b0
Update content/courses/state-compression/generalized-state-compressio…
danielAsaboro Sep 25, 2024
bc3b810
Update content/courses/state-compression/generalized-state-compressio…
danielAsaboro Sep 25, 2024
37b1d62
Update content/courses/state-compression/generalized-state-compressio…
danielAsaboro Sep 25, 2024
769a533
fix: synced with commits and changes Mike Suggested
danielAsaboro Sep 25, 2024
a2c3042
fix: fixed merge conflicts with the changes i did on github editor
danielAsaboro Sep 25, 2024
37ba707
fix: fixed formatting issues
danielAsaboro Sep 25, 2024
6150b4a
fix: broke down content
danielAsaboro Sep 25, 2024
bf173cf
fix: reflected Mikes suggestion
danielAsaboro Sep 25, 2024
6baad34
fix: fixed all rust content and addded extra documentation
danielAsaboro Sep 25, 2024
d4cd991
fix: updated the client side test, and made more explicit for clarity
danielAsaboro Sep 25, 2024
8c5a4f0
fix: fixed merge conflicts
danielAsaboro Sep 30, 2024
ad9705f
Merge branch 'solana-foundation:main' into generalized_state_compression
danielAsaboro Oct 2, 2024
8720580
fix: fixed merge conflicts; removed package.json
danielAsaboro Sep 30, 2024
2de716d
fix: fixed grammar issues with header semantic tag content
danielAsaboro Oct 2, 2024
2f0f3b1
fix: rephrased what state compression is per mikes suggestion
danielAsaboro Oct 2, 2024
cfad43d
fix: fix grammar and vocab issues
danielAsaboro Oct 2, 2024
10e304b
fix: fixed instructional handler issue
danielAsaboro Oct 2, 2024
3e89cb1
fix: fixed redundancies in test files
danielAsaboro Oct 2, 2024
e446ed5
fix: redirected them to main branch from solution branch
danielAsaboro Oct 2, 2024
a6d870b
fix: fixed merge conflict
danielAsaboro Oct 2, 2024
5fda6cb
fix: added package.json and yarn lock
danielAsaboro Oct 2, 2024
6ef0bac
revert: revert package json and yarn lock to main state
danielAsaboro Oct 2, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading