Skip to content

Commit

Permalink
Inline all the StableBtreeMap operations
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonz-dfinity committed Feb 1, 2025
1 parent 19088a5 commit b1a498c
Show file tree
Hide file tree
Showing 17 changed files with 64 additions and 1,359 deletions.
1 change: 0 additions & 1 deletion rs/backend/nns-dapp-exports-production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ canister_update register_hardware_wallet
canister_update rename_canister
canister_update rename_sub_account
canister_update set_imported_tokens
canister_update step_migration
main
1 change: 0 additions & 1 deletion rs/backend/nns-dapp-exports-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ canister_update register_hardware_wallet
canister_update rename_canister
canister_update rename_sub_account
canister_update set_imported_tokens
canister_update step_migration
main
2 changes: 0 additions & 2 deletions rs/backend/nns-dapp.did
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,6 @@ service: (opt Config) -> {
http_request: (request: HttpRequest) -> (HttpResponse) query;
add_stable_asset: (asset: blob) -> ();

step_migration: (nat32) -> ();

// Methods available in the test build only:
get_toy_account: (nat64) -> (GetAccountResponse) query;
}
152 changes: 59 additions & 93 deletions rs/backend/src/accounts_store.rs

Large diffs are not rendered by default.

158 changes: 0 additions & 158 deletions rs/backend/src/accounts_store/schema.rs

This file was deleted.

This file was deleted.

Loading

0 comments on commit b1a498c

Please sign in to comment.