Skip to content

Commit

Permalink
Updated sqlite to v3.47.0 and libuv to v1.49.2.
Browse files Browse the repository at this point in the history
████ ███  To request new features or in case this commit breaks something for you,
████ ███  please, create a new github issue with all possible information for me,
▓███▀█▄   but never share your API Keys!
▒▓██ ███
░▒▓█ ███  Signed-off-by: Carles Tubio <[email protected]>
 _________________________________________
/ Hello, WORLD!                           \
|                                         |
\ pssst.. 1.00000000 BTC = 62315.35 EUR.  /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||
  • Loading branch information
ctubio committed Oct 22, 2024
1 parent fe40db6 commit 43baf3e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ K ?= K.sh
MAJOR = 0
MINOR = 7
PATCH = 0
BUILD = 48
BUILD = 49

OBLIGATORY = DISCLAIMER: This is strict non-violent software: \n$\
if you hurt other living creatures, please stop; \n$\
Expand Down
4 changes: 2 additions & 2 deletions src/bin/+portfolios/+portfolios.client/Orders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import {Shared, Socket, Models} from 'lib/K';
<span [hidden]="!!symbols">0 open orders</span>
<a rel="noreferrer" target="_blank" title="{{ filter }} Market"
href="{{ orders_market }}" id="best_ask_bid" [hidden]="!filter">
<span class="sell" title="Best Ask Price on {{ filter }}">{{ best_ask }}<i class="beacon sym-_default-s sym-{{ quote.toLowerCase() }}-s" ></i></span>
<span class="buy" title="Best Bid Price on {{ filter }}">{{ best_bid }}<i class="beacon sym-_default-s sym-{{ quote.toLowerCase() }}-s" ></i></span>
<span class="sell" title="Best Ask Price on {{ filter }}">{{ best_ask }} <i class="beacon sym-_default-s sym-{{ quote.toLowerCase() }}-s" ></i></span>
<span class="buy" title="Best Bid Price on {{ filter }}">{{ best_bid }} <i class="beacon sym-_default-s sym-{{ quote.toLowerCase() }}-s" ></i></span>
</a>
<a href="#"
*ngFor="let x of symbols"
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Krypto.ninja-client/www/js/Shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {Socket, Models} from 'lib/K';
selector: 'K',
template: `<div>
<div [hidden]="state.online !== null"
style="padding:42px;transform:rotate(-6deg);text-shadow: 1px 1px #0000009e;">
style="padding:42px;transform:rotate(-6deg);text-shadow: 1px 1px #0000009e;width: 90%;margin: 0px auto;">
<h4 class="text-danger text-center">
<i class="beacon exc-{{ exchange_icon }}-s" style="font-size:69px;"></i>
<br /><br />
Expand Down
4 changes: 2 additions & 2 deletions src/lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ $(if $(subst 0,,${MAKELEVEL}),,$(warning $(ERR));$(error $(HINT)))
V_ZLIB = 1.3.1
V_SSL = 3.3.2
V_CURL = 8.10.1
V_SQL = 3460100
V_SQL = 3470000
V_JSON = 3.11.3
V_CATCH = 2.13.10
V_UV = 1.49.1
V_UV = 1.49.2

KBUILD := $(abspath ../../build-$(KHOST))

Expand Down

0 comments on commit 43baf3e

Please sign in to comment.