Andrew Jones
51c48f223a
Update license header, bye bye 2020 👋 ( #231 )
2021-02-11 17:17:24 +00:00
David Craven
67f3ce529e
Refactors the api ( #113 )
...
* Refactor api.
* Try fix ci.
* Fix test.
* Address review comments.
2020-05-26 10:04:44 +01:00
David Craven
f861f3fac4
Split subxt ( #102 )
...
* Proc macro improvements.
* Use proc-macros.
* Update examples.
* Fix build.
* Run rustfmt.
* Fix total issuance test.
* Remove gas limit from put code call.
* Handle runtime errors.
* Fix tests.
* Make test more reliable.
* Revert "Handle runtime errors."
This reverts commit 26f30a9f4cfcfddfb3e49308cded46cfe6468697.
* Use expect instead of unwrap.
* Parse marker type.
* Fetch doesn't fail.
2020-05-12 12:25:22 +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
David Craven
6f27489378
Double map and plain storage support, introduce macros ( #93 )
...
* Support custom clients.
* Simplify trait bounds.
* Plain and double map storage support.
* Simplify more trait bounds.
* Add proc macro.
* Add Call, Event and Store traits.
* Update proc-macros.
* Add with_system for proc-macro.
* proc-macro: test: support signature and extra fields.
* proc-macro: test: support sharing state accross steps.
* proc-macro: test: fetch state sequentially.
* Elide lifetimes.
* Add test for plain storage.
* Run rustfmt.
2020-04-28 20:04:26 +01:00
David Craven
8cf652605f
Custom extra ( #89 )
...
* Run rustfmt.
* Make extra customizable.
* Update to alpha 6.
2020-04-15 08:21:19 +01:00
Black3HDF
f4ef19edc9
Remove unused things ( #76 )
...
* remove unused imports
* remove unused type alias
* remove unused imports
2020-03-19 16:07:08 +00:00
Andrew Jones
c36b8494ee
Add kusama runtime and example ( #75 )
2020-03-16 15:16:14 +00:00