mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-17 08:18:03 +00:00
Added dates in correct format and removed hard coded dates.
This commit is contained in:
parent
8644368361
commit
1013a544fc
84 changed files with 19 additions and 174 deletions
|
@ -27,10 +27,20 @@ layout: base
|
|||
<div class="left two-thirds col-lg-8 col-md-8 col-sm-12 col-xs-12">
|
||||
<div class="info-block">
|
||||
<div class="row">
|
||||
<div class="col"><h2>{{ page.title }}</h2>
|
||||
<p class="author">{% t blog.author %}: {% if page.author %}{{page.author}}{% else %}{{site.author}}{% endif%}</p></div>
|
||||
<p>{{ page.date | date: '%B %d, %Y' }}</p>
|
||||
</div>
|
||||
<div class="col">
|
||||
<h2>{{ page.title }}</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<p class="author">{% t blog.author %}: {% if page.author %}{{page.author}}{% else %}{{site.author}}{% endif%}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<p>{{ page.date | date: '%B %d, %Y' }}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
{{content}}
|
||||
</div>
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, mining, i2p, rpc, crypto]
|
|||
author: Riccardo Spagni (fluffypony)
|
||||
---
|
||||
|
||||
*June 2nd, 2014*
|
||||
|
||||
**RPC:** Neozaru and others have submitted pull requests to add RPC methods that were missing.
|
||||
|
||||
**I2P:** libssu has been decoupled, and outstanding changes to master have been merged.
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [monero missives, branding, mining, compliance]
|
|||
author: Riccardo Spagni (fluffypony)
|
||||
---
|
||||
|
||||
*June 2nd, 2014*
|
||||
|
||||
This is the start of a slightly more formal way of keeping everyone updated as to what we're doing in Monero. On an ongoing weekly basis we'll post an update on what has happened over the past week, as well as a dev diary highlighting work done on major efforts. If you'd like to get involved with Monero don't ask for permission - just get stuck in:) Fork the repo, make changes, submit a pull-request, and let's discuss it.
|
||||
|
||||
Also an important note on updates: Our policy is to only provide announcements on projects which are either complete or near completion. We'd like to focus on providing you with the most accurate and reliable news, without generating any type of investor hype or speculation. As Monero is still a project in its infancy, and there is a great deal of work still to be done, we want to make sure you are getting an honest overview of our ongoing progress.
|
||||
|
|
|
@ -6,7 +6,6 @@ tags: [dev diaries, mining, i2p, rpc, docs]
|
|||
author: Riccardo Spagni (fluffypony)
|
||||
---
|
||||
|
||||
*June 10th, 2014*
|
||||
|
||||
**RPC:** incoming_transfers is now available as a simplewallet RPC API call, and payment_id has been added as an optional argument to the transfer RPC API call. Neozaru also committed a large amount of additional functionality to the RPC API, including progress estimation to getinfo.
|
||||
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [monero missives, conferences, exchanges, gui, usability]
|
|||
author: Riccardo Spagni (fluffypony)
|
||||
---
|
||||
|
||||
*June 10th, 2014*
|
||||
|
||||
Hello XMR users! Welcome to our second Monero Missives.
|
||||
|
||||
**Major Updates**
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, usability, platforms, accounts, core]
|
|||
author: Riccardo Spagni (fluffypony)
|
||||
---
|
||||
|
||||
*June 18th, 2014*
|
||||
|
||||
**Core:** Checkpoint added at block 80 000
|
||||
|
||||
**Core:** We've incorporated two changes from BBR - proper tx_pool handling, and a fix for the high number of orphans pool miners were experiencing. tx_pool handling is incomplete, as it is implemented by the daemon but the wallet is not, as yet, mempool aware.
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [monero missives, exchanges, research, usability, gui]
|
|||
author: Riccardo Spagni (fluffypony)
|
||||
---
|
||||
|
||||
*June 18th, 2014*
|
||||
|
||||
Hello, and welcome to our third Monero Missive.
|
||||
|
||||
**Major Updates**
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, core, accounts]
|
|||
author: Riccardo Spagni (fluffypony)
|
||||
---
|
||||
|
||||
*July 6th, 2014*
|
||||
|
||||
**Core:** daemonizing changes are ready for testing: https://github.com/mikezackles/bitmonero/tree/daemonize
|
||||
|
||||
**Core:** rpcwallet is ready for testing: https://github.com/tewinget/bitmonero/tree/rpcwallet
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [monero missives, research, usability, accounts, gui, conferences]
|
|||
author: Riccardo Spagni (fluffypony)
|
||||
---
|
||||
|
||||
*July 6th, 2014*
|
||||
|
||||
Hello, and welcome to our fifth Monero Missive!
|
||||
|
||||
**Major Updates**
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, core, accounts, i2p, i8n, blockchaindb]
|
|||
author: Riccardo Spagni (fluffypony)
|
||||
---
|
||||
|
||||
*July 13th, 2014*
|
||||
|
||||
**Core**: major work has begun on moving to an embedded database. The ongoing progress on this can be followed here: https://github.com/tewinget/bitmonero/tree/blockchain
|
||||
|
||||
**Core / Wallet**: both the new daemonized daemon and rpcwallet are nearing a stage where they can be merged into master. The final step is to finalise the daemonizing code in rpcwallet, in such a way that it acts the same as the daemon, and we can move from there.
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [monero missives, research, usability, external, funding, i8n]
|
|||
author: Riccardo Spagni (fluffypony)
|
||||
---
|
||||
|
||||
*July 13th, 2014*
|
||||
|
||||
Hello, and welcome to our sixth Monero Missive!
|
||||
|
||||
**Major Updates**
|
||||
|
|
|
@ -7,8 +7,6 @@ author: Riccardo Spagni (fluffypony)
|
|||
forum: https://forum.getmonero.org/1/news-and-announcements/115/monday-monero-missives-21-december-15th-2014
|
||||
---
|
||||
|
||||
*December 15th, 2014*
|
||||
|
||||
**Account:** still more fixes to the restore paths and multi-lang mnemonics, known issues with UTF-8 on Windows remain
|
||||
|
||||
**Core:** libunbound lookups moved to a thread in order to trap for failing / slow DNS lookups
|
||||
|
|
|
@ -7,8 +7,6 @@ author: Riccardo Spagni (fluffypony)
|
|||
forum: https://forum.getmonero.org/1/news-and-announcements/115/monday-monero-missives-21-december-15th-2014
|
||||
---
|
||||
|
||||
*December 15th, 2014*
|
||||
|
||||
**MyMonero:** due to a very broad DDoS attack at the data center in which MyMonero is hosted (not targeted at MyMonero) the service was offline on Sunday for a 12 hour stretch. We are putting some effort in place to ensure this does not happen again in future. New features added this past week: a "copy to clipboard" helper is now available on the right of your Monero address on your dashboard, as well as on the login key review screen and account details screen. In addition, clicking on a transaction in the dashboard or your transaction history screens will show additional details, such as the payment ID used.
|
||||
|
||||
**ForkGuard:** added MyMonero.com and MoneroClub.com
|
||||
|
|
|
@ -7,8 +7,6 @@ author: Riccardo Spagni (fluffypony)
|
|||
forum:
|
||||
---
|
||||
|
||||
*December 15th, 2014*
|
||||
|
||||
Hello, and welcome to our twenty-first Monero Monday Missive!
|
||||
|
||||
**Major Updates**
|
||||
|
|
|
@ -7,8 +7,6 @@ author: Riccardo Spagni (fluffypony)
|
|||
forum: https://forum.getmonero.org/1/news-and-announcements/134/monday-monero-missives-22-year-in-review-january-5th-2015
|
||||
---
|
||||
|
||||
*January 5th, 2015*
|
||||
|
||||
Hello, and welcome to our twenty-second Monero Monday Missive!
|
||||
|
||||
This is our first Missive for 2015, after a 2 week break over the end of December. We'd like to earnestly thank everyone for their support over the course of this year, and for joining us on the start of our Monero journey. We'd also like to take this opportunity to look back on the past 8 months, and see where we got to.
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [releases]
|
|||
author: Riccardo Spagni (fluffypony)
|
||||
---
|
||||
|
||||
*January 1st, 2016*
|
||||
|
||||
## Summary of Changes
|
||||
|
||||
Too much to describe. Represents a major release in Monero's history, over a year-and-a-half in the making. Some highlights:
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [releases]
|
|||
author: Riccardo Spagni (fluffypony)
|
||||
---
|
||||
|
||||
*January 15th, 2016*
|
||||
|
||||
## Summary of Changes
|
||||
|
||||
This has urgent and important bug fixes to 0.9.0 *Hydrogen Helix*
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, core, crypto]
|
|||
author: gingeropolous
|
||||
---
|
||||
|
||||
*January 31st, 2016*
|
||||
|
||||
# Summary
|
||||
|
||||
## Use of dev branch
|
||||
|
|
|
@ -7,8 +7,6 @@ author: Riccardo Spagni (fluffypony)
|
|||
forum: https://forum.getmonero.org/1/news-announcements-and-editorials/2481/monero-missive-special-edition-2015-year-in-review
|
||||
---
|
||||
|
||||
*February 10th, 2016*
|
||||
|
||||
Hello, and welcome to a special edition of the Monero Missives: the 2015 Year in Review!
|
||||
|
||||
As you may know (or may not know:) we had an extremely busy January, which has led to this Missive taking its sweet time in being finalised.
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, core, crypto]
|
|||
author: gingeropolous
|
||||
---
|
||||
|
||||
*February 14th, 2016*
|
||||
|
||||
# Summary
|
||||
|
||||
## Review
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [releases]
|
|||
author: Riccardo Spagni (fluffypony)
|
||||
---
|
||||
|
||||
*March 16th, 2016*
|
||||
|
||||
## Summary of Changes
|
||||
|
||||
This has urgent and important bug fixes to 0.9.1 *Hydrogen Helix*
|
||||
|
|
|
@ -5,9 +5,7 @@ summary: Open PRs, GUI commits, app/add-on infrastructure, versioning
|
|||
tags: [dev diaries, core, crypto]
|
||||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*March 19th, 2016*
|
||||
|
||||
|
||||
# Logs
|
||||
|
||||
**\<dEBRUYNE>** dev meeting in 5 min, FYI
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [releases]
|
|||
author: Riccardo Spagni (fluffypony)
|
||||
---
|
||||
|
||||
*March 22nd, 2016*
|
||||
|
||||
## Summary of Changes
|
||||
|
||||
This has urgent and important bug fixes to 0.9.2 *Hydrogen Helix*
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [releases]
|
|||
author: Riccardo Spagni (fluffypony)
|
||||
---
|
||||
|
||||
*April 2nd, 2016*
|
||||
|
||||
## Summary of Changes
|
||||
|
||||
This has important bug fixes to 0.9.3 *Hydrogen Helix*
|
||||
|
|
|
@ -5,9 +5,7 @@ summary: A review and discussion of open PRs, moving forward with Ring CT
|
|||
tags: [dev diaries, core, crypto]
|
||||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*April 24th, 2016*
|
||||
|
||||
|
||||
# Logs
|
||||
|
||||
**\<hyc>** hey what's on our agenda for today anyway
|
||||
|
|
|
@ -5,9 +5,7 @@ summary: Mac / BSD support moving forward
|
|||
tags: [dev diaries, i2p, crypto]
|
||||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*May 8th, 2016*
|
||||
|
||||
|
||||
# Logs
|
||||
|
||||
**\<anonimal>** Hi fluffypony
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, core, crypto]
|
|||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*May 8th, 2016*
|
||||
|
||||
# Logs
|
||||
|
||||
**\<fluffypony>** hyc, moneromooo, smooth, luigi1111w, luigi1112, luigi1114, ArticMine, NoodleDoodle, tewinget: meeting starting
|
||||
|
|
|
@ -5,9 +5,7 @@ summary: GNU Social status, Kovri website, i2p StackExchange, Coverity for Kovri
|
|||
tags: [dev diaries, i2p, crypto]
|
||||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*May 22nd, 2016*
|
||||
|
||||
|
||||
# Logs
|
||||
|
||||
**\<fluffypony>** ok starting the meeting relay for the Kovri meeting
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, core, crypto]
|
|||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*May 22nd, 2016*
|
||||
|
||||
# Logs
|
||||
|
||||
**\<fluffypony>** ok
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, i2p, crypto]
|
|||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*June 5th, 2016*
|
||||
|
||||
### Logs
|
||||
|
||||
**\<fluffypony>** ok so I think let's move on to Kovri - anonimal, the floor is yours
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, core, crypto, 0mq]
|
|||
author: dEBRUYNE / fluffypony / Aerbax
|
||||
---
|
||||
|
||||
*June 5th, 2016*
|
||||
|
||||
### Overview
|
||||
|
||||
An overview [can be found on Hello Monero](https://hellomonero.com/article/monero-bi-weekly-dev-meeting-note-highlights-2016-06-05)
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, i2p, crypto]
|
|||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*June 19th, 2016*
|
||||
|
||||
### Logs
|
||||
|
||||
**\<fluffypony>** ok I guess we move on to Kovri - anonimal, the floor is yours
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, core, crypto, 0mq]
|
|||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*June 19th, 2016*
|
||||
|
||||
### Overview (by Aerbax)
|
||||
|
||||
An overview [can be found on Hello Monero](https://hellomonero.com/article/monero-bi-weekly-dev-meeting-note-highlights-2016-06-19)
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, i2p, crypto]
|
|||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*July 3th, 2016*
|
||||
|
||||
### Logs
|
||||
|
||||
**\<fluffypony>** ok I guess we move on to Kovri - anonimal, the floor is yours
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, core, crypto, 0mq]
|
|||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*July 3th, 2016*
|
||||
|
||||
### Overview (by Aerbax)
|
||||
|
||||
An overview [can be found on Hello Monero](https://hellomonero.com/article/monero-bi-weekly-dev-meeting-note-highlights-2016-07-03)
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, i2p, crypto]
|
|||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*July 31th, 2016*
|
||||
|
||||
### Logs
|
||||
|
||||
**\<anonimal>** ping fluffypony we missed you in #monero-dev
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, core, crypto, 0mq]
|
|||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*July 31th, 2016*
|
||||
|
||||
### Overview
|
||||
|
||||
-
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, core, crypto, 0mq]
|
|||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*August 14th, 2016*
|
||||
|
||||
### Overview
|
||||
|
||||
An overview [can be found on Hello Monero](https://hellomonero.com/article/monero-bi-weekly-dev-meeting-note-highlights-2016-08-14)
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, i2p, crypto]
|
|||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*August 28th, 2016*
|
||||
|
||||
### Logs
|
||||
|
||||
**\<fluffypony>** anonimal: all yours
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, core, crypto, 0mq]
|
|||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*August 28th, 2016*
|
||||
|
||||
### Overview
|
||||
|
||||
An overview [can be found on Hello Monero](https://hellomonero.com/article/monero-bi-weekly-dev-meeting-note-highlights-2016-08-28)
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, i2p, crypto]
|
|||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*September 11th, 2016*
|
||||
|
||||
### Logs
|
||||
|
||||
**\<fluffypony>** anonimal: all yours :)
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, core, crypto, 0mq]
|
|||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*September 11th, 2016*
|
||||
|
||||
### Logs
|
||||
|
||||
**\<fluffypony>** Hi all
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [releases]
|
|||
author: Riccardo Spagni (fluffypony)
|
||||
---
|
||||
|
||||
*September 19th, 2016*
|
||||
|
||||
### Overview
|
||||
|
||||
This is the next major release of Monero. It adds an initial release of RingCT, which is already live on testnet. The RingCT whitepaper [can be found here](https://lab.getmonero.org/pubs/MRL-0005.pdf). Note that the v4 hard fork has been moved to the beginning of January, 2017, although the v5 hard fork remains set at September, 2017. This is to enable early availability of RingCT transactions on the Monero network, although they will not be enforced as the only possible transaction type until the v5 hard fork.
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, i2p, crypto]
|
|||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*October 2nd, 2016*
|
||||
|
||||
### Overview
|
||||
|
||||
An overview [can be found on Hello Monero](https://hellomonero.com/article/monero-and-kovri-dev-meeting-note-highlights-2016-10-02)
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, core, crypto, 0mq]
|
|||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*October 2nd, 2016*
|
||||
|
||||
### Overview
|
||||
|
||||
An overview [can be found on Hello Monero](https://hellomonero.com/article/monero-and-kovri-dev-meeting-note-highlights-2016-10-02)
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, i2p, crypto]
|
|||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*October 16th, 2016*
|
||||
|
||||
### Logs
|
||||
|
||||
**\<i2p-relay> {-anonimal}** 17:00!
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, core, crypto, 0mq]
|
|||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*October 16th, 2016*
|
||||
|
||||
### Overview
|
||||
|
||||
An overview [can be found on Hello Monero](https://hellomonero.com/article/monero-dev-meeting-note-highlights-2016-10-16).
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, i2p, crypto]
|
|||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*October 30th, 2016*
|
||||
|
||||
### Logs
|
||||
|
||||
**\<fluffypony>** alright anonimal, the floor is yours
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, core, crypto, 0mq]
|
|||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*October 30th, 2016*
|
||||
|
||||
### Overview
|
||||
|
||||
An overview [can be found on Hello Monero](https://hellomonero.com/article/monerokovri-dev-meeting-note-highlights-2016-10-30).
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, i2p, crypto]
|
|||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*November 13th, 2016*
|
||||
|
||||
### Logs
|
||||
|
||||
**\<i2p-relay> {-anonimal}** Proposed meeting items:
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, core, crypto, 0mq]
|
|||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*November 13th, 2016*
|
||||
|
||||
### Overview
|
||||
|
||||
An overview [can be found on Hello Monero](https://hellomonero.com/article/monero-dev-meeting-note-highlights-2016-11-13).
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, i2p, crypto]
|
|||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*November 27th, 2016*
|
||||
|
||||
### Logs
|
||||
|
||||
**\<i2p-relay> {-fluffypony}** ok anonimal
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, core, crypto, 0mq]
|
|||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*November 27th, 2016*
|
||||
|
||||
### Overview
|
||||
|
||||
An overview [can be found on Hello Monero](https://hellomonero.com/article/monero-dev-meeting-note-highlights-and-transcript-2016-11-27).
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [releases]
|
|||
author: Riccardo Spagni (fluffypony)
|
||||
---
|
||||
|
||||
*December 14th, 2016*
|
||||
|
||||
### Overview
|
||||
|
||||
This is a necessary point release of Monero v0.10 "*Wolfram Warptangent*", and is highly recommended as it includes consensus-changing fixes to the RingCT implementation and various other bug fixes.
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [releases]
|
|||
author: Riccardo Spagni (fluffypony)
|
||||
---
|
||||
|
||||
*December 22nd, 2016*
|
||||
|
||||
### Overview
|
||||
|
||||
The first beta of the Monero Core GUI has been released. Note that, at this time, we have not completed support for 32-bit Windows, FreeBSD, and ARMv7 Linux devices. They are all being worked on, and we hope to complete support for them by the time of the first release.
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, i2p, crypto]
|
|||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*February 5th, 2017*
|
||||
|
||||
### Logs
|
||||
|
||||
**\<anonimal>** 1. Greetings
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, core, crypto,]
|
|||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*February 5th, 2017*
|
||||
|
||||
### Overview
|
||||
|
||||
An overview [can be found on Hello Monero](https://hellomonero.com/article/monero-dev-meeting-note-highlights-and-transcript-2017-02-05).
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, core, crypto, 0mq]
|
|||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*February 19th, 2017*
|
||||
|
||||
### Logs
|
||||
|
||||
**\<fluffypony>** 1. Greetings
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [releases]
|
|||
author: Riccardo Spagni (fluffypony)
|
||||
---
|
||||
|
||||
*February 23rd, 2017*
|
||||
|
||||
### Overview
|
||||
|
||||
This is a necessary point release of Monero v0.10 "*Wolfram Warptangent*", and is a **strongly, strongly** recommended update as it includes massive efficiency improvements to the RingCT validation code and various other necessary bug fixes.
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [releases]
|
|||
author: Riccardo Spagni (fluffypony)
|
||||
---
|
||||
|
||||
*February 24th, 2017*
|
||||
|
||||
### Overview
|
||||
|
||||
This is a necessary point release of Monero v0.10 "_Wolfram Warptangent_", and is a **strongly, strongly** recommended update as it includes massive efficiency improvements to the RingCT validation code and various other necessary bug fixes.
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, core, crypto]
|
|||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*March 12th, 2017*
|
||||
|
||||
### Overview
|
||||
|
||||
An overview [can be found on MoneroBase](https://monerobase.com/wiki/DevMeeting_2017-03-12).
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [releases]
|
|||
author: Riccardo Spagni (fluffypony)
|
||||
---
|
||||
|
||||
*March 25th, 2017*
|
||||
|
||||
### Overview
|
||||
|
||||
This is a necessary point release of Monero v0.10 "_Wolfram Warptangent_", and it is a mandatory update due to the April 15th hard fork, which in turn has been necessitated by the unexpectedly high adoption rate of RingCT transactions necessitating a modification of the dynamic block size limiter algorithm.
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, i2p, crypto]
|
|||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*March 26th, 2017*
|
||||
|
||||
### Logs
|
||||
|
||||
**\<anonimal>** 1. Greetings
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, core, crypto]
|
|||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*March 26th, 2017*
|
||||
|
||||
### Overview
|
||||
|
||||
An overview [can be found on MoneroBase](https://monerobase.com/wiki/DevMeeting_2017-03-26).
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [releases]
|
|||
author: Riccardo Spagni (fluffypony)
|
||||
---
|
||||
|
||||
*March 27th, 2017*
|
||||
|
||||
### Overview
|
||||
|
||||
This is a necessary point release of Monero v0.10 "_Wolfram Warptangent_", and it is a mandatory update due to the April 15th hard fork, which in turn has been necessitated by the unexpectedly high adoption rate of RingCT transactions necessitating a modification of the dynamic block size limiter algorithm.
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [releases]
|
|||
author: Riccardo Spagni (fluffypony)
|
||||
---
|
||||
|
||||
*March 29th, 2017*
|
||||
|
||||
### Overview
|
||||
|
||||
The second beta of the Monero GUI has been released. Due to our focus on completing the features required for the initial release we have not, as yet, completed support for 32-bit Windows, FreeBSD, DragonflyBSD, ARMv7 Linux, and ARMv8 Linux devices. Whilst these are being worked on, it may not be feasible to support some environments (like 32-bit Windows) due to performance degradation.
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [core]
|
|||
author: Monero Core Team
|
||||
---
|
||||
|
||||
*April 1st, 2017*
|
||||
|
||||
### For Immediate Release
|
||||
|
||||
The Monero Core Team is very proud to announce that we have broken ground on the construction of the Monero Celebrity Center in Los Angeles, USA!
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, i2p, crypto]
|
|||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*April 9th, 2017*
|
||||
|
||||
### Logs
|
||||
|
||||
**\<anonimal>** 1. Greetings
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, core, crypto]
|
|||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*April 9th, 2017*
|
||||
|
||||
### Overview
|
||||
|
||||
An overview [can be found on MoneroBase](https://monerobase.com/wiki/DevMeeting_2017-04-09).
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, i2p, crypto]
|
|||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*April 23th, 2017*
|
||||
|
||||
### Logs
|
||||
|
||||
**\<anonimal>** 1. Greetings
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, i2p, crypto]
|
|||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*May 7th, 2017*
|
||||
|
||||
### Logs
|
||||
|
||||
**\<anonimal>** 1. Greetings
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, core, crypto]
|
|||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*May 7th, 2017*
|
||||
|
||||
### Overview
|
||||
|
||||
An overview [can be found on MoneroBase](https://monerobase.com/wiki/DevMeeting_2017-05-07).
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, core, crypto]
|
|||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*May 21th, 2017*
|
||||
|
||||
# Overview
|
||||
|
||||
An overview [can be found on MoneroBase](https://monerobase.com/wiki/DevMeeting_2017-05-21).
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, i2p, crypto]
|
|||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*June 4th, 2017*
|
||||
|
||||
# Logs
|
||||
|
||||
**\<anonimal>** 1. Greetings
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, i2p, crypto]
|
|||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*June 11th, 2017*
|
||||
|
||||
# Logs
|
||||
|
||||
**\<anonimal>** 1. Greetings
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, core, crypto]
|
|||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*June 11th, 2017*
|
||||
|
||||
# Overview
|
||||
|
||||
An overview [can be found on MoneroBase](https://monerobase.com/wiki/DevMeeting_2017-06-11).
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, i2p, crypto]
|
|||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*June 25th, 2017*
|
||||
|
||||
# Logs
|
||||
|
||||
**\<anonimal>** 1. Greetings
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, core, crypto]
|
|||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*June 25th, 2017*
|
||||
|
||||
# Overview
|
||||
|
||||
An overview [can be found on MoneroBase](https://monerobase.com/wiki/DevMeeting_2017-06-25).
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, i2p, crypto]
|
|||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*August 20th, 2017*
|
||||
|
||||
# Logs
|
||||
|
||||
**\<anonimal>** 1. Greetings
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, core, crypto]
|
|||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*August 20th, 2017*
|
||||
|
||||
# Overview
|
||||
|
||||
An overview can be found on [MoneroBase](https://monerobase.com/wiki/DevMeeting_2017-08-20).
|
||||
|
|
|
@ -5,9 +5,7 @@ summary: Community highlights, Forum Funding System updates and discussion of ne
|
|||
tags: [community, crypto]
|
||||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*September 2nd, 2017*
|
||||
|
||||
|
||||
# Logs
|
||||
|
||||
**\<sgp>** 0. Introduction
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, core, crypto]
|
|||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*August 20th, 2017*
|
||||
|
||||
# Overview
|
||||
|
||||
An overview can be found on [MoneroBase](https://monerobase.com/wiki/DevMeeting_2017-09-03).
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [releases]
|
|||
author: Riccardo Spagni (fluffypony)
|
||||
---
|
||||
|
||||
*September 7th, 2017*
|
||||
|
||||
### Overview
|
||||
|
||||
This is the v0.11.0.0 major release of the Monero software, and it is a mandatory update due to the September 15th hard fork, which in turn increases the minimum ring signature size to 5 across the network, bans duplicate ring members in a ring signature, and enforces use of ringCT for all transaction outputs. This release of the software presents a number of major improvements to Monero, as well as a large set of bug fixes.
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [protocol upgrade, core, crypto]
|
|||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*September 13th, 2017*
|
||||
|
||||
**First and foremost, the new binaries can be found here:**
|
||||
|
||||
https://getmonero.org/downloads/
|
||||
|
|
Loading…
Reference in a new issue