-
Notifications
You must be signed in to change notification settings - Fork 94
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
feat(zcoin): ARRR WASM implementation #1957
Commits on Jun 9, 2023
-
save dev state — impl get_latest_block
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9624b52 - Browse repository at this point
Copy the full SHA 9624b52View commit details -
save dev state — impl insert_block
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 74475d4 - Browse repository at this point
Copy the full SHA 74475d4View commit details -
save dev state — impl rewind_to_height
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0df0b74 - Browse repository at this point
Copy the full SHA 0df0b74View commit details -
save dev state — impl with_blocks
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 82ea381 - Browse repository at this point
Copy the full SHA 82ea381View commit details
Commits on Jun 13, 2023
-
save dev state — impl some unit tests
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e143d36 - Browse repository at this point
Copy the full SHA e143d36View commit details -
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for aa890a4 - Browse repository at this point
Copy the full SHA aa890a4View commit details
Commits on Jun 19, 2023
-
impl simple unit test for with_blocks
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4187ca9 - Browse repository at this point
Copy the full SHA 4187ca9View commit details
Commits on Aug 22, 2023
-
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ecca8ea - Browse repository at this point
Copy the full SHA ecca8eaView commit details -
save dev state — validate_blocks and scan_cached_block porting succes…
…sful Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 02af3d5 - Browse repository at this point
Copy the full SHA 02af3d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00b0ec6 - Browse repository at this point
Copy the full SHA 00b0ec6View commit details
Commits on Aug 24, 2023
-
port scan_cached_block and validate_blocks to mm2
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for af2b1d7 - Browse repository at this point
Copy the full SHA af2b1d7View commit details
Commits on Aug 26, 2023
-
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e039d56 - Browse repository at this point
Copy the full SHA e039d56View commit details
Commits on Aug 27, 2023
-
save dev state — apply fixes from librustzcash
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fbb61ea - Browse repository at this point
Copy the full SHA fbb61eaView commit details
Commits on Aug 28, 2023
-
save dev state — refactor wallet db storage module
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6fc8697 - Browse repository at this point
Copy the full SHA 6fc8697View commit details -
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 67c30b4 - Browse repository at this point
Copy the full SHA 67c30b4View commit details
Commits on Aug 29, 2023
-
walletdb — impl block_height_extrema, get_block_hash, get_tx_height
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fcce1c6 - Browse repository at this point
Copy the full SHA fcce1c6View commit details -
walletdb — impl get_balance_at, get_memo
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 67102ef - Browse repository at this point
Copy the full SHA 67102efView commit details -
walletdb — impl get_commitment_tree, get_witnesses
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1dbb508 - Browse repository at this point
Copy the full SHA 1dbb508View commit details
Commits on Aug 30, 2023
-
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7de42b1 - Browse repository at this point
Copy the full SHA 7de42b1View commit details -
walletdb — impl get_nullifiers
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 020b47c - Browse repository at this point
Copy the full SHA 020b47cView commit details -
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 97a10e9 - Browse repository at this point
Copy the full SHA 97a10e9View commit details
Commits on Aug 31, 2023
-
save dev state — use BigInt for i64 values
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0e0915c - Browse repository at this point
Copy the full SHA 0e0915cView commit details -
walletdb — impl select_spendable_notes
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cd6ad5f - Browse repository at this point
Copy the full SHA cd6ad5fView commit details -
walletdb — save dev state (advance_by_block wip)
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 573b52f - Browse repository at this point
Copy the full SHA 573b52fView commit details
Commits on Sep 1, 2023
-
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b3c1347 - Browse repository at this point
Copy the full SHA b3c1347View commit details -
Merge remote-tracking branch 'origin/dev' into blockdb_indexeddb_storage
# Conflicts: # mm2src/coins/z_coin/storage/walletdb/mod.rs
Configuration menu - View commit details
-
Copy full SHA for 5c3e589 - Browse repository at this point
Copy the full SHA 5c3e589View commit details -
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c25a34a - Browse repository at this point
Copy the full SHA c25a34aView commit details
Commits on Sep 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2da2e2c - Browse repository at this point
Copy the full SHA 2da2e2cView commit details
Commits on Sep 4, 2023
-
walletdb — implemented put_received_note && insert_witness
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b80bbc3 - Browse repository at this point
Copy the full SHA b80bbc3View commit details -
walletdb — implemented prune_witnesses
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for af1e88f - Browse repository at this point
Copy the full SHA af1e88fView commit details -
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7d434a7 - Browse repository at this point
Copy the full SHA 7d434a7View commit details -
walletdb — impl update_expired_notes
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1c4df5d - Browse repository at this point
Copy the full SHA 1c4df5dView commit details
Commits on Sep 5, 2023
-
walletdb — impl advance_by_block
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 24774ad - Browse repository at this point
Copy the full SHA 24774adView commit details -
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b908555 - Browse repository at this point
Copy the full SHA b908555View commit details -
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 23e8bc7 - Browse repository at this point
Copy the full SHA 23e8bc7View commit details -
fix review notes and add doc comments
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 920ca89 - Browse repository at this point
Copy the full SHA 920ca89View commit details -
refactor indexeddb TableSignature TABLE_NAME
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4396023 - Browse repository at this point
Copy the full SHA 4396023View commit details -
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 909c1d7 - Browse repository at this point
Copy the full SHA 909c1d7View commit details
Commits on Sep 6, 2023
-
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c4f44bb - Browse repository at this point
Copy the full SHA c4f44bbView commit details -
walletdb — finished WalletWrite and WalletRead implementations for in…
…dexeddb Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6f3dade - Browse repository at this point
Copy the full SHA 6f3dadeView commit details
Commits on Sep 7, 2023
-
walletdb — cleanup after self review round 1
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0a50ab3 - Browse repository at this point
Copy the full SHA 0a50ab3View commit details -
Merge remote-tracking branch 'origin/dev' into zcoin_storage
# Conflicts: # mm2src/coins/z_coin/storage/walletdb/mod.rs # mm2src/coins/z_coin/z_rpc.rs
Configuration menu - View commit details
-
Copy full SHA for 7743f14 - Browse repository at this point
Copy the full SHA 7743f14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cd1cc3 - Browse repository at this point
Copy the full SHA 8cd1cc3View commit details -
implement init walletdb for indexedddb
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4d708eb - Browse repository at this point
Copy the full SHA 4d708ebView commit details
Commits on Sep 9, 2023
-
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5af48d8 - Browse repository at this point
Copy the full SHA 5af48d8View commit details
Commits on Sep 12, 2023
-
save dev state — test_intialize_db_impl
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 31737e3 - Browse repository at this point
Copy the full SHA 31737e3View commit details
Commits on Sep 13, 2023
-
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f2cab39 - Browse repository at this point
Copy the full SHA f2cab39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7004e70 - Browse repository at this point
Copy the full SHA 7004e70View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5dc508 - Browse repository at this point
Copy the full SHA c5dc508View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93cba48 - Browse repository at this point
Copy the full SHA 93cba48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40d9735 - Browse repository at this point
Copy the full SHA 40d9735View commit details
Commits on Sep 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 34e8940 - Browse repository at this point
Copy the full SHA 34e8940View commit details -
save dev state - impl test_valid_chain_state
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 60315a3 - Browse repository at this point
Copy the full SHA 60315a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a56e802 - Browse repository at this point
Copy the full SHA a56e802View commit details
Commits on Sep 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 62efac1 - Browse repository at this point
Copy the full SHA 62efac1View commit details -
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 653b4e8 - Browse repository at this point
Copy the full SHA 653b4e8View commit details -
Merge branch 'zcoin_storage' of github.com:KomodoPlatform/komodo-defi…
…-framework into zcoin_storage
Configuration menu - View commit details
-
Copy full SHA for ead00e0 - Browse repository at this point
Copy the full SHA ead00e0View commit details
Commits on Sep 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ccc45df - Browse repository at this point
Copy the full SHA ccc45dfView commit details -
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 641120b - Browse repository at this point
Copy the full SHA 641120bView commit details
Commits on Sep 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4d58482 - Browse repository at this point
Copy the full SHA 4d58482View commit details -
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 45aa2f7 - Browse repository at this point
Copy the full SHA 45aa2f7View commit details -
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 54f6dba - Browse repository at this point
Copy the full SHA 54f6dbaView commit details
Commits on Sep 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 62aa5fa - Browse repository at this point
Copy the full SHA 62aa5faView commit details
Commits on Sep 21, 2023
-
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8fbd911 - Browse repository at this point
Copy the full SHA 8fbd911View commit details
Commits on Sep 24, 2023
-
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ad888e7 - Browse repository at this point
Copy the full SHA ad888e7View commit details
Commits on Sep 25, 2023
-
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 55a62a3 - Browse repository at this point
Copy the full SHA 55a62a3View commit details -
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9dd53f1 - Browse repository at this point
Copy the full SHA 9dd53f1View commit details
Commits on Oct 2, 2023
-
minor fix and impl is_tx_imported
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for eb74f06 - Browse repository at this point
Copy the full SHA eb74f06View commit details -
Merge remote-tracking branch 'origin/dev' into zcoin_storage
# Conflicts: # mm2src/coins/z_coin/storage/walletdb/mod.rs # mm2src/coins/z_coin/z_rpc.rs
Configuration menu - View commit details
-
Copy full SHA for f7b03d0 - Browse repository at this point
Copy the full SHA f7b03d0View commit details -
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e156699 - Browse repository at this point
Copy the full SHA e156699View commit details
Commits on Oct 3, 2023
-
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 14c1c68 - Browse repository at this point
Copy the full SHA 14c1c68View commit details
Commits on Oct 4, 2023
-
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for dc1d7d4 - Browse repository at this point
Copy the full SHA dc1d7d4View commit details
Commits on Oct 6, 2023
-
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 230d4d5 - Browse repository at this point
Copy the full SHA 230d4d5View commit details
Commits on Oct 11, 2023
-
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3b8920f - Browse repository at this point
Copy the full SHA 3b8920fView commit details
Commits on Oct 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cf6891b - Browse repository at this point
Copy the full SHA cf6891bView commit details
Commits on Nov 1, 2023
-
use LocalTxProver::from_bytes directly for creating LocalTxProver
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 532d901 - Browse repository at this point
Copy the full SHA 532d901View commit details
Commits on Nov 7, 2023
-
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3c01ae0 - Browse repository at this point
Copy the full SHA 3c01ae0View commit details -
merge branch and fix conflicts
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 92e7014 - Browse repository at this point
Copy the full SHA 92e7014View commit details -
fix DbInstance trait impl for zcoin storages
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8a7cb8c - Browse repository at this point
Copy the full SHA 8a7cb8cView commit details -
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a207ea8 - Browse repository at this point
Copy the full SHA a207ea8View commit details
Commits on Nov 8, 2023
-
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9ac0af8 - Browse repository at this point
Copy the full SHA 9ac0af8View commit details
Commits on Nov 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bbe0461 - Browse repository at this point
Copy the full SHA bbe0461View commit details -
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c1ed8cb - Browse repository at this point
Copy the full SHA c1ed8cbView commit details
Commits on Nov 10, 2023
-
open connection in async blocking and fix review notes
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b52ee2b - Browse repository at this point
Copy the full SHA b52ee2bView commit details
Commits on Nov 16, 2023
-
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5382464 - Browse repository at this point
Copy the full SHA 5382464View commit details -
add comment for walletdb wasm tx tests
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 35b5a81 - Browse repository at this point
Copy the full SHA 35b5a81View commit details
Commits on Nov 27, 2023
-
Merge remote-tracking branch 'origin/dev' into zcoin_storage
# Conflicts: # mm2src/coins/qrc20/qrc20_tests.rs # mm2src/coins/utxo/utxo_tests.rs
Configuration menu - View commit details
-
Copy full SHA for 272f46b - Browse repository at this point
Copy the full SHA 272f46bView commit details
Commits on Dec 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1a64a9c - Browse repository at this point
Copy the full SHA 1a64a9cView commit details
Commits on Dec 22, 2023
-
feat(zcoin): implement zcoin/pirate transport layer for WASM (#1996)
This commit implements a zcoin transport layer that adheres to a common interface shared with the native transport. Additionally, It introduces some helper functions within FetchRequest and performs some refactoring in the mm2_net module. zcash params fetching and saving to indexedDB is also part of this commit.
Configuration menu - View commit details
-
Copy full SHA for 3d80b3a - Browse repository at this point
Copy the full SHA 3d80b3aView commit details -
Merge remote-tracking branch 'origin/dev' into zcoin_storage
# Conflicts: # mm2src/coins/z_coin.rs # mm2src/coins_activation/src/lib.rs # mm2src/mm2_main/src/lp_swap/swap_wasm_db.rs # mm2src/mm2_main/src/wasm_tests.rs # mm2src/mm2_test_helpers/src/for_tests.rs
Configuration menu - View commit details
-
Copy full SHA for d45246c - Browse repository at this point
Copy the full SHA d45246cView commit details -
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e1bc113 - Browse repository at this point
Copy the full SHA e1bc113View commit details -
update walletdb unit tests and delete wagyu-zcash-parameters dep
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b2187c9 - Browse repository at this point
Copy the full SHA b2187c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05eeb03 - Browse repository at this point
Copy the full SHA 05eeb03View commit details
Commits on Dec 25, 2023
-
Signed-off-by: borngraced <samuelonoja970@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c5df161 - Browse repository at this point
Copy the full SHA c5df161View commit details
Commits on Dec 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6d45c03 - Browse repository at this point
Copy the full SHA 6d45c03View commit details
Commits on Jan 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a3a3a34 - Browse repository at this point
Copy the full SHA a3a3a34View commit details -
Configuration menu - View commit details
-
Copy full SHA for f80a017 - Browse repository at this point
Copy the full SHA f80a017View commit details
Commits on Jan 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b011fea - Browse repository at this point
Copy the full SHA b011feaView commit details
Commits on Jan 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cd8f768 - Browse repository at this point
Copy the full SHA cd8f768View commit details
Commits on Jan 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 96a4544 - Browse repository at this point
Copy the full SHA 96a4544View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c5e185 - Browse repository at this point
Copy the full SHA 8c5e185View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32e991e - Browse repository at this point
Copy the full SHA 32e991eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2354ca - Browse repository at this point
Copy the full SHA c2354caView commit details
Commits on Jan 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for caafcf1 - Browse repository at this point
Copy the full SHA caafcf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c87d69 - Browse repository at this point
Copy the full SHA 4c87d69View commit details
Commits on Jan 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c63316f - Browse repository at this point
Copy the full SHA c63316fView commit details
Commits on Jan 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9059326 - Browse repository at this point
Copy the full SHA 9059326View commit details -
Merge branch 'dev' into zcoin_storage
# Conflicts: # mm2src/coins/Cargo.toml
Configuration menu - View commit details
-
Copy full SHA for f9494fd - Browse repository at this point
Copy the full SHA f9494fdView commit details
Commits on Feb 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3f5ff56 - Browse repository at this point
Copy the full SHA 3f5ff56View commit details
Commits on Feb 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f28d04d - Browse repository at this point
Copy the full SHA f28d04dView commit details
Commits on Feb 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for beebc6a - Browse repository at this point
Copy the full SHA beebc6aView commit details
Commits on Feb 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 69ddb50 - Browse repository at this point
Copy the full SHA 69ddb50View commit details -
Merge remote-tracking branch 'origin/dev' into zcoin_storage
# Conflicts: # mm2src/mm2_net/src/wasm/http.rs
Configuration menu - View commit details
-
Copy full SHA for f4f225c - Browse repository at this point
Copy the full SHA f4f225cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a336ebc - Browse repository at this point
Copy the full SHA a336ebcView commit details
Commits on Feb 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 21d6cf4 - Browse repository at this point
Copy the full SHA 21d6cf4View commit details
Commits on Feb 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b12f2dd - Browse repository at this point
Copy the full SHA b12f2ddView commit details
Commits on Feb 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 982f003 - Browse repository at this point
Copy the full SHA 982f003View commit details
Commits on Feb 20, 2024
-
Merge remote-tracking branch 'origin/dev' into zcoin_storage
# Conflicts: # mm2src/mm2_db/src/indexed_db/drivers/cursor/cursor.rs
Configuration menu - View commit details
-
Copy full SHA for 665e80c - Browse repository at this point
Copy the full SHA 665e80cView commit details
Commits on Feb 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 403365b - Browse repository at this point
Copy the full SHA 403365bView commit details -
Merge remote-tracking branch 'origin/dev' into zcoin_storage
# Conflicts: # Cargo.lock # mm2src/coins/eth/eth_tests.rs
Configuration menu - View commit details
-
Copy full SHA for ba79025 - Browse repository at this point
Copy the full SHA ba79025View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dd4e3c - Browse repository at this point
Copy the full SHA 3dd4e3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b28e3fa - Browse repository at this point
Copy the full SHA b28e3faView commit details
Commits on Feb 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5664a64 - Browse repository at this point
Copy the full SHA 5664a64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6075733 - Browse repository at this point
Copy the full SHA 6075733View commit details