Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/performance tracking #1896

Merged
merged 30 commits into from
Nov 26, 2024
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
50d05f0
add profiler class
gsteenkamp89 Nov 6, 2024
b2fa955
refine profiler class, add comments
gsteenkamp89 Nov 7, 2024
a094501
ditch observer
gsteenkamp89 Nov 7, 2024
25f02b1
measure synchronous task
gsteenkamp89 Nov 7, 2024
cf64f8d
use singleton
gsteenkamp89 Nov 7, 2024
6b1a627
profile inventory client
gsteenkamp89 Nov 7, 2024
444445c
mimic node performance api, use marks and measure
gsteenkamp89 Nov 8, 2024
14b7e93
inventory client
gsteenkamp89 Nov 8, 2024
4b412f9
update data worker & finalizer
gsteenkamp89 Nov 8, 2024
5f254b0
extend logger with default metadata
gsteenkamp89 Nov 8, 2024
4c59dd8
evm utils
gsteenkamp89 Nov 8, 2024
ca935bf
update dataworker, realyer to use profiler
gsteenkamp89 Nov 8, 2024
b8de9cc
require logger
gsteenkamp89 Nov 8, 2024
c16459b
Merge branch 'master' into feat/performance-tracking
gsteenkamp89 Nov 8, 2024
42e41ee
move and refactor profiler
gsteenkamp89 Nov 14, 2024
20d3939
fixup
gsteenkamp89 Nov 14, 2024
d2a4480
update comments
gsteenkamp89 Nov 18, 2024
27938a6
Merge branch 'master' into feat/performance-tracking
gsteenkamp89 Nov 18, 2024
3c9755b
use profiler from sdk
gsteenkamp89 Nov 19, 2024
0beef74
Update package.json
gsteenkamp89 Nov 19, 2024
d0ebb83
import from sdkUtils.ts
gsteenkamp89 Nov 19, 2024
60152cf
use simplified api for simple measure
gsteenkamp89 Nov 19, 2024
669707a
refactor
gsteenkamp89 Nov 19, 2024
c4e406a
Merge remote-tracking branch 'origin/master' into feat/performance-tr…
pxrl Nov 22, 2024
69f430f
Bump sdk
pxrl Nov 26, 2024
7f031e2
Undo yarn.lock diffs
pxrl Nov 26, 2024
5a1bf55
Fix yarn.lock
pxrl Nov 26, 2024
2014aa1
Add Relayer & TokenClient
pxrl Nov 26, 2024
e4c9910
Update src/relayer/index.ts
pxrl Nov 26, 2024
cc1637c
lint
pxrl Nov 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into feat/performance-tracking
gsteenkamp89 committed Nov 18, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 27938a6f7fdd1aaf2444ae32f0d05c773e81b6fa
1 change: 1 addition & 0 deletions src/clients/InventoryClient.ts
Original file line number Diff line number Diff line change
@@ -26,6 +26,7 @@ import {
compareAddressesSimple,
getUsdcSymbol,
Profiler,
getNativeTokenSymbol,
} from "../utils";
import { HubPoolClient, TokenClient, BundleDataClient } from ".";
import { Deposit } from "../interfaces";
You are viewing a condensed version of this merge commit. You can view the full changes here.