Commit Graph

1404 Commits

Author SHA1 Message Date
Bryan Stitt fcc1843af0 put it back. duplication between cargo.toml isnt worth it 2023-05-30 21:37:58 -07:00
Bryan Stitt fd8bba4bdd most of these are for the whole app, not just the frontend 2023-05-30 21:26:11 -07:00
Bryan Stitt 0b62ffcdfc no need to move the semaphore around like this 2023-05-30 21:08:21 -07:00
Bryan Stitt 2273637a07 move cli into a separate packge and clean up dependencies 2023-05-30 20:58:24 -07:00
Bryan Stitt 00772caae3 --help instead of --version 2023-05-30 17:38:45 -07:00
Bryan Stitt cebe8ed1ea
Request refactor (#99)
* wip

* AsRef finally works like i wanted

* actually return the block

* start adding async trait

* remove stale import

* include id in the error response when possible

* remove stale comments
2023-05-30 16:32:34 -07:00
Bryan Stitt 4246342806 lower log levels 2023-05-29 17:26:32 -07:00
Bryan Stitt c1eba556a5 fix missing ttl send and add name to cache 2023-05-29 17:19:05 -07:00
Bryan Stitt bb50efb7f9
quick cache ttl max item size, better function names, and tests (#97)
* Revert "remove cache on /status and /health for now"

This reverts commit 166b0d810c.

* Revert "remove cache on backups needed, too"

This reverts commit 4597967def.

* add tests

* add max_item_weight

* comment

* add some helper functions, max weights, and tests
2023-05-29 15:48:22 -07:00
David 5f0c99530c
referral code does not have llamanodes- prefix any longer (#90) 2023-05-29 14:41:15 -07:00
Bryan Stitt 9e935e2c44 cargo upgrade 2023-05-29 09:43:51 -07:00
Bryan Stitt b05d866f8a Merge remote-tracking branch 'origin/main' into devel 2023-05-29 09:42:21 -07:00
Bryan Stitt a275e2dee4 add blocktime for binance 2023-05-29 09:41:19 -07:00
Bryan Stitt dc6e0559f7 improve will_work_eventually 2023-05-29 09:41:19 -07:00
Bryan Stitt 84990bb7b6 check hard_limit_until when finding if an rpc will work 2023-05-29 09:41:19 -07:00
Bryan Stitt 08859ba04d wait for consensus rpcs to change before trying again 2023-05-29 09:41:19 -07:00
David 48905f0235
David/76 bring back docs (#91)
* bring back docs

* added some more rudimentary documentation
2023-05-29 09:24:41 -07:00
David ccb3a559ad
removed requirement for subuser logic to be admin (#94) 2023-05-29 08:35:24 -07:00
Bryan Stitt 4597967def remove cache on backups needed, too 2023-05-28 09:39:24 -07:00
Bryan Stitt 166b0d810c remove cache on /status and /health for now 2023-05-28 09:38:51 -07:00
Bryan Stitt 7cb07cc49f debug -> trace for some verbose logs 2023-05-27 01:53:49 -07:00
Bryan Stitt 0e7bd1fbf3 add missing anyhow::Context 2023-05-26 17:00:39 -07:00
Bryan Stitt 4aa34740a8 default balance to 0 2023-05-26 16:54:52 -07:00
Bryan Stitt 50c8c4ab7d Revert "remove stale mod"
This reverts commit 1598b64b56.
2023-05-26 16:32:55 -07:00
Bryan Stitt 70196a4947 Revert "don't drop columns for now"
This reverts commit 11e14b12dd.
2023-05-26 16:32:54 -07:00
Bryan Stitt 1598b64b56 remove stale mod 2023-05-26 15:27:02 -07:00
Bryan Stitt 11e14b12dd don't drop columns for now 2023-05-26 15:23:48 -07:00
Bryan Stitt c1e69da155 Merge remote-tracking branch 'origin/devel' 2023-05-26 08:19:36 -07:00
David bb1fb7cec4
Merge pull request #83 from yenicelik/david/devel/debug-graph
David/devel/debug graph
2023-05-24 13:44:07 +02:00
David 9a5e9d46a9
Merge branch 'devel' into david/devel/debug-graph 2023-05-24 13:36:45 +02:00
yenicelik b6cab88c4e removed joined_on variable that was not used 2023-05-24 13:35:10 +02:00
yenicelik 47f07261ed detailed request must come with a bearer token 2023-05-24 13:34:50 +02:00
Bryan Stitt 0d15d5baf7 bump versions to match number of migrations 2023-05-23 20:58:29 -07:00
Bryan Stitt b1a0bcac57 add max wait to fix tests 2023-05-23 20:46:27 -07:00
Bryan Stitt dafb69fae1 move timeout deeper 2023-05-23 15:50:29 -07:00
Bryan Stitt 55f9c57827 include error in warning 2023-05-23 15:03:16 -07:00
Bryan Stitt 4c7a7b87cb cargo upgrade 2023-05-23 14:58:13 -07:00
Bryan Stitt dd347fd916 add units to serialized variables 2023-05-23 14:57:24 -07:00
Bryan Stitt 77c9b0ab12 peak latency instead of head latency 2023-05-23 14:52:45 -07:00
Bryan Stitt 651f0fcad3 lint 2023-05-23 14:51:34 -07:00
Bryan Stitt d83e2f7015 Merge remote-tracking branch 'origin/devel' into devel 2023-05-23 14:44:40 -07:00
Bryan Stitt 78f247fc6c split http and ws provider 2023-05-23 14:40:34 -07:00
David 27333a0028
David/devel/debug graph (#82)
* now should also group by archive_needed (turns out this was wanted)

* influxdb query also groups by archive_needed now

* updated error_response

* updated error_response
2023-05-22 17:08:35 -07:00
David ddfd1dbff1
Added admin balance increase, and also test (#72)
* added admin balance increase, and also test

* slightly hacky, but does do an update expression

* added note column to entities

* removed redundant printlns

* flattened items

* removed user tier logic from admin increase balance completely. admin will have to manually increase the user tier
2023-05-22 17:07:17 -07:00
Bryan Stitt 05f862f3e4 cargo upgrade 2023-05-22 15:50:00 -07:00
Bryan Stitt 3ac15558e3 fix decay time 2023-05-22 15:43:39 -07:00
Bryan Stitt 91eeee23e2 use ether's reconnects instead of our own which need a lock (wip) 2023-05-22 15:32:27 -07:00
yenicelik 59634139c9 updated error_response 2023-05-21 20:27:52 -04:00
yenicelik 29678b025e updated error_response 2023-05-21 20:27:46 -04:00
yenicelik 46afe8b1e4 influxdb query also groups by archive_needed now 2023-05-21 17:13:15 -04:00