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

Bring main to dev #2

Open
wants to merge 30 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
1e85b70
updated nuget packages
Feb 11, 2022
c6d6cdc
Merge branch 'dev'
Apr 21, 2022
9fe6649
display the last known and last imported block in the health endpoint
Apr 22, 2022
68ecd26
Merge branch 'dev'
Apr 28, 2022
355aa5a
Merge branch 'dev'
Jun 3, 2022
d24a5ff
Merge branch 'dev'
Jun 6, 2022
19223de
Merge branch 'dev'
Jun 10, 2022
3d8cd0d
Create LICENSE.md
Sep 9, 2022
4bfcfda
ReportRowCounts: don't crash when the database is empty
Jun 29, 2022
e7f4a59
don't use a websocket connection when its not configured
Jun 29, 2022
f88f2f5
keep the good, the bad and the hacky..
Jun 29, 2022
b76ee8c
use the polling source when no websocket url is configured
Jun 29, 2022
c04a383
added a much quicker view for alive and dead accounts based on cache_…
Oct 26, 2022
e664ad2
added the 'max_transferable_amount' function to the indexer sql
Oct 26, 2022
b2069c1
added the crc_capacity_graph view
Oct 27, 2022
47e9e1c
added missing indexes
Oct 27, 2022
f7026f5
added a 'cache_all_addresses' table that contains all token and safe …
Oct 30, 2022
90d43b7
added address_ids to the cached balances and trust relations
Oct 30, 2022
9e41c2d
Send 0xDEADBEEF000000000000000000000000000000000000000000000000000000…
Nov 3, 2022
0a2af99
0.0.63
Nov 3, 2022
0fb75ef
Added a default value for the hub address (0x29b9a7fBb8995b2423a71cC1…
Nov 4, 2022
3b2cb86
0.0.64: HUB_ADDRESS default value in lowercase
Nov 4, 2022
95c0549
added a ER diagram to the readme
Nov 10, 2022
98d87e5
add the diagram file
Nov 10, 2022
9d26c54
added the crc_capacity_graph- and crc_all_signups-views to the er dia…
Nov 10, 2022
d9cf499
added the 0xdeadbeef0000000000000000000000000000000000000000000000000…
Nov 10, 2022
886bf46
Merge branch 'dev'
Jan 25, 2023
766296d
Merge branch 'dev'
Jan 25, 2023
2519f25
ASPNETCORE_hostBuilder__reloadConfigOnChange=false
jaensen Feb 4, 2023
59df189
Merge branch 'dev' of ssh://github.com/CirclesUBI/blockchain-indexer …
almereyda Feb 8, 2023
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
Binary file modified CirclesLand.Host/bin/Debug/net5.0/CirclesLand.Host.dll
Binary file not shown.
Binary file modified CirclesLand.Host/bin/Debug/net5.0/CirclesLand.Host.pdb
Binary file not shown.
6,712 changes: 958 additions & 5,754 deletions CirclesLand.Host/obj/project.assets.json

Large diffs are not rendered by default.

153 changes: 39 additions & 114 deletions CirclesLand.Host/obj/project.nuget.cache

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion CirclesLand.Host/obj/project.packagespec.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"restore":{"projectUniqueName":"/home/daniel/src/circles-world/BlockchainIndexer/CirclesLand.Host/CirclesLand.Host.csproj","projectName":"CirclesLand.Host","projectPath":"/home/daniel/src/circles-world/BlockchainIndexer/CirclesLand.Host/CirclesLand.Host.csproj","outputPath":"/home/daniel/src/circles-world/BlockchainIndexer/CirclesLand.Host/obj/","projectStyle":"PackageReference","originalTargetFrameworks":["net5.0"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net5.0":{"targetAlias":"net5.0","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]}}"frameworks":{"net5.0":{"targetAlias":"net5.0","dependencies":{"Dapper":{"target":"Package","version":"[2.0.90, )"},"Microsoft.Extensions.Hosting":{"target":"Package","version":"[5.0.0, )"},"Microsoft.Extensions.Hosting.Abstractions":{"target":"Package","version":"[5.0.0, )"},"Microsoft.Extensions.Logging.Abstractions":{"target":"Package","version":"[5.0.0, )"},"Newtonsoft.Json":{"target":"Package","version":"[10.0.3, )"},"Npgsql":{"target":"Package","version":"[5.0.7, )"}},"imports":["net461","net462","net47","net471","net472","net48"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"/usr/share/dotnet/sdk/5.0.201/RuntimeIdentifierGraph.json"}}
"restore":{"projectUniqueName":"/home/daniel/src/circles-world/blockchain-indexer/CirclesLand.Host/CirclesLand.Host.csproj","projectName":"CirclesLand.Host","projectPath":"/home/daniel/src/circles-world/blockchain-indexer/CirclesLand.Host/CirclesLand.Host.csproj","outputPath":"/home/daniel/src/circles-world/blockchain-indexer/CirclesLand.Host/obj/","projectStyle":"PackageReference","originalTargetFrameworks":["net5.0"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net5.0":{"targetAlias":"net5.0","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]}}"frameworks":{"net5.0":{"targetAlias":"net5.0","dependencies":{"Dapper":{"target":"Package","version":"[2.0.123, )"},"Microsoft.Extensions.Hosting":{"target":"Package","version":"[6.0.1, )"},"Microsoft.Extensions.Hosting.Abstractions":{"target":"Package","version":"[6.0.0, )"},"Microsoft.Extensions.Logging.Abstractions":{"target":"Package","version":"[6.0.0, )"},"Newtonsoft.Json":{"target":"Package","version":"[13.0.1, )"},"Npgsql":{"target":"Package","version":"[6.0.3, )"}},"imports":["net461","net462","net47","net471","net472","net48"],"assetTargetFallback":true,"warn":true,"downloadDependencies":[{"name":"Microsoft.AspNetCore.App.Ref","version":"[5.0.0, 5.0.0]"},{"name":"Microsoft.NETCore.App.Ref","version":"[5.0.0, 5.0.0]"}],"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"/usr/share/dotnet/sdk/6.0.202/RuntimeIdentifierGraph.json"}}
2 changes: 1 addition & 1 deletion CirclesLand.Host/obj/rider.project.restore.info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16322987077504077
16505636510691487
661 changes: 661 additions & 0 deletions LICENSE.md

Large diffs are not rendered by default.