<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gradecoin, branch main</title>
<subtitle>gradecoin server, simple crypto playground, suitable for undergrad courses</subtitle>
<id>https://git.yigitsever.com/projects/gradecoin/atom?h=main</id>
<link rel='self' href='https://git.yigitsever.com/projects/gradecoin/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.yigitsever.com/projects/gradecoin/'/>
<updated>2024-05-17T21:36:03Z</updated>
<entry>
<title>Update README.md</title>
<updated>2024-05-17T21:36:03Z</updated>
<author>
<name>Yigit Sever</name>
</author>
<published>2024-05-17T21:36:03Z</published>
<link rel='alternate' type='text/html' href='https://git.yigitsever.com/projects/gradecoin/commit/?id=3ccea009341e9919dd2678d2ce0afd0d58ccda84'/>
<id>urn:sha1:3ccea009341e9919dd2678d2ce0afd0d58ccda84</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update README.md</title>
<updated>2024-05-17T21:35:36Z</updated>
<author>
<name>Yigit Sever</name>
</author>
<published>2024-05-17T21:35:36Z</published>
<link rel='alternate' type='text/html' href='https://git.yigitsever.com/projects/gradecoin/commit/?id=501b8ca53660ebd2008c7c39d6f665315f4c041a'/>
<id>urn:sha1:501b8ca53660ebd2008c7c39d6f665315f4c041a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: bump tokio and warp</title>
<updated>2022-06-06T22:04:11Z</updated>
<author>
<name>Yigit Sever</name>
</author>
<published>2022-06-06T22:04:11Z</published>
<link rel='alternate' type='text/html' href='https://git.yigitsever.com/projects/gradecoin/commit/?id=2c72acf9a39ca0341a3ced7d2eb18e328f97578a'/>
<id>urn:sha1:2c72acf9a39ca0341a3ced7d2eb18e328f97578a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bugfix: place guy files under network directories</title>
<updated>2022-04-25T23:03:30Z</updated>
<author>
<name>Yigit Sever</name>
</author>
<published>2022-04-25T21:49:10Z</published>
<link rel='alternate' type='text/html' href='https://git.yigitsever.com/projects/gradecoin/commit/?id=2ea30741c5f5f780d4e7e6edb01942f404dd810b'/>
<id>urn:sha1:2ea30741c5f5f780d4e7e6edb01942f404dd810b</id>
<content type='text'>
guy files were getting written in the correct directory but were getting
updated on the parent directory (/users)

this moves the "update guy file" logic to its own function so this sort
of thing doesn't happen again

writing blocks to disk got moved to its own function as well
</content>
</entry>
<entry>
<title>Implement gas fee</title>
<updated>2022-04-25T18:24:00Z</updated>
<author>
<name>Yigit Sever</name>
</author>
<published>2022-04-25T14:21:45Z</published>
<link rel='alternate' type='text/html' href='https://git.yigitsever.com/projects/gradecoin/commit/?id=5bc476d41b631a0b416df37d9b1153686f8d465b'/>
<id>urn:sha1:5bc476d41b631a0b416df37d9b1153686f8d465b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump Cargo.lock</title>
<updated>2022-04-25T10:03:10Z</updated>
<author>
<name>Yigit Sever</name>
</author>
<published>2022-04-25T10:03:10Z</published>
<link rel='alternate' type='text/html' href='https://git.yigitsever.com/projects/gradecoin/commit/?id=da1b5cb64f0e20ff314b625dd423045268dab82f'/>
<id>urn:sha1:da1b5cb64f0e20ff314b625dd423045268dab82f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add new endpoint /version</title>
<updated>2022-04-25T10:01:52Z</updated>
<author>
<name>Yigit Sever</name>
</author>
<published>2022-04-25T09:57:32Z</published>
<link rel='alternate' type='text/html' href='https://git.yigitsever.com/projects/gradecoin/commit/?id=78eb253ced519f5f6b4c5f7f229aac3747228046'/>
<id>urn:sha1:78eb253ced519f5f6b4c5f7f229aac3747228046</id>
<content type='text'>
Use this endpoint to compare the live version to the version on vcs

From here on, the version should be updated regularly as well
</content>
</entry>
<entry>
<title>Remove TODO.md</title>
<updated>2022-04-25T09:37:31Z</updated>
<author>
<name>Yigit Sever</name>
</author>
<published>2022-04-25T09:37:31Z</published>
<link rel='alternate' type='text/html' href='https://git.yigitsever.com/projects/gradecoin/commit/?id=5f51a33fb6bc3b70a2822f507b5746882e22b45a'/>
<id>urn:sha1:5f51a33fb6bc3b70a2822f507b5746882e22b45a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add ci badge to README</title>
<updated>2022-04-23T20:20:04Z</updated>
<author>
<name>Yigit Sever</name>
</author>
<published>2022-04-23T20:20:04Z</published>
<link rel='alternate' type='text/html' href='https://git.yigitsever.com/projects/gradecoin/commit/?id=b5fd75ce3bf02258cd1fdae849552823f09caa8d'/>
<id>urn:sha1:b5fd75ce3bf02258cd1fdae849552823f09caa8d</id>
<content type='text'>
As this is a real project now apparently</content>
</entry>
<entry>
<title>Add clippy lint to ci workflow</title>
<updated>2022-04-23T20:13:04Z</updated>
<author>
<name>Yigit Sever</name>
</author>
<published>2022-04-23T19:57:03Z</published>
<link rel='alternate' type='text/html' href='https://git.yigitsever.com/projects/gradecoin/commit/?id=d2c5799b13b8765eb856600ad459087245e559e2'/>
<id>urn:sha1:d2c5799b13b8765eb856600ad459087245e559e2</id>
<content type='text'>
</content>
</entry>
</feed>
