Skip to content
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

Sovereign EVM balances layer #78

Merged
merged 6 commits into from
Oct 30, 2023

Commits on Oct 25, 2023

  1. Frame EVM balances (#65)

    * Add initital frame balances structure
    
    * Add account data balances logic
    
    * Define main types
    
    * Add imbalances logic
    
    * Add DustCleaner
    
    * Implement balances related operations
    
    * Implement currencies for the pallet
    
    * Implement Inspect for the pallet
    
    * Make account_data mod private
    
    * Leave only free balance data for account
    
    * Support try-runtime features
    
    * Apply formatting
    
    * Fix comment
    
    * Add mock with evm, evm-system, evm-balances configs
    
    * Add basic setup test
    
    * Add fee deduction test
    
    * Add issuance_after_tip test
    
    * Add refunds_should_work test
    
    * Add refunds_and_priority_should_work test
    
    * Fix clippy in tests
    
    * Fix basec setup works test with evm balances checks
    
    * Remove redundant set block in tests
    
    * Add call_should_fail_with_priority_greater_than_max_fee test
    
    * Add call_should_succeed_with_priority_equal_to_max_fee test
    
    * Use EvmSystem as AccountProvider in tests
    
    * Add account_should_be_reaped test
    
    * Add deposit_into_existing test
    
    * Add balance_transfer_works test
    
    * Add slashing_balance_works test
    
    * Add withdraw_balance_works test
    
    * Add transferring_too_high_value_should_not_panic test
    
    * Rename test to transfer_works
    
    * Add basic tests for currency
    
    * Add burn and issue related tests
    
    * Add deposit_creating_works test
    
    * Add currency_make_free_balance_be test
    
    * Rename evm logic related tests
    
    * Fix comment
    
    * Rename slashing related test
    
    * Rename test with make free balance
    
    * Rename test with transferring too high value
    
    * Assert evm system account existence for currency_deposit_creating_works test
    
    * Add EvmSystem events check
    dmitrylavrenov committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    d69e746 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aec052b View commit details
    Browse the repository at this point in the history
  3. Apply some new logic

    dmitrylavrenov committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    37ce101 View commit details
    Browse the repository at this point in the history
  4. Fix mock

    dmitrylavrenov committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    4f1f6be View commit details
    Browse the repository at this point in the history
  5. Fix tests

    dmitrylavrenov committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    0544ef6 View commit details
    Browse the repository at this point in the history
  6. Remove license

    dmitrylavrenov committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    ef27e25 View commit details
    Browse the repository at this point in the history