Coder Social home page Coder Social logo

moneyd-uplink-xrp's Introduction

Greenkeeper badge

moneyd-uplink-xrp's People

Contributors

0xask avatar adrianhopebailie avatar aj58o avatar greenkeeper[bot] avatar jmannanc avatar justmoon avatar kruisdraad avatar martinlowinski avatar n3tc4t avatar njlie avatar sentientwaffle avatar solsticellc avatar tangjeff0 avatar traviscrist avatar wilsonianb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

moneyd-uplink-xrp's Issues

An in-range update of ripple-keypairs is breaking the build 🚨

The dependency ripple-keypairs was updated from 0.10.1 to 0.10.2.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

ripple-keypairs is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ci/circleci: test: Your tests failed on CircleCI (Details).

Release Notes for 0.10.2

Remove unused devDependencies

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of eslint-plugin-standard is breaking the build 🚨

The devDependency eslint-plugin-standard was updated from 4.0.0 to 4.0.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

eslint-plugin-standard is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ci/circleci: test: Your tests failed on CircleCI (Details).

Commits

The new version differs by 8 commits.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Test new servers when adding to connector list

Currently anyone can propose a PR to add themselves to the list of ILSPs but there is no check that these ILSPs are online before merging.

We should check this as part of the CI tests.

An in-range update of chalk is breaking the build 🚨

The dependency chalk was updated from 2.4.1 to 2.4.2.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

chalk is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ci/circleci: test: Your tests failed on CircleCI (Details).

Release Notes for v2.4.2

This release is done from the v2-release branch, as master branch targets the work-in-progress v3 release.

Commits

The new version differs by 2 commits.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of ilp-plugin-xrp-asym-client is breaking the build 🚨

The dependency ilp-plugin-xrp-asym-client was updated from 1.5.3 to 1.5.4.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

ilp-plugin-xrp-asym-client is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ci/circleci: test: Your tests failed on CircleCI (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Full path to module is included in moneyd configuration

https://github.com/interledgerjs/moneyd-uplink-xrp/blob/master/index.js#L82

We're generating the connector configuration and writing it to moneyd.json, including a path to where the ilp-plugin-xrp-asym-client module can be found. This doesn't play nicely with nvm, which includes the node version in its global node module paths. If you move a moneyd.json from one machine to another, where each machine has a different node version installed, it will cease to work.

We could fix this error by just including the parent, the name, and the secret in the moneyd.json file. Then, every time that moneyd starts, we can generate the actual connector configuration from those fields.

Closing Payment Channel: Assertion Error

I have the latest version of moneyd and moneyd-uplink-xrp.
I have one channel "ready to close", I lounche the command "moneyd xrp:cleanup", I select the channel to close, but when I press Enter the following error appear:

fatal: { AssertionError [ERR_ASSERTION]: parameter store must be object
at new TransactionFactory (/usr/lib/node_modules/moneyd-uplink-xrp/node_modules/ilp-plugin-xrp-paychan-shared/lib/transaction-factory.js:8:5)
at new TxSubmitter (/usr/lib/node_modules/moneyd-uplink-xrp/node_modules/ilp-plugin-xrp-paychan-shared/lib/tx-submitter.js:36:23)
at module.exports (/usr/lib/node_modules/moneyd-uplink-xrp/node_modules/ilp-plugin-xrp-paychan-shared/lib/tx-submitter.js:213:22)
at XrpUplink._submitter (/usr/lib/node_modules/moneyd-uplink-xrp/index.js:235:12)
generatedMessage: false,
name: 'AssertionError [ERR_ASSERTION]',
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '==' }

The operating system is: CentOS Linux release 7.5.1804 (Core).
Any ideas? Thank you!

An in-range update of eslint-plugin-promise is breaking the build 🚨

The devDependency eslint-plugin-promise was updated from 4.0.1 to 4.1.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

eslint-plugin-promise is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ci/circleci: test: Your tests failed on CircleCI (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of inquirer is breaking the build 🚨

The dependency inquirer was updated from 6.2.0 to 6.2.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

inquirer is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ci/circleci: test: Your tests failed on CircleCI (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of eslint is breaking the build 🚨

The devDependency eslint was updated from 5.13.0 to 5.14.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

eslint is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ci/circleci: test: Your tests failed on CircleCI (Details).

Release Notes for v5.14.0
  • 85a04b3 Fix: adds conditional for separateRequires in one-var (fixes #10179) (#10980) (Scott Stern)
  • 0c02932 Upgrade: [email protected] (#11401) (Ilya Volodin)
  • 104ae88 Docs: Update governance doc with reviewers status (#11399) (Nicholas C. Zakas)
  • ab8ac6a Fix: Support boundary spread elements in sort-keys (#11158) (Jakub Rożek)
  • a23d197 New: add allowSingleLineBlocks opt. to padded-blocks rule (fixes #7145) (#11243) (richie3366)
  • e25e7aa Fix: comma-spacing ignore comma before closing paren (fixes #11295) (#11374) (Pig Fang)
  • a1f7c44 Docs: fix space-before-blocks correct code for "classes": "never" (#11391) (PoziWorld)
  • 14f58a2 Docs: fix grammar in object-curly-spacing docs (#11389) (PoziWorld)
  • d3e9a27 Docs: fix grammar in “those who says” (#11390) (PoziWorld)
  • ea8e804 Docs: Add note about support for object spread (fixes #11136) (#11395) (Steven Thomas)
  • 95aa3fd Docs: Update README team and sponsors (ESLint Jenkins)
  • 51c4972 Update: Behavior of --init (fixes #11105) (#11332) (Nicholas C. Zakas)
  • ad7a380 Docs: Update README team and sponsors (ESLint Jenkins)
  • 550de1e Update: use default keyword in JSON schema (fixes #9929) (#11288) (Pig Fang)
  • 983c520 Update: Use 'readonly' and 'writable' for globals (fixes #11359) (#11384) (Nicholas C. Zakas)
  • f1d3a7e Upgrade: some deps (fixes #11372) (#11373) (薛定谔的猫)
  • 3e0c417 Docs: Fix grammar in “there’s nothing prevent you” (#11385) (PoziWorld)
  • de988bc Docs: Fix grammar: Spacing improve -> Spacing improves (#11386) (PoziWorld)
  • 1309dfd Revert "Build: fix test failure on Node 11 (#11100)" (#11375) (薛定谔的猫)
  • 1e56897 Docs: “the function actually use”: use -> uses (#11380) (PoziWorld)
  • 5a71bc9 Docs: Update README team and sponsors (ESLint Jenkins)
  • 82a58ce Docs: Update README team and sponsors (ESLint Jenkins)
  • 546d355 Docs: Update README with latest sponsors/team data (#11378) (Nicholas C. Zakas)
  • c0df9fe Docs: ... is not an operator (#11232) (Felix Kling)
  • 7ecfdef Docs: update typescript parser (refs #11368) (#11369) (薛定谔的猫)
  • 3c90dd7 Update: remove prefer-spread autofix (fixes #11330) (#11365) (薛定谔的猫)
  • 5eb3121 Update: add fixer for prefer-destructuring (fixes #11151) (#11301) (golopot)
  • 173eb38 Docs: Clarify ecmaVersion doesn't imply globals (refs #9812) (#11364) (Keith Maxwell)
  • 84ce72f Fix: Remove extraneous linefeeds in one-var fixer (fixes #10741) (#10955) (st-sloth)
  • 389362a Docs: clarify motivation for no-prototype-builtins (#11356) (Teddy Katz)
  • 533d240 Update: no-shadow-restricted-names lets unassigned vars shadow undefined (#11341) (Teddy Katz)
  • d0e823a Update: Make --init run js config files through linter (fixes #9947) (#11337) (Brian Kurek)
  • 92fc2f4 Fix: CircularJSON dependency warning (fixes #11052) (#11314) (Terry)
  • 4dd19a3 Docs: mention 'prefer-spread' in docs of 'no-useless-call' (#11348) (Klaus Meinhardt)
  • 4fd83d5 Docs: fix a misleading example in one-var (#11350) (薛定谔的猫)
  • 9441ce7 Chore: update incorrect tests to fix build failing (#11354) (薛定谔的猫)
Commits

The new version differs by 38 commits.

  • af9688b 5.14.0
  • 0ce3ac7 Build: changelog update for 5.14.0
  • 85a04b3 Fix: adds conditional for separateRequires in one-var (fixes #10179) (#10980)
  • 0c02932 Upgrade: [email protected] (#11401)
  • 104ae88 Docs: Update governance doc with reviewers status (#11399)
  • ab8ac6a Fix: Support boundary spread elements in sort-keys (#11158)
  • a23d197 New: add allowSingleLineBlocks opt. to padded-blocks rule (fixes #7145) (#11243)
  • e25e7aa Fix: comma-spacing ignore comma before closing paren (fixes #11295) (#11374)
  • a1f7c44 Docs: fix space-before-blocks correct code for "classes": "never" (#11391)
  • 14f58a2 Docs: fix grammar in object-curly-spacing docs (#11389)
  • d3e9a27 Docs: fix grammar in “those who says” (#11390)
  • ea8e804 Docs: Add note about support for object spread (fixes #11136) (#11395)
  • 95aa3fd Docs: Update README team and sponsors
  • 51c4972 Update: Behavior of --init (fixes #11105) (#11332)
  • ad7a380 Docs: Update README team and sponsors

There are 38 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Connecting to "ilsp1.solsticehub.io/moneyd" - certificate expired...

Im trying to set up moneyd on the ILP livenet. Im able to correctly configure moneyd with my wallet but when it comes to connecting to ilsp1.solsticehub.io/moneyd then I receive the following error.

2020-05-15T14:26:20.470Z connector:ilp-plugin-mini-accounts[local]:trace debug registering data handler
2020-05-15T14:26:20.470Z connector:ilp-plugin-mini-accounts[local]:trace debug registering money handler
2020-05-15T14:26:20.471Z connector:accounts:trace debug connecting to parent. accountId=parent
  ilp-ws-reconnect:debug websocket disconnected with Error: certificate has expired; reconnect in 0 +0ms

Is that ILP connection permission free or is that an intervening stage that I am missing from the tutorials?

I can't even connect to the moneyd testnet as I receive "data":"Cannot read property 'Account' of undefined","protocolData":[]

It would be brilliant if I could get some help but appreciate I`m a small fish and you are all busy.

An in-range update of ilp-plugin-xrp-paychan-shared is breaking the build 🚨

The dependency ilp-plugin-xrp-paychan-shared was updated from 4.1.1 to 4.1.2.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

ilp-plugin-xrp-paychan-shared is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ci/circleci: test: Your tests failed on CircleCI (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of eslint-plugin-import is breaking the build 🚨

The devDependency eslint-plugin-import was updated from 2.16.0 to 2.17.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

eslint-plugin-import is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ci/circleci: test: Your tests failed on CircleCI (Details).

Commits

The new version differs by 61 commits.

  • 0499050 bump to v2.17.0
  • f479635 [webpack] v0.11.1
  • 8a4226d Merge pull request #1320 from bradzacher/export-ts-namespaces
  • 988e12b fix(export): Support typescript namespaces
  • 70c3679 [docs] make rule names consistent
  • 6ab25ea [Tests] skip a TS test in eslint < 4
  • 405900e [Tests] fix tests from #1319
  • 2098797 [fix] export: false positives for typescript type + value export
  • 70a59fe [fix] Fix overwriting of dynamic import() CallExpression
  • e4850df [ExportMap] fix condition for checking if block comment
  • 918567d [fix] namespace: add check for null ExportMap
  • 2d21c4c Merge pull request #1297 from echenley/ech/fix-isBuiltIn-local-aliases
  • 0ff1c83 [dev deps] lock typescript to ~, since it doesn’t follow semver
  • 40bf40a [*] [deps] update resolve
  • 28dd614 Merge pull request #1304 from bradennapier/feature/typescript-export-type

There are 61 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

moneyd xrp:configure should warn you if the account is unfunded

Currently, moneyd will allow you to configure it with an XRP account that doesn't exist but will then fail when starting up:

Jun 06 02:47:09 codius.justmoon.com moneyd[2689]: starting moneyd
Jun 06 02:47:09 codius.justmoon.com moneyd[2689]: 2018-06-06T02:47:09.712Z connector:route-broadcaster info generated random routing secret.
Jun 06 02:47:09 codius.justmoon.com moneyd[2689]: 2018-06-06T02:47:09.717Z connector:accounts info add account. accountId=parent
Jun 06 02:47:09 codius.justmoon.com moneyd[2689]: 2018-06-06T02:47:09.719Z connector:accounts warn DEPRECATED: plugin accessed deprecated _log property. accountId=parent
Jun 06 02:47:09 codius.justmoon.com moneyd[2689]: 2018-06-06T02:47:09.719Z connector:accounts info add account. accountId=local
Jun 06 02:47:09 codius.justmoon.com moneyd[2689]: 2018-06-06T02:47:09.734Z connector:accounts warn DEPRECATED: plugin accessed deprecated _log property. accountId=local
Jun 06 02:47:09 codius.justmoon.com moneyd[2689]: 2018-06-06T02:47:09.734Z connector:accounts warn DEPRECATED: plugin accessed deprecated _store property. accountId=local
Jun 06 02:47:09 codius.justmoon.com moneyd[2689]: 2018-06-06T02:47:09.735Z connector:accounts warn DEPRECATED: plugin accessed deprecated _store property. accountId=local
Jun 06 02:47:10 codius.justmoon.com moneyd[2689]: 2018-06-06T02:47:10.965Z connector:app error [RippledError(actNotFound)]

It would be better if moneyd xrp:configure checked if the account existed and refused to work if it does not.

An in-range update of node-fetch is breaking the build 🚨

The dependency node-fetch was updated from 2.2.0 to 2.2.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

node-fetch is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ci/circleci: test: Your tests failed on CircleCI (Details).

Release Notes for v2.2.1

See CHANGELOG.

Commits

The new version differs by 8 commits.

  • ac07bf7 2.2.1
  • 9a32fd3 ready for release
  • 4bc21da doc update
  • 5494e19 compress flag should not overwrite accept encoding header
  • 91e1c0b avoid named export for compatibility below node 10
  • d935121 fix import rule for stream PassThrough
  • 8cc909f update readme to add credits and call for collaborators (#540)
  • 745a27c README update (#504)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.