Skip to content

feat: txns use blockchain indexer #20

feat: txns use blockchain indexer

feat: txns use blockchain indexer #20

Triggered via push January 3, 2025 02:56
Status Success
Total duration 3m 44s
Artifacts 4
Matrix: publish
Matrix: build-and-push-image
dispatch
3s
dispatch
Fit to window
Zoom out
Zoom in

Annotations

40 warnings
publish (EoaServer.AuthServer): src/EoaServer.Application.Contracts/Token/Dto/IndexerTokenInfoDto.cs#L17
'IndexerTokenInfoDto.Decimals' hides inherited member 'IndexerTokenBaseDto.Decimals'. Use the new keyword if hiding was intended.
publish (EoaServer.AuthServer): src/EoaServer.Application.Contracts/Token/Dto/IndexerTokenInfoDto.cs#L19
'IndexerTokenInfoDto.Type' hides inherited member 'IndexerTokenBaseDto.Type'. Use the new keyword if hiding was intended.
publish (EoaServer.AuthServer): src/EoaServer.Application.Contracts/Transfer/Dtos/GetDepositRequestDto.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
publish (EoaServer.AuthServer): src/EoaServer.Application.Contracts/Transfer/Dtos/OrderIndexDto.cs#L30
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
publish (EoaServer.AuthServer): src/EoaServer.Application.Contracts/Transfer/Dtos/OrderIndexDto.cs#L41
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
publish (EoaServer.AuthServer): src/EoaServer.Application.Contracts/Transfer/Dtos/OrderIndexDto.cs#L48
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
publish (EoaServer.AuthServer): src/EoaServer.Application.Contracts/Commons/JwtHelper.cs#L61
The variable 'e' is declared but never used
publish (EoaServer.AuthServer): src/EoaServer.Application.Contracts/HandlerExceptionService.cs#L11
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
publish (EoaServer.AuthServer): src/EoaServer.Application.Contracts/HandlerExceptionService.cs#L19
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
publish (EoaServer.AuthServer): src/EoaServer.Application.Contracts/HandlerExceptionService.cs#L27
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
publish (EoaServer.HttpApi.Host): src/EoaServer.Application.Contracts/Token/Dto/IndexerTokenInfoDto.cs#L17
'IndexerTokenInfoDto.Decimals' hides inherited member 'IndexerTokenBaseDto.Decimals'. Use the new keyword if hiding was intended.
publish (EoaServer.HttpApi.Host): src/EoaServer.Application.Contracts/Token/Dto/IndexerTokenInfoDto.cs#L19
'IndexerTokenInfoDto.Type' hides inherited member 'IndexerTokenBaseDto.Type'. Use the new keyword if hiding was intended.
publish (EoaServer.HttpApi.Host): src/EoaServer.Application.Contracts/Transfer/Dtos/GetDepositRequestDto.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
publish (EoaServer.HttpApi.Host): src/EoaServer.Application.Contracts/Transfer/Dtos/OrderIndexDto.cs#L30
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
publish (EoaServer.HttpApi.Host): src/EoaServer.Application.Contracts/Transfer/Dtos/OrderIndexDto.cs#L41
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
publish (EoaServer.HttpApi.Host): src/EoaServer.Application.Contracts/Transfer/Dtos/OrderIndexDto.cs#L48
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
publish (EoaServer.HttpApi.Host): src/EoaServer.Application.Contracts/HandlerExceptionService.cs#L11
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
publish (EoaServer.HttpApi.Host): src/EoaServer.Application.Contracts/HandlerExceptionService.cs#L19
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
publish (EoaServer.HttpApi.Host): src/EoaServer.Application.Contracts/HandlerExceptionService.cs#L27
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
publish (EoaServer.HttpApi.Host): src/EoaServer.Application.Contracts/HandlerExceptionService.cs#L36
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
publish (EoaServer.Silo): src/EoaServer.Application.Contracts/Token/Dto/IndexerTokenInfoDto.cs#L17
'IndexerTokenInfoDto.Decimals' hides inherited member 'IndexerTokenBaseDto.Decimals'. Use the new keyword if hiding was intended.
publish (EoaServer.Silo): src/EoaServer.Application.Contracts/Token/Dto/IndexerTokenInfoDto.cs#L19
'IndexerTokenInfoDto.Type' hides inherited member 'IndexerTokenBaseDto.Type'. Use the new keyword if hiding was intended.
publish (EoaServer.Silo): src/EoaServer.Application.Contracts/Transfer/Dtos/GetDepositRequestDto.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
publish (EoaServer.Silo): src/EoaServer.Application.Contracts/Transfer/Dtos/OrderIndexDto.cs#L30
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
publish (EoaServer.Silo): src/EoaServer.Application.Contracts/Transfer/Dtos/OrderIndexDto.cs#L41
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
publish (EoaServer.Silo): src/EoaServer.Application.Contracts/Transfer/Dtos/OrderIndexDto.cs#L48
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
publish (EoaServer.Silo): src/EoaServer.Application.Contracts/HandlerExceptionService.cs#L11
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
publish (EoaServer.Silo): src/EoaServer.Application.Contracts/HandlerExceptionService.cs#L19
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
publish (EoaServer.Silo): src/EoaServer.Application.Contracts/HandlerExceptionService.cs#L27
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
publish (EoaServer.Silo): src/EoaServer.Application.Contracts/HandlerExceptionService.cs#L36
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
publish (EoaServer.EntityEventHandler): src/EoaServer.Application.Contracts/Token/Dto/IndexerTokenInfoDto.cs#L17
'IndexerTokenInfoDto.Decimals' hides inherited member 'IndexerTokenBaseDto.Decimals'. Use the new keyword if hiding was intended.
publish (EoaServer.EntityEventHandler): src/EoaServer.Application.Contracts/Token/Dto/IndexerTokenInfoDto.cs#L19
'IndexerTokenInfoDto.Type' hides inherited member 'IndexerTokenBaseDto.Type'. Use the new keyword if hiding was intended.
publish (EoaServer.EntityEventHandler): src/EoaServer.Application.Contracts/Transfer/Dtos/GetDepositRequestDto.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
publish (EoaServer.EntityEventHandler): src/EoaServer.Application.Contracts/Transfer/Dtos/OrderIndexDto.cs#L30
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
publish (EoaServer.EntityEventHandler): src/EoaServer.Application.Contracts/Transfer/Dtos/OrderIndexDto.cs#L41
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
publish (EoaServer.EntityEventHandler): src/EoaServer.Application.Contracts/Transfer/Dtos/OrderIndexDto.cs#L48
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
publish (EoaServer.EntityEventHandler): src/EoaServer.Application.Contracts/HandlerExceptionService.cs#L11
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
publish (EoaServer.EntityEventHandler): src/EoaServer.Application.Contracts/HandlerExceptionService.cs#L19
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
publish (EoaServer.EntityEventHandler): src/EoaServer.Application.Contracts/HandlerExceptionService.cs#L27
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
publish (EoaServer.EntityEventHandler): src/EoaServer.Application.Contracts/HandlerExceptionService.cs#L36
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.

Artifacts

Produced during runtime
Name Size
EoaServer.AuthServer Expired
83.3 MB
EoaServer.EntityEventHandler Expired
96.7 MB
EoaServer.HttpApi.Host Expired
98.2 MB
EoaServer.Silo Expired
60.4 MB