Commit Graph

  • 8709737d74 lower log level Bryan Stitt 2023-05-31 16:07:13 -0700
  • fbe0ecfbff rate limit on websockets Bryan Stitt 2023-05-31 16:05:41 -0700
  • cadab50692 lint Bryan Stitt 2023-05-31 15:54:32 -0700
  • 56ec9439c3 insert on conflict update for balance table Bryan Stitt 2023-05-31 14:07:21 -0700
  • 88526c3702
    Missing subuser logic (#96) David 2023-05-31 22:46:59 +0200
  • 62997774b1 use abigen types for decoding the logs Bryan Stitt 2023-05-31 12:44:02 -0700
  • 7dcc2b4d93 use MultiAbigen Bryan Stitt 2023-05-31 11:52:51 -0700
  • 7947cb95ff use bloom filters and support transactions with multiple deposit events Bryan Stitt 2023-05-31 11:20:17 -0700
  • b9f0824dfe start using the internal provider Bryan Stitt 2023-05-30 23:52:12 -0700
  • d64761403b Cow instead of String Bryan Stitt 2023-05-30 23:17:05 -0700
  • f1636d3b85 unlimited localhost Bryan Stitt 2023-05-30 22:31:35 -0700
  • fcc1843af0 put it back. duplication between cargo.toml isnt worth it Bryan Stitt 2023-05-30 21:37:58 -0700
  • fd8bba4bdd most of these are for the whole app, not just the frontend Bryan Stitt 2023-05-30 21:26:11 -0700
  • 0b62ffcdfc no need to move the semaphore around like this Bryan Stitt 2023-05-30 21:08:21 -0700
  • 2273637a07 move cli into a separate packge and clean up dependencies Bryan Stitt 2023-05-30 20:58:24 -0700
  • 00772caae3 --help instead of --version Bryan Stitt 2023-05-30 17:38:45 -0700
  • cebe8ed1ea
    Request refactor (#99) Bryan Stitt 2023-05-30 16:32:34 -0700
  • 4246342806 lower log levels Bryan Stitt 2023-05-29 17:26:32 -0700
  • c1eba556a5 fix missing ttl send and add name to cache Bryan Stitt 2023-05-29 17:19:05 -0700
  • bb50efb7f9
    quick cache ttl max item size, better function names, and tests (#97) Bryan Stitt 2023-05-29 15:48:22 -0700
  • 5f0c99530c
    referral code does not have llamanodes- prefix any longer (#90) David 2023-05-29 23:41:15 +0200
  • 9e935e2c44 cargo upgrade Bryan Stitt 2023-05-29 09:43:51 -0700
  • b05d866f8a Merge remote-tracking branch 'origin/main' into devel Bryan Stitt 2023-05-29 09:42:21 -0700
  • a275e2dee4 add blocktime for binance Bryan Stitt 2023-05-28 22:59:28 -0700
  • dc6e0559f7 improve will_work_eventually Bryan Stitt 2023-05-28 22:47:39 -0700
  • 84990bb7b6 check hard_limit_until when finding if an rpc will work Bryan Stitt 2023-05-28 22:42:18 -0700
  • 08859ba04d wait for consensus rpcs to change before trying again Bryan Stitt 2023-05-28 22:37:37 -0700
  • 48905f0235
    David/76 bring back docs (#91) David 2023-05-29 18:24:41 +0200
  • ccb3a559ad
    removed requirement for subuser logic to be admin (#94) David 2023-05-29 17:35:24 +0200
  • 4597967def remove cache on backups needed, too Bryan Stitt 2023-05-28 09:39:24 -0700
  • 166b0d810c remove cache on /status and /health for now Bryan Stitt 2023-05-28 09:38:51 -0700
  • 7cb07cc49f debug -> trace for some verbose logs Bryan Stitt 2023-05-27 01:53:49 -0700
  • 0e7bd1fbf3 add missing anyhow::Context Bryan Stitt 2023-05-26 17:00:39 -0700
  • 4aa34740a8 default balance to 0 Bryan Stitt 2023-05-26 16:54:52 -0700
  • 50c8c4ab7d Revert "remove stale mod" Bryan Stitt 2023-05-26 16:32:55 -0700
  • 70196a4947 Revert "don't drop columns for now" Bryan Stitt 2023-05-26 16:32:54 -0700
  • 1598b64b56 remove stale mod Bryan Stitt 2023-05-26 15:27:02 -0700
  • 11e14b12dd don't drop columns for now Bryan Stitt 2023-05-26 15:23:26 -0700
  • c1e69da155 Merge remote-tracking branch 'origin/devel' Bryan Stitt 2023-05-26 08:19:36 -0700
  • bb1fb7cec4
    Merge pull request #83 from yenicelik/david/devel/debug-graph David 2023-05-24 13:44:07 +0200
  • 9a5e9d46a9
    Merge branch 'devel' into david/devel/debug-graph David 2023-05-24 13:36:45 +0200
  • b6cab88c4e removed joined_on variable that was not used yenicelik 2023-05-24 13:35:10 +0200
  • 47f07261ed detailed request must come with a bearer token yenicelik 2023-05-24 13:34:50 +0200
  • 0d15d5baf7 bump versions to match number of migrations Bryan Stitt 2023-05-23 20:58:29 -0700
  • b1a0bcac57 add max wait to fix tests Bryan Stitt 2023-05-23 20:46:27 -0700
  • dafb69fae1 move timeout deeper Bryan Stitt 2023-05-23 15:50:29 -0700
  • 55f9c57827 include error in warning Bryan Stitt 2023-05-23 15:03:16 -0700
  • 4c7a7b87cb cargo upgrade Bryan Stitt 2023-05-23 14:58:13 -0700
  • dd347fd916 add units to serialized variables Bryan Stitt 2023-05-23 14:57:24 -0700
  • 77c9b0ab12 peak latency instead of head latency Bryan Stitt 2023-05-23 14:52:45 -0700
  • 651f0fcad3 lint Bryan Stitt 2023-05-23 14:51:34 -0700
  • d83e2f7015 Merge remote-tracking branch 'origin/devel' into devel Bryan Stitt 2023-05-23 14:44:40 -0700
  • 78f247fc6c split http and ws provider Bryan Stitt 2023-05-23 14:40:34 -0700
  • 27333a0028
    David/devel/debug graph (#82) David 2023-05-22 20:08:35 -0400
  • ddfd1dbff1
    Added admin balance increase, and also test (#72) David 2023-05-22 20:07:17 -0400
  • 05f862f3e4 cargo upgrade Bryan Stitt 2023-05-22 15:50:00 -0700
  • 3ac15558e3 fix decay time Bryan Stitt 2023-05-22 15:43:39 -0700
  • 91eeee23e2 use ether's reconnects instead of our own which need a lock (wip) Bryan Stitt 2023-05-22 15:32:15 -0700
  • 59634139c9 updated error_response yenicelik 2023-05-21 20:27:52 -0400
  • 29678b025e updated error_response yenicelik 2023-05-21 20:27:46 -0400
  • 46afe8b1e4 influxdb query also groups by archive_needed now yenicelik 2023-05-21 17:13:15 -0400
  • 795548580a now should also group by archive_needed (turns out this was wanted) yenicelik 2023-05-21 16:40:42 -0400
  • c443f76623 refactor tiers again Bryan Stitt 2023-05-18 22:43:07 -0700
  • 5aae318620 logs and comments Bryan Stitt 2023-05-18 15:11:29 -0700
  • 9c584354d9 add to skip list earlier Bryan Stitt 2023-05-18 13:51:28 -0700
  • a92c93706b dont check heads while waiting Bryan Stitt 2023-05-18 13:47:00 -0700
  • 8898ffe578 cargo upgrade Bryan Stitt 2023-05-18 13:36:35 -0700
  • b61675e928 replace all moka with quick_cache_ttl Bryan Stitt 2023-05-18 13:34:22 -0700
  • 24439c5143 disable balance join for now Bryan Stitt 2023-05-18 00:43:33 -0700
  • 0f367d9035 more quick cache ttl Bryan Stitt 2023-05-18 00:04:30 -0700
  • 1c61390ad1 check if watch_consensus_rpcs.changed has failed Bryan Stitt 2023-05-16 23:42:42 -0700
  • c818a8fcd7 default balance to zero instead of panicing Bryan Stitt 2023-05-16 23:40:32 -0700
  • 89961331af refactor wait_for_block into should_wait_for_block Bryan Stitt 2023-05-16 22:29:36 -0700
  • a07da30042 keep usable_rpcs_by_tier_and_head_number around longer Bryan Stitt 2023-05-16 18:32:33 -0700
  • 0f79d2e60d more loud logs Bryan Stitt 2023-05-16 18:29:56 -0700
  • 58b7799cc5 for now, always return 0 for cost Bryan Stitt 2023-05-16 18:25:56 -0700
  • a0d8218eb1 best block num has to check has_block_data Bryan Stitt 2023-05-16 18:18:56 -0700
  • 30ea532c70 display, not debug Bryan Stitt 2023-05-16 16:13:56 -0700
  • 5d64524aa6 add name to web3rpcs Bryan Stitt 2023-05-16 16:04:17 -0700
  • 59e864e70f Merge branch 'quick_cache_ttl' into devel Bryan Stitt 2023-05-16 15:42:10 -0700
  • efaaf1bb5f send the correct content type Bryan Stitt 2023-05-16 15:27:18 -0700
  • 525f6d4a34 better variable names Bryan Stitt 2023-05-16 14:58:00 -0700
  • 40b15579ab Merge remote-tracking branch 'origin/devel' into quick_cache_ttl Bryan Stitt 2023-05-16 14:47:43 -0700
  • f4cebde53f use ttl quick cache Bryan Stitt 2023-05-15 10:48:59 -0700
  • 4d2b405b4e lower log level Bryan Stitt 2023-05-16 14:09:10 -0700
  • 978c385b3c improve wait for block Bryan Stitt 2023-05-16 13:26:39 -0700
  • c66eb6d864 head latency instead of peak latency for now Bryan Stitt 2023-05-16 12:18:59 -0700
  • 1ab98f1edc fix panic Bryan Stitt 2023-05-15 13:19:57 -0700
  • b204a1f8ca kqcache too Bryan Stitt 2023-05-13 21:03:45 -0700
  • 9621cfdccd add quick cache wrapper for ttl expiration Bryan Stitt 2023-05-13 16:28:27 -0700
  • 685c1d039a cargo upgrade Bryan Stitt 2023-05-13 15:00:24 -0700
  • 2080739865
    Quick cache (#70) Bryan Stitt 2023-05-13 11:13:02 -0700
  • b493f02c3d put relaxed back Bryan Stitt 2023-05-13 09:56:31 -0700
  • 376c2261ea Merge remote-tracking branch 'origin/main' into devel Bryan Stitt 2023-05-12 23:42:28 -0700
  • cfe4b2bf56 fix consensus head bug Bryan Stitt 2023-05-12 23:41:15 -0700
  • c3cdf7ef43 fix consensus finding bug Bryan Stitt 2023-05-12 23:40:15 -0700
  • 1639405f6d remove loud log Bryan Stitt 2023-05-12 23:27:19 -0700
  • 4b7f88367d fix serializing /status Bryan Stitt 2023-05-12 23:22:20 -0700
  • 74a602bc9c wip Bryan Stitt 2023-05-12 23:20:59 -0700
  • a3b97fda9b lint Bryan Stitt 2023-05-12 23:04:56 -0700