From fe1fdf7e1eb821e3e29882b9694b61e1d7bb710c Mon Sep 17 00:00:00 2001 From: erciccione Date: Sat, 31 Aug 2019 17:12:11 +0200 Subject: [PATCH] changed content of "recent news" menu - created tag "announcements" - replace "Missives" with "Announcements" and linked to related tag - moved "All Posts" at the bottom of the submenu - add tag 'announcements' to blog posts that need it --- _data/lang/en/navigation.yml | 10 +++++----- _data/tags.yml | 3 +++ ...response-to-an-empirical-analysis-of-linkability.md | 2 +- ...re-of-a-major-bug-in-cryptonote-based-currencies.md | 4 ++-- ...-13-september-15-2017-protocol-upgrade-hard-fork.md | 4 ++-- _posts/2017-11-13-workgroups-and-resources.md | 4 ++-- _posts/2017-12-07-Monero-Compatible-Bulletproofs.md | 4 ++-- _posts/2017-12-11-A-note-on-fees.md | 4 ++-- _posts/2018-02-11-PoW-change-and-key-reuse.md | 2 +- _posts/2018-03-01-core-team-announcement.md | 4 ++-- ...otocol upgrade-is-planned for-April-6-2018-03-28.md | 2 +- ...esponse-to-an-empirical-analysis-of-traceability.md | 2 +- ...t-mortum-of-the-multiple-counting-bug-2018-09-05.md | 4 ++-- _posts/2018-09-25-a-post-mortum-of-the-burning-bug.md | 2 +- ...ng-the-Monero-Malware-Response-Workgroup-Website.md | 4 ++-- _posts/2019-02-01-pruning.md | 2 +- _posts/2019-06-04-Long-Payment-ID-Deprecation.md | 2 +- blog/tags/announcements.md | 4 ++++ 18 files changed, 35 insertions(+), 28 deletions(-) create mode 100644 blog/tags/announcements.md diff --git a/_data/lang/en/navigation.yml b/_data/lang/en/navigation.yml index 6eedd257..c22762f8 100644 --- a/_data/lang/en/navigation.yml +++ b/_data/lang/en/navigation.yml @@ -16,14 +16,14 @@ url: downloads/ - title: Recent News subfolderitems: - - page: All Posts - url: blog - - page: Missives - url: blog/tags/monero%20missives.html + - page: Announcements + url: blog/tags/announcements.html - page: Meeting Logs url: blog/tags/dev%20diaries.html - page: Releases url: blog/tags/releases.html + - page: All Posts + url: blog - title: Community subfolderitems: - page: Team @@ -51,4 +51,4 @@ - page: Technical Specs url: technical-specs - page: Library - url: library \ No newline at end of file + url: library diff --git a/_data/tags.yml b/_data/tags.yml index bc1f79a6..253055ad 100644 --- a/_data/tags.yml +++ b/_data/tags.yml @@ -81,3 +81,6 @@ - slug: protocol upgrade name: Protocol Upgrade + +- slug: announcements + name: Announcements diff --git a/_posts/2017-04-19-an-unofficial-response-to-an-empirical-analysis-of-linkability.md b/_posts/2017-04-19-an-unofficial-response-to-an-empirical-analysis-of-linkability.md index f888ae5b..9c01fb87 100644 --- a/_posts/2017-04-19-an-unofficial-response-to-an-empirical-analysis-of-linkability.md +++ b/_posts/2017-04-19-an-unofficial-response-to-an-empirical-analysis-of-linkability.md @@ -2,7 +2,7 @@ layout: post title: An Unofficial Response to "An Empirical Analysis of Linkability in the Monero Blockchain" summary: A community-drafted response to Andrew Miller, et al. -tags: [core, crypto, research] +tags: [core, crypto, research, announcements] author: Justin Ehrenhofer (SamsungGalaxyPlayer) and the Monero community --- diff --git a/_posts/2017-05-17-disclosure-of-a-major-bug-in-cryptonote-based-currencies.md b/_posts/2017-05-17-disclosure-of-a-major-bug-in-cryptonote-based-currencies.md index bc616cc1..25c60fe7 100644 --- a/_posts/2017-05-17-disclosure-of-a-major-bug-in-cryptonote-based-currencies.md +++ b/_posts/2017-05-17-disclosure-of-a-major-bug-in-cryptonote-based-currencies.md @@ -2,7 +2,7 @@ layout: post title: Disclosure of a Major Bug in CryptoNote Based Currencies summary: Patched in Monero and others, but still in the wild -tags: [core, crypto, research] +tags: [core, crypto, research, announcements] author: luigi1111 and Riccardo "fluffypony" Spagni --- @@ -103,4 +103,4 @@ point contained in subgroup 1 and l (basepoint subgroup) is the identity element by 0). Mutliplying any point by 2, 4, or 8 will move it to the corresponding most exclusive subgroup (e.g., a point in 8*l subgroup multiplied by 4 would move to the 2*l subgroup, a point in the 8 subgroup multiplied by 2 would move the 4 subgroup, and so on). Adding a small subgroup (non idenitity) point to a key image in the basepoint subgroup "knocks" it out of that subgroup and into one of the larger ones. Since the order of that subgroup is not l but some multiple, multiplying as in the proposed mitigation above does not return the identity element. -~~~ \ No newline at end of file +~~~ diff --git a/_posts/2017-09-13-september-15-2017-protocol-upgrade-hard-fork.md b/_posts/2017-09-13-september-15-2017-protocol-upgrade-hard-fork.md index 15f4ff44..81b3991e 100644 --- a/_posts/2017-09-13-september-15-2017-protocol-upgrade-hard-fork.md +++ b/_posts/2017-09-13-september-15-2017-protocol-upgrade-hard-fork.md @@ -2,7 +2,7 @@ layout: post title: A Scheduled Protocol Upgrade is Planned for September 15 summary: To be sufficiently prepared, please run CLI v0.11.0.0 or GUI v0.11.0.0 -tags: [protocol upgrade, core, crypto] +tags: [protocol upgrade, core, crypto, announcements] author: dEBRUYNE / fluffypony --- @@ -74,4 +74,4 @@ This process is similar to the CLI upgrade process. Thus, see aforementioned ste **Pool mining:** -Only your pool operator needs to upgrade to the new version. In addition, any mining software that you use doesn't require an upgrade. \ No newline at end of file +Only your pool operator needs to upgrade to the new version. In addition, any mining software that you use doesn't require an upgrade. diff --git a/_posts/2017-11-13-workgroups-and-resources.md b/_posts/2017-11-13-workgroups-and-resources.md index 443469fc..b1b605d4 100644 --- a/_posts/2017-11-13-workgroups-and-resources.md +++ b/_posts/2017-11-13-workgroups-and-resources.md @@ -2,7 +2,7 @@ layout: post title: Workgroups and Resources summary: A brief overview of workgroups in Monero and the resources that are provided for them to succeed. -tags: [community] +tags: [community, announcements] author: rehrar --- @@ -42,4 +42,4 @@ The Taiga and Mattermost instances have been deployed for a couple months now (b The Monerujo team has their own [Taiga project](https://taiga.getmonero.org/project/m2049r-monerujo/) as well as several private Mattermost channels where they conduct weekly meetings, share files, and, many times, just have fun! -You (yes, you!) are invited to do the same. Brainstorm, envision what you want Monero to be, make a project, turn your ideas into reality, and have fun! Monero depends on you. \ No newline at end of file +You (yes, you!) are invited to do the same. Brainstorm, envision what you want Monero to be, make a project, turn your ideas into reality, and have fun! Monero depends on you. diff --git a/_posts/2017-12-07-Monero-Compatible-Bulletproofs.md b/_posts/2017-12-07-Monero-Compatible-Bulletproofs.md index 8bd36862..90d244f6 100644 --- a/_posts/2017-12-07-Monero-Compatible-Bulletproofs.md +++ b/_posts/2017-12-07-Monero-Compatible-Bulletproofs.md @@ -1,7 +1,7 @@ --- layout: post title: Monero Compatible Bulletproofs -tags: [crypto, research] +tags: [crypto, research, announcements] author: Sarang Noether --- @@ -19,4 +19,4 @@ Multiple outputs raise some issues that need further thought. Because bulletproo To avoid any problems, we're deploying bulletproofs in two stages. You'll first see only the single-output proofs. A two-output transaction will initially use two separate proofs, which still offers massive savings from what we have now. You'll see lower fees and faster verification times. We'll continue discussions about fee structure while we test multiple-output proofs, and later deploy them as a second stage. We want to encourage miners to use multiple-output proofs while being safe about fee scaling. -Overall, bulletproofs represent a huge advancement in Monero transactions. We get massive space savings, better verification times, and lower fees. If you're a fan of testnet, keep an eye out for bulletproofs! \ No newline at end of file +Overall, bulletproofs represent a huge advancement in Monero transactions. We get massive space savings, better verification times, and lower fees. If you're a fan of testnet, keep an eye out for bulletproofs! diff --git a/_posts/2017-12-11-A-note-on-fees.md b/_posts/2017-12-11-A-note-on-fees.md index cbc7684a..ed1c4503 100644 --- a/_posts/2017-12-11-A-note-on-fees.md +++ b/_posts/2017-12-11-A-note-on-fees.md @@ -1,7 +1,7 @@ --- layout: post title: A note on fees -tags: [crypto, research] +tags: [crypto, research, announcements] author: dEBRUYNE / ArticMine --- @@ -120,4 +120,4 @@ In conclusion, whilst fees are currently too high, they, most likely, won't be a 4. Code details and the actual implementation of the dynamic block size algorithm can be found [here](https://github.com/monero-project/monero/blob/master/src/cryptonote_basic/cryptonote_basic_impl.cpp). -5. Code details and the actual implementation of the dynamic fee algorithm can be found [here](https://github.com/monero-project/monero/commit/82dbba10d467e28e56929e2e7f3b1f04d4635da4). \ No newline at end of file +5. Code details and the actual implementation of the dynamic fee algorithm can be found [here](https://github.com/monero-project/monero/commit/82dbba10d467e28e56929e2e7f3b1f04d4635da4). diff --git a/_posts/2018-02-11-PoW-change-and-key-reuse.md b/_posts/2018-02-11-PoW-change-and-key-reuse.md index 6d05c578..170235d7 100644 --- a/_posts/2018-02-11-PoW-change-and-key-reuse.md +++ b/_posts/2018-02-11-PoW-change-and-key-reuse.md @@ -2,7 +2,7 @@ layout: post title: PoW change and key reuse summary: Monero will tweak Cryptonight, and how key reuse can compromise your privacy -tags: [mining, protocol upgrade, crypto] +tags: [mining, protocol upgrade, crypto, announcements] author: dEBRYUNE, dnaleor and the Monero project --- diff --git a/_posts/2018-03-01-core-team-announcement.md b/_posts/2018-03-01-core-team-announcement.md index f3824c33..2f35c329 100644 --- a/_posts/2018-03-01-core-team-announcement.md +++ b/_posts/2018-03-01-core-team-announcement.md @@ -2,7 +2,7 @@ layout: post title: Core Team Announcement summary: Small elaboration on the Core Team's role and an announcement on its membership -tags: [monero, core] +tags: [monero, core, announcements] author: The Core Team --- @@ -31,4 +31,4 @@ But every change brings new opportunity, and the Core Team is delighted to welco All members of the Core Team, past and present want to thank all volunteers and contributors for their consistent and tireless work. We look forward to what 2018 has in store for us as a project, and as a community. ![Monero Core Team Cartoon](/img/monero-core.jpg) -Image credit: [helloluis](https://cryptopop.net/) \ No newline at end of file +Image credit: [helloluis](https://cryptopop.net/) diff --git a/_posts/2018-03-28-a-scheduled-protocol upgrade-is-planned for-April-6-2018-03-28.md b/_posts/2018-03-28-a-scheduled-protocol upgrade-is-planned for-April-6-2018-03-28.md index 64ca4b6d..4845d7e9 100644 --- a/_posts/2018-03-28-a-scheduled-protocol upgrade-is-planned for-April-6-2018-03-28.md +++ b/_posts/2018-03-28-a-scheduled-protocol upgrade-is-planned for-April-6-2018-03-28.md @@ -2,7 +2,7 @@ layout: post title: A Scheduled Network Upgrade is Planned for April 6 summary: A scheduled network upgrade is planned for April 6. To be sufficiently prepared, please run CLI v0.12.0.0 or GUI v0.12.0.0 -tags: [network upgrade, core, crypto] +tags: [network upgrade, core, crypto, announcements] author: dEBRUYNE / fluffypony --- diff --git a/_posts/2018-03-29-response-to-an-empirical-analysis-of-traceability.md b/_posts/2018-03-29-response-to-an-empirical-analysis-of-traceability.md index 332b8644..7af729a0 100644 --- a/_posts/2018-03-29-response-to-an-empirical-analysis-of-traceability.md +++ b/_posts/2018-03-29-response-to-an-empirical-analysis-of-traceability.md @@ -2,7 +2,7 @@ layout: post title: Response to "An Empirical Analysis of Traceability in the Monero Blockchain", Version 2 summary: A response to Malte Möser, et al. -tags: [core, crypto, research] +tags: [core, crypto, research, announcements] author: Justin Ehrenhofer (SamsungGalaxyPlayer, sgp) --- diff --git a/_posts/2018-09-05-a-post-mortum-of-the-multiple-counting-bug-2018-09-05.md b/_posts/2018-09-05-a-post-mortum-of-the-multiple-counting-bug-2018-09-05.md index 838ead04..a18d269f 100644 --- a/_posts/2018-09-05-a-post-mortum-of-the-multiple-counting-bug-2018-09-05.md +++ b/_posts/2018-09-05-a-post-mortum-of-the-multiple-counting-bug-2018-09-05.md @@ -1,7 +1,7 @@ --- layout: post title: A Post Mortem of The Multiple Counting Bug -tags: [dev, core, crypto] +tags: [dev, core, crypto, announcements] author: dEBRUYNE --- @@ -21,4 +21,4 @@ In sum, a critical bug in the wallet software, of which the severity was initial **Notes:** -1. As an example, a transaction with 50 identical transaction public keys (`01ede13f013833f8aef14a9397b83fd5171833ab55bc480104dd6ba86ca8f13558`) can be found [here](https://xmrchain.net/tx/705501446556cb9dfed7997c6f3e31e76c43bdf459ae8c5485b8d1600bb7e142). \ No newline at end of file +1. As an example, a transaction with 50 identical transaction public keys (`01ede13f013833f8aef14a9397b83fd5171833ab55bc480104dd6ba86ca8f13558`) can be found [here](https://xmrchain.net/tx/705501446556cb9dfed7997c6f3e31e76c43bdf459ae8c5485b8d1600bb7e142). diff --git a/_posts/2018-09-25-a-post-mortum-of-the-burning-bug.md b/_posts/2018-09-25-a-post-mortum-of-the-burning-bug.md index 4001625a..dd85f191 100644 --- a/_posts/2018-09-25-a-post-mortum-of-the-burning-bug.md +++ b/_posts/2018-09-25-a-post-mortum-of-the-burning-bug.md @@ -1,7 +1,7 @@ --- layout: post title: A Post Mortem of The Burning Bug -tags: [dev, core, crypto] +tags: [dev, core, crypto, announcements] author: dEBRUYNE --- diff --git a/_posts/2018-09-26-Introducing-the-Monero-Malware-Response-Workgroup-Website.md b/_posts/2018-09-26-Introducing-the-Monero-Malware-Response-Workgroup-Website.md index ef5fc2ff..7a71c638 100644 --- a/_posts/2018-09-26-Introducing-the-Monero-Malware-Response-Workgroup-Website.md +++ b/_posts/2018-09-26-Introducing-the-Monero-Malware-Response-Workgroup-Website.md @@ -1,7 +1,7 @@ --- layout: post title: Introducing the Monero Malware Response Workgroup Website -tags: [malware, community, mining] +tags: [malware, community, mining, announcements] author: Justin Ehrenhofer --- @@ -17,4 +17,4 @@ The Monero Malware Workgroup is a self-organized set of volunteers that maintain We will not be able to eliminate malicious mining, but we hope to provide necessary education for people to better understand Monero, what mining is, and how to remove malware. -[mrw.getmonero.org](https://mrw.getmonero.org) \ No newline at end of file +[mrw.getmonero.org](https://mrw.getmonero.org) diff --git a/_posts/2019-02-01-pruning.md b/_posts/2019-02-01-pruning.md index 448e1515..aaf3136d 100644 --- a/_posts/2019-02-01-pruning.md +++ b/_posts/2019-02-01-pruning.md @@ -2,7 +2,7 @@ layout: post title: Monero Adds Blockchain Pruning and Improves Transaction Efficiency summary: Monero adds pruning and reduces range proof verification time with forthcoming upgrade -tags: [dev, core, crypto] +tags: [dev, core, crypto, announcements] author: Justin Ehrenhofer --- diff --git a/_posts/2019-06-04-Long-Payment-ID-Deprecation.md b/_posts/2019-06-04-Long-Payment-ID-Deprecation.md index 0b9b8d22..29a2755d 100644 --- a/_posts/2019-06-04-Long-Payment-ID-Deprecation.md +++ b/_posts/2019-06-04-Long-Payment-ID-Deprecation.md @@ -2,7 +2,7 @@ layout: post title: Long Payment ID Deprecation summary: Announcement of the deprecation of long payment IDs -tags: [community, crypto] +tags: [community, crypto, announcements] author: dEBRUYNE / Fluffypony --- diff --git a/blog/tags/announcements.md b/blog/tags/announcements.md new file mode 100644 index 00000000..7a43f52c --- /dev/null +++ b/blog/tags/announcements.md @@ -0,0 +1,4 @@ +--- +layout: blog_by_tag +title: titles.blogbytag +--- \ No newline at end of file