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

chore: merge master into next #1198

Merged
merged 6 commits into from
Feb 10, 2023
Merged

chore: merge master into next #1198

merged 6 commits into from
Feb 10, 2023

Conversation

arajasek
Copy link
Contributor

No description provided.

arajasek and others added 6 commits February 8, 2023 18:10
* S1: Perform AuthenticateMessage checks before stateful validation

* S2: Call AuthenticateMessage in read_only mode

* S4: Any failures in calls to MarketNotifyDeal fail the entire PSD

* Add a test for NotifyDeal failure

* Update actors/market/src/lib.rs

Co-authored-by: Steven Allen <steven@stebalien.com>

---------

Co-authored-by: Steven Allen <steven@stebalien.com>
Co-authored-by: zenground0 <ZenGround0@users.noreply.github.com>
* FIP-0054: Introduce the EVM actor's logic

Co-authored-by: Steven Allen <steven@stebalien.com>
Co-authored-by: vyzo <vyzo@hackzen.org>
Co-authored-by: Melanie Riise <me@mriise.net>
Co-authored-by: Raúl Kripalani <raul@protocol.ai>

* Address review

* Refactor imports, move EVM method types to types

* README: Add note about EVM precompile license

* EVM: use blake2f from parity's frontier (#1191)

That way, we:

1. Don't depend on a fork of an unmaintained library.
2. Use a much simpler blake2f implementation.

* chore: document precompile test data

* Runtime: fix chain_id comment

---------

Co-authored-by: Steven Allen <steven@stebalien.com>
Co-authored-by: vyzo <vyzo@hackzen.org>
Co-authored-by: Melanie Riise <me@mriise.net>
Co-authored-by: Raúl Kripalani <raul@protocol.ai>
@@ -70,7 +70,7 @@ pub enum Method {
DestroyExported = frc42_dispatch::method_hash!("Destroy"),
NameExported = frc42_dispatch::method_hash!("Name"),
SymbolExported = frc42_dispatch::method_hash!("Symbol"),
GranularityExported = frc42_dispatch::method_hash!("GranularityExported"),
GranularityExported = frc42_dispatch::method_hash!("Granularity"),
Copy link
Member

Choose a reason for hiding this comment

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

Uh, that's going to be a breaking change for Hyperspace. Hopefully nobody is relying on this method. We will note it in the release notes // cc @jennijuju @maciejwitowski We will need to propagate this change to the Solidity libraries too.

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.

4 participants