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

feat: add pallet-contracts #5

Merged
merged 6 commits into from
Feb 24, 2024
Merged

Conversation

peterwht
Copy link
Collaborator

No description provided.

@peterwht peterwht changed the title feat: added pallet-contracts feat: add pallet-contracts Feb 24, 2024
@evilrobot-01 evilrobot-01 force-pushed the peterwht/feat-add-pallet-contracts branch from 6294570 to a2e77bd Compare February 24, 2024 21:00
type CallFilter = AllowBalancesCall;
type DepositPerItem = DepositPerItem;
type DepositPerByte = DepositPerByte;
type CallStack = [pallet_contracts::Frame<Self>; 23];
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pub const DepositPerByte: Balance = deposit(0, 1);
pub Schedule: pallet_contracts::Schedule<Runtime> = schedule::<Runtime>();
pub const DefaultDepositLimit: Balance = deposit(1024, 1024 * 1024);
pub const CodeHashLockupDepositPercent: Perbill = Perbill::from_percent(0);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@evilrobot-01 evilrobot-01 merged commit 7450c90 into main Feb 24, 2024
@evilrobot-01 evilrobot-01 deleted the peterwht/feat-add-pallet-contracts branch February 24, 2024 23:20
Daanvdplas added a commit that referenced this pull request Jun 20, 2024
# This is the 1st commit message:

refactor: general

# This is the commit message #2:

init

# This is the commit message #3:

begin refactor

# This is the commit message #4:

refactor: error handling

# This is the commit message #5:

tests: add error handling tests

# This is the commit message #6:

WIP

# This is the commit message #7:

finalise error handling

# This is the commit message #8:

refactor: easier review
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants