Skip to content

Instantly share code, notes, and snippets.

View rzadp's full-sized avatar

Przemek Rzad rzadp

View GitHub Profile

Here are note-worthy runtime PRs in Substrate repo merged between 2023-02-10 and 2023-03-30.


#13715 Reward pool migration fix

RewardPools are currently not being decoded on Westend. This may be because of a migration that was needed on RewardPool for new commission counter fields total_commission_pending and total_commission_claimed.

polkadot companion: paritytech/polkadot#6957

Here are note-worthy runtime PRs in Substrate repo merged between 2023-02-10 and 2023-03-30.


#13715 Reward pool migration fix

RewardPools are currently not being decoded on Westend. This may be because of a migration that was needed on RewardPool for new commission counter fields total_commission_pending and total_commission_claimed.

polkadot companion: paritytech/polkadot#6957

Here are note-worthy runtime PRs in Substrate repo merged between 2023-01-10 and 2023-02-10.


#13235 migrate new benchmarking syntax from frame_support::benchmarking to frame_benchmarking::v2

Description

This migrates all of the new proc-macro-based benchmarking code to live under frame_benchmarking::v2.

Here are note-worthy runtime PRs in Substrate repo merged between 2023-01-10 and 2023-02-10.


#13235 migrate new benchmarking syntax from frame_support::benchmarking to frame_benchmarking::v2

Description

This migrates all of the new proc-macro-based benchmarking code to live under frame_benchmarking::v2.

Keybase proof

I hereby claim:

To claim this, I am signing this object:

Fund cosmos1qy2jhn2rpttetk9fzaprv7z4aqvmhxcfyurruj
Fund cosmos1c27yxkdn9h63xgegl082m8ekewy364f2yz8waa
@rzadp
rzadp / dxos.txt
Created August 31, 2020 13:00
dxos
Fund cosmos13le4plsvd2m9dj6yt6j72u3zx6nenh25s5ze20
pragma solidity ^0.4.19;
import "zeppelin-solidity/contracts/math/SafeMath.sol";
contract Escrow {
using SafeMath for uint256;
uint256 public price;
address public buyer;
address public seller;
enum State { Created, InProgress, Resolved }
0x00f3178B0ccc0871FD0e60EB85536c39956d3471