<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gradecoin/src, 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>2022-04-25T23:03:30Z</updated>
<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>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>Suppress clippy warning: module_name_repetition</title>
<updated>2022-04-23T20:12:09Z</updated>
<author>
<name>necrashter</name>
</author>
<published>2022-04-23T20:08:53Z</published>
<link rel='alternate' type='text/html' href='https://git.yigitsever.com/projects/gradecoin/commit/?id=7e23d86ee71daabb9df49623d1c5f9625fd9546e'/>
<id>urn:sha1:7e23d86ee71daabb9df49623d1c5f9625fd9546e</id>
<content type='text'>
Co-authored-by: Yigit Sever &lt;yigit@ceng.metu.edu.tr&gt;</content>
</entry>
<entry>
<title>Comply with Rustfmt</title>
<updated>2022-04-23T20:12:09Z</updated>
<author>
<name>necrashter</name>
</author>
<published>2022-04-23T20:02:13Z</published>
<link rel='alternate' type='text/html' href='https://git.yigitsever.com/projects/gradecoin/commit/?id=0a190cdde68f533086e029337fde07b74cd7147d'/>
<id>urn:sha1:0a190cdde68f533086e029337fde07b74cd7147d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Load bots from config file instead of hardcoding</title>
<updated>2022-04-23T20:12:09Z</updated>
<author>
<name>necrashter</name>
</author>
<published>2022-04-23T19:45:12Z</published>
<link rel='alternate' type='text/html' href='https://git.yigitsever.com/projects/gradecoin/commit/?id=e4e31cecd4e5032c0b2d8ef8f71f24cef9212cd2'/>
<id>urn:sha1:e4e31cecd4e5032c0b2d8ef8f71f24cef9212cd2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bot config representation</title>
<updated>2022-04-23T20:12:09Z</updated>
<author>
<name>necrashter</name>
</author>
<published>2022-04-23T19:44:30Z</published>
<link rel='alternate' type='text/html' href='https://git.yigitsever.com/projects/gradecoin/commit/?id=6737ce1650dab4819a33ac03ff3e9c8bb09d3645'/>
<id>urn:sha1:6737ce1650dab4819a33ac03ff3e9c8bb09d3645</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Separate duplicate tx check from tx ids</title>
<updated>2022-04-23T18:50:03Z</updated>
<author>
<name>Yigit Sever</name>
</author>
<published>2022-04-23T18:50:03Z</published>
<link rel='alternate' type='text/html' href='https://git.yigitsever.com/projects/gradecoin/commit/?id=3ec12ea0fdf179dc9f45a550fd6e60c9501790d5'/>
<id>urn:sha1:3ec12ea0fdf179dc9f45a550fd6e60c9501790d5</id>
<content type='text'>
Use source and target instead
</content>
</entry>
<entry>
<title>Add timestamp to transaction fingerprint hash</title>
<updated>2022-04-23T18:32:51Z</updated>
<author>
<name>Yigit Sever</name>
</author>
<published>2022-04-23T18:31:57Z</published>
<link rel='alternate' type='text/html' href='https://git.yigitsever.com/projects/gradecoin/commit/?id=949da3fd6d2143d23fe1b84cf83f80418fd05840'/>
<id>urn:sha1:949da3fd6d2143d23fe1b84cf83f80418fd05840</id>
<content type='text'>
This should include some randomness and prevent someone just simulating
the whole chain on their own
</content>
</entry>
<entry>
<title>Add temporary clippy allows</title>
<updated>2022-04-23T18:32:51Z</updated>
<author>
<name>Yigit Sever</name>
</author>
<published>2022-04-23T18:31:30Z</published>
<link rel='alternate' type='text/html' href='https://git.yigitsever.com/projects/gradecoin/commit/?id=9b6c529de0136fc6648c02031e0e4b7c4dd14387'/>
<id>urn:sha1:9b6c529de0136fc6648c02031e0e4b7c4dd14387</id>
<content type='text'>
</content>
</entry>
</feed>
