Greg Hill
201a13aa4e
re-export WasmExecutionMethod for downstream usage ( #239 )
...
Signed-off-by: Gregory Hill <gregorydhill@outlook.com >
2021-03-08 10:55:42 +00:00
Niklas Adolfsson
a920e34c20
integration with jsonrpsee v2 ( #214 )
...
* hacky integration with jsonrpsee v2
* stray todos
* fmt
* add http support
* make test build compile
* Update src/rpc.rs
* bring back set_client
* use crates.io version jsonrpsee
* WIP: workaround for embedded subxt client (#236 )
* workaround for embedded subxt client
Signed-off-by: Gregory Hill <gregorydhill@outlook.com >
* increase default channel size on subxt client
Signed-off-by: Gregory Hill <gregorydhill@outlook.com >
* remove client tests due to inference problem on From
Signed-off-by: Gregory Hill <gregorydhill@outlook.com >
* add comments for missing impls
* more verbose errors
* make subscription notifs buffer bigger
* fmt
Co-authored-by: Greg Hill <gregorydhill@outlook.com >
2021-03-08 10:52:23 +00:00
Greg Hill
e524c2d744
expose wasm execution method on subxt client config ( #230 )
...
Signed-off-by: Gregory Hill <gregorydhill@outlook.com >
2021-02-19 11:40:35 +00:00
Andrew Jones
2c8e5211aa
Substrate 3.0 ( #232 )
...
* Update substrate deps to 3.0.0 and 0.9.0
* Update substrate wasm tools
* Fixing errors for 3.0.0 compat
* Fixing more errors for 3.0.0 compat
* Use MultiAddress for test runtime
* Fmt
* Fix node test
* Pin Funty
* Update AccountInfo struct
* Add comment about funty pin
2021-02-17 16:45:05 +00:00
Andrew Jones
51c48f223a
Update license header, bye bye 2020 👋 ( #231 )
2021-02-11 17:17:24 +00:00
David Craven
3ea9d3b8bb
Update to rc6. ( #155 )
...
* Update to rc6.
* Fix clippy warnings.
2020-08-25 09:50:14 +01:00
David Craven
9aa32ef63d
Fix port number. ( #151 )
2020-08-13 16:04:30 +01:00
David Craven
e6f3a82f99
Rc5 ( #143 )
...
* Update to rc6.
* Update runtime.
* Update node to rc6.
* Update client.
* Fix node.
* Add option to enable telemetry.
2020-07-27 08:53:02 +01:00
David Craven
c6350fcc11
Support authors api. ( #134 )
2020-07-01 15:27:14 +01:00
Andrew Jones
d3e9e3f757
Upgrade to substrate rc4 release ( #131 )
...
* Upgrade to substrate rc4 release
* Fix up test-node/service
* Fix up client node config
* Fix up remaining compilation errors
* Fmt
* Remove fixme
* Fix test
* Release v0.10.0
2020-06-29 09:32:07 +01:00
David Craven
7f0847107c
Events sub ( #126 )
...
* Make event subscription logic more generic.
* Fix build.
* Add test-node.
* Update deps.
* Address review comments.
2020-06-25 07:05:00 +01:00
David Craven
3080ec91a6
Improve error handling in proc-macros, handle DispatchError etc. ( #123 )
...
* Improve error handling.
* Fix build.
* Handle runtime errors.
* Add runtime trait for better type inference.
* Use runtime trait part 1.
* wip
* Add support for sudo.
* Finish error handling.
* Fix tests.
* Fix clippy warnings.
2020-06-22 07:39:40 +01:00
David Craven
21d07c6c24
Support embedded full/light node clients. ( #91 )
...
* Add support for light clients.
* Add wasm toolchain to ci.
* Fix ci tests.
* Address review comments.
* Use expect instead of unwrap.
* Purge light client chain too.
* Add README section.
2020-06-15 08:01:16 +01:00