Github Actions
e64b5483ba
[CI Skip] release/stable 2.2.1
...
skip-checks: true
2020-10-12 14:11:29 +00:00
Jaco Greeff
6020ffcada
2.2 ( #2713 )
2020-10-12 16:01:52 +02:00
Jaco Greeff
1643ec7ddf
Provide chain properties for contract registry ( #2714 )
2020-10-12 15:53:45 +02:00
Github Actions
76c206d60d
[CI Skip] release/beta 2.1.2-23
...
skip-checks: true
2020-10-12 12:45:58 +00:00
Jaco Greeff
8a8b6f7ac8
s/contract/contracts/ on applyOnEvent ( #2712 )
...
* s/contract/contracts/ on applyOnEvent
* Expose result classes
2020-10-12 14:36:47 +02:00
Github Actions
3ba0b2e0d8
[CI Skip] release/beta 2.1.2-22
...
skip-checks: true
2020-10-12 11:31:50 +00:00
Jaco Greeff
1101826a05
Rename contract helpers ( #2708 )
...
* Rename contract helpers
* Allow Buffer input for code
* Parse json strings
* Revert #typeDefs
* Allow lookup on name
* constsitent string ids
* Read only via address
* Move .json
* Extract findMessage
* Naming
2020-10-12 13:21:52 +02:00
Github Actions
fda1924577
[CI Skip] release/beta 2.1.2-21
...
skip-checks: true
2020-10-12 08:17:47 +00:00
Jaco Greeff
2b1438030b
Add withResultTransform to Submittables (use in api-contracts) ( #2707 )
...
* Allow SubmittableResult transforms (use in contracts)
* withResultTransform
2020-10-12 10:07:45 +02:00
Github Actions
d816859840
[CI Skip] release/beta 2.1.2-20
...
skip-checks: true
2020-10-11 16:59:36 +00:00
Jaco Greeff
af0b4362c9
Expose instantiate on contract Blueprint ( #2706 )
...
* Expose instantiate on contract Blueprint
* Allow BigInt & string types
* CodecArg
* Selector
* Cleanup selectors
* Remove Bytes override
2020-10-11 18:51:21 +02:00
Github Actions
4cb563ba89
[CI Skip] release/beta 2.1.2-19
...
skip-checks: true
2020-10-11 11:58:01 +00:00
Jaco Greeff
c098036ca5
ContractRegistry always has own registry instance ( #2705 )
...
* ContractRegistry always has own registry instance
* Hacky Bytes notation
* Revert Bytes (for now, keep it simple)
* Apply suggestions from code review
* Expand on found error
2020-10-11 13:49:41 +02:00
Github Actions
c38afd4b5d
[CI Skip] release/beta 2.1.2-18
...
skip-checks: true
2020-10-11 09:35:48 +00:00
Jaco Greeff
4b8634b88e
Remove non-API specific contract call results ( #2704 )
2020-10-11 11:26:23 +02:00
Github Actions
a1bab9edcf
[CI Skip] release/beta 2.1.2-17
...
skip-checks: true
2020-10-11 07:46:26 +00:00
503286f7aa
Update ink type spec for 3.0-rc1 ( #2702 )
...
* Updated ABI definitions & parsing
* Run type generation
* Definitions (should be ok-ish)
* Cleanup names
* Allow aliasses on structs (JSON parsing)
* Cleanup json mapping passing
* s/types/lookup/
* Parsing as per current output
* InkSelector
* MtRegistryIndex
* String lookup tests
* Remove serd ovverride comments (it works as-is)
* inkRegistry tests
* Extract primitive types
* s/ty/id/
* Start of parsing into types (actually to be TypeDef)
* Parsing
* stringify struct fields
* Small cleanups
* Add type index to project lookup
* Prefix with index
* Fix interface generation
* Latest contract metadata (#2118 )
* Add new (provisional) incrementer contract metadata
* Update and regenerate type definitions
* WIP: generate new format scale-info types
* WIP: implementing variants
* Implement variants
* Fix up type resolution
* Fix registry spec tests
* Fix lints and some tests
* Fix inkTypes tests
* Fix some lints
* Make imports same line like original
* Comment out (temporarily) sanitize import to make CI pass
* Sanitize
* Remove indices
* Remove index
* api-contract rewrite
* lint
* cleanup
* latest
* latest
* fix definition
* fiz definitions
* rv ink storage
* Update packages/api-contract/src/base/Contract.ts
Co-authored-by: Jaco Greeff <jacogr@gmail.com >
* fixes
* rv scripts
* restore api-contract
* reorder definitions, fix ink storage
* fixes
* def order
* fixes
* encodeTypeDef asRaw
* update ink typ spec
* latest built contracts
* compare files
* Apply suggestions from code review
Co-authored-by: Jaco Greeff <jacogr@gmail.com >
Co-authored-by: Andrew Jones <ascjones@gmail.com >
2020-10-11 09:37:39 +02:00
Github Actions
64e209783a
[CI Skip] release/beta 2.1.2-16
...
skip-checks: true
2020-10-11 07:34:44 +00:00
Jaco Greeff
43791bcc71
Fix c-like enums type encoding ( #2703 )
...
* Fix c-like enums type encoding
* Update packages/api-contract/src/ContractRegistry.ts
* Update packages/types/src/codec/utils/encodeTypes.ts
2020-10-11 09:25:44 +02:00
Github Actions
5b42bc9a22
[CI Skip] release/beta 2.1.2-15
...
skip-checks: true
2020-10-10 12:34:29 +00:00
Jaco Greeff
b65b2d7720
Adjust exec with SubmittableExtrinsic ( #2701 )
...
* Adjust exec with SubmittableExtrinsic
* inputData
2020-10-10 14:25:31 +02:00
Github Actions
6f99f0fc26
[CI Skip] release/beta 2.1.2-14
...
skip-checks: true
2020-10-10 11:04:32 +00:00
Jaco Greeff
c6f4e64c1a
Update ContractInfo struct ( #2700 )
2020-10-10 12:55:03 +02:00
Github Actions
d963cdf5ae
[CI Skip] release/beta 2.1.2-13
...
skip-checks: true
2020-10-09 16:43:26 +00:00
Jaco Greeff and Andrew Jones
453dd9e49a
Updated ABI definitions & parsing ( #1662 )
...
* Updated ABI definitions & parsing
* Run type generation
* Definitions (should be ok-ish)
* Cleanup names
* Allow aliasses on structs (JSON parsing)
* Cleanup json mapping passing
* s/types/lookup/
* Parsing as per current output
* InkSelector
* MtRegistryIndex
* String lookup tests
* Remove serd ovverride comments (it works as-is)
* inkRegistry tests
* Extract primitive types
* s/ty/id/
* Start of parsing into types (actually to be TypeDef)
* Parsing
* stringify struct fields
* Small cleanups
* Add type index to project lookup
* Prefix with index
* Fix interface generation
* Latest contract metadata (#2118 )
* Add new (provisional) incrementer contract metadata
* Update and regenerate type definitions
* WIP: generate new format scale-info types
* WIP: implementing variants
* Implement variants
* Fix up type resolution
* Fix registry spec tests
* Fix lints and some tests
* Fix inkTypes tests
* Fix some lints
* Make imports same line like original
* Comment out (temporarily) sanitize import to make CI pass
* Sanitize
* Remove indices
* Remove index
* Adjust ContractAbi interface (empty rpc)
* linting
* Pull in Andrew's changes
* Cleanups
* Some more cleanups
* Update with v3 contracts
* Adjust with actual types
* Regenerate
* Update ABI parsing (#2695 )
* Adjust ABI code
* Cleanup
* Merge non-code
* Type naming
* Simplify Base
* Rename 1
* rename 2
* Rename 3
* Simplify
* Add index to AbiMessage
* Pass actual message or index for call
* Rename param
* Simplify
* Expose call & exec
* s/call/read/
* Cleanup asserts
* AccountId as per spec
* displayName is path
* Update definitions
* Flatten ABIType into TypeDef
* Rewrite
* Fix tests
* Updates
Co-authored-by: Andrew Jones <ascjones@gmail.com >
2020-10-09 18:33:31 +02:00
Github Actions
89e0548092
[CI Skip] release/beta 2.1.2-12
...
skip-checks: true
2020-10-09 14:48:20 +00:00
cd5a5da45c
Definition ordering ( #2699 )
...
* Updated ABI definitions & parsing
* Run type generation
* Definitions (should be ok-ish)
* Cleanup names
* Allow aliasses on structs (JSON parsing)
* Cleanup json mapping passing
* s/types/lookup/
* Parsing as per current output
* InkSelector
* MtRegistryIndex
* String lookup tests
* Remove serd ovverride comments (it works as-is)
* inkRegistry tests
* Extract primitive types
* s/ty/id/
* Start of parsing into types (actually to be TypeDef)
* Parsing
* stringify struct fields
* Small cleanups
* Add type index to project lookup
* Prefix with index
* Fix interface generation
* Latest contract metadata (#2118 )
* Add new (provisional) incrementer contract metadata
* Update and regenerate type definitions
* WIP: generate new format scale-info types
* WIP: implementing variants
* Implement variants
* Fix up type resolution
* Fix registry spec tests
* Fix lints and some tests
* Fix inkTypes tests
* Fix some lints
* Make imports same line like original
* Comment out (temporarily) sanitize import to make CI pass
* Sanitize
* Remove indices
* Remove index
* api-contract rewrite
* lint
* cleanup
* latest
* latest
* fix definition
* fiz definitions
* rv ink storage
* Update packages/api-contract/src/base/Contract.ts
Co-authored-by: Jaco Greeff <jacogr@gmail.com >
* fixes
* rv scripts
* restore api-contract
* reorder definitions, fix ink storage
* fixes
* def order
* fixes
Co-authored-by: Jaco Greeff <jacogr@gmail.com >
Co-authored-by: Andrew Jones <ascjones@gmail.com >
2020-10-09 16:40:24 +02:00
Github Actions
d7dc36c65b
[CI Skip] release/beta 2.1.2-11
...
skip-checks: true
2020-10-09 14:16:27 +00:00
87985f1f1f
Types for ink! 3.0 ( #2693 )
...
* Updated ABI definitions & parsing
* Run type generation
* Definitions (should be ok-ish)
* Cleanup names
* Allow aliasses on structs (JSON parsing)
* Cleanup json mapping passing
* s/types/lookup/
* Parsing as per current output
* InkSelector
* MtRegistryIndex
* String lookup tests
* Remove serd ovverride comments (it works as-is)
* inkRegistry tests
* Extract primitive types
* s/ty/id/
* Start of parsing into types (actually to be TypeDef)
* Parsing
* stringify struct fields
* Small cleanups
* Add type index to project lookup
* Prefix with index
* Fix interface generation
* Latest contract metadata (#2118 )
* Add new (provisional) incrementer contract metadata
* Update and regenerate type definitions
* WIP: generate new format scale-info types
* WIP: implementing variants
* Implement variants
* Fix up type resolution
* Fix registry spec tests
* Fix lints and some tests
* Fix inkTypes tests
* Fix some lints
* Make imports same line like original
* Comment out (temporarily) sanitize import to make CI pass
* Sanitize
* Remove indices
* Remove index
* api-contract rewrite
* lint
* cleanup
* latest
* latest
* fix definition
* fiz definitions
* rv ink storage
* Update packages/api-contract/src/base/Contract.ts
Co-authored-by: Jaco Greeff <jacogr@gmail.com >
* fixes
* rv scripts
* restore api-contract
* reorder definitions, fix ink storage
* fixes
Co-authored-by: Jaco Greeff <jacogr@gmail.com >
Co-authored-by: Andrew Jones <ascjones@gmail.com >
2020-10-09 16:07:08 +02:00
Github Actions
e53c229ac5
[CI Skip] release/beta 2.1.2-10
...
skip-checks: true
2020-10-09 13:23:38 +00:00
Jaco Greeff
6a0063addd
Flatten displayType & encodeType into encodeTypeDef ( #2698 )
...
* Flatten displayType & encodeType into encodeTypeDef
* Remove to-be-replaced MetaRegistry tests (hardcoded results)
2020-10-09 15:13:52 +02:00
Github Actions
3b1845f0a0
[CI Skip] release/beta 2.1.2-9
...
skip-checks: true
2020-10-09 11:27:49 +00:00
Jaco Greeff
10880cf038
Update Scheduler ( #2696 )
2020-10-09 13:19:09 +02:00
Github Actions
289782b3a0
[CI Skip] release/beta 2.1.2-8
...
skip-checks: true
2020-10-08 16:00:31 +00:00
Jaco Greeff
c3b7302dce
Support new contracts Schedule ( #2582 )
2020-10-08 17:51:47 +02:00
Github Actions
a5800b196c
[CI Skip] release/beta 2.1.2-7
...
skip-checks: true
2020-10-08 11:49:41 +00:00
Jaco Greeff
28da228479
Handle Struct decoding from snake_case ( #2694 )
...
* Handle Struct decoding from snake_case
* Update packages/types/src/codec/Struct.spec.ts
2020-10-08 13:40:31 +02:00
Github Actions
adf3d15c86
[CI Skip] release/beta 2.1.2-6
...
skip-checks: true
2020-10-08 11:36:50 +00:00
Jaco Greeff
8b54a22914
Introduce OriginCaller (& apply to Scheduler) ( #2692 )
...
* Introduce OriginCaller (& apply to Scheduler)
* RawOrigin
* Create OriginCaller type dynamically
* Update packages/metadata/src/Metadata/v12/toLatest.ts
2020-10-08 13:27:50 +02:00
Github Actions
2faf68c4d2
[CI Skip] release/beta 2.1.2-5
...
skip-checks: true
2020-10-07 11:35:18 +00:00
Jaco Greeff
363654dfba
Bump dev ( #2690 )
2020-10-07 13:25:18 +02:00
Github Actions
5c481d47bb
[CI Skip] release/beta 2.1.2-4
...
skip-checks: true
2020-10-07 06:31:03 +00:00
Jaco Greeff
ce00d167ee
Update README.md ( #2688 )
2020-10-07 08:21:36 +02:00
Github Actions
fa1be60880
[CI Skip] release/beta 2.1.2-3
...
skip-checks: true
2020-10-06 12:50:16 +00:00
Jaco Greeff
a28ce768bd
Update examples link
2020-10-06 14:40:11 +02:00
Github Actions
5bf71c46dd
[CI Skip] release/beta 2.1.2-2
...
skip-checks: true
2020-10-06 12:00:17 +00:00
Jaco Greeff
344af018f9
Remove docs (moving to docs repo) ( #2685 )
...
* Remove docs (moving to docs repo)
* Remove token
2020-10-06 13:50:20 +02:00
Github Actions
8de85c3a6b
[CI Skip] release/beta 2.1.2-1
...
skip-checks: true
2020-10-06 09:26:04 +00:00
Jaco Greeff
014fa123b9
Cleanup metadata doc generation ( #2684 )
...
* Cleanup metadata doc generation
* Remove tmp
2020-10-06 11:16:43 +02:00
Github Actions
6bb43d4cfa
[CI Skip] release/beta 2.1.2-0
...
skip-checks: true
2020-10-05 11:04:20 +00:00
Jaco Greeff
acb565d46e
Allow null input on Text values ( #2682 )
...
* Allow `null` input on `Text` values
* Update test
* Add to decode section
* Revert result
2020-10-05 12:54:04 +02:00
Github Actions
e3a57e14bc
[CI Skip] release/stable 2.1.1
...
skip-checks: true
2020-10-05 08:35:08 +00:00
Jaco Greeff
cc926596e5
2.1 ( #2681 )
2020-10-05 10:24:25 +02:00
Github Actions
5193e9c6d5
[CI Skip] release/beta 2.1.0-beta.9
...
skip-checks: true
2020-10-04 17:53:29 +00:00
Jaco Greeff
d3703c072b
Revert additional catch ( #2679 )
...
* Revert additional catch
* Cleanup immediate/timeout checks
2020-10-04 19:43:15 +02:00
Github Actions
4dbcf310f3
[CI Skip] release/beta 2.1.0-beta.8
...
skip-checks: true
2020-10-04 13:39:32 +00:00
Jaco Greeff
f778bf32e5
Dump dev (without lerna publish) ( #2678 )
...
* Dump dev (without lerna publish)
* Drop lerna.json
2020-10-04 15:30:26 +02:00
Github Actions
7027e9f982
[CI Skip] release/beta 2.1.0-beta.7
...
skip-checks: true
2020-10-04 09:15:39 +00:00
Jaco Greeff
d13e58fb32
Bubble processing errors ( #2677 )
2020-10-04 11:07:07 +02:00
Github Actions
8f8e6d542f
[CI Skip] release/beta 2.1.0-beta.6
...
skip-checks: true
2020-10-04 08:35:28 +00:00
Jaco Greeff
95c4f03bc3
s/TRANSACTION_/EXTRINSIC_/ ( #2676 )
...
* s/TRANSACTION_/EXTRINSIC_/
* Bump deps
2020-10-04 10:26:14 +02:00
Github Actions
45bba3a897
[CI Skip] release/beta 2.1.0-beta.5
...
skip-checks: true
2020-10-02 12:36:02 +00:00
Jaco Greeff
d202287889
Remove all class summary links ( #2674 )
2020-10-02 14:27:08 +02:00
Github Actions
0c338dfbce
[CI Skip] release/beta 2.1.0-beta.4
...
skip-checks: true
2020-10-02 11:57:43 +00:00
Jaco Greeff
33c161f874
Derive validators from stashes & nominations ( #2672 )
2020-10-02 13:48:25 +02:00
Github Actions
34d951d63e
[CI Skip] release/beta 2.1.0-beta.3
...
skip-checks: true
2020-10-02 11:46:18 +00:00
Jaco Greeff
27c58b930b
Reformat RPC errors (with less trimming) ( #2668 )
...
* Reformat RPC errors (with less trimming)
* Adjust decoding
2020-10-02 13:38:48 +02:00
Github Actions
6d2f2affe8
[CI Skip] release/beta 2.1.0-beta.2
...
skip-checks: true
2020-10-02 11:34:48 +00:00
Rocco Musolino
e055438c59
remove broken link ( #2671 )
2020-10-02 13:26:21 +02:00
Github Actions
19bf1a1b59
[CI Skip] release/beta 2.1.0-beta.1
...
skip-checks: true
2020-10-02 11:20:05 +00:00
Jaco Greeff
5577723b73
Add limit protection for Bytes & Text ( #2670 )
...
* Add limit protection for Bytes & Text
* Limites as K
* Adjust limits upwards
2020-10-02 13:11:25 +02:00
Github Actions
ba5f9d1d01
[CI Skip] release/beta 2.1.0-beta.0
...
skip-checks: true
2020-09-30 06:35:05 +00:00
Jaco Greeff
9d548f787f
Bump deps ( #2662 )
2020-09-30 08:27:37 +02:00
Github Actions
98c8240457
[CI Skip] release/stable 2.0.1
...
skip-checks: true
2020-09-28 07:05:01 +00:00
Jaco Greeff
ff59962c56
2.0 ( #2657 )
2020-09-28 08:56:50 +02:00
Jaco Greeff
929a2854bd
Bump metadata ( #2658 )
2020-09-28 08:00:23 +02:00
Github Actions
d90c0e82b1
[CI Skip] release/beta 1.35.0-beta.19
...
skip-checks: true
2020-09-27 18:21:49 +00:00
André Silva
73ffb034d0
add secondary_vrf field to babe EpochAuthorship ( #2656 )
2020-09-27 20:13:25 +02:00
Github Actions
bd41406a34
[CI Skip] release/beta 1.35.0-beta.18
...
skip-checks: true
2020-09-27 09:10:14 +00:00
Jaco Greeff
8631f68ba7
Bump common ( #2655 )
...
* Bump common
* Update tests
2020-09-27 11:01:33 +02:00
Github Actions
ad9d4d50f5
[CI Skip] release/beta 1.35.0-beta.17
...
skip-checks: true
2020-09-26 10:11:34 +00:00
Jaco Greeff
cb93cb34b7
Drop support for Extrinsic V1, V2 & V3 ( #2638 )
...
* Drop support for Extrinsic V1 & V2
* Update interfaces
* Swap default to V4
* Remove V1/V2 extrinsic tests
* Fix v3 toU8a
* Fix Decorated tests for v4
* V3 payload extends v4 payload
* Revert "V3 payload extends v4 payload"
This reverts commit b1e546aa08fe1027aa77a235fd3b98441c426812.
* Drop extrinsic v3
* Update CHANGELOG.md
2020-09-26 12:02:27 +02:00
Github Actions
f2fbedb407
[CI Skip] release/beta 1.35.0-beta.16
...
skip-checks: true
2020-09-26 08:53:52 +00:00
Jaco Greeff
c27e41be3f
RefCount known upgrades ( #2654 )
2020-09-26 10:44:47 +02:00
Github Actions
ae17338520
[CI Skip] release/beta 1.35.0-beta.15
...
skip-checks: true
2020-09-25 17:41:01 +00:00
Jaco Greeff
19d6165bda
Add PalletVersion struct ( #2652 )
2020-09-25 19:32:33 +02:00
Github Actions
9a02e0695b
[CI Skip] release/beta 1.35.0-beta.14
...
skip-checks: true
2020-09-25 14:41:45 +00:00
Jaco Greeff
5ce3524ccd
Drop Metadata V0-V8 ( #2634 )
...
* Drop MetadatV0
* Apply suggestions from code review
* Restore asV1
* Remove V0 comment
* Handle DoNotConstruct in enum
* No imports from DoNotConstruct
* Merge & re-generate
* Attempt empty construction
* Drop Metadata from 0-4
* CHANGELOG
* assert(5)
* BE vs LE
* Metadataall to no-construction
* Empty U8a create
* Remove old comment
* Santize handling
* Update CHANGELOG.md
* Drop support for Metadata < 9
* Remove old pre-9 definitions
* Update CHANGELOG.md
* CHANGELOG
* Remove v8-era tests
* v8 tests
2020-09-25 16:32:48 +02:00
Github Actions
dff7243aad
[CI Skip] release/beta 1.35.0-beta.13
...
skip-checks: true
2020-09-25 11:42:24 +00:00
Jaco Greeff
ee6b6da02b
Bump deps ( #2651 )
2020-09-25 13:31:57 +02:00
Github Actions
dc936cfed4
[CI Skip] release/beta 1.35.0-beta.12
...
skip-checks: true
2020-09-25 10:32:00 +00:00
Jaco Greeff
7af9151854
Support .entries() with no queryStorageAt ( #2650 )
2020-09-25 12:23:14 +02:00
Github Actions
10497ddef2
[CI Skip] release/beta 1.35.0-beta.11
...
skip-checks: true
2020-09-25 08:29:50 +00:00
Jaco Greeff
7fd45f63df
Drop support for linked lists ( #2643 )
...
* Drop support for linked lists
* CHANGELOG
* Remove all .linked. checks
2020-09-25 10:19:28 +02:00
Github Actions
82afd93bf6
[CI Skip] release/beta 1.35.0-beta.10
...
skip-checks: true
2020-09-24 17:23:32 +00:00
Jeremías Díaz
05c0379f43
fix(typegen): format vecfixed correctly ( #2647 )
...
* fix(typegen): add support for VecFixed in enums
* fix(typegen): format vecfixed correctly
2020-09-24 19:12:05 +02:00
Github Actions
10c7da75d8
[CI Skip] release/beta 1.35.0-beta.9
...
skip-checks: true
2020-09-24 17:00:05 +00:00
Jaco Greeff
0c4cc51f74
Perbill formatting with rawType equality ( #2646 )
...
* Perbill formatting with rawType equality
* Balance toHuman() check
* Formatter lookup
* typing
* Merge
* Better Compact detection
2020-09-24 18:48:24 +02:00
Github Actions
1ba58e3d04
[CI Skip] release/beta 1.35.0-beta.8
...
skip-checks: true
2020-09-24 15:20:09 +00:00
Jeremías Díaz
c6bc664f80
fix(typegen): add support for VecFixed in enums ( #2645 )
2020-09-24 17:10:24 +02:00
Github Actions
eb9ab67651
[CI Skip] release/beta 1.35.0-beta.7
...
skip-checks: true
2020-09-24 11:44:21 +00:00
Jaco Greeff
7070f757c4
Bump deps ( #2644 )
...
* Bump deps
* 24 on Polkadot
2020-09-24 13:35:10 +02:00
Github Actions
0d88095cb2
[CI Skip] release/beta 1.35.0-beta.6
...
skip-checks: true
2020-09-24 07:59:06 +00:00
Jaco Greeff
6faea13a28
Filter on null keys (wrong encoding) ( #2642 )
2020-09-24 09:48:28 +02:00
Github Actions
4f59866528
[CI Skip] release/beta 1.35.0-beta.5
...
skip-checks: true
2020-09-23 14:49:37 +00:00
Jaco Greeff
41f1d8f367
Centrifuge range update ( #2640 )
...
* Cetrifuge range update
* Move RefCount
* Remove Weight (u64 is default)
2020-09-23 16:39:20 +02:00
Github Actions
a32a1162ff
[CI Skip] release/beta 1.35.0-beta.4
...
skip-checks: true
2020-09-23 13:42:27 +00:00
Jaco Greeff
0c99064b19
Update know upgrade map ( #2639 )
2020-09-23 15:32:20 +02:00
Github Actions
77f37f387a
[CI Skip] release/beta 1.35.0-beta.3
...
skip-checks: true
2020-09-23 13:27:55 +00:00
Jaco Greeff
9f4007bd4b
RefCount change to u32 ( #2635 )
2020-09-23 15:17:12 +02:00
Github Actions
ad20decbbc
[CI Skip] release/beta 1.35.0-beta.2
...
skip-checks: true
2020-09-22 21:07:19 +00:00
Miguel Hervas
820dd3d0fb
Centrifuge update RC6 ( #2637 )
...
* update to rc6 types
* prep rc6
* fix lint
2020-09-22 22:57:59 +02:00
Github Actions
004f9153ab
[CI Skip] release/beta 1.35.0-beta.1
...
skip-checks: true
2020-09-22 10:28:49 +00:00
Jaco Greeff
3de336fdff
Add support for grandpa_proveFinality RPC ( #2633 )
...
* Add support for grandpa_proveFinality RPC
* CHANGELOG
2020-09-22 12:18:41 +02:00
Github Actions
67e1e07714
[CI Skip] release/beta 1.35.0-beta.0
...
skip-checks: true
2020-09-22 10:09:16 +00:00
Jaco Greeff
b4cae14836
Add Bounty type definitions ( #2632 )
...
* Add Bounty type definitions
* CHANGELOG
2020-09-22 11:58:58 +02:00
Github Actions
9bae65864d
[CI Skip] release/stable 1.34.1
...
skip-checks: true
2020-09-21 07:27:20 +00:00
Jaco Greeff
172143f2eb
1.34 ( #2628 )
2020-09-21 09:16:45 +02:00
Github Actions
3162f15a1d
[CI Skip] release/beta 1.34.0-beta.14
...
skip-checks: true
2020-09-20 16:10:59 +00:00
Wei Tang
af074500b6
Add support to extract PoW author ( #2627 )
...
* Add PoW engine ID and author fetching logic
* Fix Pow CID order
2020-09-20 18:00:21 +02:00
Github Actions
5e2a1753af
[CI Skip] release/beta 1.34.0-beta.13
...
skip-checks: true
2020-09-19 06:56:59 +00:00
Jaco Greeff
375dadbe35
Optional votingOf for democracy locks ( #2626 )
2020-09-19 08:46:35 +02:00
Github Actions
f799a63610
[CI Skip] release/beta 1.34.0-beta.12
...
skip-checks: true
2020-09-18 05:24:48 +00:00
Jaco Greeff
eda5edbd40
Explicit Decorate creation with Metadata ( #2622 )
...
* Explicit Decorate creation with Metadata
* typo
* Update generator
* Adjust Registry findMetaError sig
2020-09-18 07:14:11 +02:00
Github Actions
d0fefb342f
[CI Skip] release/beta 1.34.0-beta.11
...
skip-checks: true
2020-09-17 21:25:01 +00:00
Jaco Greeff
b56c1a8282
Explicit tie of metadata to registry (not implicit) ( #2621 )
...
* Explicit tie of metadata to registry (not implicit)
* Update type generation
* Test updates
* Revert non-problematic
* Cleanup mocks
* Updata metadata tests
* CHANGELOG
* linting
2020-09-17 23:15:09 +02:00
Jaco Greeff
cdd6544e20
SPDX ( #2619 )
2020-09-17 16:31:06 +02:00
Github Actions
12068a8722
[CI Skip] release/beta 1.34.0-beta.10
...
skip-checks: true
2020-09-17 13:05:24 +00:00
Jaco Greeff
4596e434dd
accountNextIndex on nonce = -1 ( #2618 )
2020-09-17 14:54:06 +02:00
Github Actions
6c00a5a408
[CI Skip] release/beta 1.34.0-beta.9
...
skip-checks: true
2020-09-17 08:18:32 +00:00
Jaco Greeff
c10e4d3fc1
Use polyfills from polkadot-js ( #2616 )
...
* Use polyfills from polkadot-js
* no empty catch
* Non-working asjustments
* Adjust WS mocking
* Bump polyfills
* Bumps
* Restore common
2020-09-17 10:05:34 +02:00
Github Actions
597aa3d607
[CI Skip] release/beta 1.34.0-beta.8
...
skip-checks: true
2020-09-16 09:44:55 +00:00
Jaco Greeff
2edad85250
Refresh all type decorations on upgrade ( #2615 )
...
* Refresh all type decorations on upgrade
* Cleanups
* calls/events not part of init
2020-09-16 11:32:52 +02:00
Github Actions
5f0c6ecd1b
[CI Skip] release/beta 1.34.0-beta.7
...
skip-checks: true
2020-09-16 07:06:46 +00:00
Jaco Greeff
2a36987140
Bump deps (incl. isomorphic-fetch replacement) ( #2614 )
...
* Bump deps (incl. isomorphic-fetch replacement)
* Bump ts
2020-09-16 08:53:50 +02:00
Github Actions
12ea37d1ec
[CI Skip] release/beta 1.34.0-beta.6
...
skip-checks: true
2020-09-15 19:33:42 +00:00
Jaco Greeff
3dca518cd7
Explicit help in signer error ( #2610 )
2020-09-15 21:21:56 +02:00
Jaco Greeff
5f7057dbbf
Update known upgrade blocks for Polkadot ( #2611 )
2020-09-15 21:21:30 +02:00
Github Actions
aac6b3bc7b
[CI Skip] release/beta 1.34.0-beta.5
...
skip-checks: true
2020-09-15 12:40:43 +00:00
Jaco Greeff
7a5a975048
Sameness check for v12 indexes ( #2609 )
...
* Sameness check for indexes
* Update with older support
2020-09-15 14:27:43 +02:00
Github Actions
46d05dd7af
[CI Skip] release/beta 1.34.0-beta.4
...
skip-checks: true
2020-09-15 09:28:38 +00:00
Jaco Greeff
177cdb97fd
Expand extrinsic decoding example ( #2608 )
2020-09-15 11:15:38 +02:00
Github Actions
2b0bae12c7
[CI Skip] release/beta 1.34.0-beta.3
...
skip-checks: true
2020-09-14 20:50:36 +00:00
Jaco Greeff
24d8915005
toCallsOnly for v12 ( #2606 )
2020-09-14 22:37:59 +02:00
Github Actions
180bfbbf6f
[CI Skip] release/beta 1.34.0-beta.2
...
skip-checks: true
2020-09-14 14:16:54 +00:00
Jaco Greeff
918bb73547
Ensure that ignored map params yield an error on iterKey ( #2605 )
2020-09-14 16:05:37 +02:00
Github Actions
41ffa2bf00
[CI Skip] release/beta 1.34.0-beta.1
...
skip-checks: true
2020-09-14 11:19:37 +00:00
Jaco Greeff
e425a38a7c
Cleanups for WebSocket class detection and creation ( #2604 )
...
* Cleanups for WebSocket class detection and creation
* Create change
2020-09-14 13:08:28 +02:00
Github Actions
c616cd51c5
[CI Skip] release/beta 1.34.0-beta.0
...
skip-checks: true
2020-09-14 10:49:11 +00:00
Jaco Greeff
dac3261a16
Support for Metadata v12 ( #2599 )
...
* Support for Metadata v12
* v12 static data
* Treat 255 as reserved
* Point static to v12
2020-09-14 12:35:30 +02:00
Github Actions
28355424bd
[CI Skip] release/stable 1.33.1
...
skip-checks: true
2020-09-14 07:11:20 +00:00
Jaco Greeff
e7be062522
1.33 ( #2602 )
2020-09-14 08:58:21 +02:00
Github Actions
ed5b5eeaa6
[CI Skip] release/beta 1.33.0-beta.6
...
skip-checks: true
2020-09-13 12:34:01 +00:00
Jaco Greeff
ad8ad42344
Map Websocket error codes to short descriptions ( #2601 )
2020-09-13 14:23:00 +02:00
Github Actions
f311e5d57f
[CI Skip] release/beta 1.33.0-beta.5
...
skip-checks: true
2020-09-10 06:43:32 +00:00
Jaco Greeff
065f39ba6d
Explicit hash to paymentInfo for query ( #2598 )
...
* Explicit hash to paymentInfo for query
* CHANGELOG
2020-09-10 08:30:16 +02:00
Github Actions
64bf72a6d7
[CI Skip] release/beta 1.33.0-beta.4
...
skip-checks: true
2020-09-10 00:50:50 +00:00
Jaco Greeff
b59b60ae1f
Use source registry in clones ( #2597 )
2020-09-10 02:38:07 +02:00
Github Actions
e5b7e7f16f
[CI Skip] release/beta 1.33.0-beta.3
...
skip-checks: true
2020-09-09 16:56:29 +00:00
Jaco Greeff
c2705bdfda
Set runtimeChain from source ( #2595 )
...
* Set runtimeChain from source
* Update packages/api/src/base/index.ts
* Update CHANGELOG.md
2020-09-09 18:44:47 +02:00
Github Actions
373eb06713
[CI Skip] release/beta 1.33.0-beta.2
...
skip-checks: true
2020-09-09 11:43:42 +00:00
Jaco Greeff
45c2c40a3e
derive.staking.stakerPrefs ( #2594 )
2020-09-09 13:31:06 +02:00
Github Actions
3b110d7d7f
[CI Skip] release/beta 1.33.0-beta.1
...
skip-checks: true
2020-09-09 08:55:49 +00:00
Jaco Greeff
0a8d2e5ac1
Allow as-signed paymentInfo on any extrinsic ( #2593 )
...
* Allow as-signed paymentInfo on any extrinsic
* Bumps
2020-09-09 10:43:59 +02:00
Github Actions
d0bf8b8d82
[CI Skip] release/beta 1.33.0-beta.0
...
skip-checks: true
2020-09-07 11:39:53 +00:00
Jaco Greeff
2c3ef10513
Optimize heartbeat retrievals ( #2590 )
2020-09-07 13:28:43 +02:00
Github Actions
92022bda94
[CI Skip] release/stable 1.32.1
...
skip-checks: true
2020-09-07 07:22:50 +00:00
Jaco Greeff
609581430f
1.32 ( #2589 )
...
* 1.32
* CHANGELOG
2020-09-07 09:10:35 +02:00
Github Actions
ec083f623d
[CI Skip] release/beta 1.32.0-beta.25
...
skip-checks: true
2020-09-06 16:18:27 +00:00
Jaco Greeff
395dc79ef7
Adjust derive.staking.query (no opt) ( #2588 )
...
* Adjust derive.staking.query (no opt)
* Rewrite
2020-09-06 18:06:37 +02:00
Github Actions
a968fe05b5
[CI Skip] release/beta 1.32.0-beta.24
...
skip-checks: true
2020-09-06 11:05:18 +00:00
Jaco Greeff
4b3b853c27
Extract derive for staking keys ( #2587 )
...
* Extract derive for staking keys
* CHANGELOG
2020-09-06 12:53:46 +02:00
Github Actions
ea5843f7c9
[CI Skip] release/beta 1.32.0-beta.23
...
skip-checks: true
2020-09-06 08:04:07 +00:00
Jaco Greeff
467ccc5681
Westend known upgrade ( #2584 )
2020-09-06 09:51:16 +02:00
Github Actions
59922eee8f
[CI Skip] release/beta 1.32.0-beta.22
...
skip-checks: true
2020-09-05 12:44:02 +00:00
Jaco Greeff
5af98cc89e
Retry WS on initial connection failures ( #2585 )
2020-09-05 14:30:55 +02:00
Github Actions
1b7265048d
[CI Skip] release/beta 1.32.0-beta.21
...
skip-checks: true
2020-09-05 06:33:47 +00:00
Jaco Greeff
3151c08aca
Bump deps ( #2583 )
2020-09-05 08:22:29 +02:00
Github Actions
71332fde1b
[CI Skip] release/beta 1.32.0-beta.20
...
skip-checks: true
2020-09-04 16:08:24 +00:00
Jaco Greeff
00bc441f0e
Add connected() to API interface ( #2580 )
...
* Add connected() to API interface
* Slight doc update
* Align ApiRx
* isConnected() usage
* Updates
* Retrieve isConnected for API via observable
* Remove (now) useless Rx test
2020-09-04 17:57:02 +02:00
Github Actions
4f4833da74
[CI Skip] release/beta 1.32.0-beta.19
...
skip-checks: true
2020-09-04 08:47:58 +00:00
qiuhao
825365bb13
update DeriveCustom type ( #2581 )
2020-09-04 10:37:16 +02:00
Github Actions
48a3a976f9
[CI Skip] release/beta 1.32.0-beta.18
...
skip-checks: true
2020-09-04 06:06:45 +00:00
Jaco Greeff
b579b18fad
Adjust toHuman display ( #2579 )
...
* Adjust toHuman display
* revert args breakdown
2020-09-04 07:55:13 +02:00
Github Actions
27f5547bbf
[CI Skip] release/beta 1.32.0-beta.17
...
skip-checks: true
2020-09-03 15:22:39 +00:00
Shawn Tabrizi
4654d15097
Add isReadyOrError when connecting to API ( #2577 )
...
* Add `isReadyOrError`
* lint
2020-09-03 17:10:07 +02:00
Github Actions
10574ecc33
[CI Skip] release/beta 1.32.0-beta.16
...
skip-checks: true
2020-09-03 14:00:02 +00:00
Jaco Greeff
6ae75ba92e
Bump dev ( #2576 )
...
* Bump dev
* type linting
* linting
* linting
* missed
2020-09-03 15:47:29 +02:00
Github Actions
5a48a2a3f7
[CI Skip] release/beta 1.32.0-beta.15
...
skip-checks: true
2020-09-03 12:02:17 +00:00
Jaco Greeff
40899adf82
Optiona nominators ( #2575 )
2020-09-03 13:50:19 +02:00
Github Actions
020effecc8
[CI Skip] release/beta 1.32.0-beta.14
...
skip-checks: true
2020-09-03 10:58:35 +00:00
Jaco Greeff
430beb9f25
staking.currentEra returns Option ( #2574 )
...
* staking.currentEra returns Option
* Flatten
* Cleanups.
* Option<EraIndex> or EraIndex
* Test unwrapOrDefault
2020-09-03 12:45:50 +02:00
Github Actions
533d6dd441
[CI Skip] release/beta 1.32.0-beta.13
...
skip-checks: true
2020-09-03 06:54:48 +00:00
Jaco Greeff
95dd13e218
Dedup class creation ( #2573 )
2020-09-03 08:41:15 +02:00
Github Actions
c8cb441a82
[CI Skip] release/beta 1.32.0-beta.12
...
skip-checks: true
2020-09-02 15:27:23 +00:00
Jaco Greeff
b6d1be6ee5
Only memomize via instanceId ( #2572 )
...
* Add memoizee instanceId
* Gotcha.
* linitng
2020-09-02 17:13:38 +02:00
Github Actions
e13514cd94
[CI Skip] release/beta 1.32.0-beta.11
...
skip-checks: true
2020-09-02 13:26:45 +00:00
Jaco Greeff
5a90da5df8
accountId-only lookups on paymentInfo ( #2569 )
2020-09-02 15:13:45 +02:00
Github Actions
8fdc518651
[CI Skip] release/beta 1.32.0-beta.10
...
skip-checks: true
2020-09-02 10:31:41 +00:00
Jaco Greeff
eb6b3c5bd4
Align costs typing with queries ( #2564 )
...
* Align costs typing with queries
* better...
* ... and better
* ... progress
* better, down to 8
* ... down to 3
* ... 2
* Down to 1
* It builds.
* ... it really builds
2020-09-02 12:19:09 +02:00
Github Actions
1214572f02
[CI Skip] release/beta 1.32.0-beta.9
...
skip-checks: true
2020-09-02 07:37:22 +00:00
Jaco Greeff
df229ffb8a
Known Kusama update (slight upgrades rework) ( #2567 )
...
* Known Kusama update (slight upgrades rework)
* linting
2020-09-02 09:23:48 +02:00
Github Actions
334e0bb730
[CI Skip] release/beta 1.32.0-beta.8
...
skip-checks: true
2020-09-01 11:22:21 +00:00
Nikhil Ranjan
f43bc32573
add vestingPerBlock and vestingEndBlock in DeriveBalancesAll when doing calcBalances ( #2563 )
...
* add vesting perBlock and vestingEndBlock in DeriveBalancesAll when doing calcBalances
* perBlock renamed to vestingPerBlock
2020-09-01 13:09:29 +02:00
Github Actions
bf4a8e28a3
[CI Skip] release/beta 1.32.0-beta.7
...
skip-checks: true
2020-09-01 11:06:46 +00:00
Jaco Greeff
9188e29dcc
Add grandpa_subscribeJustifications ( #2562 )
2020-09-01 12:54:32 +02:00
Github Actions
7ea89950fe
[CI Skip] release/beta 1.32.0-beta.6
...
skip-checks: true
2020-09-01 10:04:40 +00:00
Jaco Greeff
7a1089df79
Cater for nested aliassed types ( #2560 )
...
* Cater for nested aliassed types
* linting
2020-09-01 11:52:11 +02:00
Github Actions
f1ca28adcb
[CI Skip] release/beta 1.32.0-beta.5
...
skip-checks: true
2020-09-01 09:26:04 +00:00
Jaco Greeff
8f675053a4
Add toHuman() & toBigInt() to type basics ( #2558 )
2020-09-01 11:13:46 +02:00
Github Actions
64de91a96b
[CI Skip] release/beta 1.32.0-beta.4
...
skip-checks: true
2020-08-31 21:19:25 +00:00
Jaco Greeff
6bd10daf43
Bump static metadata ( #2557 )
2020-08-31 23:06:18 +02:00
Github Actions
57c54c860a
[CI Skip] release/beta 1.32.0-beta.3
...
skip-checks: true
2020-08-31 21:03:09 +00:00
Jaco Greeff
0e9a50e020
Make metadata available on registry swap ( #2556 )
...
* Make metadata available on registry swap
* Return full VersionedRegistry
2020-08-31 22:52:33 +02:00
Github Actions
15c35900ac
[CI Skip] release/beta 1.32.0-beta.2
...
skip-checks: true
2020-08-31 19:25:29 +00:00
Jaco Greeff
6f092a1818
api.derive.chain.getBlock(<hash>) with author getter ( #2555 )
...
* api.derive.chain.getBlock<hash>) with author getter
* Update CHANGELOG.md
2020-08-31 21:12:14 +02:00
Github Actions
c0c6928394
[CI Skip] release/beta 1.32.0-beta.1
...
skip-checks: true
2020-08-31 17:48:54 +00:00
Jaco Greeff
391c98c845
Next beta
2020-08-31 19:34:37 +02:00
Github Actions
2e125c5542
[CI Skip] release/stable 1.31.2
...
skip-checks: true
2020-08-31 17:30:12 +00:00
Jaco Greeff
3d67b75059
Proxy Announcement override ( #2553 )
2020-08-31 19:17:48 +02:00
Github Actions
d958ef8f15
[CI Skip] release/stable 1.31.1
...
skip-checks: true
2020-08-31 15:44:17 +00:00
Jaco Greeff
97527871d6
1.31 ( #2551 )
2020-08-31 17:32:20 +02:00
Github Actions
0317f28e5a
[CI Skip] release/beta 1.31.0-beta.26
...
skip-checks: true
2020-08-31 15:06:05 +00:00
Jaco Greeff
ebe6d03762
Update types for Polkadot runtime 23 ( #2550 )
...
* Update types for Polkadot runtime 23
* Expand change info
* version upgrades
* Linting
2020-08-31 16:50:56 +02:00
Github Actions
59e92fa344
[CI Skip] release/beta 1.31.0-beta.25
...
skip-checks: true
2020-08-31 14:24:05 +00:00
Jaco Greeff
cab338e26d
CHANGELOG ( #2549 )
2020-08-31 16:11:17 +02:00
Github Actions
743ea431b4
[CI Skip] release/beta 1.31.0-beta.24
...
skip-checks: true
2020-08-31 13:32:50 +00:00
Jaco Greeff
533f9ce249
Explicit delay for per-hash single queries ( #2548 )
...
* Explicit delay for per-hash single queries
* Expand delay
* Update packages/rpc-core/src/index.ts
2020-08-31 15:20:06 +02:00
Github Actions
797ee9c24a
[CI Skip] release/beta 1.31.0-beta.23
...
skip-checks: true
2020-08-31 12:44:38 +00:00
Jaco Greeff
2f5e2537a3
Align single-shot memoization ( #2546 )
...
* Align single-shot memoization
* Small tweaks
* Test for delayed creates
* With actual sub
* Expand delay test
* Bump delay
2020-08-31 14:31:44 +02:00
Github Actions
dd52ea4b32
[CI Skip] release/beta 1.31.0-beta.22
...
skip-checks: true
2020-08-31 12:27:52 +00:00
Jaco Greeff
5e8ae793c3
Westend known upgrades ( #2547 )
2020-08-31 14:16:45 +02:00
Github Actions
8713a1f2b6
[CI Skip] release/beta 1.31.0-beta.21
...
skip-checks: true
2020-08-31 11:22:44 +00:00
Jaco Greeff
6e6fa4a97c
Known upgrade points for on-chain version skip ( #2545 )
...
* Known upgrade points for on-chain version skip
* Update packages/types-known/src/index.ts
* Update packages/api/src/base/Init.ts
* Actual known upgrade blocks for Polkadot & Kusama
* Update with known Kusama upgrade history
* linting
2020-08-31 13:09:52 +02:00
Github Actions
ac2a0a34ca
[CI Skip] release/beta 1.31.0-beta.20
...
skip-checks: true
2020-08-31 07:51:33 +00:00
Jaco Greeff
45fb6d44ad
Bump deps ( #2544 )
2020-08-31 09:38:21 +02:00
Github Actions
6d2265d4ff
[CI Skip] release/beta 1.31.0-beta.19
...
skip-checks: true
2020-08-31 07:11:57 +00:00
Jaco Greeff
4ec42f1750
Ensure non-destructive registry swap ( #2543 )
...
* Ensure non-destructive registry swap
* Update packages/api/src/base/Init.ts
2020-08-31 08:59:20 +02:00
Github Actions
01166b9684
[CI Skip] release/beta 1.31.0-beta.18
...
skip-checks: true
2020-08-30 19:24:47 +00:00
Jaco Greeff
0075dce720
Remove outdated historic query FAQ ( #2540 )
2020-08-30 21:11:15 +02:00
Github Actions
7fbb30066e
[CI Skip] release/beta 1.31.0-beta.17
...
skip-checks: true
2020-08-30 18:41:28 +00:00
Jaco Greeff
637069d723
Shortcut registry for subsequent same-hash queries ( #2539 )
2020-08-30 20:28:37 +02:00
Github Actions
d639a7ee8c
[CI Skip] release/beta 1.31.0-beta.16
...
skip-checks: true
2020-08-30 18:17:47 +00:00
Jaco Greeff
28ef291c40
Mark submittable .sign as deprecated ( #2538 )
2020-08-30 20:06:42 +02:00
Github Actions
48ddd0b0d4
[CI Skip] release/beta 1.31.0-beta.15
...
skip-checks: true
2020-08-30 10:52:55 +00:00
Jaco Greeff
e88ebf7b2e
Support Vec .concat ( #2537 )
...
* Support Vec .concat
* CHANGELOG
2020-08-30 12:40:20 +02:00
Github Actions
72700e6baf
[CI Skip] release/beta 1.31.0-beta.14
...
skip-checks: true
2020-08-30 10:36:12 +00:00
Hamza Tokuchi
f748fcd46d
more typos ( #2532 )
2020-08-30 12:24:50 +02:00
Jaco Greeff
7876bb9ced
Add isHistoric flags to RPC with hash params ( #2535 )
...
* Add isHistoric flags to RPC with hash params
* Update packages/types/src/interfaces/chain/definitions.ts
* Apply suggestions from code review
* Transparently swap registry on RPC layer
* Simplify (& linting fixes)
* Cleanups
* CHANGELOG
2020-08-30 12:12:18 +02:00
Github Actions
a83980b213
[CI Skip] release/beta 1.31.0-beta.13
...
skip-checks: true
2020-08-29 13:59:29 +00:00
Jaco Greeff
c4323d5e94
Add swapRegistry(hash?) to initlize clean registry ( #2534 )
...
* Add swapRegistry(hash?) to initlize clean registry
* Cater for genesisHash queries
2020-08-29 15:46:42 +02:00
Github Actions
11694f1393
[CI Skip] release/beta 1.31.0-beta.12
...
skip-checks: true
2020-08-29 12:31:27 +00:00
Jaco Greeff
3989ae67b2
Bump deps ( #2533 )
2020-08-29 14:19:56 +02:00
Github Actions
b78df57907
[CI Skip] release/beta 1.31.0-beta.11
...
skip-checks: true
2020-08-28 12:35:54 +00:00
Jaco Greeff
2f78329738
Return democracy locks for delegations ( #2531 )
2020-08-28 14:23:05 +02:00
Github Actions
6063054712
[CI Skip] release/beta 1.31.0-beta.10
...
skip-checks: true
2020-08-28 10:15:36 +00:00
Jaco Greeff
e42af97928
Bump deps ( #2530 )
2020-08-28 12:03:49 +02:00
Hamza Tokuchi
d05ccdb5d7
small typos ( #2529 )
2020-08-28 12:03:13 +02:00
Github Actions
c33334b72b
[CI Skip] release/beta 1.31.0-beta.9
...
skip-checks: true
2020-08-28 08:50:51 +00:00
Jaco Greeff
94e9fd2b17
Fix for in-place unlocking ( #2528 )
2020-08-28 10:40:53 +02:00
Github Actions
9c1327ea22
[CI Skip] release/beta 1.31.0-beta.8
...
skip-checks: true
2020-08-26 16:56:17 +00:00
Jaco Greeff
9f195e9402
Update RewardDesitination enum (any payout) ( #2474 )
2020-08-26 18:43:51 +02:00
Github Actions
3e5e089c68
[CI Skip] release/beta 1.31.0-beta.7
...
skip-checks: true
2020-08-26 11:00:13 +00:00
Jaco Greeff
35c37aa66c
Allow AccountId null in constructor
2020-08-26 12:47:15 +02:00
Github Actions
f1aeb564e3
[CI Skip] release/beta 1.31.0-beta.6
...
skip-checks: true
2020-08-26 10:41:27 +00:00
Kian Paimani
c2ff1b32ae
Update definitions.ts ( #2514 )
...
* Update definitions.ts
Will fix the decoding of these types. Sadly cannot provide a compact test case.
* Add more tests.
* Make the tests work.
* Fix linting as well.
2020-08-26 12:29:27 +02:00
Github Actions
288427cbb8
[CI Skip] release/beta 1.31.0-beta.5
...
skip-checks: true
2020-08-26 09:40:00 +00:00
Jaco Greeff
d099ccedad
Additional AccountId length check (protect users against themselves) ( #2520 )
...
* Additional AccountId length check
* Allow all-0
* Spaceing.
2020-08-26 11:27:57 +02:00
Github Actions
79c7983199
[CI Skip] release/beta 1.31.0-beta.4
...
skip-checks: true
2020-08-26 09:26:32 +00:00
Jaco Greeff
80c578fe76
Bump deps ( #2521 )
...
* Bump deps
* Rewrite yarn.lock
* Debump markdown plugin
* Explicit add of typedoc plugins
* Bump dev typedoc exec
* Bump md
* Common bump
2020-08-26 11:15:23 +02:00
Github Actions
de90c048bf
[CI Skip] release/beta 1.31.0-beta.3
...
skip-checks: true
2020-08-26 05:12:55 +00:00
aniiantt
01a36a994d
add TransactionPriority def ( #2519 )
2020-08-26 07:03:20 +02:00
Github Actions
b1ce22d51d
[CI Skip] release/beta 1.31.0-beta.2
...
skip-checks: true
2020-08-25 22:01:24 +00:00
Jaco Greeff
fe951c2645
Support bare flag on enums ( #2518 )
...
* Support bare flag on enums
* Remove extra var allocation
2020-08-25 23:50:30 +02:00
Github Actions
5a17c542a7
[CI Skip] release/beta 1.31.0-beta.1
...
skip-checks: true
2020-08-25 21:35:20 +00:00
Jaco Greeff
59bb5f864f
Add toBigInt to number types ( #2517 )
...
* Add toBigInt to number types
* Update packages/types/src/codec/UInt.spec.ts
* Update packages/types/src/codec/Compact.spec.ts
* Update packages/types/src/codec/Compact.ts
2020-08-25 23:24:02 +02:00
Github Actions
abcba20f90
[CI Skip] release/beta 1.31.0-beta.0
...
skip-checks: true
2020-08-25 13:48:28 +00:00
Hamza Tokuchi
014f08c7cc
Small typo ( #2515 )
...
teh -> the
2020-08-25 15:36:59 +02:00
Github Actions
7ecd00a4e6
[CI Skip] release/stable 1.30.1
...
skip-checks: true
2020-08-24 09:27:18 +00:00
Jaco Greeff
6239818c26
1.30 ( #2511 )
2020-08-24 11:14:32 +02:00
Github Actions
6af22f41c7
[CI Skip] release/beta 1.30.0-beta.8
...
skip-checks: true
2020-08-24 07:40:12 +00:00
Jaco Greeff
77c3a701d0
Bump deps ( #2510 )
2020-08-24 09:27:49 +02:00
Github Actions
46b17a466c
[CI Skip] release/beta 1.30.0-beta.7
...
skip-checks: true
2020-08-24 05:35:43 +00:00
Jaco Greeff
e592c6c878
Fix circular know-type refs ( #2509 )
2020-08-24 07:23:06 +02:00
Github Actions
ef37586dfc
[CI Skip] release/beta 1.30.0-beta.6
...
skip-checks: true
2020-08-22 12:13:04 +00:00
Jaco Greeff
5856ce24cc
User pair addressRaw for signing ( #2504 )
...
* User pair addressRaw for signing
* Bump common
* Bump common after merge
2020-08-22 14:02:28 +02:00
Github Actions
8b79056bf9
[CI Skip] release/beta 1.30.0-beta.5
...
skip-checks: true
2020-08-22 11:20:28 +00:00
Jaco Greeff
70e0f19ade
Allow for configurable hashers ( #2503 )
2020-08-22 13:09:04 +02:00
Github Actions
cf1e242c17
[CI Skip] release/beta 1.30.0-beta.4
...
skip-checks: true
2020-08-22 10:41:32 +00:00
Jaco Greeff
68856e9692
Ethereum-compatible AccountId/Address ( #2501 )
...
* Ethereum-compatible AccountId/Address
* With tests
* Adjust definitions
* Update packages/types/src/ethereum/LookupSource.ts
* Renames
2020-08-22 12:30:24 +02:00
Github Actions
e0626c3dad
[CI Skip] release/beta 1.30.0-beta.3
...
skip-checks: true
2020-08-22 09:53:13 +00:00
Jaco Greeff
277ea92fda
Adjust Address <-> LookupSource definitions ( #2502 )
2020-08-22 11:43:19 +02:00
Github Actions
aec6694028
[CI Skip] release/beta 1.30.0-beta.2
...
skip-checks: true
2020-08-22 08:31:53 +00:00
Jaco Greeff
533abb76f7
Bump deps ( #2500 )
...
* Bump deps
* Rewrite
2020-08-22 10:20:40 +02:00
Github Actions
7660bab86b
[CI Skip] release/beta 1.30.0-beta.1
...
skip-checks: true
2020-08-20 08:45:46 +00:00
Jaco Greeff
f7c1b6e81b
Check system.account (& balances) for new queries ( #2495 )
2020-08-20 10:33:47 +02:00
Github Actions
b6e9b29570
[CI Skip] release/beta 1.30.0-beta.0
...
skip-checks: true
2020-08-18 09:51:26 +00:00
Jaco Greeff
519d9c8fa9
Types for proposeParachain module ( #2493 )
2020-08-18 11:40:30 +02:00
Github Actions
ad905db53b
[CI Skip] release/stable 1.29.1
...
skip-checks: true
2020-08-17 10:56:06 +00:00
Jaco Greeff
0a0aa742b4
1.29 ( #2489 )
2020-08-17 12:43:56 +02:00
Github Actions
dfbb06a4d6
[CI Skip] release/beta 1.29.0-beta.5
...
skip-checks: true
2020-08-13 09:05:15 +00:00
Jaco Greeff
82e71fd51e
Bump deps ( #2486 )
2020-08-13 10:54:45 +02:00
Github Actions
a8b88af97a
[CI Skip] release/beta 1.29.0-beta.4
...
skip-checks: true
2020-08-13 07:59:11 +00:00
sung wu
eee36537de
Update tx.md ( #2485 )
...
fix sample code
2020-08-13 09:47:22 +02:00
Github Actions
20a75eafb6
[CI Skip] release/beta 1.29.0-beta.3
...
skip-checks: true
2020-08-11 15:33:01 +00:00
Jaco Greeff
00d3a1174b
Add desiredRunnersUp ( #2484 )
2020-08-11 17:21:30 +02:00
Github Actions
e293c7c1cf
[CI Skip] release/beta 1.29.0-beta.2
...
skip-checks: true
2020-08-11 11:54:13 +00:00
Jaco Greeff
3c8cd499c4
Introduce compact version of CompactAssignments ( #2483 )
...
* Introduce compact version of CompactAssignments
* Rebuild interfaces, update tests
2020-08-11 13:43:24 +02:00
Github Actions
cb3816df78
[CI Skip] release/beta 1.29.0-beta.1
...
skip-checks: true
2020-08-11 08:01:38 +00:00
Jaco Greeff
fcfcbb2d97
Additional Fixed* types ( #2481 )
2020-08-11 09:50:28 +02:00
Github Actions
321b80ed63
[CI Skip] release/beta 1.29.0-beta.0
...
skip-checks: true
2020-08-10 14:55:58 +00:00
Jaco Greeff
73eaa9fe17
Cleanup id from index lookups ( #2479 )
2020-08-10 16:42:27 +02:00
Github Actions
4d8910f3da
[CI Skip] release/stable 1.28.1
...
skip-checks: true
2020-08-10 06:20:15 +00:00
Jaco Greeff
e6806ed7f9
jg-1.28 ( #2478 )
2020-08-10 08:10:21 +02:00
Github Actions
218abf9568
[CI Skip] release/beta 1.28.0-beta.6
...
skip-checks: true
2020-08-08 07:21:20 +00:00
Jaco Greeff
a1df864681
Nump deps ( #2477 )
2020-08-08 09:09:30 +02:00
Github Actions
45640edcff
[CI Skip] release/beta 1.28.0-beta.5
...
skip-checks: true
2020-08-07 09:29:23 +00:00
Jaco Greeff
53655019b5
Cookbook for viewing block extrinsics ( #2476 )
2020-08-07 11:16:33 +02:00
Github Actions
a1f8bedb6d
[CI Skip] release/beta 1.28.0-beta.4
...
skip-checks: true
2020-08-06 19:08:46 +00:00
Miguel Hervas
9d1af1eaeb
Add Centrifuge missing types ( #2475 )
...
* Add missing types
* sort attempt
* sort attempt 1
* sort attempt 2
2020-08-06 20:57:07 +02:00
Github Actions
38bfd26511
[CI Skip] release/beta 1.28.0-beta.3
...
skip-checks: true
2020-08-06 13:07:18 +00:00
Jaco Greeff
1beaf9f208
Bump berry ( #2473 )
...
* Bump berry
* Rewrite
2020-08-06 14:56:43 +02:00
Github Actions
29c29978dd
[CI Skip] release/beta 1.28.0-beta.2
...
skip-checks: true
2020-08-05 15:06:31 +00:00
Jaco Greeff
a8d1dd0637
Bump deps ( #2472 )
2020-08-05 16:53:11 +02:00
Github Actions
74571dcd26
[CI Skip] release/beta 1.28.0-beta.1
...
skip-checks: true
2020-08-04 20:51:40 +00:00
Jaco Greeff
54b4c2620a
Types for time-delay proxies ( #2468 )
...
* Types for time-delay proxies
* Remove duplicated CallHash (& generate output)
2020-08-04 22:38:56 +02:00
Github Actions
da05828e74
[CI Skip] release/beta 1.28.0-beta.0
...
skip-checks: true
2020-08-04 11:07:26 +00:00
Jaco Greeff
fa935156e1
Add ValidationFunctionParams type ( #2467 )
2020-08-04 12:56:55 +02:00
Github Actions
19510c1ede
[CI Skip] release/stable 1.27.1
...
skip-checks: true
2020-08-03 07:18:56 +00:00
Jaco Greeff
97b5c699b1
1.27 ( #2462 )
2020-08-03 09:08:09 +02:00
Github Actions
d2befda86e
[CI Skip] release/beta 1.27.0-beta.3
...
skip-checks: true
2020-07-31 09:46:53 +00:00
Jaco Greeff
740348b48f
Bump deps ( #2460 )
2020-07-31 11:34:00 +02:00
Github Actions
9e2a5cf532
[CI Skip] release/beta 1.27.0-beta.2
...
skip-checks: true
2020-07-30 16:28:52 +00:00
Jaco Greeff
6df466d9ea
Known types for Rococo ( #2459 )
...
* Known types for Rococo
* Update rococo.ts
2020-07-30 18:17:32 +02:00
Github Actions
e2a2ac2842
[CI Skip] release/beta 1.27.0-beta.1
...
skip-checks: true
2020-07-28 11:11:30 +00:00
sung wu
5adc846e45
update doc - "create instance" page ( #2456 )
...
poc-3.polkadot.io is not available right now. use rpc.polkadot.io instead.
2020-07-28 12:59:27 +02:00
Github Actions
75aa310837
[CI Skip] release/beta 1.27.0-beta.0
...
skip-checks: true
2020-07-28 10:27:07 +00:00
Jaco Greeff
ce0523eb1c
Raw toHuman Ascii detection ( #2455 )
2020-07-28 12:17:26 +02:00
Github Actions
eb0370bb66
[CI Skip] release/stable 1.26.1
...
skip-checks: true
2020-07-27 11:21:29 +00:00
Jaco Greeff
5eb491dc67
1.26 ( #2453 )
2020-07-27 13:10:07 +02:00
Github Actions
b50294ab0f
[CI Skip] release/beta 1.26.0-beta.6
...
skip-checks: true
2020-07-27 10:56:53 +00:00
Keith Ingram
e1cb62d2d2
Type for contract call params ( #2452 )
2020-07-27 12:43:54 +02:00
Github Actions
8ed0ef2295
[CI Skip] release/beta 1.26.0-beta.5
...
skip-checks: true
2020-07-27 10:18:11 +00:00
Jaco Greeff
956e173323
Metadata bump ( #2451 )
2020-07-27 12:06:28 +02:00
Github Actions
b8a37ba438
[CI Skip] release/beta 1.26.0-beta.4
...
skip-checks: true
2020-07-27 07:22:38 +00:00
Jaco Greeff
e7669c2b00
Add api typesBundle ( #2422 )
...
* Add api typesBundle
* Inject user-defined RPC from spec/chain
* Linting cleanups
* Invert check fro non-existing
* Extract bundle injection
* Ignore RPC for the first round
* CHANGELOG
* Merge master
2020-07-27 09:12:04 +02:00
Github Actions
6c309a503d
[CI Skip] release/beta 1.26.0-beta.3
...
skip-checks: true
2020-07-27 07:02:12 +00:00
Jaco Greeff
3cf67c975a
Bump deps ( #2450 )
2020-07-27 08:49:52 +02:00
Github Actions
077914364c
[CI Skip] release/beta 1.26.0-beta.2
...
skip-checks: true
2020-07-25 12:15:51 +00:00
Jaco Greeff
56e4cbdb27
Update .123trigger
2020-07-25 14:03:36 +02:00
nsso
60bfdae734
support rpc import definitions ( #2438 )
...
* support import definitions
* fix lint
2020-07-25 13:53:04 +02:00
Jaco Greeff
1cf4d6b9b8
Additional typegen asserts ( #2448 )
...
* Additional typegen asserts
* typo
* Revert tuple assert
* Free-standing Vec is valid
2020-07-25 13:47:34 +02:00
Github Actions
40cd9ff51f
[CI Skip] release/beta 1.26.0-beta.1
...
skip-checks: true
2020-07-20 18:13:14 +00:00
Jaco Greeff
c7e6e40030
Voting is only free balance ( #2444 )
2020-07-20 20:03:26 +02:00
Github Actions
97d0bcbfd4
[CI Skip] release/beta 1.26.0-beta.0
...
skip-checks: true
2020-07-20 10:55:27 +00:00
Shawn Tabrizi
6ca84425d1
Update docs for accountNextIndex ( #2443 )
2020-07-20 12:45:01 +02:00
Github Actions
8481647d2c
[CI Skip] release/stable 1.25.1
...
skip-checks: true
2020-07-20 07:35:42 +00:00
Jaco Greeff
658dda66a4
1.25 ( #2440 )
...
* 1.25
* Bump metadata
2020-07-20 09:25:04 +02:00
Github Actions
87f18efe72
[CI Skip] release/beta 1.25.0-beta.12
...
skip-checks: true
2020-07-17 12:38:05 +00:00
Jaco Greeff
bcdfcce89c
Bump dev
2020-07-17 14:26:19 +02:00
Github Actions
9418f1de56
[CI Skip] release/beta 1.25.0-beta.11
...
skip-checks: true
2020-07-17 12:15:43 +00:00
Jaco Greeff
37c8b8e592
Dev bumpd
2020-07-17 14:03:45 +02:00
Github Actions
4f8db79a40
[CI Skip] release/beta 1.25.0-beta.10
...
skip-checks: true
2020-07-17 10:28:46 +00:00
Jaco Greeff
54cf086a89
Update ContractExecResult ( #2437 )
2020-07-17 12:17:35 +02:00
Github Actions
37ddcaa32d
[CI Skip] release/beta 1.25.0-beta.9
...
skip-checks: true
2020-07-17 09:38:57 +00:00
Jaco Greeff
6a2baf8352
Types for Polkadot purchase ( #2436 )
2020-07-17 11:27:21 +02:00
Github Actions
ecca91dffd
[CI Skip] release/beta 1.25.0-beta.8
...
skip-checks: true
2020-07-17 06:59:19 +00:00
Jaco Greeff
42576d74ac
Bump deps ( #2435 )
2020-07-17 08:47:57 +02:00
Github Actions
26a6f20dbf
[CI Skip] release/beta 1.25.0-beta.7
...
skip-checks: true
2020-07-17 06:33:03 +00:00
Chevdor
c3ee8393b2
Add 'Registrar #1 ' as user ( #2433 )
2020-07-17 08:20:08 +02:00
Github Actions
b6f0b9f262
[CI Skip] release/beta 1.25.0-beta.6
...
skip-checks: true
2020-07-15 17:25:30 +00:00
Jaco Greeff
991dc48020
Raw/Bytes toHuman() uses utf8 as available ( #2431 )
...
* Raw/Bytes toHuman() uses utf8 as available
* Rewrite yarn.lock
* Bump babel
2020-07-15 18:55:50 +02:00
Github Actions
e4a82f9a1d
[CI Skip] release/beta 1.25.0-beta.5
...
skip-checks: true
2020-07-15 08:58:08 +00:00
Jaco Greeff
c8b6012553
networkstate reputation i32 ( #2430 )
2020-07-15 10:48:18 +02:00
Github Actions
d0fe862605
[CI Skip] release/beta 1.25.0-beta.4
...
skip-checks: true
2020-07-14 17:14:55 +00:00
Jaco Greeff
61a0198695
Fallback for setImmediate ( #2428 )
2020-07-14 19:04:16 +02:00
Github Actions
345a97dc9f
[CI Skip] release/beta 1.25.0-beta.3
...
skip-checks: true
2020-07-14 13:02:42 +00:00
Brad Larson and Brad Larson
f821ab8ecd
[NEW] Support for custom headers with providers ( #2423 )
...
* [NEW] Support for custom headers with providers
This allows the user to supply arbitrary headers when constructing the
providers.
* [FIX] null -> undefined, use isChildClass
Co-authored-by: Brad Larson <brad@polychain.capital >
2020-07-14 14:49:42 +02:00
Github Actions
f9e2bf332d
[CI Skip] release/beta 1.25.0-beta.2
...
skip-checks: true
2020-07-14 08:40:25 +00:00
Jaco Greeff
ad69430980
Clazz prototype fix for Linkage ( #2426 )
...
* Cleanup progress calcs for Aura
* Clazz prototype
2020-07-14 10:28:38 +02:00
Github Actions
d25743016c
[CI Skip] release/beta 1.25.0-beta.1
...
skip-checks: true
2020-07-14 08:15:18 +00:00
Jaco Greeff
ee0a46adc4
Cleanup progress calcs for Aura ( #2425 )
2020-07-14 10:02:44 +02:00
Github Actions
f516abfc3f
[CI Skip] release/beta 1.25.0-beta.0
...
skip-checks: true
2020-07-13 18:53:28 +00:00
philipstanislaus
1a96ca5c0e
Update types for centrifuge chain v1.2.0 ( #2424 )
...
* Update types for centrifuge chain v1.2.0
* Make linter happy
2020-07-13 20:41:15 +02:00
Github Actions
8c73cd7d6e
[CI Skip] release/stable 1.24.1
...
skip-checks: true
2020-07-13 09:49:07 +00:00
Jaco Greeff
36232c0289
1.24 ( #2421 )
2020-07-13 11:38:47 +02:00
Github Actions
50d4e0397f
[CI Skip] release/beta 1.24.0-beta.2
...
skip-checks: true
2020-07-10 13:28:14 +00:00
Jaco Greeff
539a8c4cb5
Types for poll module ( #2418 )
2020-07-10 15:17:03 +02:00
Github Actions
b849976b3b
[CI Skip] release/beta 1.24.0-beta.1
...
skip-checks: true
2020-07-08 14:35:48 +00:00
Jaco Greeff
2395401a2b
Raw/Bytes isUtf8 & assert in toUtf8 ( #2414 )
2020-07-08 16:24:13 +02:00
Github Actions
0e1bbd5cac
[CI Skip] release/beta 1.24.0-beta.0
...
skip-checks: true
2020-07-08 12:57:36 +00:00
Jaco Greeff
e9489d41cb
Raw isAscii & toUtf8 ( #2413 )
...
* Raw isAscii & toUtf8
* Tests for isAscii & toUtf8
* Cleanup return types
2020-07-08 14:46:12 +02:00
Github Actions
63483b9db7
[CI Skip] release/stable 1.23.1
...
skip-checks: true
2020-07-06 05:45:32 +00:00
Jaco Greeff
b26c7f9f0a
1.23.1 (ith version bump)
2020-07-06 07:31:36 +02:00
Github Actions
a165c9375c
[CI Skip] release/beta 1.23.0-beta.7
...
skip-checks: true
2020-07-06 05:27:04 +00:00
Jaco Greeff
28631f7180
1.23 ( #2411 )
2020-07-06 07:15:07 +02:00
Github Actions
6489251b47
[CI Skip] release/beta 1.23.0-beta.6
...
skip-checks: true
2020-07-03 15:34:13 +00:00
Jaco Greeff
66884febea
Add OpaqueCall type ( #2408 )
2020-07-03 17:22:02 +02:00
Github Actions
8058dc350f
[CI Skip] release/beta 1.23.0-beta.5
...
skip-checks: true
2020-07-03 10:05:48 +00:00
Jaco Greeff
63096cc238
Remove unneeded base extends ( #2407 )
...
* Remove unneeded base extends
* CHANGELOG
* Result with value on enum
2020-07-03 11:55:39 +02:00
Github Actions
05600c0cd0
[CI Skip] release/beta 1.23.0-beta.4
...
skip-checks: true
2020-07-03 09:46:07 +00:00
Jaco Greeff
eed5e23e65
Validate number sign in AbstractInt ( #2406 )
2020-07-03 11:33:30 +02:00
Github Actions
cdf5b15673
[CI Skip] release/beta 1.23.0-beta.3
...
skip-checks: true
2020-07-02 05:27:15 +00:00
Jaco Greeff
1922676bd7
Bump deps ( #2404 )
2020-07-02 07:14:08 +02:00
Github Actions
b6c427e985
[CI Skip] release/beta 1.23.0-beta.2
...
skip-checks: true
2020-07-01 15:55:54 +00:00
Jaco Greeff
0327aedf8e
Update ProxyType for Kusama, Polkadot & Westend ( #2403 )
...
* Update ProxyType fro Kusama, Polkadot & Westend
* CHANGELOG
2020-07-01 17:42:22 +02:00
Github Actions
d7035cebb1
[CI Skip] release/beta 1.23.0-beta.1
...
skip-checks: true
2020-07-01 11:51:42 +00:00
Daniel Maricic
8b492021af
Fixed typo in README ( #2402 )
2020-07-01 13:39:07 +02:00
Github Actions
6a01fc7c8c
[CI Skip] release/beta 1.23.0-beta.0
...
skip-checks: true
2020-07-01 05:58:34 +00:00
Jaco Greeff
bbc30ec9dc
Cross-referencing type failure ( #2400 )
...
* Cross-referencing type failure
* typo
* Adjust toRawType() with name from registry
* Rewrite yarn.lock
* Adjustments
* Test adjustments
2020-07-01 07:47:21 +02:00
Github Actions
f07c0628bc
[CI Skip] release/stable 1.22.1
...
skip-checks: true
2020-06-30 08:04:08 +00:00
Jaco Greeff
023c7588e5
1.22 ( #2399 )
...
* 1.22
* CHANGELOG for OpenTip
2020-06-30 09:52:42 +02:00
Jaco Greeff
7dfc8625cc
New OpenTip structure ( #2394 )
...
* New OpenTip structure
* Kusama update
2020-06-29 16:20:43 +02:00
Github Actions
8643b5da87
[CI Skip] release/beta 1.22.0-beta.5
...
skip-checks: true
2020-06-29 07:03:10 +00:00
Jaco Greeff
afa0e63ae8
CHANGELOG & Bumps ( #2397 )
...
* CHANGELOG & Bumps
* Rewrite yarn.lock
2020-06-29 08:52:12 +02:00
Github Actions
534303ff45
[CI Skip] release/beta 1.22.0-beta.4
...
skip-checks: true
2020-06-28 14:18:29 +00:00
Jaco Greeff
f1ebcddec6
Adjust for vesting via locks ( #2396 )
2020-06-28 16:08:02 +02:00
Github Actions
657a2006dd
[CI Skip] release/beta 1.22.0-beta.3
...
skip-checks: true
2020-06-24 19:02:00 +00:00
Jaco Greeff
219e928c01
Retried staker rewards for specified eras ( #2392 )
2020-06-24 20:52:21 +02:00
Github Actions
43183118d5
[CI Skip] release/beta 1.22.0-beta.2
...
skip-checks: true
2020-06-24 10:43:10 +00:00
Alexander Krupenkin
76e15d465d
Add [u8; 33] type width for U8aFixed type ( #2391 )
...
ECDSA compressed public key has 33-byte length, this is required for encoding public key as a parameter.
2020-06-24 12:31:55 +02:00
Github Actions
4c0387e1a3
[CI Skip] release/beta 1.22.0-beta.1
...
skip-checks: true
2020-06-23 20:31:15 +00:00
Jaco Greeff
bbbd82eb4a
Move indices cache to indices list ( #2390 )
2020-06-23 22:19:13 +02:00
Github Actions
a34a7450aa
[CI Skip] release/beta 1.22.0-beta.0
...
skip-checks: true
2020-06-23 18:38:54 +00:00
Jaco Greeff
bf472fdcf4
Optimize accountId -> accountIndex lookups ( #2389 )
2020-06-23 20:25:58 +02:00
Github Actions
f428a58006
[CI Skip] release/stable 1.21.1
...
skip-checks: true
2020-06-23 16:12:18 +00:00
Jaco Greeff
fcce2ab340
1.21 ( #2384 )
...
* 1.21
* CHANGELOG
* Babe EquivocationProof
* Update CHANGELOG.md
2020-06-23 18:01:47 +02:00
Jaco Greeff
877eb11717
Swap releases type to shared enum ( #2388 )
...
* Swap releases type to u8
* Shared enum for releases
* Update metadata for new names
2020-06-23 17:40:15 +02:00
Jaco Greeff
4b55f1be93
Babe Equivocation ( #2374 )
...
* Babe Equivocation
* metadata field rename to GrandpaEquivocationProof
2020-06-23 16:46:26 +02:00
Github Actions
f2a677634e
[CI Skip] release/beta 1.21.0-beta.4
...
skip-checks: true
2020-06-23 13:18:12 +00:00
Jaco Greeff
eea4c8775e
Use setImmediate for unsubscribe (allow outer resolve) ( #2385 )
2020-06-23 15:06:08 +02:00
Github Actions
792bf0ec36
[CI Skip] release/beta 1.21.0-beta.3
...
skip-checks: true
2020-06-23 12:20:27 +00:00
Jaco Greeff
e3d13107a9
Add support for CheckMortality extension ( #2383 )
2020-06-23 14:08:40 +02:00
Jaco Greeff
e5c2c6a228
Use BN in-place operators as appropriate ( #2381 )
...
* Use BN in-place operators as appropriate
* CHANGELOG
2020-06-23 14:02:54 +02:00
Github Actions
d2be79132c
[CI Skip] release/beta 1.21.0-beta.2
...
skip-checks: true
2020-06-23 11:59:30 +00:00
Jaco Greeff
76da2638c1
Ensure subscriptions always unsubscribe as required ( #2380 )
...
* Ensure single-shot calls always unsubscribe
* memo/refCount cleanups
* Fix unsubscriptions
* Cleanup linting types
* CHANGELOG
2020-06-23 13:47:28 +02:00
Github Actions
daf3912920
[CI Skip] release/beta 1.21.0-beta.1
...
skip-checks: true
2020-06-23 09:17:57 +00:00
Jaco Greeff
6dfebbb9fe
Fixup subscriptions for promise (w/ callback) ( #2379 )
...
* Fixup subscriptions for promise (w/ callback)
* Update packages/api/src/base/Decorate.ts
2020-06-23 11:05:51 +02:00
Github Actions
e55c5f77f7
[CI Skip] release/beta 1.21.0-beta.0
...
skip-checks: true
2020-06-23 07:41:54 +00:00
Jaco Greeff
c7315ffb74
Do not use subscriptions on single subs ( #2378 )
...
* Do not use subscriptions on single subs
* Apply suggestions from code review
2020-06-23 09:29:49 +02:00
Github Actions
84eb806f07
[CI Skip] release/stable 1.20.1
...
skip-checks: true
2020-06-22 14:20:44 +00:00
Jaco Greeff
2493442a2e
1.20 ( #2377 )
...
* 1.20
* Indicate @polkadot/util bump
2020-06-22 16:08:22 +02:00
Github Actions
77df7907c7
[CI Skip] release/beta 1.20.0-beta.9
...
skip-checks: true
2020-06-22 13:42:01 +00:00
Jaco Greeff
f1b6268784
Bump metadata ( #2376 )
2020-06-22 15:31:27 +02:00
Github Actions
9aa9380251
[CI Skip] release/beta 1.20.0-beta.8
...
skip-checks: true
2020-06-22 08:22:33 +00:00
Jaco Greeff
b4306cb60a
Bump metadata ( #2373 )
2020-06-22 10:12:01 +02:00
Github Actions
1e83daf797
[CI Skip] release/beta 1.20.0-beta.7
...
skip-checks: true
2020-06-21 11:26:27 +00:00
Jaco Greeff
d46d32d9bc
Optimize query/queryMulti retrievals ( #2371 )
...
* Optimize query/queryMulti retrievals
* Current retrieval on a batch basis
* Dedup staking.account/accounts internally
2020-06-21 13:13:38 +02:00
Github Actions
032a0a595c
[CI Skip] release/beta 1.20.0-beta.6
...
skip-checks: true
2020-06-21 08:09:28 +00:00
Jaco Greeff
34101ec12b
Adjust with queryMulti as applicable ( #2370 )
2020-06-21 09:56:02 +02:00
Github Actions
4e02b982d3
[CI Skip] release/beta 1.20.0-beta.5
...
skip-checks: true
2020-06-20 18:12:10 +00:00
Jaco Greeff
5b96d52fa6
Adjust for zero-length combines ( #2369 )
2020-06-20 20:00:01 +02:00
Github Actions
735f2b835e
[CI Skip] release/beta 1.20.0-beta.4
...
skip-checks: true
2020-06-20 13:42:40 +00:00
Jaco Greeff
646e64c286
Add derive.staking.waitingInfo ( #2367 )
...
* Add derive.staking.waitingInfo
* Small optimizations
* Updated
2020-06-20 15:30:48 +02:00
Github Actions
fc9060caa8
[CI Skip] release/beta 1.20.0-beta.3
...
skip-checks: true
2020-06-19 12:04:34 +00:00
Jaco Greeff
503c2b3c63
Add transactionPayment release type ( #2366 )
2020-06-19 13:51:40 +02:00
Github Actions
168abc130f
[CI Skip] release/beta 1.20.0-beta.2
...
skip-checks: true
2020-06-18 08:28:13 +00:00
Jaco Greeff
5c5db2709b
Add system_dryRun RPCs ( #2363 )
...
* Add system_dryRun RPCs
* CHANGELOG
2020-06-18 10:15:41 +02:00
Github Actions
5a4ff5420f
[CI Skip] release/beta 1.20.0-beta.1
...
skip-checks: true
2020-06-18 08:04:22 +00:00
Jaco Greeff
a1655508ba
Cleanups in API typing (& overrides) ( #2362 )
...
* Cleanups in API typing (& overrides)
* Less magic "as" overrides
2020-06-18 09:52:39 +02:00
Github Actions
64827a6114
[CI Skip] release/beta 1.20.0-beta.0
...
skip-checks: true
2020-06-17 22:18:49 +00:00
Jaco Greeff
2eb09374bc
Map entries/keys cleanups ( #2360 )
2020-06-18 00:06:19 +02:00
Github Actions
ddf67d5564
[CI Skip] release/stable 1.19.1
...
skip-checks: true
2020-06-16 06:47:45 +00:00
Jaco Greeff
ad6b8280a2
1.19 ( #2354 )
...
* Bump deps
* 1.19
* Update CHANGELOG.md
* Freshen Substrate metadata
2020-06-16 08:34:19 +02:00
Github Actions
682c6b6fb2
[CI Skip] release/beta 1.19.0-beta.3
...
skip-checks: true
2020-06-12 21:28:49 +00:00
Jaco Greeff
6a281211b4
Bump metadata, allow type alias on events ( #2351 )
...
* Bump metadata, allow type alias on events
* Update packages/api/src/submittable/createClass.ts
* Update packages/metadata/src/Metadata/v11/static-substrate.json
* Fresh, no config changes
2020-06-12 23:15:50 +02:00
Github Actions
6ef94b3c3b
[CI Skip] release/beta 1.19.0-beta.2
...
skip-checks: true
2020-06-12 16:31:41 +00:00
Jeremías Díaz
e900d1d657
impovement: better typing of entries related funcs ( #2346 )
...
* impovement: better typing of entries related funcs
* refactor: remove duplicate definition
2020-06-12 18:19:55 +02:00
Github Actions
7f1a3fa636
[CI Skip] release/beta 1.19.0-beta.1
...
skip-checks: true
2020-06-11 07:00:42 +00:00
Jaco Greeff
21802664b8
Metadata bump ( #2348 )
2020-06-11 08:48:52 +02:00
Github Actions
1492df11a7
[CI Skip] release/beta 1.19.0-beta.0
...
skip-checks: true
2020-06-10 11:13:46 +00:00
Jaco Greeff
00fed90da2
Update parachain types ( #2344 )
2020-06-10 13:00:10 +02:00
Github Actions
e6beb6554d
[CI Skip] release/stable 1.18.1
...
skip-checks: true
2020-06-08 15:53:39 +00:00
Jaco Greeff
099cf5a351
1.18 ( #2340 )
...
* 1.18
* Polkadot ProxyType
2020-06-08 17:39:12 +02:00
Github Actions
55e762a348
[CI Skip] release/beta 1.18.0-beta.10
...
skip-checks: true
2020-06-08 13:43:22 +00:00
Jaco Greeff
0ad146c607
Adjust ProxyType for Westend ( #2339 )
2020-06-08 15:30:51 +02:00
Github Actions
4e7f3f5268
[CI Skip] release/beta 1.18.0-beta.9
...
skip-checks: true
2020-06-08 08:02:24 +00:00
Jeremías Díaz and Jaco Greeff
6a9e3d80f1
feat: add external pagination support ( #2325 )
...
* feat: add external pagination support
* Ordering, no functionality changes
* fix: use correct assertion condition
Also moved the PaginationOptions type to the base types file
* Apply suggestions from code review
Co-authored-by: Jaco Greeff <jacogr@gmail.com >
2020-06-08 09:49:53 +02:00
Github Actions
dee98fae55
[CI Skip] release/beta 1.18.0-beta.8
...
skip-checks: true
2020-06-08 05:59:44 +00:00
Xiliang Chen
ff52876920
allow Option in enum & Result type ( #2336 )
2020-06-08 07:45:22 +02:00
Github Actions
4d01a09c54
[CI Skip] release/beta 1.18.0-beta.7
...
skip-checks: true
2020-06-07 17:27:50 +00:00
Jaco Greeff
7310ea825e
Allow for string subids ( #2335 )
2020-06-07 19:16:16 +02:00
Github Actions
15b80a47c3
[CI Skip] release/beta 1.18.0-beta.6
...
skip-checks: true
2020-06-07 13:02:15 +00:00
Jaco Greeff
622682b4ef
npos-election ElectionScore type ( #2334 )
2020-06-07 14:50:25 +02:00
Github Actions
56415df4ab
[CI Skip] release/beta 1.18.0-beta.5
...
skip-checks: true
2020-06-06 06:53:17 +00:00
Jaco Greeff
8bea5e5a3b
Align Call section/method field names ( #2332 )
2020-06-06 08:40:41 +02:00
Github Actions
d6372ade44
[CI Skip] release/beta 1.18.0-beta.4
...
skip-checks: true
2020-06-05 20:32:29 +00:00
Jaco Greeff
f501994df8
Bump deps ( #2333 )
2020-06-05 22:20:32 +02:00
Github Actions
b787a7d5a0
[CI Skip] release/beta 1.18.0-beta.3
...
skip-checks: true
2020-06-03 20:20:42 +00:00
Gerben van de Wiel
11d162a10d
Adding some extra notes on changes in the specname ( #2329 )
2020-06-03 22:08:06 +02:00
Github Actions
e2564dea17
[CI Skip] release/beta 1.18.0-beta.2
...
skip-checks: true
2020-06-03 13:40:22 +00:00
Jaco Greeff
2b9152871e
Add ProxyType ( #2327 )
2020-06-03 15:27:11 +02:00
Github Actions
70ecb03d14
[CI Skip] release/beta 1.18.0-beta.1
...
skip-checks: true
2020-06-03 05:46:05 +00:00
djuanito.eth
a2f179acb1
Update fees to current constants ( #2320 )
...
* Update fees to current constants
* Reorder args on map()
* Fixed incorrect order of args on map()
2020-06-03 07:34:03 +02:00
Jaco Greeff
c8cb97edef
beta 0 reset
2020-06-03 07:33:27 +02:00
Github Actions
69d344c6c3
[CI Skip] release/stable 1.17.2
...
skip-checks: true
2020-06-02 15:26:46 +00:00
Jaco Greeff
44cdf49b2c
Resolve first result after unsub promise (via setImmediate) ( #2324 )
2020-06-02 17:14:29 +02:00
Github Actions
daaf4654a1
[CI Skip] release/stable 1.17.1
...
skip-checks: true
2020-06-02 12:26:21 +00:00
Jaco Greeff
f8d4fcaf04
1.17 ( #2323 )
2020-06-02 14:15:27 +02:00
Github Actions
eb19a39d82
[CI Skip] release/beta 1.17.0-beta.8
...
skip-checks: true
2020-06-02 10:50:47 +00:00
Jaco Greeff
7ed958fb2d
Metadata bump ( #2322 )
...
* Metadata bump
* yarn.lock
* var requires
2020-06-02 12:39:48 +02:00
Github Actions
bbe9b94f26
[CI Skip] release/beta 1.17.0-beta.7
...
skip-checks: true
2020-06-02 09:17:06 +00:00
Jaco Greeff
6e83e6aaef
Adjust call-only metadata output ( #2321 )
2020-06-02 11:03:34 +02:00
Github Actions
1545bbf7c5
[CI Skip] release/beta 1.17.0-beta.6
...
skip-checks: true
2020-05-31 11:18:45 +00:00
Jaco Greeff
5bfc2cd534
Protect against div-by-zero ( #2319 )
...
* Protect against div-by-zero
* Rewrite
2020-05-31 13:07:42 +02:00
Github Actions
b22d0a196f
[CI Skip] 1.17.0-beta.5
...
skip-checks: true
2020-05-28 11:23:47 +00:00
Jaco Greeff
b174864804
Adjust own cache key (per accountId) ( #2317 )
2020-05-28 13:12:27 +02:00
Github Actions
e6834d60c5
[CI Skip] 1.17.0-beta.4
...
skip-checks: true
2020-05-28 10:54:39 +00:00
Jaco Greeff
97438bb2e8
Small combineLatest -> queryMulti opts ( #2316 )
...
* Small combineLatest -> queryMulti opts
* Update packages/api-derive/src/staking/ownSlashes.ts
2020-05-28 12:43:02 +02:00
Github Actions
f630d43a25
[CI Skip] 1.17.0-beta.3
...
skip-checks: true
2020-05-28 10:19:44 +00:00
Jaco Greeff
0187f1ff19
Extend deriveCache around ownExposure/ownSlash ( #2315 )
2020-05-28 12:07:02 +02:00
Github Actions
d8db866316
[CI Skip] 1.17.0-beta.2
...
skip-checks: true
2020-05-28 09:55:46 +00:00
Jaco Greeff
28aa9e18a7
Bump deps ( #2314 )
2020-05-28 11:43:45 +02:00
Github Actions
3eaea97b8f
[CI Skip] 1.17.0-beta.1
...
skip-checks: true
2020-05-28 08:55:06 +00:00
Jaco Greeff
ea0e5e4547
BTreeSet decoding from Array ( #2313 )
2020-05-28 10:42:46 +02:00
Github Actions
1256317b65
[CI Skip] 1.17.0-beta.0
...
skip-checks: true
2020-05-27 17:42:13 +00:00
Jaco Greeff
e0c3ed1b96
Fix ElectionSize type ( #2312 )
2020-05-27 19:29:13 +02:00
Github Actions
9f2c3016d7
[CI Skip] 1.16.1
...
skip-checks: true
2020-05-26 15:03:50 +00:00
Jaco Greeff
938ace2342
1.16 ( #2310 )
2020-05-26 16:51:10 +02:00
Github Actions
e5d2607dff
[CI Skip] 1.16.0-beta.6
...
skip-checks: true
2020-05-26 12:58:13 +00:00
Jaco Greeff
50b8db2263
Update with new Babe digests ( #2309 )
...
* Update with new Babe digests
* Naming cleanups
2020-05-26 14:46:06 +02:00
Github Actions
91766a6885
[CI Skip] 1.16.0-beta.5
...
skip-checks: true
2020-05-26 12:02:14 +00:00
Jaco Greeff
4b1a9ab9e1
Perbill/Permill toHuman as percentage ( #2307 )
...
* Perbill/Permill toHuman as percentage
* Expectation to percentage
2020-05-26 13:51:05 +02:00
Github Actions
9a14c65336
[CI Skip] 1.16.0-beta.4
...
skip-checks: true
2020-05-26 07:30:37 +00:00
Jaco Greeff
4aa66fd4c6
Adjust Polkadot spec version/types ( #2306 )
...
* Adjust Polkadot spec version/types
* CHANGELOG
2020-05-26 09:20:15 +02:00
Github Actions
3d9c62d538
[CI Skip] 1.16.0-beta.3
...
skip-checks: true
2020-05-25 06:31:48 +00:00
Jaco Greeff
4156eb44ab
Bump metadata ( #2305 )
...
* Bump metadata
* Rewrite yarn.lock
2020-05-25 08:20:45 +02:00
Github Actions
4b2d33693c
[CI Skip] 1.16.0-beta.2
...
skip-checks: true
2020-05-24 16:49:59 +00:00
Jaco Greeff
e8b127e177
Adjust sign options ( #2304 )
2020-05-24 18:40:39 +02:00
Github Actions
b052b03f31
[CI Skip] 1.16.0-beta.1
...
skip-checks: true
2020-05-24 14:41:32 +00:00
Amaury Martiny
6727e12468
StatementKind: Regular and Saft ( #2303 )
2020-05-24 16:30:12 +02:00
Github Actions
c130285651
[CI Skip] 1.16.0-beta.0
...
skip-checks: true
2020-05-24 07:36:17 +00:00
Jaco Greeff
47fc4a2b3c
Bump deps w/ eslint ( #2302 )
...
* Bump deps w/ eslint
* Additional cleanups
* Additional
* @polkadot/types done
* Additional
* @polkadot/typegen done
* Additional
* @polkadot/rpc-core done
* Additional
* Additional
* Additional
* docs
* @polkadot/api-derive done
* @polkadot/api done
* @polkadot/api-contracts done
* Update tests
2020-05-24 09:24:45 +02:00
Github Actions
97cb408f36
[CI Skip] 1.15.1
...
skip-checks: true
2020-05-23 09:35:31 +00:00
Jaco Greeff
dde7c8085a
1.15 ( #2301 )
2020-05-23 11:26:05 +02:00
Github Actions
8b02fafb99
[CI Skip] 1.15.0-beta.9
...
skip-checks: true
2020-05-23 09:05:12 +00:00
Jaco Greeff
393f46ba4a
Bump metadata ( #2300 )
2020-05-23 10:54:28 +02:00
455f5ad834
Allow keyPrefix to accept an additional argument for double maps ( #2230 )
...
* Allow keyPrefix to accept an additional argument for double maps
* Make key creators accept an optional parameter for key construction
* Remove .only from a test case
Co-authored-by: Xiliang Chen <xlchen1291@gmail.com >
* Cache prefix key when no arguments are supplied
* Address review comments
* Update packages/metadata/src/Decorated/storage/fromMetadata/createFunction.spec.ts
Co-authored-by: Xiliang Chen <xlchen1291@gmail.com >
Co-authored-by: Jaco Greeff <jacogr@gmail.com >
2020-05-23 10:51:38 +02:00
Github Actions
674324e7f9
[CI Skip] 1.15.0-beta.8
...
skip-checks: true
2020-05-21 09:08:13 +00:00
Jaco Greeff
b0dc7cf451
Bump metadata ( #2297 )
...
* Bump metadata
* Deps
* Regen
* Update sig for new signed extensions
2020-05-21 10:56:56 +02:00
Github Actions
cbe1b2b1ce
[CI Skip] 1.15.0-beta.7
...
skip-checks: true
2020-05-20 22:08:39 +00:00
Dan Forbes
4bd2f2fc32
Add WeightToFeeCoefficient type ( #2296 )
...
Added to support paritytech/substrate#6076
2020-05-20 23:56:04 +02:00
Github Actions
053112470d
[CI Skip] 1.15.0-beta.6
...
skip-checks: true
2020-05-19 14:38:35 +00:00
Joshy Orndorff
acdf27a272
spelling; efect -> effect ( #2295 )
2020-05-19 16:15:58 +02:00
Github Actions
f70b32ba76
[CI Skip] 1.15.0-beta.5
...
skip-checks: true
2020-05-19 08:41:46 +00:00
Jaco Greeff
67a3376ef8
POC for a rough derive cache ( #2293 )
...
* POC for a rough derive cache
* With expiry
* Cache cleanups
* Memory cache
* Small cleanups
2020-05-19 10:29:40 +02:00
Github Actions
eb06bb6e93
[CI Skip] 1.15.0-beta.4
...
skip-checks: true
2020-05-19 05:42:16 +00:00
Paweł Nguyen
f8f7e92da4
Fix a minor typo in cookbook blocks docs ( #2294 )
2020-05-19 07:29:27 +02:00
Github Actions
d0fd3eca25
[CI Skip] 1.15.0-beta.3
...
skip-checks: true
2020-05-18 08:32:29 +00:00
Jaco Greeff
dac1df35de
stakerRewards filters, re-org ( #2292 )
2020-05-18 10:20:09 +02:00
Github Actions
597563d2bb
[CI Skip] 1.15.0-beta.2
...
skip-checks: true
2020-05-16 12:04:58 +00:00
Jaco Greeff
f825c7f187
Fixed128 -> Fixed64 in old versions
2020-05-16 13:54:36 +02:00
Jaco Greeff
2e71a6160e
Multiplier -> Fixed128 ( #2290 )
2020-05-16 13:52:56 +02:00
Github Actions
c076c37119
[CI Skip] 1.15.0-beta.1
...
skip-checks: true
2020-05-16 06:49:21 +00:00
Amaury Martiny
0e18fdbccc
Add transactionVersion to ExtrinsicPayload ( #2287 )
2020-05-16 08:37:29 +02:00
Github Actions
c3eebd8fbe
[CI Skip] 1.15.0-beta.0
...
skip-checks: true
2020-05-15 11:46:27 +00:00
Jaco Greeff
45786b31da
Bump deps ( #2286 )
...
* Bump deps
* Linting cleanups
2020-05-15 13:35:15 +02:00
Github Actions
f348e34de7
[CI Skip] 1.14.1
...
skip-checks: true
2020-05-14 14:02:15 +00:00
Jaco Greeff
337de79bef
1.14 ( #2281 )
2020-05-14 15:51:48 +02:00
Github Actions
a13b51b985
[CI Skip] 1.14.0-beta.20
...
skip-checks: true
2020-05-14 06:17:01 +00:00
Jaco Greeff
c5c77c9b52
Bump deps ( #2280 )
2020-05-14 08:05:15 +02:00
Drew Stone and Jaco Greeff
2a033e5634
Update evm definitions to include vicinity ( #2279 )
...
* Update definitions.ts
* Update packages/types/src/interfaces/evm/definitions.ts
Co-authored-by: Jaco Greeff <jacogr@gmail.com >
2020-05-14 07:51:29 +02:00
Github Actions
00ffb358cb
[CI Skip] 1.14.0-beta.19
...
skip-checks: true
2020-05-13 16:07:57 +00:00
Jaco Greeff
66d1bbe4cb
Don't re-calculate extinsic hash (status updates) ( #2277 )
2020-05-13 17:56:26 +02:00
Github Actions
3baf36e9e6
[CI Skip] 1.14.0-beta.18
...
skip-checks: true
2020-05-13 07:44:25 +00:00
Jaco Greeff
e3abb95111
Bump metadata ( #2276 )
2020-05-13 09:32:26 +02:00
Github Actions
da281c9531
[CI Skip] 1.14.0-beta.17
...
skip-checks: true
2020-05-13 06:59:03 +00:00
Jaco Greeff
c0e3026772
Add signedExtensions to SignerPayload ( #2275 )
2020-05-13 08:49:31 +02:00
Github Actions
757da68675
[CI Skip] 1.14.0-beta.16
...
skip-checks: true
2020-05-12 21:27:47 +00:00
Jaco Greeff
f145488314
Add StatementKind & PrevalidateAttests for Polkadot claims ( #2273 )
...
* Add StatementKind for Polkadot claims
* PrevalidateAttests extension
2020-05-12 23:14:32 +02:00
Github Actions
0ce10d2938
[CI Skip] 1.14.0-beta.15
...
skip-checks: true
2020-05-12 20:58:34 +00:00
Jaco Greeff
6f2d62bb3b
Cater for old/new style DepositOf tuples ( #2272 )
...
* Cater for old/new style DepositOf tuples
* Remove unused api on parse
2020-05-12 22:45:53 +02:00
Github Actions
fc7c8310ae
[CI Skip] 1.14.0-beta.14
...
skip-checks: true
2020-05-12 20:16:47 +00:00
Jaco Greeff
c9921f002f
Cater for Check{Spec, Tx}Version extensions ( #2270 )
...
* Cater for Check{Spec, Tx}Version extensions
* Fix tests
2020-05-12 22:03:20 +02:00
Github Actions
6b8a65eb31
[CI Skip] 1.14.0-beta.13
...
skip-checks: true
2020-05-12 19:09:51 +00:00
Jaco Greeff
0cf29719b3
Fix ProxyState type ( #2269 )
...
* Fix ProxyState type
* Generate
2020-05-12 20:58:40 +02:00
Github Actions
abecabdaed
[CI Skip] 1.14.0-beta.12
...
skip-checks: true
2020-05-12 18:31:46 +00:00
Jaco Greeff
0c5b69bea1
Extra signedExtensions retrieved via specVersion ( #2268 )
...
* Extra signedExtensions retrieved via specVersion
* Fix tests
2020-05-12 20:20:24 +02:00
Github Actions
7b3f24b1f5
[CI Skip] 1.14.0-beta.11
...
skip-checks: true
2020-05-12 16:43:19 +00:00
Jaco Greeff
d1f8f8b5e8
Extend SignerPayload with extra tx/extensions ( #2267 )
...
* Extend SignerPayload with extra tx/extensions
* Update registry.ts
* Update extrinsic.ts
* Linting options
2020-05-12 18:32:18 +02:00
Github Actions
3f060b9e0d
[CI Skip] 1.14.0-beta.10
...
skip-checks: true
2020-05-12 15:00:09 +00:00
Jaco Greeff
fe69f70539
DispatchInfo paysFee to Pays enum ( #2266 )
...
* DispatchInfo paysFee to Pays enum
* Update Kusama types
2020-05-12 16:46:07 +02:00
Github Actions
578c4ffb69
[CI Skip] 1.14.0-beta.9
...
skip-checks: true
2020-05-12 09:56:51 +00:00
Jaco Greeff
66aa38000b
Derive for democracy locks ( #2264 )
...
* Derive for democracy locks
* Cater for old referendums
* Split lock parsing
2020-05-12 11:44:54 +02:00
Github Actions
50ddff6907
[CI Skip] 1.14.0-beta.8
...
skip-checks: true
2020-05-11 16:16:49 +00:00
Paweł Nguyen
14874f41f7
Fix a typo in Query docs - freee -> free ( #2263 )
...
This fixes a typo in Query Subscriptions with params docs. `freee` -> `free`
2020-05-11 18:05:43 +02:00
Github Actions
5a11b0c701
[CI Skip] 1.14.0-beta.7
...
skip-checks: true
2020-05-11 12:56:11 +00:00
Jaco Greeff
8491ab8ca6
import type BN (as applicable) ( #2262 )
2020-05-11 14:45:14 +02:00
Github Actions
4f5cb0f35e
[CI Skip] 1.14.0-beta.6
...
skip-checks: true
2020-05-11 10:14:17 +00:00
Jaco Greeff
53d081df65
Bump berry ( #2261 )
2020-05-11 12:02:05 +02:00
Github Actions
6b5dbb6948
[CI Skip] 1.14.0-beta.5
...
skip-checks: true
2020-05-11 08:29:29 +00:00
Jaco Greeff
3879986a75
Bump common ( #2260 )
2020-05-11 10:20:21 +02:00
Github Actions
378ca10580
[CI Skip] 1.14.0-beta.4
...
skip-checks: true
2020-05-11 07:05:13 +00:00
Jaco Greeff
d75d8bec0e
Additional mortal era tests ( #2259 )
...
* Additional moratl era tests
* birth !== current (output the same)
2020-05-11 08:53:05 +02:00
Github Actions
6f6a32a7a2
[CI Skip] 1.14.0-beta.3
...
skip-checks: true
2020-05-08 09:59:57 +00:00
Jaco Greeff
226426e67e
Add older heartbeats struct ( #2255 )
2020-05-08 11:50:18 +02:00
Github Actions
66e2a4d298
[CI Skip] 1.14.0-beta.2
...
skip-checks: true
2020-05-08 08:41:41 +00:00
Arjan Zijderveld
664151f829
Added validatorsLen to Heartbeat struct ( #2254 )
2020-05-08 10:31:04 +02:00
Github Actions
49b00524b1
[CI Skip] 1.14.0-beta.1
...
skip-checks: true
2020-05-07 07:17:07 +00:00
Jaco Greeff
401784b7e6
Historic queries FAQ ( #2253 )
2020-05-07 09:05:51 +02:00
Github Actions
99873e901a
[CI Skip] 1.14.0-beta.0
...
skip-checks: true
2020-05-07 07:02:00 +00:00
Jaco Greeff
72d131f62f
Ensure metadata is only retrieved once on startup ( #2252 )
...
* Ensure metadata is only retrieved once on startup
* Ensure we set rx.runtimeVersion
2020-05-07 08:50:36 +02:00
Github Actions
c412f7fa11
[CI Skip] 1.13.1
...
skip-checks: true
2020-05-06 18:33:13 +00:00
Jaco Greeff
a1ad90c2b4
1.13 ( #2248 )
...
* 1.13
* Add grandpa_roundState RPC
* RPC interfaces
2020-05-06 20:22:18 +02:00
Github Actions
92f62bfa15
[CI Skip] 1.13.0-beta.19
...
skip-checks: true
2020-05-06 16:48:28 +00:00
Jaco Greeff
fa9c5778be
Adjust Centrifuge versions ( #2247 )
2020-05-06 18:37:44 +02:00
Github Actions
e6f877621a
[CI Skip] 1.13.0-beta.18
...
skip-checks: true
2020-05-06 15:22:36 +00:00
Jaco Greeff
5c35a70e9d
Centrifuge Chain Node ( #2246 )
2020-05-06 17:11:33 +02:00
Github Actions
a287096cc3
[CI Skip] 1.13.0-beta.17
...
skip-checks: true
2020-05-06 13:47:59 +00:00
Jaco Greeff
c35f31bfbd
Adjust mock timeouts ( #2244 )
...
* Adjust mock timeouts
* Play with timeouts some more...
* Ooops, overzealous search-and-replace
2020-05-06 15:36:20 +02:00
Jaco Greeff
718afa91e3
Multiple endpoints CHANGELOG ( #2243 )
2020-05-06 15:10:37 +02:00
Hoani Bryson and Jaco Greeff
102a06b0f2
Multiple Endpoint support for WsProvider ( #2234 )
...
* Fix incorrect ws connect test cases
* Make endpoint an array of endpoints
* Add requirement that WsProvider endpoint arrays must not be empty
* Simple endpoint increment
* Add multi-endpoint test for endpoint closing its connection
* Implement endpoint round robin
* Revert change to mock's TEST_WS_URL
* Address Lint errors
* Change endpoint variable to plural in WsProvider
Co-authored-by: Jaco Greeff <jacogr@gmail.com >
* Review corrections to WsProvider
* Grouping improvement in WsProvider connect
* Correct endpoint logging to only show the specific endpoint involved
* Correct ordering of endpoint increment on connect
Co-authored-by: Jaco Greeff <jacogr@gmail.com >
2020-05-06 14:42:30 +02:00
Github Actions
58f0df1ef0
[CI Skip] 1.13.0-beta.16
...
skip-checks: true
2020-05-06 12:08:40 +00:00
Jaco Greeff
a458589222
Fix CompactAssignment decoding ( #2242 )
...
* Fix CompactAssignment decoding
* CHANGELOG
2020-05-06 13:56:17 +02:00
Github Actions
deef4ce4c7
[CI Skip] 1.13.0-beta.15
...
skip-checks: true
2020-05-06 08:36:29 +00:00
Jaco Greeff
f5d2449407
Grandpa Equivocation types ( #2239 )
...
* Grandpa Equivocation types
* typo
2020-05-06 10:25:37 +02:00
Github Actions
8bb1d1259e
[CI Skip] 1.13.0-beta.14
...
skip-checks: true
2020-05-06 08:23:10 +00:00
Jaco Greeff
abd860d548
Bump deps ( #2240 )
...
* Bump deps
* Jest revert
2020-05-06 10:11:58 +02:00
Github Actions
25936d882f
[CI Skip] 1.13.0-beta.13
...
skip-checks: true
2020-05-06 06:29:54 +00:00
Keith Yeung and Jaco Greeff
9deaff54e4
Make the 2nd argument to SubmittableExtrinsic.sign/signAsync optional ( #2238 )
...
* Make the 2nd argument to SubmittableExtrinsic.sign/signAsync optional
* Use default argument for optionsOrNonce
Co-authored-by: Jaco Greeff <jacogr@gmail.com >
Co-authored-by: Jaco Greeff <jacogr@gmail.com >
2020-05-06 08:17:51 +02:00
Github Actions
bc479a995b
[CI Skip] 1.13.0-beta.12
...
skip-checks: true
2020-05-05 09:44:03 +00:00
Jaco Greeff
458b7fa7e4
Update with latest Substrate metadata ( #2233 )
2020-05-05 11:33:04 +02:00
Github Actions
2fc17a66e1
[CI Skip] 1.13.0-beta.11
...
skip-checks: true
2020-05-05 05:26:31 +00:00
codingsh
94f81db568
#2182 - add: search for docs ( #2232 )
2020-05-05 07:16:39 +02:00
Github Actions
e83d97c849
[CI Skip] 1.13.0-beta.10
...
skip-checks: true
2020-05-05 05:09:33 +00:00
Joshy Orndorff
4a497fa970
minor typo: RC -> RPC ( #2229 )
2020-05-05 06:58:52 +02:00
Github Actions
cb40d459b5
[CI Skip] 1.13.0-beta.9
...
skip-checks: true
2020-05-04 18:40:00 +00:00
Jaco Greeff
c70cdb351f
Additional modules/methods in RPC samples
2020-05-04 20:29:02 +02:00
Github Actions
001aa0d011
[CI Skip] 1.13.0-beta.8
...
skip-checks: true
2020-05-04 15:58:01 +00:00
Jaco Greeff
961d27ad46
Update CHANGELOG.md
2020-05-04 17:47:09 +02:00
Github Actions
1c09bb69dd
[CI Skip] 1.13.0-beta.7
...
skip-checks: true
2020-05-04 13:32:30 +00:00
Xiliang Chen and Jaco Greeff
174510a928
use handlebars for code generation ( #2228 )
...
* use handlebars for code generation
* update docs
* fix isStrict
* fix lint
* Apply suggestions from code review
Co-authored-by: Jaco Greeff <jacogr@gmail.com >
* convert consts
* keep empty lines in doc comments
* update rpc
* update tx
* update interfaceRegistry
* update tsDef
* remove no longer used code
Co-authored-by: Jaco Greeff <jacogr@gmail.com >
2020-05-04 15:21:09 +02:00
Github Actions
39ed76f2de
[CI Skip] 1.13.0-beta.6
...
skip-checks: true
2020-05-04 12:20:51 +00:00
Jaco Greeff
7d1c93db59
Update CHANGELOG.md
2020-05-04 14:08:18 +02:00
Github Actions
e9b1b4ee77
[CI Skip] 1.13.0-beta.5
...
skip-checks: true
2020-05-01 19:11:49 +00:00
Jaco Greeff
2367978f6e
Remove polkadot metadata (not mainatained, outdated) ( #2227 )
2020-05-01 21:01:08 +02:00
Github Actions
e77050b9f5
[CI Skip] 1.13.0-beta.4
...
skip-checks: true
2020-04-30 13:24:43 +00:00
Jaco Greeff
844d1a2928
Allow failures on preimage (instead of swallow) ( #2225 )
2020-04-30 15:14:56 +02:00
Github Actions
6a70beda0f
[CI Skip] 1.13.0-beta.3
...
skip-checks: true
2020-04-30 09:16:39 +00:00
Alexander Krupenkin
05a834b822
Fix extrinsic ECDSA signatures ( #2222 )
...
* Fix extrinsic ECDSA signatures
* Fix lint
2020-04-30 11:04:55 +02:00
Github Actions
6a3af506a4
[CI Skip] 1.13.0-beta.2
...
skip-checks: true
2020-04-30 07:37:46 +00:00
Jaco Greeff
c82b85ef79
Bump deps ( #2224 )
2020-04-30 09:27:04 +02:00
Github Actions
91ab81ef60
[CI Skip] 1.13.0-beta.1
...
skip-checks: true
2020-04-30 05:47:17 +00:00
Jaco Greeff
3665690444
Beta bump ( #2223 )
2020-04-30 07:37:12 +02:00
Github Actions
03dcefceb5
[CI Skip] 1.12.2
...
skip-checks: true
2020-04-29 22:56:16 +00:00
Jaco Greeff
e84be032f4
1.12.2 (stable util)
2020-04-30 00:46:45 +02:00
Github Actions
033ff7a28c
[CI Skip] 1.12.1
...
skip-checks: true
2020-04-29 22:23:45 +00:00
Jaco Greeff
7c8b2abf92
1.12 ( #2221 )
2020-04-30 00:13:27 +02:00
Github Actions
5312ec1f3a
[CI Skip] 1.12.0-beta.15
...
skip-checks: true
2020-04-29 16:13:00 +00:00
Matej Nemček
cdfbf91ee6
added Kodadot to @polkadot/api users section ( #2220 )
2020-04-29 18:00:50 +02:00
Github Actions
14f2abdc37
[CI Skip] 1.12.0-beta.14
...
skip-checks: true
2020-04-29 15:50:05 +00:00
Jake Naviasky
04c8d49e9d
Add configurable provider auto-reconnect time. ( #2215 )
2020-04-29 17:39:31 +02:00
Github Actions
722929d0d4
[CI Skip] 1.12.0-beta.13
...
skip-checks: true
2020-04-29 14:57:15 +00:00
Jaco Greeff
d1fae523ac
Fix CompactAssignments types ( #2219 )
...
* Fix CompactAssignments types
* Cleanup mistaken type adjustments
2020-04-29 16:45:59 +02:00
Github Actions
ce9a92cdc0
[CI Skip] 1.12.0-beta.12
...
skip-checks: true
2020-04-27 17:09:59 +00:00
Jaco Greeff
3de09a2e27
Hack around preimage failures ( #2217 )
2020-04-27 18:59:18 +02:00
Github Actions
f28479180f
[CI Skip] 1.12.0-beta.11
...
skip-checks: true
2020-04-27 14:04:29 +00:00
Jaco Greeff
0d1d42f6c2
Update promise combineLatest with generics ( #2214 )
2020-04-27 15:53:17 +02:00
Github Actions
c93dad0bc5
[CI Skip] 1.12.0-beta.10
...
skip-checks: true
2020-04-27 07:04:47 +00:00
Jaco Greeff
e3d3a1ff71
Handle no keysReturn StorageChangeSet with no keys ( #2212 )
2020-04-27 08:54:02 +02:00
Github Actions
1c8bd896e1
[CI Skip] 1.12.0-beta.9
...
skip-checks: true
2020-04-26 11:56:32 +00:00
Jaco Greeff
e0119c1873
Bump metadata to current Substrate master (incl. types) ( #2210 )
2020-04-26 13:46:36 +02:00
Github Actions
defe81e560
[CI Skip] 1.12.0-beta.8
...
skip-checks: true
2020-04-26 11:42:47 +00:00
Xiliang Chen
932122cd21
subscribeStorage parameter should be optional ( #2208 )
2020-04-26 13:32:43 +02:00
Github Actions
40d035eca7
[CI Skip] 1.12.0-beta.7
...
skip-checks: true
2020-04-25 07:58:44 +00:00
Jaco Greeff
a135abaea2
Fix flags (council may not exist) ( #2207 )
2020-04-25 09:47:46 +02:00
Github Actions
00b8c10881
[CI Skip] 1.12.0-beta.6
...
skip-checks: true
2020-04-24 14:34:08 +00:00
Jaco Greeff
11e7b90918
Bump deps ( #2206 )
2020-04-24 16:22:18 +02:00
Github Actions
ae74467e6a
[CI Skip] 1.12.0-beta.5
...
skip-checks: true
2020-04-24 13:40:02 +00:00
Jeremías Díaz
5a929d3810
remove unnecessary parentheses and duplicate types ( #2204 )
...
* remove unnecessary parentheses and duplicate types
* fix: remove test code
2020-04-24 15:28:47 +02:00
Github Actions
63732f1456
[CI Skip] 1.12.0-beta.4
...
skip-checks: true
2020-04-24 08:54:04 +00:00
Jaco Greeff
ea6bb83c01
Voting delegations ( #2205 )
2020-04-24 10:41:30 +02:00
Github Actions
d6a443ca2a
[CI Skip] 1.12.0-beta.3
...
skip-checks: true
2020-04-23 09:50:46 +00:00
Jaco Greeff
d983ee106c
migrateEra is first stakerPayouts era ( #2202 )
2020-04-23 11:39:39 +02:00
Github Actions
beed1df5bd
[CI Skip] 1.12.0-beta.2
...
skip-checks: true
2020-04-22 09:04:55 +00:00
Jaco Greeff
426aef6088
Update .123trigger
2020-04-22 10:55:01 +02:00
Github Actions
9be9b3fb83
[CI Skip] 1.12.0-beta.1
...
skip-checks: true
2020-04-22 07:56:01 +00:00
Jaco Greeff
8676f30cbf
Reset to beta
2020-04-22 09:44:59 +02:00
Github Actions
154561c34c
[CI Skip] 1.11.2
...
skip-checks: true
2020-04-22 07:40:26 +00:00
Jaco Greeff
714b242ec0
0.11.2 ( #2200 )
2020-04-22 09:30:02 +02:00
Github Actions
32ce650ee1
[CI Skip] 1.12.0-beta.0
...
skip-checks: true
2020-04-21 17:05:00 +00:00
Jaco Greeff
3715df2f5b
Additional parachains types ( #2199 )
...
* Additional parachains types
* missing extensions listing
* trigger
2020-04-21 18:53:00 +02:00
Github Actions
dd6e6ddfc1
[CI Skip] 1.11.1
...
skip-checks: true
2020-04-21 07:47:25 +00:00
Jaco Greeff
9975f58cfb
1.11 ( #2198 )
...
* 1.11
* isOptional is custom RPC sample
* Names is one-liner for custom RPCs
2020-04-21 09:38:09 +02:00
Github Actions
536369261f
[CI Skip] 1.11.0-beta.35
...
skip-checks: true
2020-04-21 07:10:16 +00:00
Jaco Greeff
33165e93dc
Add state_getReadProof ( #2196 )
2020-04-21 09:00:03 +02:00
Github Actions
39a38a6c44
[CI Skip] 1.11.0-beta.34
...
skip-checks: true
2020-04-21 05:41:16 +00:00
Keith Ingram
b18bdc37f9
Add api.derive.accounts.flags ( #2195 )
...
* account flags in new call
* Fix
2020-04-21 07:31:00 +02:00
Github Actions
79847aabf7
[CI Skip] 1.11.0-beta.33
...
skip-checks: true
2020-04-20 09:22:55 +00:00
Jaco Greeff
ab75863d94
Fix derive.democracy.preimage signature ( #2194 )
2020-04-20 11:12:03 +02:00
Github Actions
c908a27b7d
[CI Skip] 1.11.0-beta.32
...
skip-checks: true
2020-04-18 07:31:19 +00:00
Jaco Greeff
98c7e5d5ea
Optimize entries retrieval ( #2193 )
2020-04-18 09:21:06 +02:00
Github Actions
fd4587a0bc
[CI Skip] 1.11.0-beta.31
...
skip-checks: true
2020-04-17 13:41:21 +00:00
Jaco Greeff
e211ae1667
Added types for DoubleVoteReport (parachains) ( #2192 )
2020-04-17 15:32:51 +02:00
Github Actions
af735176fe
[CI Skip] 1.11.0-beta.30
...
skip-checks: true
2020-04-17 10:34:48 +00:00
Jaco Greeff
9eb44d6e89
console warnings on the use of node-template ( #2191 )
...
* console warnings on the use of node-template
* Message formatting
2020-04-17 12:23:44 +02:00
Github Actions
379e841808
[CI Skip] 1.11.0-beta.29
...
skip-checks: true
2020-04-17 06:07:08 +00:00
Jaco Greeff
5c16b8e8a1
Adjust spec types (starting versions) ( #2189 )
2020-04-17 07:55:53 +02:00
Github Actions
96d7d9ff5a
[CI Skip] 1.11.0-beta.28
...
skip-checks: true
2020-04-16 19:55:16 +00:00
Jaco Greeff
e9fbbbbd42
Typos
2020-04-16 21:44:04 +02:00
Github Actions
73750ddb7d
[CI Skip] 1.11.0-beta.27
...
skip-checks: true
2020-04-16 19:39:17 +00:00
Jaco Greeff
4e1145c66f
FAQ entry for Weight adjustment ( #2188 )
...
* FAQ entry for Weight adjustment
* CHANGELOG entry for rxjs Observable exposure
* Event decoding
2020-04-16 21:29:22 +02:00
Github Actions
7f35fa22d5
[CI Skip] 1.11.0-beta.26
...
skip-checks: true
2020-04-16 17:14:23 +00:00
Jeremías Díaz
da1daf5bd9
fix: ensure consistent Observable version ( #2187 )
2020-04-16 19:03:00 +02:00
Github Actions
5afc87ce47
[CI Skip] 1.11.0-beta.25
...
skip-checks: true
2020-04-16 16:21:36 +00:00
Jaco Greeff
a2269cd999
Explain where args come from and their types ( #2186 )
...
* Explain where args come from and their types
* Update api.query.other.md
2020-04-16 18:11:12 +02:00
Github Actions
201308c259
[CI Skip] 1.11.0-beta.24
...
skip-checks: true
2020-04-16 14:32:15 +00:00
Jaco Greeff
00490116dd
Add system_{localPeerId, localListenAddresses} RPCs ( #2185 )
...
* Add system_{localPeerId, localListenAddresses} RPCs
* CHANGELOG
2020-04-16 16:21:40 +02:00
Github Actions
1968c878f5
[CI Skip] 1.11.0-beta.23
...
skip-checks: true
2020-04-16 13:52:16 +00:00
Jaco Greeff
52ccb9fbbf
Linkage fixes ( #2184 )
...
* Fix linkage decoding
* Actually fix linkage
* CHANGELOG
2020-04-16 15:41:42 +02:00
Github Actions
03e21ea64b
[CI Skip] 1.11.0-beta.22
...
skip-checks: true
2020-04-16 13:39:19 +00:00
Jaco Greeff
8c949bb3df
StorageKey toHuman returns decoded key ( #2183 )
2020-04-16 15:28:15 +02:00
Github Actions
e484e7cf35
[CI Skip] 1.11.0-beta.21
...
skip-checks: true
2020-04-16 11:32:18 +00:00
Jaco Greeff
7aac4c7936
Add missing cookbook .keys
2020-04-16 13:21:04 +02:00
Github Actions
933c8d48e2
[CI Skip] 1.11.0-beta.20
...
skip-checks: true
2020-04-16 11:18:25 +00:00
Jaco Greeff
d3d3bb9b5a
Adjust Weight to u64 ( #2181 )
...
* Adjust Weight to u64
* Adjust copy (really should be reading folders...)
* build:interfaces
* EventRecord test expectation update
2020-04-16 13:08:46 +02:00
Github Actions
f4d976c337
[CI Skip] 1.11.0-beta.19
...
skip-checks: true
2020-04-16 10:17:47 +00:00
Jaco Greeff
07c4037fcf
On subscriptions, ensure rx.runtimeVersion is set ( #2180 )
2020-04-16 12:05:35 +02:00
Github Actions
52d73d8698
[CI Skip] 1.11.0-beta.18
...
skip-checks: true
2020-04-16 09:02:05 +00:00
Jeremías Díaz
ccfab75f41
fix: use camelCase for storage module names ( #2176 )
2020-04-16 10:51:19 +02:00
Github Actions
b8204b138d
[CI Skip] 1.11.0-beta.17
...
skip-checks: true
2020-04-16 08:46:32 +00:00
Jaco Greeff
a97cb6e25d
Return all identity hashes (not just as subset) ( #2179 )
2020-04-16 10:36:37 +02:00
Github Actions
11534a1153
[CI Skip] 1.11.0-beta.16
...
skip-checks: true
2020-04-16 07:21:00 +00:00
Jaco Greeff
dd1fab5366
Adjust set bitfileds to LE ( #2178 )
2020-04-16 09:09:17 +02:00
Github Actions
dbb3a5ccc2
[CI Skip] 1.11.0-beta.15
...
skip-checks: true
2020-04-15 16:26:29 +00:00
Jaco Greeff
fb08215e0d
Add Fixed128 type ( #2175 )
2020-04-15 18:15:11 +02:00
Github Actions
d7d7ab2f89
[CI Skip] 1.11.0-beta.14
...
skip-checks: true
2020-04-15 08:54:43 +00:00
Jaco Greeff
25393cd982
Add note on field ordering ( #2173 )
...
* Add note on field ordering
* Field ordering additional links
2020-04-15 10:43:15 +02:00
Github Actions
d6a6089e2d
[CI Skip] 1.11.0-beta.13
...
skip-checks: true
2020-04-15 06:55:53 +00:00
Jaco Greeff
a3eaca0270
Small doc cleanups ( #2172 )
2020-04-15 08:44:15 +02:00
Github Actions
f9d1b4d653
[CI Skip] 1.11.0-beta.12
...
skip-checks: true
2020-04-14 20:22:21 +00:00
Jaco Greeff
f81712343a
Transaction batching ( #2171 )
2020-04-14 22:10:25 +02:00
Github Actions
33e414be12
[CI Skip] 1.11.0-beta.11
...
skip-checks: true
2020-04-14 16:27:55 +00:00
Jaco Greeff
9387103558
cookbook link
2020-04-14 18:15:28 +02:00
Github Actions
3b7c1afa95
[CI Skip] 1.11.0-beta.10
...
skip-checks: true
2020-04-14 15:28:01 +00:00
Jaco Greeff
7e1fa8954b
Extend storage cookbook ( #2169 )
...
* Extend storage cookbook
* Update storage.md
* Update storage.md
2020-04-14 17:16:46 +02:00
Github Actions
53c62f1542
[CI Skip] 1.11.0-beta.9
...
skip-checks: true
2020-04-14 14:56:23 +00:00
Jaco Greeff
5ed94a50e1
Update .123trigger
2020-04-14 16:45:30 +02:00
Github Actions
b1c047149b
[CI Skip] 1.11.0-beta.8
...
skip-checks: true
2020-04-14 14:35:37 +00:00
Jaco Greeff
7a0efaf58c
Kusama 1057 known types ( #2168 )
2020-04-14 16:24:19 +02:00
Github Actions
5acce98346
[CI Skip] 1.11.0-beta.7
...
skip-checks: true
2020-04-14 11:52:00 +00:00
Jaco Greeff
165179ebf2
Remove flags on derive.accounts.info ( #2167 )
...
* Remove flags from derive.account.info
* adjust types
2020-04-14 13:40:12 +02:00
Github Actions
def60dce9e
[CI Skip] 1.11.0-beta.6
...
skip-checks: true
2020-04-14 10:49:12 +00:00
Jaco Greeff
c8f91fcf7a
Parameterize DoNotConstruct ( #2165 )
...
* Parameterize DoNotConstruct
* Update DoNotConstruct list
* typo fix
2020-04-14 12:37:30 +02:00
Github Actions
70a160cca0
[CI Skip] 1.11.0-beta.5
...
skip-checks: true
2020-04-14 10:31:23 +00:00
Jaco Greeff
9691fd5ba7
don't subscribe to runtime updates with no subs ( #2166 )
2020-04-14 12:20:07 +02:00
Jaco Greeff
475cb4fa69
Move Digest to interfaces ( #2164 )
...
* Move Digest to interfaces
* Unconstructable typos
2020-04-14 12:09:36 +02:00
Github Actions
5c54b3cc92
[CI Skip] 1.11.0-beta.4
...
skip-checks: true
2020-04-14 10:05:31 +00:00
Jaco Greeff
55d8c58d95
Add transactionVerions to RuntimeVersion struct ( #2163 )
2020-04-14 11:54:42 +02:00
Github Actions
edf8adaa88
[CI Skip] 1.11.0-beta.3
...
skip-checks: true
2020-04-14 08:49:43 +00:00
Jaco Greeff
1f8f6e54bd
Add unsigned sending to cookbook ( #2162 )
...
* Add unsigned sending to cookbook
* Block author extraction example
2020-04-14 10:36:15 +02:00
Github Actions
f6ca7b9a9d
[CI Skip] 1.11.0-beta.2
...
skip-checks: true
2020-04-14 07:52:33 +00:00
Jaco Greeff
7732339fc0
Line lengths
2020-04-14 09:41:04 +02:00
Jaco Greeff
5a8a8c7ecb
Fix cookbook links
2020-04-14 09:34:39 +02:00
Github Actions
05df087e73
[CI Skip] 1.11.0-beta.1
...
skip-checks: true
2020-04-14 06:58:37 +00:00
Jaco Greeff
5b71abfe80
Make a start at a cookbook... still loads to go ( #2160 )
2020-04-14 08:48:14 +02:00
Github Actions
1d6c33060a
[CI Skip] 1.11.0-beta.0
...
skip-checks: true
2020-04-13 10:45:21 +00:00
Jaco Greeff
eae573e6a2
Simplify entries() decoding ( #2159 )
2020-04-13 12:33:24 +02:00
Github Actions
0f08031792
[CI Skip] 1.10.1
...
skip-checks: true
2020-04-13 05:28:25 +00:00
Jaco Greeff
e0bde927d1
1.10 ( #2158 )
...
* 1.10
* CHANGELOG
* key extract example
2020-04-13 07:16:43 +02:00
Github Actions
e569de520a
[CI Skip] 1.10.0-beta.29
...
skip-checks: true
2020-04-11 20:32:39 +00:00
Jaco Greeff
a833dccdaf
All private prefixed with _ ( #2157 )
...
* All private prefixed with _
* Fix test
2020-04-11 22:21:55 +02:00
Github Actions
b58d772156
[CI Skip] 1.10.0-beta.28
...
skip-checks: true
2020-04-10 16:17:30 +00:00
Jaco Greeff
e5d9bbc264
Filter old rewards with stakingLedger (ledger can update) ( #2155 )
...
* Filter old rewards with stakingLedger (ledger can update)
* Cleanup internal functions
2020-04-10 18:06:14 +02:00
Github Actions
3089529405
[CI Skip] 1.10.0-beta.27
...
skip-checks: true
2020-04-10 12:41:15 +00:00
Jaco Greeff
5ab24390c5
Indicate all protected members and variables ( #2154 )
...
* Indicate all protected members and variables
* Added dropped protected
2020-04-10 14:29:58 +02:00
Github Actions
245047a41f
[CI Skip] 1.10.0-beta.26
...
skip-checks: true
2020-04-10 12:04:49 +00:00
Jaco Greeff
8aa1bd5bd0
Indicate protected raw with _raw in Base codec ( #2153 )
2020-04-10 13:54:15 +02:00
Github Actions
e0dde35621
[CI Skip] 1.10.0-beta.25
...
skip-checks: true
2020-04-10 10:23:42 +00:00
Jaco Greeff
9ba91a3851
Use forkJoin for entries() retrieval ( #2152 )
...
* Use forkJoin for entries() retrieval
* Some current and validator retrieval opts
* Remove duplicate filtering
2020-04-10 12:12:10 +02:00
Github Actions
351cb97667
[CI Skip] 1.10.0-beta.24
...
skip-checks: true
2020-04-09 16:44:08 +00:00
Jaco Greeff
afdb476796
Small cleanups & consistency ( #2151 )
...
* Small cleanups & consistency
* Fixes
2020-04-09 18:32:30 +02:00
Github Actions
3b67b65091
[CI Skip] 1.10.0-beta.23
...
skip-checks: true
2020-04-09 13:55:22 +00:00
Jaco Greeff
25580b2026
Update CHANGELOG, bump deps ( #2150 )
2020-04-09 15:44:07 +02:00
Github Actions
2db16e94b7
[CI Skip] 1.10.0-beta.22
...
skip-checks: true
2020-04-09 12:57:00 +00:00
Jaco Greeff
9184268c3d
Bump metadata ( #2148 )
...
* Bump metadata
* Adjust to non-customized democracy params
2020-04-09 14:46:48 +02:00
Github Actions
83a762af1e
[CI Skip] 1.10.0-beta.21
...
skip-checks: true
2020-04-09 12:39:49 +00:00
Jaco Greeff
6a8e5370b6
Add system_chainType RPC ( #2149 )
2020-04-09 14:28:43 +02:00
Github Actions
9cd4bf7cf7
[CI Skip] 1.10.0-beta.20
...
skip-checks: true
2020-04-09 07:31:24 +00:00
Jaco Greeff
c4708dcfca
Cleanup isPassing ( #2147 )
2020-04-09 09:19:56 +02:00
Github Actions
041d06a6c8
[CI Skip] 1.10.0-beta.19
...
skip-checks: true
2020-04-08 19:58:30 +00:00
Jaco Greeff
2b4bd75499
Adjust calc with turnout add/sub
2020-04-08 21:47:22 +02:00
Github Actions
c4c47a84e1
[CI Skip] 1.10.0-beta.18
...
skip-checks: true
2020-04-08 15:36:45 +00:00
Jaco Greeff
a241bd1c38
Adjust change calc ( #2145 )
2020-04-08 17:23:59 +02:00
Github Actions
d420cede82
[CI Skip] 1.10.0-beta.17
...
skip-checks: true
2020-04-08 14:04:37 +00:00
Jaco Greeff
b869695e40
Bump util ( #2144 )
2020-04-08 15:55:04 +02:00
Github Actions
37caf4e710
[CI Skip] 1.10.0-beta.16
...
skip-checks: true
2020-04-07 19:23:34 +00:00
Jaco Greeff
134bc22463
Westend (spec)
2020-04-07 21:11:37 +02:00
Github Actions
39d142876e
[CI Skip] 1.10.0-beta.15
...
skip-checks: true
2020-04-07 18:42:57 +00:00
Jaco Greeff
6d95eb418d
Westend (again)
2020-04-07 20:31:16 +02:00
Github Actions
e26a6a28ff
[CI Skip] 1.10.0-beta.14
...
skip-checks: true
2020-04-07 18:10:26 +00:00
Jaco Greeff
d80d6f2a06
Westend update ( #2143 )
2020-04-07 19:59:08 +02:00
Github Actions
ff8dabb249
[CI Skip] 1.10.0-beta.13
...
skip-checks: true
2020-04-07 09:30:13 +00:00
Jaco Greeff
e7a01f9780
Dump dev (incl. eslint header checks) ( #2142 )
2020-04-07 11:20:07 +02:00
Github Actions
94938c7075
[CI Skip] 1.10.0-beta.12
...
skip-checks: true
2020-04-06 10:43:28 +00:00
Jaco Greeff
f37e729605
Use bumbled node ( #2141 )
2020-04-06 12:32:05 +02:00
Github Actions
9cfde73ff8
[CI Skip] 1.10.0-beta.11
...
skip-checks: true
2020-04-05 10:23:01 +00:00
Jaco Greeff
f5c140d1c2
Split derive.staking.currentPoints from overview ( #2140 )
2020-04-05 12:12:03 +02:00
Github Actions
472e1022d3
[CI Skip] 1.10.0-beta.10
...
skip-checks: true
2020-04-05 08:15:44 +00:00
Jaco Greeff
f71211f5dc
Bump deps ( #2139 )
2020-04-05 10:05:50 +02:00
Github Actions
7e06974f1b
[CI Skip] 1.10.0-beta.9
...
skip-checks: true
2020-04-04 17:16:19 +00:00
Jaco Greeff
f95384d9ff
Bump deps ( #2138 )
...
* Bump deps
* Add lockfile :)
2020-04-04 19:04:42 +02:00
Github Actions
baedd5b689
[CI Skip] 1.10.0-beta.8
...
skip-checks: true
2020-04-04 16:36:28 +00:00
Jaco Greeff
9ec1cb194a
Update StakingLedger (simpl payouts) ( #2102 )
...
* Update StakingLedger (simpl payouts)
* Chain defs
* Allow stakers queries with exclude filter
* Generate interfaces
* Return all exposures
* Rework exposures
* Cleanups
2020-04-04 18:25:32 +02:00
Github Actions
d730310ea5
[CI Skip] 1.10.0-beta.7
...
skip-checks: true
2020-04-03 12:58:06 +00:00
Jaco Greeff
641fe5c380
Refresh on scheduler entries ( #2135 )
...
* Refresh on scheduler entries
* Cleanups
2020-04-03 14:47:39 +02:00
Github Actions
c5a8d5e018
[CI Skip] 1.10.0-beta.6
...
skip-checks: true
2020-04-03 11:40:23 +00:00
Jaco Greeff
02d130f0a0
Add Mandatory to DispatchClass ( #2134 )
2020-04-03 13:29:07 +02:00
Github Actions
5554f17f05
[CI Skip] 1.10.0-beta.5
...
skip-checks: true
2020-04-02 18:55:29 +00:00
Jaco Greeff
69351ceb9e
Cater for new dispatch scheduler ( #2130 )
...
* Cater for new dispatch scheduler
* Updated
* debug logs
* Update types.ts
2020-04-02 20:44:27 +02:00
Github Actions
0cf9fa7405
[CI Skip] 1.10.0-beta.4
...
skip-checks: true
2020-04-02 14:27:07 +00:00
Jaco Greeff
8213fa7cb9
Add validator total to staker rewards ( #2129 )
...
* Add validator total to staker rewards
* yarn rewrite
2020-04-02 16:16:10 +02:00
Github Actions
8ef983169f
[CI Skip] 1.10.0-beta.3
...
skip-checks: true
2020-04-02 09:24:58 +00:00
Jaco Greeff
e392dd745e
Base centrifuge types ( #2125 )
2020-04-02 11:15:28 +02:00
Github Actions
6b07a9c2a5
[CI Skip] 1.10.0-beta.2
...
skip-checks: true
2020-04-02 07:46:55 +00:00
Jaco Greeff
114ac59707
Reword FAQ
2020-04-02 09:35:16 +02:00
Github Actions
3c95bfe56e
[CI Skip] 1.10.0-beta.1
...
skip-checks: true
2020-04-01 22:00:58 +00:00
Jaco Greeff
58de0b8b9c
Rewrite yarn.lock ( #2127 )
2020-04-01 23:49:56 +02:00
Github Actions
1f97c5e9e3
[CI Skip] 1.10.0-beta.0
...
skip-checks: true
2020-04-01 20:54:58 +00:00
Jaco Greeff
0dc46445bc
Bump dev (incl. lint fixes) ( #2126 )
...
* Bump dev (incl. lint fixes)
* Fix call encoding (stepped into that one)
* Event struct order
* Update with missing tuple type (getTypeDef type)
2020-04-01 22:44:34 +02:00
Github Actions
7d3464ae2c
[CI Skip] 1.9.1
...
skip-checks: true
2020-04-01 10:26:10 +00:00
Jaco Greeff
295cd2a7e0
1.9 ( #2124 )
2020-04-01 12:14:00 +02:00
Github Actions
5a66ce5a87
[CI Skip] 1.9.0-beta.27
...
skip-checks: true
2020-04-01 08:01:14 +00:00
Jaco Greeff
d8d008108d
CI scripts ( #2123 )
2020-04-01 09:49:16 +02:00
Github Actions
491518405d
[CI Skip] 1.9.0-beta.26
...
skip-checks: true
2020-03-31 13:18:37 +00:00
Jaco Greeff
7290b3d296
sanitize options (allowNamespaces) ( #2122 )
...
* sanitize options (allowNamespaces)
* Pass actual option to test
2020-03-31 15:07:35 +02:00
Github Actions
b6162a316f
[CI Skip] 1.9.0-beta.25
...
skip-checks: true
2020-03-31 13:06:05 +00:00
Jaco Greeff
71c1d16dc4
Bump @polkadot/util ( #2121 )
2020-03-31 14:54:49 +02:00
Github Actions
204f592bea
[CI Skip] 1.9.0-beta.24
...
skip-checks: true
2020-03-31 11:52:59 +00:00
Jaco Greeff
39c44bb5aa
Split @polkadot/types/known into @polkadot/types-known ( #2120 )
...
* Split @polkadot/types/known into @polkadot/types-known
* Rreadme link
* tsconfig typo
* script aliasses
2020-03-31 13:40:59 +02:00
Github Actions
df0de49a67
[CI Skip] 1.9.0-beta.23
...
skip-checks: true
2020-03-31 07:28:28 +00:00
Jaco Greeff
0bdbf4b7a7
Use querystorageAt for map entries (optional) ( #2119 )
2020-03-31 09:17:36 +02:00
Github Actions
ef9cd6fc4b
[CI Skip] 1.9.0-beta.22
...
skip-checks: true
2020-03-30 16:33:11 +00:00
Jaco Greeff
5ab0bf3998
Aplit derive session.{info, progress} ( #2117 )
2020-03-30 18:20:34 +02:00
Github Actions
e69d97619e
[CI Skip] 1.9.0-beta.21
...
skip-checks: true
2020-03-30 12:04:00 +00:00
Jaco Greeff
6aa0d90fc0
Add childstate_* RPCs ( #2065 )
...
* Add childstate_* RPCs
* childstate into rpc-core
* PrefixedStorageKey
2020-03-30 13:53:33 +02:00
Jaco Greeff
d338fcb58c
Add derive for council voting info ( #2115 )
...
* Add derive for council voting info
* Update packages/api-derive/src/council/votes.ts
2020-03-30 13:48:14 +02:00
Github Actions
b9a60a2519
[CI Skip] 1.9.0-beta.20
...
skip-checks: true
2020-03-28 21:06:18 +00:00
Jaco Greeff
7b8b4e8078
BTreeSet only has single sub ( #2114 )
2020-03-28 21:55:49 +01:00
Github Actions
50b551e4fc
[CI Skip] 1.9.0-beta.19
...
skip-checks: true
2020-03-28 20:06:12 +00:00
Jaco Greeff
a4ea4d648a
Handle double-encoded Bytes in fallback/constants ( #2113 )
...
* Handle double-encoded Bytes in fallback/constants
* Fix import, bypass for tests
2020-03-28 20:55:39 +01:00
Github Actions
146360a454
[CI Skip] 1.9.0-beta.18
...
skip-checks: true
2020-03-27 20:00:32 +00:00
Jaco Greeff
2e83d92adc
Derive for deomcracy nextExternal ( #2108 )
2020-03-27 20:49:18 +01:00
Github Actions
b77e5d079c
[CI Skip] 1.9.0-beta.17
...
skip-checks: true
2020-03-27 17:10:21 +00:00
Jaco Greeff
0d067c9484
Add api.derive.democracy.dispatchQueue ( #2107 )
2020-03-27 17:59:22 +01:00
Github Actions
88519eff3f
[CI Skip] 1.9.0-beta.16
...
skip-checks: true
2020-03-27 14:44:07 +00:00
Jaco Greeff
bb14471e60
Consistency in Derive* type names ( #2106 )
2020-03-27 15:34:41 +01:00
Github Actions
97ab7fcf2f
[CI Skip] 1.9.0-beta.15
...
skip-checks: true
2020-03-27 13:18:21 +00:00
Jaco Greeff
922cfb8759
FAQ entry for node-template addresses ( #2105 )
2020-03-27 14:07:51 +01:00
Github Actions
717f33ca02
[CI Skip] 1.9.0-beta.14
...
skip-checks: true
2020-03-27 12:36:19 +00:00
Jaco Greeff
21a2b5f0b7
signAndSend with finalized hash (depending on lag) ( #2104 )
...
* signAndSend with finalized hash (depending on drift)
* Extract lag calc
* mock update
* getSigningHeader
* api.derive.tx (with submittable cleanups)
* Adjust mortal calculations
* Cleanup new tx derives
* Optimize calcs
* Comment cleanups, next-up testing
* Adjust mocks
* Adjust sig (period is now based on metadata)
* Remove extra fn, tested and it works
2020-03-27 13:26:12 +01:00
Github Actions
54efead9d7
[CI Skip] 1.9.0-beta.13
...
skip-checks: true
2020-03-27 09:29:42 +00:00
Jaco Greeff
c472a451a4
Bump dev ( #2103 )
...
* Bump dev
* Rewrite yarn.lock
2020-03-27 10:20:02 +01:00
Github Actions
6ed2de43fc
[CI Skip] 1.9.0-beta.12
...
skip-checks: true
2020-03-26 20:20:55 +00:00
Jaco Greeff
8976ded37f
Add state_queryStorageAt RPC ( #2082 )
...
* Add state_queryStorageAt RPC
* Add queryStorageAt rpc
* Clanup merge
2020-03-26 21:08:34 +01:00
Github Actions
169a374544
[CI Skip] 1.9.0-beta.11
...
skip-checks: true
2020-03-26 15:52:15 +00:00
Jaco Greeff
6476d88e19
Update .123trigger
2020-03-26 16:40:34 +01:00
Github Actions
75de454619
[CI Skip] 1.9.0-beta.10
...
skip-checks: true
2020-03-26 15:35:59 +00:00
Jaco Greeff
851428aef9
Merge branch 'master' of github.com:polkadot-js/api
2020-03-26 16:25:50 +01:00
Jaco Greeff
dfc51ad300
Adjust toCallsOnly typing
2020-03-26 16:25:45 +01:00
Github Actions
e16d288644
[CI Skip] 1.9.0-beta.9
...
skip-checks: true
2020-03-26 15:18:52 +00:00
Jaco Greeff
a19928fef9
Add additional types for offchain Phragmen ( #2097 )
...
* Add additional types for offchain Phragmen
* Trim down metadata toCallsOnly
2020-03-26 16:07:54 +01:00
Github Actions
0906c7837a
[CI Skip] 1.9.0-beta.8
...
skip-checks: true
2020-03-26 14:27:21 +00:00
Jaco Greeff
cb9831c4f8
Bump metadata ( #2096 )
...
* Bump metadata
* Update staking types
* Enum updates
2020-03-26 15:17:20 +01:00
Github Actions
620d3757ba
[CI Skip] 1.9.0-beta.7
...
skip-checks: true
2020-03-25 13:14:24 +00:00
Jaco Greeff
601288b3ec
Handle <module>::<Type> in sanitize ( #2094 )
...
* Handle <module>::<Type> in santize
* Sanitize all ::'s
* Additional cleanups
2020-03-25 14:01:24 +01:00
Github Actions
efbeecc8f6
[CI Skip] 1.9.0-beta.6
...
skip-checks: true
2020-03-25 10:18:50 +00:00
Jaco Greeff
852e0d4f0b
Additional referendum derive cleanups ( #2093 )
2020-03-25 11:06:16 +01:00
Github Actions
5c7f9f1c8a
[CI Skip] 1.9.0-beta.5
...
skip-checks: true
2020-03-25 08:54:57 +00:00
Jaco Greeff
64f64c1001
Add referensumsActive ( #2091 )
2020-03-25 09:43:05 +01:00
Github Actions
15c3085511
[CI Skip] 1.9.0-beta.4
...
skip-checks: true
2020-03-25 08:34:25 +00:00
Jaco Greeff
27cd9b1ca4
Cleanup interfaces/rpc, types to correct locations ( #2084 )
...
* Cleanup interfaces/rcp, types to correct locations
* Update import locations
2020-03-25 09:23:03 +01:00
Github Actions
1c2a95f820
[CI Skip] 1.9.0-beta.3
...
skip-checks: true
2020-03-25 07:52:42 +00:00
Jaco Greeff
8bf5e51725
Return Observable when no referendums ( #2090 )
...
* Return Observable when no referendums
* Small ordering cleanups
2020-03-25 08:41:26 +01:00
Github Actions
493225aa9d
[CI Skip] 1.9.0-beta.2
...
skip-checks: true
2020-03-25 07:12:03 +00:00
Jaco Greeff
a0979a9ce3
Only format error log, upstream error from core ( #2089 )
...
* Only format error log, upstream error from core
* Remove (now unused) wrapping info
2020-03-25 08:00:14 +01:00
Github Actions
02849ae49b
[CI Skip] 1.9.0-beta.1
...
skip-checks: true
2020-03-24 16:50:32 +00:00
Jaco Greeff
602bb1406b
derive.referendum extended info ( #2086 )
...
* derive.referendum extended info
* update
* util bump
2020-03-24 17:39:37 +01:00
Github Actions
d70930587c
[CI Skip] 1.9.0-beta.0
...
skip-checks: true
2020-03-23 10:37:30 +00:00
Jaco Greeff
8c011cdc86
Adjust new vote retrieval with entries ( #2080 )
...
* Adjust new vote retrieval with entries
* testing
2020-03-23 11:24:06 +01:00
Github Actions
eb3e7a0740
[CI Skip] 1.8.1
...
skip-checks: true
2020-03-22 17:58:16 +00:00
Jaco Greeff
2071de517d
1.8 ( #2079 )
2020-03-22 18:47:04 +01:00
Github Actions
205ae40f20
[CI Skip] 1.8.0-beta.12
...
skip-checks: true
2020-03-22 17:27:07 +00:00
Keith Ingram and Jaco Greeff
aa37e372dd
Derived account info flags ( #2068 )
...
* Derived account info flags
* Update packages/api-derive/src/accounts/info.ts
Co-Authored-By: Jaco Greeff <jacogr@gmail.com >
* Apply suggestions from code review
* Cleanups
Co-authored-by: Jaco Greeff <jacogr@gmail.com >
2020-03-22 18:16:43 +01:00
Github Actions
8cdac77a8e
[CI Skip] 1.8.0-beta.11
...
skip-checks: true
2020-03-22 10:15:48 +00:00
Jaco Greeff
7a7d6e9b8a
New democracy types ( #2078 )
...
* New democracy types
* ReferendumInfo
* Adjust democracy derives
* Spring cleaning
* Remove ReferendumInfoExtended
2020-03-22 11:05:57 +01:00
Github Actions
7a1bdb18a8
[CI Skip] 1.8.0-beta.10
...
skip-checks: true
2020-03-22 06:57:07 +00:00
Jaco Greeff
39f22ca403
Control wasm initialization via initWasm: false flag ( #2076 )
2020-03-22 07:45:22 +01:00
Github Actions
b3c6a5acc5
[CI Skip] 1.8.0-beta.9
...
skip-checks: true
2020-03-22 06:43:14 +00:00
Jaco Greeff
b3a6b3dcb5
Bump dev, arrow functions ( #2077 )
2020-03-22 07:31:55 +01:00
Github Actions
0c0e4c4d7c
[CI Skip] 1.8.0-beta.8
...
skip-checks: true
2020-03-21 08:51:26 +00:00
Jaco Greeff
9d67d711d4
Bump deps, type import on generated ( #2075 )
...
* Bump deps, type import on generated
* type imports in types/types
* Re-export defs
* Split imports/exports
* Additional type import
* Remove import type
* Remove dupes
2020-03-21 09:40:59 +01:00
Github Actions
f45d03fa17
[CI Skip] 1.8.0-beta.7
...
skip-checks: true
2020-03-21 07:00:35 +00:00
Jaco Greeff
af11444b72
Update RPCs (babe, contracts) ( #2074 )
...
* Update RPCs (babe, contracts)
* Babe in rpc-core
2020-03-21 07:50:56 +01:00
Github Actions
f412a5ac86
[CI Skip] 1.8.0-beta.6
...
skip-checks: true
2020-03-20 16:50:04 +00:00
Jaco Greeff
c9dcd51ba6
is isWarning to ISubmittableResult ( #2073 )
2020-03-20 17:40:09 +01:00
Jaco Greeff
5dca826429
Retracted status to isWarning
2020-03-20 17:27:18 +01:00
Github Actions
8dc53e6339
[CI Skip] 1.8.0-beta.5
...
skip-checks: true
2020-03-20 15:41:13 +00:00
Jaco Greeff
5867f8ab0c
Allow unknown struct fields (i.e. on Map, non-codec) ( #2071 )
2020-03-20 16:30:29 +01:00
Github Actions
6d3db2fb3f
[CI Skip] 1.8.0-beta.4
...
skip-checks: true
2020-03-20 12:52:46 +00:00
Jaco Greeff
3a1634d67f
Add all missing RPC endpoints ( #2070 )
...
* Add all missing RPC endpoints
* Rework RPC return types
* rpc-core interface
* Remove crap test, checked anyway
2020-03-20 13:42:18 +01:00
Github Actions
53d18d874d
[CI Skip] 1.8.0-beta.3
...
skip-checks: true
2020-03-19 13:51:15 +00:00
Jaco Greeff
044efbc6de
Convert jsonrpc & typings to definitions ( #2064 )
...
* Convert jsonrpc & typings to definitions
* Handle empty interface generation (no types)
* Move jsonrpc/create to rpc-core/create
* Create imports
* Remove jsonrpc package, generate rpc-core from defs
* Debug :)
* Generate RPC definitions via interfaces
* Generate md docs
* Remove @polkadot/jsonrpc refs (at least packages)
* No empty types
* Add PAHNTOM "cleanup" gen
* *sigh* regex loop
* Update mock for no jsonrpc
* Add definition export types
* Cleanup linting
* Mocking 1 fix
* Mocking 2 fix
* rpc-core tests updates
* CHANGELOG & docs
* Add jsonrpc (already mapped) to interfaces
* Add aliasses for RPCs
* Fix rpc-core tests
2020-03-19 14:40:54 +01:00
Github Actions
27e3fbfd0f
[CI Skip] 1.8.0-beta.2
...
skip-checks: true
2020-03-18 21:50:49 +00:00
Jaco Greeff
b7af4781ea
Add Initialization to extrinsic phases ( #2063 )
2020-03-18 22:40:53 +01:00
Github Actions
c51e351117
[CI Skip] 1.8.0-beta.1
...
skip-checks: true
2020-03-17 23:18:54 +00:00
Jaco Greeff
e6afed9bb1
Allow electedInfo commition with/without linked maps ( #2060 )
2020-03-18 00:08:49 +01:00
Github Actions
4b07d5511e
[CI Skip] 1.8.0-beta.0
...
skip-checks: true
2020-03-17 18:46:06 +00:00
Jaco Greeff
a613308bdb
Update
2020-03-17 19:34:51 +01:00
Jaco Greeff
a863e5eb95
Non-array nominators
2020-03-17 19:22:16 +01:00
Github Actions
623420ca3d
[CI Skip] 1.7.1
...
skip-checks: true
2020-03-17 13:49:41 +00:00
Jaco Greeff
9ea6053a42
1.7 ( #2059 )
2020-03-17 14:39:20 +01:00
Github Actions
73dce6bfd1
[CI Skip] 1.7.0-beta.19
...
skip-checks: true
2020-03-17 09:48:02 +00:00
Jaco Greeff
5a7811c80f
Bump metadata ( #2058 )
...
* Bump metadata
* Add missing @types/jest
* Update tests for new metadata
* CHANGELOG for linked map removals
* expand re-added check
2020-03-17 10:37:24 +01:00
Github Actions
1c529bdc6a
[CI Skip] 1.7.0-beta.18
...
skip-checks: true
2020-03-16 14:47:43 +00:00
Jaco Greeff
3f4576f524
Add yarn matrix ( #2057 )
2020-03-16 15:37:23 +01:00
Github Actions
2619489ec3
[CI Skip] 1.7.0-beta.17
...
skip-checks: true
2020-03-16 13:59:34 +00:00
Jaco Greeff
f165845cc3
Collapse actions matrix ( #2056 )
2020-03-16 14:49:31 +01:00
Github Actions
897f03e4c1
[CI Skip] 1.7.0-beta.16
...
skip-checks: true
2020-03-16 10:24:34 +00:00
Jaco Greeff
82c1e3f35a
Cater for new non-linked map validator queries ( #2055 )
...
* Cater for new non-linked map validator queries
* Update staking tests
* stakers -> stashes
2020-03-16 11:13:46 +01:00
Github Actions
c06f260d3c
[CI Skip] 1.7.0-beta.15
...
skip-checks: true
2020-03-16 07:23:55 +00:00
Jaco Greeff
63573ca0de
Add ownExposure & ownSlashes ( #2054 )
2020-03-16 08:15:00 +01:00
Github Actions
bf1a5f0d91
[CI Skip] 1.7.0-beta.14
...
skip-checks: true
2020-03-15 19:39:52 +00:00
Wei Tang
1750522cb6
Use /usr/bin/env bash instead of /bin/bash ( #2053 )
2020-03-15 20:29:45 +01:00
Github Actions
ed3b507ea6
[CI Skip] 1.7.0-beta.13
...
skip-checks: true
2020-03-15 17:00:01 +00:00
Jaco Greeff
f942510309
Expose stakerSlahes & eraSlashes ( #2052 )
2020-03-15 17:49:15 +01:00
Github Actions
09a9153645
[CI Skip] 1.7.0-beta.12
...
skip-checks: true
2020-03-15 09:03:36 +00:00
Jaco Greeff
908d0fcf52
Add missing commission to payout calculations ( #2051 )
...
* Add missing comission to payout calcs
* yarn
* Bump dev with version update fix
2020-03-15 09:51:52 +01:00
Github Actions
707c93a557
[CI Skip] 1.7.0-beta.11
...
skip-checks: true
2020-03-15 07:36:51 +00:00
Jaco Greeff
82addc4f6a
Remove non-working CI cache ( #2050 )
2020-03-15 08:26:34 +01:00
Github Actions
d595eb440c
[CI Skip] 1.7.0-beta.10
...
skip-checks: true
2020-03-14 08:49:03 +00:00
Jaco Greeff
e86fe5bab0
Bump deps ( #2048 )
2020-03-14 09:37:28 +01:00
Github Actions
7187dca2f7
[CI Skip] 1.7.0-beta.9
...
skip-checks: true
2020-03-13 20:17:16 +00:00
Jaco Greeff
94a3b1f09a
eraPoints args ( #2047 )
2020-03-13 21:05:40 +01:00
Github Actions
d88b300a6d
[CI Skip] 1.7.0-beta.8
...
skip-checks: true
2020-03-13 18:52:54 +00:00
Jaco Greeff
dd217f82b2
Chunk keys & values retrievals on keys()/entries() ( #2046 )
...
* Chunk keys & values retrievals on keys()/entries()
* Bump chunk sizes
* Fix concatMap index
* Update mock
2020-03-13 19:40:57 +01:00
Github Actions
3b4cee08e2
[CI Skip] 1.7.0-beta.7
...
skip-checks: true
2020-03-13 17:07:31 +00:00
Joshy Orndorff
34be2399eb
Couple little typo fixes ( #2045 )
2020-03-13 17:54:29 +01:00
Github Actions
27d879a325
[CI Skip] 1.7.0-beta.6
...
skip-checks: true
2020-03-13 12:51:33 +00:00
Jaco Greeff
4093ef9ffa
Add Identity hasher ( #2044 )
...
* Add Identity hasher
* Expand new V11 storage types
* Cleanups, use actual enum keys
* Sort augmented output (fy-by enhancement)
* Map get
* DEFAULT_FN
2020-03-13 13:39:34 +01:00
Github Actions
261eebee03
[CI Skip] 1.7.0-beta.5
...
skip-checks: true
2020-03-13 11:45:14 +00:00
Jaco Greeff
d9dad3566a
Use asyncScheduler for all derives ( #2043 )
2020-03-13 12:32:42 +01:00
Github Actions
3d0fdbd6da
[CI Skip] 1.7.0-beta.4
...
skip-checks: true
2020-03-13 07:56:43 +00:00
Jaco Greeff
affa5d390c
Expose derive staking.nextElected ( #2042 )
2020-03-13 08:45:28 +01:00
Github Actions
1659e672ae
[CI Skip] 1.7.0-beta.3
...
skip-checks: true
2020-03-13 07:05:20 +00:00
Jaco Greeff
0fa6b99c9e
Query docs with entries & keys, submittable with paymentInfo ( #2041 )
2020-03-13 07:52:53 +01:00
Github Actions
ef9db7bf78
[CI Skip] 1.7.0-beta.2
...
skip-checks: true
2020-03-13 05:45:54 +00:00
Jaco Greeff
8c6505d870
Map signs directly to H512 (no indirection) ( #2038 )
2020-03-13 06:34:46 +01:00
Github Actions
48f83c7d5b
[CI Skip] 1.7.0-beta.1
...
skip-checks: true
2020-03-12 21:11:11 +00:00
Jaco Greeff
f3c2c5c084
Re-enable argument checks (dropped in 1.6.2) ( #2035 )
...
* Re-enable argument checks (dropped in 1.6.2)
* typo
* Bump to preminor
2020-03-12 21:58:57 +01:00
Jaco Greeff
98e1cc3f73
Add staking.eraExposure derive ( #2036 )
2020-03-12 21:57:17 +01:00