No description
Find a file
Liordino Neto b37a672157 feat: created the base skeleton for the Coin ATM Radar Setup screen (#355)
For now it doesn't have any functionality, CSS styling, or tables

feat: added tables to the Coin ATM Radar screen

No styles or icons yet.

feat: added Edit links to the Coin ATM Radar Setup screen

chore: added some TODOs to the Coin ATM Radar Setup screen

refactor: make a function to render both Coin ATM Radar Setup tables

feat: toggle function on table (not working on table content yet)

feat: added toggle state to the Share Information switch

feat: make the Share Information toggle change the tables contents

feat: added a 'Help' link

Later will be replaced by a '?' button with a pop-up help text.

feat: added radio groups when in editing mode of Coin ATM Radar screen

chore: replaced edit and help placeholders with proper buttons

style: defined some CSS styles

feat: added a help popper

feat: enable radio change events, so they can be selected

style: defined row styles for the radio button groups

For now the help popper contains only a placeholder text, which must be
replaced.

refactor: replaced help and edit Links with Buttons

fix: fixed the margin spacing for buttons

style: added more spacing between before the share information Switch

refactor: made a function to check a table element boolean value

fix: changed some typography styles for titles (from TL2 to H4)

style: added the alternating row style to the information tables

style: added true and false table icons replacing the placeholder texts

style: fixed the radio groups right margin

refactor: renamed everything from CoinATMRadarSetup to CoinATMRadar

feat: integrate share information switch with graphql api

Still needs to finish the tables api integration.

refactor: rename properties from 'show' to 'send'

feat: integrate tables with graphql api

feat: updated the coinatmradar module with the new config properties

feat: added logic to show only currently available CAR config properties

feat: disable the edit button when 'Share Information' is set to 'No'

chore: replaced the lorem ipsum with the correct text on the help popup

fix: fixed some css styling errors

chore: added link to the CAR page on the corresponding button

refactor: refactored the information table to make a component out of it

refactor: changed the name of the 'active' property of the properties
table to 'disabled' and inverted it's logic

refactor: created a component from the boolean property table

refactor: delete repeated styling code on the car page and it's table

style: update styles to be in accordance with the guidelines

refactor: rename properties to make them more concise

fix: readded the old coinatmradar module and renamed the current one

refactor: replaced ternary if with a coalescing operator

fix: make the info table always visible, and it's values not dependent
on the disabled status

fix: move link style to jss

refactor: simplify the use of car properties, and remove currently
unused ones

fix: put hooks on their correct places

fix: when changing the value of the switch, update only it's own config

fix: rename booleanPropertiesTable file so it starts with a capital
letter.

chore: readd removed properties on the car settings (all commented out)

chore: integrated CAR settings page into Operator Info page

fix: replaced broken white and disabled versions of the edit icon
2020-02-04 21:13:20 +01:00
.vscode Add QuadrigaCX exchange and ticker (#176) 2018-09-27 21:59:53 +03:00
bin feat: add services page 2020-01-20 18:04:26 +01:00
dev Take machineid into account for coinatmradar rates (#301) 2019-08-06 20:37:46 +01:00
lamassu-admin-elm Remove Quadriga from NavBar 2019-08-31 17:50:13 +02:00
lamassu-remote-install Front facing camera (#289) 2019-07-05 19:17:59 +03:00
lib feat: created the base skeleton for the Coin ATM Radar Setup screen (#355) 2020-02-04 21:13:20 +01:00
migrations fix: rebase issues and code style 2019-11-12 15:04:32 +00:00
new-lamassu-admin feat: created the base skeleton for the Coin ATM Radar Setup screen (#355) 2020-02-04 21:13:20 +01:00
public Prevent address reuse option 2019-07-31 18:12:16 +01:00
schemas Delete quadrigacx.json 2019-08-31 17:50:13 +02:00
test Swap Quadriga for Kraken 2019-08-31 17:50:13 +02:00
tests/ofac done 2018-05-03 20:20:18 +03:00
tools remove ramda dependency 2018-03-11 19:37:27 +00:00
.dummy remove tests -- failing and too complicated to maintain 2016-04-24 00:08:17 +03:00
.gitignore Lamassu admin server initial commit 2019-10-31 12:28:51 +00:00
.migrate-stress stress testing; add mock-ticker 2017-07-18 08:12:01 +03:00
cartridges.json get cartridge counts from db 2014-11-28 10:53:38 -05:00
certs.sh WIP 2016-11-05 19:18:33 +00:00
connect.txt fix cashOut bug 2017-09-05 18:30:08 +02:00
countries.json add country data 2016-12-20 18:52:19 +02:00
crypto-schema.json add crypto-scheme 2016-05-31 14:15:43 +03:00
currencies.json moved l-a-s in here 2016-12-05 17:15:32 +02:00
data-notes.txt add country data 2016-12-20 18:52:19 +02:00
INSTALL-NIX.md chore: hardcode nix-channel to shell.nix 2019-12-24 10:21:12 +01:00
INSTALL.md Update INSTALL.md (#158) 2018-09-22 23:36:02 +01:00
jsconfig.json WIPP 2016-09-26 17:22:46 +03:00
lamassu-default.json Front facing camera (#289) 2019-07-05 19:17:59 +03:00
lamassu-schema.json Prevent address reuse option 2019-07-31 18:12:16 +01:00
Lamassu_CA.pem add (temporary) Lamassu CA 2017-12-14 22:57:39 +02:00
languages.json Add Armenian to languages.json (#140) 2018-08-24 17:30:25 +03:00
package-lock.json feat: only refetch t&c on config change 2020-01-24 14:32:04 +01:00
package.json feat: only refetch t&c on config change 2020-01-24 14:32:04 +01:00
Procfile Recommit everything because of credentials 2014-03-07 23:15:56 +01:00
raw-countries.json add country data 2016-12-20 18:52:19 +02:00
README.md Move lamassu-install files to this repo's lamassu-remote-install folder. (#214) 2018-11-19 14:23:25 +01:00
schema.json update config 2016-12-01 17:46:18 +02:00
shell.nix chore: pin nix commit hash version 2019-12-31 19:06:01 +02:00
todo.txt Lots of development 2017-04-10 15:42:47 +03:00
UNLICENSE renamed to UNLICENSE 2014-03-31 18:26:42 -04:00
Vagrantfile add blockchain install scripts 2017-07-06 21:56:56 +03:00
yarn.lock add coinbase ticker 2017-07-10 12:03:04 +03:00

lamassu-server

Lamassu remote server.

Pull Requests

We do not generally accept outside pull requests for new features. Please consult with us before putting a lot of work into a pull request.

Installation

See INSTALL.md.

Installation on remote server (only for production)

See lamassu-remote-install/README.md.

Running

node bin/lamassu-server --mockSms