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

Conversation

dmitrylavrenov
Copy link

@dmitrylavrenov dmitrylavrenov commented Oct 19, 2023

The most changes are based on cherry-picking #65.

The changes related to updated substrate deps mostly are here - 37ce101.

@MOZGIII
Copy link

MOZGIII commented Oct 25, 2023

This looks like a rebase of our old stuff, so it should be attributed accordingly in the PR body.

@dmitrylavrenov
Copy link
Author

This looks like a rebase of our old stuff, so it should be attributed accordingly in the PR body.

I've updated the PR body. Please, check the following commit - fb0a16a.

dmitrylavrenov and others added 6 commits October 25, 2023 11:59
* 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 dmitrylavrenov merged commit 758c84e into locked/release-polkadot-v1.1.0 Oct 30, 2023
@dmitrylavrenov dmitrylavrenov deleted the evm-balances branch October 30, 2023 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants