Skip to content

Commit

Permalink
Deploy docs from 4d432d9
Browse files Browse the repository at this point in the history
Edward Mack: feat: dot/rpc: Add support for submit and watch extrinisic (#1415)

* add check for call to websocket

* stub rpc author_submitAndWatchExtrinsic

* add block import listener

* implement state_subscribeRuntimeVersion

* add test for apply extrinsic

* implement inBlock status for author_submitAndWatchExtrinsic

* handle submit extrinsic in HandleSubmittedExtrinsic

* remove print lines

* add unit tests

* add tests for apply extrinsic

* add test to build and apply extrinsic

* add tests

* add subkey to tests.yml

* fix SubscriptionParams parameter

* skip test failing in CI due to subkey setup

* remove unused reference

* address comments

* remove unused comments

* change logging level for websocket issues
  • Loading branch information
edwardmack committed Mar 12, 2021
1 parent f943aa1 commit 74dac21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feed.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.8.5">Jekyll</generator><link href="/gossamer/feed.xml" rel="self" type="application/atom+xml" /><link href="/gossamer/" rel="alternate" type="text/html" /><updated>2021-03-12T15:40:13+00:00</updated><id>/gossamer/feed.xml</id><title type="html">Gossamer Docs</title><subtitle>The Official Documentation for Gossamer | A Go Implementation of the Polkadot Host
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.8.5">Jekyll</generator><link href="/gossamer/feed.xml" rel="self" type="application/atom+xml" /><link href="/gossamer/" rel="alternate" type="text/html" /><updated>2021-03-12T16:53:03+00:00</updated><id>/gossamer/feed.xml</id><title type="html">Gossamer Docs</title><subtitle>The Official Documentation for Gossamer | A Go Implementation of the Polkadot Host
</subtitle><author><name>ChainSafe</name><email>info@chainsafe.io</email></author></feed>

0 comments on commit 74dac21

Please sign in to comment.