Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add Borsh serialize to Hash and SubnetworkId * Add async-std dependency, channel and triggers * Add borsh serialize to Uint192 * Initial commit of rpc-core lib * Add rpc-core RpcApi service * Initial commit of rpc-grpc lib * Apply clippy advice & change fmt newline_style to "auto" * Add protoc install in github workflow * Change protoc install order in github workflow * Replicate protoc install througout github workflow * Fix typo * Rename workers, change start guarding impl, add comments, fix typos * Fix typo * Apply clippy advices * Remove unnecessary code * Renames: ListenerUtxoNotificationFilterSetting & InnerFilter::matches * Use AHashSet instead of Map for RpcUtxoAddressSet * Small changes requested by review * Other small changes triggered by the review * Use trace! instead of println! * Address the issues raised by the review * Remove borsh as a workspace dependency * Adapt some comments * Revert "Remove borsh as a workspace dependency" This reverts commit a065cb0. * Some minor changes requested by the review
- Loading branch information