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
Andrew Jones
194c7bcf2f
Add missing license headers and CI check ( #98 )
...
* Add missing license headers and add CI check
* Remove log line
* Remove stale todos
2020-04-30 22:26:22 +01:00
Andrew Jones
c36b8494ee
Add kusama runtime and example ( #75 )
2020-03-16 15:16:14 +00:00
Andrew Jones
dcc6b91d10
Use new AccountInfo struct for "System Account" storage data ( #71 )
...
* Add AccountInfo struct for "System Account" data
* Fmt
* Simplify AccountInfo struct constraints
2020-02-25 17:18:10 +00:00
Andrew Jones
b7565ff435
Latest substrate updates ( #70 )
...
* Fix compilation errors with latest substrate
* System::Account replaces FreeBalance and Nonce
* System::Account replaces FreeBalance and Nonce
* Remove Balances FreeBalance, replaced with System Account
* Update system event, fix instantiate
* reorder deps
2020-02-20 13:09:11 +00:00
Maciej Hirsz
691244fef2
feat: generic Extrinsic on System; Client::storage taking Option<T::Hash>; ( #63 )
2020-01-14 15:09:01 +00:00
Andrew Jones
625621e6ab
New substrate crate renames ( #50 )
2019-12-02 13:41:20 +00:00
Qinxuan Chen
4769b4b016
Use thiserror instead of derive_more ( #44 )
...
- Use thiserror instead of derive_more
- Format code
- Fix clippy warnings
- Add LICENSE_TEMPLATE
Signed-off-by: koushiro <koushiro.cqx@gmail.com >
2019-11-26 12:09:17 +00:00
Andrew Jones
55e067a294
Rename palette -> frame ( #41 )
2019-11-22 18:35:36 +00:00
Andrew Jones
5242939f4d
Rename paint -> palette with pallets ( #38 )
2019-11-21 10:08:54 +00:00
Andrew Jones
593646c2bc
Update default runtime types to match substrate, format code ( #34 )
...
* Update default runtime types to match latest substrate
* Format code
2019-11-15 17:57:38 +00:00
Andrew Jones
b39ff1771a
New substrate signing API, srml -> paint rename ( #33 )
...
* Update jsonrpc to align with substrate
* Update to new substrate signing
* Default to MultiSignature
* Add missing event type sizes
* Rename TakeFees check to ChargeTransactionPayment
* Fix extrinsic Signature
* Ignore AuthorityList type size
* Rename srml to paint (#32 )
2019-11-15 15:04:06 +00:00
Andrew Jones
58959db9d4
Define node_runtime compatible Runtime types ( #23 )
...
* Define default `node_runtime` compatible Runtime
* rustfmt
2019-10-04 17:54:16 +01:00