Introducing XRP Ledger (rippled) version 1.2.0

2019-2-15 02:23

Ripple is pleased to announce the release of XRP Ledger (rippled) version 1.2.0.

The XRP Ledger version 1.2.0 release introduces the MultisignReserve Amendment, which reduces the reserve requirement associated with signer lists for Multisign. This release also includes incremental improvements to the code that handles offers in the decentralized exchange (fixTakerDryOfferRemoval and fix1578 Amendments).

One of the major benefits of decentralized blockchain technologies, such as the XRP Ledger, is censorship resistance. Already highly resistant to censorship attempts, with the release of version 1.2.0 of the XRP Ledger, servers now have the ability to automatically detect transaction censorship attempts and issue warnings of increasing severity for transactions that a server believes should have been included in a closed ledger after several rounds of consensus.

Action Required

If you operate an XRP Ledger server, then you should upgrade to version 1.2.0 by Wednesday, 2019-02-27, to ensure service continuity.

Impact of Not Upgrading

Ripple expects the MultisignReserve, fixTakerDryOfferRemoval, and fix1578 amendments to become enabled no earlier than Wednesday, 2019-02-27. When this happens, if you are not running release 1.2.0 or greater, your server will become amendment blocked, meaning that it:

Cannot determine the validity of a ledger;

Cannot submit or process transactions;

Cannot participate in the consensus process;

Cannot vote on future amendments; and

Could rely on potentially invalid data.

If the MultisignReserve, fixTakerDryOfferRemoval, and fix1578 amendments do not become enabled, then your XRP Ledger server will not become amendment blocked and should continue to operate.

Upgrading

On supported platforms, see the instructions on updating rippled.

The SHA-256 for the RPM is: a6982002a5e7c3abb0078e9c986e4c28c8310ca67defa5f74a1b3581cc9bc0a4

The SHA-256 for the source RPM is: 1927e5411619cc66170730342f1a7c38f6eafae8c4246d68e24cc0ad4fd62b9e

For other platforms, please compile version 1.2.0 from source.

Ubuntu Linux

macOS

Other platforms

The first log entry should be the change setting the version:

commit 7779dcdda00ea61a976cf5f387bc1f3bb4ebbfdd Author: Mike Ellery <[email protected]> Date: Tue Feb 12 16:41:03 2019 -0800 Set version to 1.2.0 Network Update

The Ripple technical operations team plans to deploy version 1.2.0 to all XRP Ledger servers under its operational control, including private clusters, starting at 2:00 PM PST on Wednesday, 2019-02-13. At that time, Ripple plans to start voting in favor of the fix1578 amendment. The deployment is expected to complete within 4 hours. The network should continue to operate during deployment and no outage is expected.

Learn, ask questions, and discuss

Related documentation is available in the XRP Ledger Dev Portal, including detailed example API calls and web tools for API testing.

Other resources:

The Ripple Forum

Ripple Technical Services: [email protected]

XRP Chat Forum

Other Information Bug Bounties and Responsible Disclosures

On behalf of the XRP Community, Ripple would like to thank Guido Vranken and Aaron Hook, for their research effortsand for responsibly disclosing the issues they discovered. As always, Ripple welcomes reviews of the XRP Ledger open source codebase and urge reviewers to responsibly disclose any issues that they may find. For more on Ripple’s Bug Bounty program, please visit https://ripple.com/bug-bounty/.

Boost Compatibility

When compiling XRP Ledger from source, you must use a compatible version of the Boost library. As of XRP Ledger version 1.2.0, Boost 1.67.0 is required for all platforms.

1.2.0 Change Log New and Updated Features

Enhance /crawl API endpoint with local server information (#2823)

Report duration in current state (#2772)

Allow servers to detect transaction censorship attempts (#2700)

Add RPC command shard crawl (#2697)

Default ledger_entry by index to return JSON, not hex (#2713)

Add support for Ed25519 seeds encoded using ripple-lib (#2734)

New and Changed Amendments

Improve error indicators on two transactions (#2584)

Reduce the account reserve for a Multisign SignerList (#2649)

fixTakerDryOfferRemoval Amendment to fix non-removal of dry offers when autobridging (#2695)

Retire the FeeEscalation amendment (#2730)

Config Changes

Remove [ips] section from sample config (e5d6f16)

“Add zaphod.alloy.ee to default hub config” (#2807)

Load validator list from file: (#2744)

Change conflicting example websocket port (#2726)

Remove outdated example configs. (#2648)

Bug Fixes

Improve preferred ledger calculation (#2784)

Account for minimum reserve in potential spend (#2750)

STObject:setType() returns description of error if any (#2753)

Improve RPC error message for fee command (#2704)

Eliminate potential undefined behavior (#2762)

Fix memory leak in Json move assignment operator (#2747)

Use after move fix (#2752)

Use correct manifest cache when loading ValidatorList (#2745)

Other Improvements:

Support for boost 1.68 (#2652)

Improve ssl and NIH in cmake (#2655)

Refine json object test for NDEBUG case (#2656)

Use ExternalProject for some third party deps (#2678)

Report fetch pack errors with shards (#2680)

Rollup of small changes (#2714)

Prefer regex to manual parsing in parseURL (#2763)

Remove custom terminate handler (#2773)

Implement missing string conversions for JSON (#2779)

Properly handle the --rpc_port command line argument (#2777)

Correct amount serialization comments (#2790)

Reserve correct vector size for fee calculations (#2794)

Improve crawl shard resource usage (#2805)

Ensure no overflow in casts between enums and integral types (#2814)

Upgrade sqlite to 3.26 (#2818)

Include more information LedgerTrie log messages (#2826)

Simplify strHex (#2668)

Add a flag that track whether we’ve already dispatched (#2468)

Add user defined literals for megabytes and kilobytes (#2631)

TxQ developer docs, and faster ledger size growth (#2682)

Add RPCCall unit tests (#2685)

Remove unused function in AutoSocket.h (#2692)

Report fetch pack errors with shards (#2680)

Improve codecov builds (#2690)

Remove beast::Journal default constructor (#2691)

Add dependency for NuDB ExternalProject (#2703)

Include entire src tree in multiconfig projects (#2707)

Remove unused execinfo.h header (#2712)

Build protobuf as ExternalProject when not found (#2760)

Reset the validator list fetch timer if an error occurs (#2761)

Remove WaitableEvent (#2737)

Cleanup unused Beast bits and pieces (#2739)

Add source filtering for coverage with option to disable (#2742)

Remove unused json_batchallocator.h (#2743)

Inline calls to cachedRead (#2749)

Remove the state file for the random number generator (#2754)

Remove duplicated include (#2732)

CI rpm build fix (7c96bba)

Allow rippled to compile with C++17 (#2718)

Contributions

We welcome external contributions to the XRP Ledger codebase. Please submit a pull request with your proposed changes on the GitHub project page at https://github.com/ripple/rippled.

On behalf of the XRP Community, Ripple would like to thank those who have contributed to the development of the XRP Ledger (rippled) open source code, whether they did so by writing code, running the software, reporting issues, discovering bugs or offering suggestions for improvements.

The following is the list of people who made code contributions, large and small, to the XRP Ledger prior to the release of 1.2.0:

Aishraj Dahal, Alex Chung, Alex Dupre, Andrey Fedorov, Arthur Britto, Bob Way, Brad Chase, Brandon Wilson, Bryce Lynch, Casey Bodley, Christian Ramseier, crazyquark, David Grogan, David Schwartz, Donovan Hide, Edward Hennis, Elliot Lee, Eric Lombrozo, Evan Hubinger, Frank Cash, Howard Hinnant, Jack Bond-Preston, jatchili, Jcar, Jed McCaleb, Jeff Trull, Joe Loser, Johanna Griffin, Josh Juran, Justin Lynn, Keaton Okkonen, Lieefu Way, Luke Cyca, Mark Travis, Markus Teufelberger, Miguel Portilla, Mike Ellery, MJK, Nicholas Dudfield, Nikolaos D. Bougalis, Niraj Pant, Patrick Dehne, Roberto Catini, Rome Reginelli, Scott Determan, Scott Schurr, S. Matthew English, Stefan Thomas, The Gitter Badger, Ties Jan Hefting, Tim Lewkow, Tom Ritchford, Torrie Fischer, Vahe Hovhannisyan, Vinnie Falco, Warren Paul Anderson, Will, wltsmrz, Wolfgang Spraul and Yana Novikova.

As the XRP Ledger moves through the 1.0 series, we look forward to more external contributions and are excited to see the broader XRP Ledger community grow and thrive.

The post Introducing XRP Ledger (rippled) version 1.2.0 appeared first on Ripple.

Similar to Notcoin - TapSwap on Solana Airdrops In 2024

origin »

Version (V) на Currencies.ru

$ 0 (+0.00%)
Объем 24H $0
Изменеия 24h: 0.00 %, 7d: 0.00 %
Cегодня L: $0 - H: $0
Капитализация $0 Rank 99999
Цена в час новости $ 7.32E-5 (-100%)

version ledger xrp release rippled introducing ripple

version ledger → Результатов: 52


Ledger Nano S теперь совместим с приложением Monero GUI версии 0.13.

Французская компания Ledger, занимающаяся производством аппаратных кошельков для хранения криптовалют, сегодня сообщила о том, что её устройства модели Nano S теперь совместимы с Monero GUI 0. 13.

2018-11-29 19:22


Ledger интегрировал приложение для работы с Monero

Разработчики криптовалютного аппаратного кошелька Ledger сообщили, что теперь их устройства модели Nano S совместимы с приложением Monero GUI версии 0. 13. We are thrilled to welcome another top crypto asset to the Ledger platform with @monero .

2018-11-29 17:57


Вышли новые версии ПО для аппаратных кошельков Trezor

Разработчики аппаратных кошельков Trezor решили не отставать от своих конкурентов в лице компании Ledger, которая продолжает радовать своих пользователей постоянным дополнением числа поддерживаемых криптовалют, и тоже провели существенное расширение доступных для хранения активов.

2018-11-8 10:39


Ripple’s Rippled Version 0.90 Releases ‘History Sharding’ to Handle XRP Ledger Data and Reduce Fees

In a blog post released by Ripple on October 31, the company explains that they have introduced history sharding. The company explains that Rippled servers operate and witness data on a blockchain. It is always important for the XRP Ledger historical data to remain readily available for all the participants. Every single rippled server shares […]

2018-11-2 22:16


Фото:

Ripple Introduces XRP Ledger (rippled) Version 1.1.0, Buckles up for Future Regulations

Ripple has found itself in the center of huge controversy, the cryptocurrency regulation debate in the US hit Ripple, with claims that XRP is a security. While the company has consistently argued against it, there seems no denying that the standard Securities and Exchange Commission (SEC)’s definition when used in the crypto market, will hurt […] Ripple Introduces XRP Ledger (rippled) Version 1.

2018-9-18 08:49


Фото:

The Genesis Files: With Bit Gold, Szabo Was Inches Away From Inventing Bitcoin

As his Hungarian parents had fled post-war Soviet regime to settle in the United States, Nick Szabo came to call the Californian Bay area of the 1990s his home. Here, he was among the first to frequent the in-person “Cypherpunk” meetings organized by Timothy May, Eric Hughes and other founding members of the collective of cryptographers, programmers and privacy activists centered around the ’90s mailing list of the same name.

2018-7-13 17:16