pallet-evm: log created address (#4821)

* pallet-evm: log created address

* Bump spec_version

* Only emit Created event when ExitReason is Succeed
This commit is contained in:
Wei Tang
2020-02-04 16:58:23 +01:00
committed by GitHub
parent 0ab013bddb
commit 710ffebcca
3 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// and set impl_version to 0. If only runtime
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 212,
spec_version: 213,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
};