Skip to content

Commit

Permalink
Update 2024_03.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VegeBun-csj authored Mar 27, 2024
1 parent 67a2ef6 commit ebe2c26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions archive/2024_03.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

1. [将secp256k替换为crypto::ecdsa中的k256](https://github.com/paritytech/polkadot-sdk/pull/3525): secp256k是在std中使用的,k256可以适用于runtime中启用no_std的情况,在未来,会考虑将k256也切换为std

2. [改善Penpal运行时以及吗,模拟测试](https://github.com/paritytech/polkadot-sdk/pull/3543):
- 改善penpal运行时
- 以前,它会将`(1,Here)`视为本地本地token,而实际上应该将其视为`ForeignAsset`
2. [改善Penpal运行时以及模拟测试](https://github.com/paritytech/polkadot-sdk/pull/3543):
- 改善penpal运行时:
- 在之前的实现中,它会将`(1,Here)`当作本地token,而实际上应该将它看作`ForeignAsset`
- 从系统中移除 AllowExplicitUnpaidExecutionFrom。
- 将重复的`ForeignAssetFeeAsExistentialDepositMultiplierFeeCharger`移到`assets_common`这个crate库里面
- 改善模拟测试
Expand Down

0 comments on commit ebe2c26

Please sign in to comment.