Skip to content

Commit

Permalink
[types] strip out legacy events
Browse files Browse the repository at this point in the history
  • Loading branch information
davidiw authored and aptos-bot committed Apr 26, 2022
1 parent 7824ca0 commit 3a10190
Show file tree
Hide file tree
Showing 13 changed files with 8 additions and 584 deletions.
29 changes: 0 additions & 29 deletions types/src/account_config/events/admin_transaction.rs

This file was deleted.

34 changes: 0 additions & 34 deletions types/src/account_config/events/base_url_rotation.rs

This file was deleted.

45 changes: 0 additions & 45 deletions types/src/account_config/events/burn.rs

This file was deleted.

45 changes: 0 additions & 45 deletions types/src/account_config/events/cancel_burn.rs

This file was deleted.

34 changes: 0 additions & 34 deletions types/src/account_config/events/compliance_key_rotation.rs

This file was deleted.

39 changes: 0 additions & 39 deletions types/src/account_config/events/create_account.rs

This file was deleted.

43 changes: 0 additions & 43 deletions types/src/account_config/events/exchange_rate_update.rs

This file was deleted.

45 changes: 0 additions & 45 deletions types/src/account_config/events/force_shift.rs

This file was deleted.

39 changes: 0 additions & 39 deletions types/src/account_config/events/mint.rs

This file was deleted.

22 changes: 0 additions & 22 deletions types/src/account_config/events/mod.rs
Original file line number Diff line number Diff line change
@@ -1,34 +1,12 @@
// Copyright (c) Aptos
// SPDX-License-Identifier: Apache-2.0

pub mod admin_transaction;
pub mod base_url_rotation;
pub mod burn;
pub mod cancel_burn;
pub mod compliance_key_rotation;
pub mod create_account;
pub mod exchange_rate_update;
pub mod force_shift;
pub mod mint;
pub mod new_block;
pub mod new_epoch;
pub mod preburn;
pub mod received_mint;
pub mod received_payment;
pub mod sent_payment;

pub use admin_transaction::*;
pub use base_url_rotation::*;
pub use burn::*;
pub use cancel_burn::*;
pub use compliance_key_rotation::*;
pub use create_account::*;
pub use exchange_rate_update::*;
pub use force_shift::*;
pub use mint::*;
pub use new_block::*;
pub use new_epoch::*;
pub use preburn::*;
pub use received_mint::*;
pub use received_payment::*;
pub use sent_payment::*;
Loading

0 comments on commit 3a10190

Please sign in to comment.