web3-proxy/web3_proxy/src
Bryan Stitt 0046a02a4a
Global db (#191)
* dont migrate on start. just connect

* it compiles

* that log is loud

* get transaction from a local clone

* import the trait

* put the test app into a thread instead of tokio::spawn

* fix one test

* try db before rpcs

* db connection is too slow. need to wait for it

* do db setup once while spawning
2023-07-14 18:30:01 -07:00
..
app Global db (#191) 2023-07-14 18:30:01 -07:00
bin rename get to connect 2023-07-13 15:44:07 -07:00
frontend Global db (#191) 2023-07-14 18:30:01 -07:00
rpcs Global db (#191) 2023-07-14 18:30:01 -07:00
stats Global db (#191) 2023-07-14 18:30:01 -07:00
sub_commands Global db (#191) 2023-07-14 18:30:01 -07:00
admin_queries.rs Global db (#191) 2023-07-14 18:30:01 -07:00
balance.rs Global db (#191) 2023-07-14 18:30:01 -07:00
block_number.rs less authorization and remove pending txs for now 2023-07-13 11:01:16 -07:00
caches.rs Global db (#191) 2023-07-14 18:30:01 -07:00
compute_units.rs More balance tests (#182) 2023-07-12 00:35:07 -07:00
config.rs Global db (#191) 2023-07-14 18:30:01 -07:00
errors.rs Global db (#191) 2023-07-14 18:30:01 -07:00
globals.rs Global db (#191) 2023-07-14 18:30:01 -07:00
http_params.rs Fix Issue 65 Pt. 2 (#153) 2023-06-28 23:00:34 -07:00
jsonrpc.rs make references compile 2023-06-26 21:38:41 -07:00
lib.rs Global db (#191) 2023-07-14 18:30:01 -07:00
pagerduty.rs stripe integration first mvp (replaces #140) (#154) 2023-06-29 14:32:05 -07:00
premium.rs Auto tier change (#184) 2023-07-12 10:24:16 -07:00
prometheus.rs better handling of 0 port and fix test port 2023-06-24 20:38:06 -07:00
referral_code.rs referral code does not have llamanodes- prefix any longer (#90) 2023-05-29 14:41:15 -07:00
relational_db.rs Global db (#191) 2023-07-14 18:30:01 -07:00
response_cache.rs More balance tests (#182) 2023-07-12 00:35:07 -07:00
user_token.rs More balance tests (#182) 2023-07-12 00:35:07 -07:00