-
Notifications
You must be signed in to change notification settings - Fork 5
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
[MTG-12] merging the asset data into a single column with change to flatbuffer for serialization #298
base: main
Are you sure you want to change the base?
Commits on Oct 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e79ccd4 - Browse repository at this point
Copy the full SHA e79ccd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e63ab2 - Browse repository at this point
Copy the full SHA 9e63ab2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91bfdee - Browse repository at this point
Copy the full SHA 91bfdeeView commit details -
More metrics for synchronizer (#281)
* feat: add more metrics to the synchronizer * feat: more metrics
Configuration menu - View commit details
-
Copy full SHA for b629102 - Browse repository at this point
Copy the full SHA b629102View commit details
Commits on Oct 11, 2024
-
MTG-742 Move fungible assets dump to different thread (#282)
* feat: move fung dump to different thread * feat: add more metrics
Configuration menu - View commit details
-
Copy full SHA for 52e511a - Browse repository at this point
Copy the full SHA 52e511aView commit details
Commits on Oct 14, 2024
-
MTG-747 Save updates for fungible assets during regular sync (#283)
* feat: save fungible updates in regular sync * feat: change migration file and add indexes drop/create during dump load * fix: fungible tokens * chore: code style
Configuration menu - View commit details
-
Copy full SHA for f61d79d - Browse repository at this point
Copy the full SHA f61d79dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06d85a8 - Browse repository at this point
Copy the full SHA 06d85a8View commit details
Commits on Oct 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fbc242d - Browse repository at this point
Copy the full SHA fbc242dView commit details
Commits on Oct 17, 2024
-
a complete rework of the rocks storage
Now all the assets-related data is persisted in a single column
Configuration menu - View commit details
-
Copy full SHA for 78b291f - Browse repository at this point
Copy the full SHA 78b291fView commit details
Commits on Oct 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d1963f0 - Browse repository at this point
Copy the full SHA d1963f0View commit details
Commits on Oct 24, 2024
-
flatbuffer types + merged types + optimized dump client = 30% improve…
…ment over the reference, or over 50% over the initial merge
Configuration menu - View commit details
-
Copy full SHA for 824fc1f - Browse repository at this point
Copy the full SHA 824fc1fView commit details
Commits on Oct 28, 2024
-
dump client optimized further, asset client refactored
Current benchmarking results for 1M assets: Dumping Group/2k batch size time: [4.8857 s 4.9288 s 4.9785 s] Dumping Group/get_assets time: [5.0407 ms 5.0694 ms 5.0968 ms] Dumping Group/get_assets_individually (taking 1000 assets in a loop one after another) time: [31.137 ms 33.730 ms 38.050 ms]
Configuration menu - View commit details
-
Copy full SHA for d978784 - Browse repository at this point
Copy the full SHA d978784View commit details -
Configuration menu - View commit details
-
Copy full SHA for a05855d - Browse repository at this point
Copy the full SHA a05855dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7d9b6b - Browse repository at this point
Copy the full SHA d7d9b6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31aca0f - Browse repository at this point
Copy the full SHA 31aca0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for edcff2f - Browse repository at this point
Copy the full SHA edcff2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 936ebda - Browse repository at this point
Copy the full SHA 936ebdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff7e94e - Browse repository at this point
Copy the full SHA ff7e94eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89a6571 - Browse repository at this point
Copy the full SHA 89a6571View commit details
Commits on Oct 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 73531ff - Browse repository at this point
Copy the full SHA 73531ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4221d94 - Browse repository at this point
Copy the full SHA 4221d94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 522cb1a - Browse repository at this point
Copy the full SHA 522cb1aView commit details
Commits on Oct 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 885fbba - Browse repository at this point
Copy the full SHA 885fbbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ea1df2 - Browse repository at this point
Copy the full SHA 3ea1df2View commit details -
Configuration menu - View commit details
-
Copy full SHA for de2e42f - Browse repository at this point
Copy the full SHA de2e42fView commit details -
Merge commit '88e5d12b86483126a5aa571072dca93b5d4df52f' into feature/…
…MTG-12-flatbuffer-merge # Conflicts: # nft_ingester/src/api/dapi/change_logs.rs # rocks-db/src/batch_client.rs # rocks-db/src/dump_client.rs # rocks-db/src/storage_traits.rs
Configuration menu - View commit details
-
Copy full SHA for 98eb391 - Browse repository at this point
Copy the full SHA 98eb391View commit details
Commits on Oct 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 44df86e - Browse repository at this point
Copy the full SHA 44df86eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53c4a68 - Browse repository at this point
Copy the full SHA 53c4a68View commit details -
fixed a test and dropped a debug line from another test
Added slot to data generation in tests added a valid onchain data in test generation fixed a no longer valid test
Configuration menu - View commit details
-
Copy full SHA for ce73e95 - Browse repository at this point
Copy the full SHA ce73e95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e25381 - Browse repository at this point
Copy the full SHA 1e25381View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5247299 - Browse repository at this point
Copy the full SHA 5247299View commit details
Commits on Nov 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 08062da - Browse repository at this point
Copy the full SHA 08062daView commit details
Commits on Nov 4, 2024
-
fixed an issue with mpl core collections getting into response with m…
…etadata. fixed another test setup
Configuration menu - View commit details
-
Copy full SHA for ab77ec4 - Browse repository at this point
Copy the full SHA ab77ec4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7342535 - Browse repository at this point
Copy the full SHA 7342535View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4123d05 - Browse repository at this point
Copy the full SHA 4123d05View commit details -
Merge commit '962eaf9560de83ae1f917ec168b461666c3d7000' into feature/…
…MTG-12-flatbuffer-merge + updated the data read to get dynamic details # Conflicts: # rocks-db/src/bin/leaf_checker/main.rs
Configuration menu - View commit details
-
Copy full SHA for fd0ca32 - Browse repository at this point
Copy the full SHA fd0ca32View commit details -
Configuration menu - View commit details
-
Copy full SHA for cae65de - Browse repository at this point
Copy the full SHA cae65deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 620d842 - Browse repository at this point
Copy the full SHA 620d842View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3474b40 - Browse repository at this point
Copy the full SHA 3474b40View commit details -
Merge commit 'b410996aaf3584ed572b2dea699d2a66f94359b3' into feature/…
…MTG-12-flatbuffer-merge # Conflicts: # rocks-db/Cargo.toml
Configuration menu - View commit details
-
Copy full SHA for d8855c4 - Browse repository at this point
Copy the full SHA d8855c4View commit details -
Merge commit 'd2f3e0af6b2cb438a77f45e640e2e5731c1f0977' into feature/…
…MTG-12-flatbuffer-merge # Conflicts: # nft_ingester/tests/process_accounts.rs
Configuration menu - View commit details
-
Copy full SHA for d4baf7d - Browse repository at this point
Copy the full SHA d4baf7dView commit details