~phdavis1027

Recent activity

[PATCH] add registration w/ bch 2 months ago

From Phillip Davis to ~singpolyma/dev

---
 forms/registration/bch.rb    | 19 ++++++++++
 lib/btc_sell_prices.rb       | 48 +++++++++++++++++++-----
 lib/registration.rb          | 71 ++++++++++++++++++++++++++++++------
 sgx_jmp.rb                   |  1 +
 test/test_bch_sell_prices.rb | 41 +++++++++++++++++++++
 test/test_registration.rb    | 61 ++++++++++++++++++++++++++++++-
 6 files changed, 219 insertions(+), 22 deletions(-)
 create mode 100644 forms/registration/bch.rb
 create mode 100644 test/test_bch_sell_prices.rb

diff --git a/forms/registration/bch.rb b/forms/registration/bch.rb
new file mode 100644
index 0000000..3af32de
[message trimmed]

[PATCH] notify chatwoot on port-in req 2 months ago

From Phillip Davis to ~singpolyma/dev

---
 sgx_jmp.rb | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/sgx_jmp.rb b/sgx_jmp.rb
index cd2bb12..38c1daf 100644
--- a/sgx_jmp.rb
+++ b/sgx_jmp.rb
@@ -847,16 +847,21 @@ Command.new(
			reply.command << FormTemplate.render("lnp")
		end
	]).then { |(customer, iq)|
		PortInOrder.parse(customer, iq.form).complete_with do |form|
		PortInOrder.parse(customer, iq.form).complete_with { |form|
[message trimmed]

[PATCH] apply first-round suggestion 2 months ago

From Phillip Davis to ~singpolyma/dev

---
 sgx_jmp.rb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sgx_jmp.rb b/sgx_jmp.rb
index b0aa2ff..38c1daf 100644
--- a/sgx_jmp.rb
+++ b/sgx_jmp.rb
@@ -847,14 +847,14 @@ Command.new(
			reply.command << FormTemplate.render("lnp")
		end
	]).then { |(customer, iq)|
		order = PortInOrder.parse(customer, iq.form).complete_with { |form|
		PortInOrder.parse(customer, iq.form).complete_with { |form|
[message trimmed]

[PATCH] apply first-round suggestions 2 months ago

From Phillip Davis to ~singpolyma/dev

---
 lib/registration.rb       | 13 +++++++++----
 test/test_registration.rb |  2 +-
 2 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/lib/registration.rb b/lib/registration.rb
index 8252bb4..671fc4f 100644
--- a/lib/registration.rb
+++ b/lib/registration.rb
@@ -332,7 +332,7 @@ class Registration
			def addr_and_rate
				EMPromise.all([
					self.crypto_addrs.then { |addrs|
						addrs.first || @customer.add_btc_address
[message trimmed]

[PATCH] add registration w/ bch 2 months ago

From Phillip Davis to ~singpolyma/dev

---
 forms/registration/bch.rb    | 19 +++++++++++
 lib/btc_sell_prices.rb       | 48 +++++++++++++++++++++------
 lib/registration.rb          | 64 ++++++++++++++++++++++++++++++------
 sgx_jmp.rb                   |  1 +
 test/test_bch_sell_prices.rb | 41 +++++++++++++++++++++++
 test/test_registration.rb    | 59 +++++++++++++++++++++++++++++++++
 6 files changed, 212 insertions(+), 20 deletions(-)
 create mode 100644 forms/registration/bch.rb
 create mode 100644 test/test_bch_sell_prices.rb

diff --git a/forms/registration/bch.rb b/forms/registration/bch.rb
new file mode 100644
index 0000000..3af32de
[message trimmed]

[PATCH] notify chatwoot on port-in req 2 months ago

From Phillip Davis to ~singpolyma/dev

---
 sgx_jmp.rb | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/sgx_jmp.rb b/sgx_jmp.rb
index cd2bb12..b0aa2ff 100644
--- a/sgx_jmp.rb
+++ b/sgx_jmp.rb
@@ -847,16 +847,21 @@ Command.new(
			reply.command << FormTemplate.render("lnp")
		end
	]).then { |(customer, iq)|
		PortInOrder.parse(customer, iq.form).complete_with do |form|
		order = PortInOrder.parse(customer, iq.form).complete_with { |form|
[message trimmed]

[PATCH] dont write cdr if tombed 2 months ago

From Phillip Davis to ~singpolyma/dev

---
 lib/trust_level.rb | 20 ++++++++++++++++++++
 test/test_web.rb   | 42 ++++++++++++++++++++++++++++++++++++++++--
 web.rb             | 28 ++++++++++++++++++++++------
 3 files changed, 82 insertions(+), 8 deletions(-)

diff --git a/lib/trust_level.rb b/lib/trust_level.rb
index 49958ac..aa75c0b 100644
--- a/lib/trust_level.rb
+++ b/lib/trust_level.rb
@@ -32,6 +32,10 @@ module TrustLevel
			new if manual == "Tomb"
		end

[message trimmed]

[PATCH v2] fetch route and include it in form 2 months ago

From Phillip Davis to ~singpolyma/dev

---
 forms/admin_info.rb             |  6 ++++
 lib/customer_info.rb            | 13 +++++++--
 test/test_customer_info.rb      | 49 ++++++++++++++++++++++++++++++++-
 test/test_customer_info_form.rb |  6 ++++
 test/test_helper.rb             |  7 +++++
 test/test_porting_step.rb       | 10 ++++++-
 6 files changed, 86 insertions(+), 5 deletions(-)

diff --git a/forms/admin_info.rb b/forms/admin_info.rb
index 5a4d967..9b5a991 100644
--- a/forms/admin_info.rb
+++ b/forms/admin_info.rb
@@ -69,3 +69,9 @@ field(
[message trimmed]

[PATCH] fetch route and include it in form 2 months ago

From Phillip Davis to ~singpolyma/dev

---
 forms/admin_info.rb             |  6 ++++
 lib/customer_info.rb            | 13 +++++++--
 test/test_customer_info.rb      | 49 ++++++++++++++++++++++++++++++++-
 test/test_customer_info_form.rb |  6 ++++
 test/test_helper.rb             |  7 +++++
 test/test_porting_step.rb       | 10 ++++++-
 6 files changed, 86 insertions(+), 5 deletions(-)

diff --git a/forms/admin_info.rb b/forms/admin_info.rb
index 5a4d967..9b5a991 100644
--- a/forms/admin_info.rb
+++ b/forms/admin_info.rb
@@ -69,3 +69,9 @@ field(
[message trimmed]