Skip to content

Tags: syunki4649/substrate

Tags

v1.0.0rc1

Toggle v1.0.0rc1's commit message
 Implement support for renaming runtime api functions (paritytech#2160)

* Implement support for renaming runtime api functions

* Redelete the wasm files

* FIxes test

* Fix test correctly...

* Bring back old `authorities`

* Tag as deprecated

* Fixes compilation on WASM

* Add missing method implementations

* Fixes tests

* Increase `spec_version`

v0.10

Toggle v0.10's commit message
Make API backwards compatible with CC (paritytech#1697)

* Rework how a runtime api calls into the runtime

Now we generate a default implementation for each api call that calls
a generated method `method_runtime_api_impl`. This newly generated
method is the one that will be implemented by the `impl_runtime_apis`
macro in the runtime for the client side.

* Support `changed_in` to change runtime api function signatures

* Update documentation

* Fixes tests

* Implement checking the api version with a predicate

* Make the implementation backwards compatible with CC

* Update wasm files after merge

* Check for wasm runtime differences by building master and current branch

* Update spec_version and wasm files

* Fixes

* Revert my changes

* Remove `patch.crates-io` from test-runtime

v0.9.2

Toggle v0.9.2's commit message
Merge branch 'gav-fix-telemetry' into v0.9

v0.9.1

Toggle v0.9.1's commit message
Merge branch 'gav-v0.9.1' into v0.9

v0.9.0

Toggle v0.9.0's commit message
Version.

v0.2.17

Toggle v0.2.17's commit message

Verified

This commit was signed with the committer’s verified signature.
tomaka Pierre Krieger
Update to v0.2.17

v0.2.16

Toggle v0.2.16's commit message

Verified

This commit was signed with the committer’s verified signature.
tomaka Pierre Krieger
Bump to 0.2.16

v0.2.15

Toggle v0.2.15's commit message
Add new bootnodes, tag 0.2.15