diff options
| author | cyan <cyjan@mrcyjanek.net> | 2024-07-30 17:46:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-30 17:46:55 +0200 |
| commit | 373588247bcdb0ef2a16531fb8cd556743c5cd74 (patch) | |
| tree | a26e5a4c08cd56b8e47a20cdc94306b0e7a3a01c /impls/monero.dart/lib/src/checksum_monero.dart | |
| parent | 3b9928a665099f10cfd7e17f82cdf222e9f3ae27 (diff) | |
Generic safety cleanup (#22)
* create checksum system for versioning
* minor changes to CI
* dart ffi cleanup
* update checksums
Diffstat (limited to 'impls/monero.dart/lib/src/checksum_monero.dart')
| -rw-r--r-- | impls/monero.dart/lib/src/checksum_monero.dart | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/impls/monero.dart/lib/src/checksum_monero.dart b/impls/monero.dart/lib/src/checksum_monero.dart new file mode 100644 index 0000000..cd59b61 --- /dev/null +++ b/impls/monero.dart/lib/src/checksum_monero.dart @@ -0,0 +1,6 @@ +// ignore_for_file: constant_identifier_names +const String wallet2_api_c_h_sha256 = "b9c712f59873da33dfc4c9caa4850ee5cba4bf7310179dfc33af9d3029d9855a"; +const String wallet2_api_c_cpp_sha256 = "7edf0905802faa48f66362a6d2ebf25f458107b67cd4abc6d01886c40f5634ef"; +const String wallet2_api_c_exp_sha256 = "bfac0ee584f50bd9263ae453103530c2594b21aec8ae7622e8c192c027f5d6af"; +const int libwallet2_api_c_version = 48; +const String wallet2_api_c_date = "2024-07-30 15:06:42 +0000"; |
