about summary refs log tree commit diff
path: root/pkgs/servers/rippled
AgeCommit message (Collapse)AuthorFilesLines
2022-10-30treewide: avoid mixing abseil-cpp versionsVladimír Čunát1-2/+2
The packages use some version through grpc; adding in a different one is most likely not a good idea. `rippled` has been failing to build for weeks already. The other three packages build before and after this commit.
2022-10-03rippled: unpin protobufMartin Weinelt1-2/+2
Fails the same three tests as on hydra, so no regression.
2022-03-14rippled: switch to fetchFromGitHubFelix Buehler1-7/+7
2021-11-21rippled: 1.7.0 -> 1.7.3Raghav Sood1-2/+2
2021-07-26servers: replace name with pname&versionFelix Buehler1-1/+1
2021-05-22rippled: fix hashesGabriel Ebner1-2/+2
2021-04-15rippled: 1.6.0 -> 1.7.0Raghav Sood1-6/+6
2021-03-26Merge pull request #116531 from SuperSandro2000/grpcSandro1-2/+2
2021-03-23Trim ehmry from some package maintainersEmery Hemingway1-1/+1
I prefer not to be associated with anything blockchain related.
2021-03-16rippled: remove packages which are no longer required after #116317Sandro Jäckel1-2/+2
2021-02-23rippled: remove unused inputsSandro Jäckel1-1/+1
2021-02-14rippled-validator-keys-tool: 20180927-d7774bc → 0.3.2Robert T. McGibbon1-13/+15
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-01treewide: cmake buildInputs to nativeBuildInputs, minor cleanupsBen Siraphob1-2/+2
2020-11-18rippled: unbreak adding libnslfreezeboy1-6/+6
2020-08-20rippled: 1.5.0 -> 1.6.0Raghav Sood1-8/+11
2020-07-06rippled: update maintainersraghavsood1-1/+1
2020-07-06rippled: 1.5.0Raghav Sood1-48/+55
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly3-4/+4
2020-01-12rippled: 1.2.1 -> 1.4.0Jaka Hudoklin1-33/+41
2019-08-28treewide: remove redundant recvolth1-3/+3
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-03-27Merge pull request #58351 from xtruder/pkgs/rippled/1.2.1Jaka Hudoklin1-2/+2
rippled: 1.2.0 -> 1.2.1
2019-03-26rippled: 1.2.0 -> 1.2.1Jaka Hudoklin1-2/+2
2019-02-15rippled-validatior-keys-tool: init at d7774bccJaka Hudoklin1-0/+34
2019-02-15rippled: 0.30.0-rc1 -> 1.2.0Jaka Hudoklin1-13/+128
2018-11-13treewide: use scons setup hookMatthew Bauer1-5/+3
Lots of packages can use it. Here is the list: - jackmix - klick - mixx - nova-filters - rhvoice - giv - mypaint - swift-im - bombono - mapnik - serf - nuitka - pyexiv2 - godot - hammer - toluapp - btanks - dxx-rebirth - endless-sky - globulation - the-powder-toy - fceux - gpsd - mongodb - rippled - mariadb - lprof
2018-07-21pkgs/*: remove unreferenced function argumentsvolth2-2/+2
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2017-08-29rippled: mark build brokenEmery Hemingway1-0/+1
2017-08-12ripple-rest: removeRobin Gloster1-27/+0
marked as broken for > 1 yr, development is frozen and author recommends moving to https://github.com/ripple/ripple-lib
2016-05-21ripple-rest: mark as brokenAlexander Ried1-0/+1
development is frozen as of Nov 2015 author recommends migrating to RippleAPI
2015-12-05Rename 'emery' maintainer handle to 'ehmry', fixes #11493Emery Hemingway1-1/+1
Communication happens on Github so names should be consistent.
2015-10-04rippled: 0.28.1 -> 0.30.0-rc1Jaka Hudoklin1-3/+3
2015-06-08Merge pull request #8223 from offlinehacker/pkgs/rippled/updateJaka Hudoklin1-3/+3
rippled: Update to 0.28.1
2015-06-08rippled: Update to 0.28.1Jaka Hudoklin1-3/+3
2015-06-08Add ripple rest moduleJaka Hudoklin2-1273/+3419
2015-04-25Merge pull request #7557 from offlinehacker/pkgs/rippled/updateJaka Hudoklin1-2/+2
rippled: update to 0.27.4
2015-04-25rippled: update to 0.27.4Jaka Hudoklin1-2/+2
2015-04-16rippled: broken on i686 linuxLuca Bruno1-1/+1
2015-03-26Add ripple data api package and nixos serviceJaka Hudoklin2-0/+3934
2015-03-18rippled: update to 0.27.3-sp2Jaka Hudoklin1-8/+8
2014-11-02rippled: Refactor and update to 0.26.2William A. Kennington III2-54/+10
2014-09-21boost: Update depdendent packagesWilliam A. Kennington III1-4/+4
2014-09-13transformed meta.maintainers of some packages into listsPascal Wittmann1-2/+2
2014-03-29rippled: initial pkg and module expressionsEmery Hemingway2-0/+78
rippled is the Ripple P2P payment network reference server https://ripple.com