Compare commits

..
20 Commits
Author SHA1 Message Date
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
28 changed files with 2405 additions and 1093 deletions
+2 -5
View File
@@ -10,7 +10,7 @@ jobs:
matrix:
step: ['build:release', 'docs:release']
name: ${{ matrix.step }}
if: "! contains(github.event.head_commit.message, '[CI Skip]') && github.repository == 'polkadot-js/api'"
if: "! startsWith(github.event.head_commit.message, '[CI Skip]') && github.repository == 'polkadot-js/api'"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
@@ -21,16 +21,13 @@ jobs:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
GH_PAGES_SRC: build-docs
GH_PAT: ${{ secrets.GH_PAT }}
GH_TOKEN: ${{ secrets.GH_PAT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_RELEASE_GITHUB_API_TOKEN: ${{ secrets.GH_PAT }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
yarn install --immutable | grep -v 'YN0013'
yarn ${{ matrix.step }}
dummy:
name: Dummy
if: "contains(github.event.head_commit.message, '[CI Skip]')"
runs-on: ubuntu-latest
steps:
- name: dummy
+93 -81
View File
@@ -1,4 +1,16 @@
# 1.16.1 May 26, 2020
# CHANGELOG
## 1.17.1 Jun 2, 2020
- Fix `ElectionSize` type (Thanks to https://github.com/arjanz)
- Allow `BTreeSet` decoding from Array/JSON inputs
- Adjust Call-only metadata output to trim documentation to first full line
- Safeguard against divide-by-zero for total era points (expired reward eras)
- Internal derive optimizations with combining calls
- Support for latest Substrate types & metadata
- `@polkadot/util` 2.12
## 1.16.1 May 26, 2020
- Support for Polkadot CC1 types & signed extensions
- Add support for Babe VRF secondary digests (author extraction)
@@ -7,7 +19,7 @@
- Update to latest TypeScript, eslint & typescript-eslint
- `@polkadot/util` 2.11
# 1.15.1 May 23, 2020
## 1.15.1 May 23, 2020
- Adjust `keyPrefix()` with DoubleMap args (Thanks to https://github.com/KiChjang)
- Added `WeightToFeeCoefficient` type (Thanks to https://github.com/danforbes)
@@ -19,7 +31,7 @@
- Adjust `Multiplier` type to `Fixed128` (as per latest Substrate)
- Updated to latest Substrate metadata & add new types
# 1.14.1 May 14, 2020
## 1.14.1 May 14, 2020
- **Important** `DispatchInfo` changed `paysFee` to an enum, if using an older version use, `DispatchInfo: 'DispatchInfoTo244'`
- Align imOnline `Heartbeat` with Substrate (Thanks to https://github.com/arjanz)
@@ -36,7 +48,7 @@
- Extends types for Polkadot claims
- Update `@polkadot/util` to 2.10
# 1.13.1 May 6, 2020
## 1.13.1 May 6, 2020
- Add support for ECDSA keypairs in extrinsic signers (Thanks to https://github.com/akru)
- Rework type generation to use templating for better maintenance (Thanks to https://github.com/xlc)
@@ -49,11 +61,11 @@
- Update types & metadata as per latest Substrate master
- Adjust Centrifuge starting version
# 1.12.2 Apr 30, 2020
## 1.12.2 Apr 30, 2020
- Update `@polkadot/util` to stable 2.9.1 (sadly missed in the previous version, stable should match to stable)
# 1.12.1 Apr 29, 2020
## 1.12.1 Apr 29, 2020
- Fix `CompactAssignments` types (Thanks to https://github.com/arjanz)
- Provider ayo-connect now allows for interval config (Thanks to https://github.com/jnaviask)
@@ -64,11 +76,11 @@
- Allow generic types in ApiPromise.combineLatest
- Update to latest substrate metadata
# 1.11.2 Apr 22, 2020
## 1.11.2 Apr 22, 2020
- Small patch to add missing Polkadot master types (will be in next Kusama update)
# 1.11.1 Apr 21, 2020
## 1.11.1 Apr 21, 2020
- **Important** Substrate master has an updated `Weight` (to `u64`), on older chains apply `Weight: 'u32'` (This does affect event decoding if wrongly set)
- Allow user type augmentation to work with different versions of rxjs (Thanks to https://github.com/monitz87)
@@ -87,7 +99,7 @@
- Enhance API support for non-subscription providers (skip subscription to runtimeVersion)
- Adjust types for Kusama 1057 (notably the new `StakingLedger`)
# 1.10.1 Apr 13, 2020
## 1.10.1 Apr 13, 2020
- **Important** Substrate master has updated staking, on older chains apply `StakingLedger: 'StakingLedgerTo240'`
- Add `rpc.system.chainType` to retrieve the chain type (Development. Local, Live & Custom)
@@ -100,7 +112,7 @@
- Internally all private/protected methods/variables are now `_` prefixed (Aligning with the `private/protected` indicators in the TS definitions)
- Update metadata/docs-from-metadata to the latest Substrate
# 1.9.1 Apr 1, 2020
## 1.9.1 Apr 1, 2020
- **Breaking change** (TypeScript with derives only) The return type names for `api.derive.*` have been adjusted for consistency, all starting with `Derive*` (previously a mixture of `Derived*` and `Derive*`)
- **Breaking change** (derives only) Additional cleanups of democracy proposal & referenda derives, including support for new Polkadot/Substrate vote retrievals
@@ -115,7 +127,7 @@
- Fix encoding for `Vec<u8>`-related types as part of constants
- Internal adjustment of interface type locations (no impact on imports via `@polkadot/types/interfaces`)
# 1.8.1 Mar 22, 2020
## 1.8.1 Mar 22, 2020
- **Breaking change** The format for any custom RPCs have been changed (alongside API-internal changes) to allow for better RPC management. If you are currently using custom RPCs (or planning to do so), look at the [updated documentation](https://polkadot.js.org/api/start/rpc.custom.html)
- **Breaking change** Alongside API RPC changes, the `@polkadot/jsonrpc` package has been removed. Since it was never documented and only used internally, this should not have adverse impacts. All RPC definitions itself has now been moved to the relevant modules inside `@polkadot/types/interfaces`
@@ -127,7 +139,7 @@
- Adjusted referendum derives to cater for bot new/old democracy. Derived `referendumInfo` now includes `status` field, not `info`
- Add `initWasm` flag to API options. When set to `false` does not init the WASM portion (leaving it to the user elsewhere)
# 1.7.1 Mar 17, 2020
## 1.7.1 Mar 17, 2020
- **Important** Current versions of Polkadot/Substrate have dropped support for linked maps on storage entries. If you are using these queries to retrieve all entries, for instance `staking.{nominators,validators}()` and using an upgraded chain, you need to swap to retrieving entries via `.entries()` or `.keys()` for the keys.
- Pull in support and types for latest Polkadot/Substrate
@@ -137,11 +149,11 @@
- Expanded `derive.staking.*` derives, including addition of `derive.staking.own*`
- Re-add fixed (with tests) checks for query args, previously disabled in 1.6.2
# 1.6.2 Mar 12, 2020
## 1.6.2 Mar 12, 2020
- Revert checks for query args, not working on `.at()` queries (proper fix in next version)
# 1.6.1 Mar 12, 2020
## 1.6.1 Mar 12, 2020
- **Breaking change** `api.rpc.state.queryStorage(...)` now fully decodes the `Vec<StorageChangeSet>` and returns a decoded `[Hash, Codec[]][]` when using this RPC.
- `StorageKey` now has an `.args` property, decoded from meta where `twox64_concat` or `blake128_concat` are used on maps
@@ -155,7 +167,7 @@
- Add runtime validation for map arguments to `api.query.*`
- TypeScript interfaces for linked maps now correctly generates as `[Type, Linkage<Next>]`
# 1.5.1 Mar 06, 2020
## 1.5.1 Mar 06, 2020
- **Important** Substrate master has updated staking, on older chains supply `StakingLedger: 'StakingLedgerTo223'`
- **Important** Substrate master has updated collective, on older chains supply `Votes: 'VotesTo230'`
@@ -175,11 +187,11 @@
- Add additional derives to `api.derive.staking` to handle lazy-payout retrievals
- Update `@polkadot/{util, util-crypto, keyring}` to 1.6.1 & `@polkadot/wasm` to 1.2.1
# 1.4.2 Feb 27, 2020
## 1.4.2 Feb 27, 2020
- Fix `api.tx(<extrinsic>): Submittable` decoration (non-working in 1.4.1, now with proper test)
# 1.4.1 Feb 26, 2020
## 1.4.1 Feb 26, 2020
- **Breaking change** (TypeScript only) The `*.d.ts` files now contain TypeScript 3.8 features (specifically `#private`), which is not usable in TS versions < 3.8
- **Breaking change** - `api.derive.staking.*` has updated result types and detects support for lazy payouts queries
@@ -205,7 +217,7 @@
- Cleanup augmentation and generation scripts for type definitions, aligning with api augmentation
- Bump to `@polkadot/{util, util-crypto, keyring}` 2.5.1
# 1.3.1 Feb 18, 2020
## 1.3.1 Feb 18, 2020
- Add `@types/bn.js` as a normal dependency, exposed in `*.d.ts` (Thanks to https://github.com/monitz87)
- Type generation scripts (including `polkadot-types-from-{chain,defs}`) has been moved to the `@polkadot/typegen` package
@@ -213,7 +225,7 @@
- Expose chain properties on registry (and use for API type formatting)
- Add `toHuman(isExtended?: boolean)` to all codec types, formatting into a human-readable structure
# 1.2.1 Feb 16, 2020
## 1.2.1 Feb 16, 2020
- **Important** Update RPC status codes (latest Substrate 2), with the `isInBlock` (`isFinalized` now indicates finality)
- Storage `.entries(arg?: any)` now has the correct argument type for DoubleMap (Thanks to https://github.com/monitz87)
@@ -231,7 +243,7 @@
- Cleanup `codec/Date` tests to make it run properly on all timezones
- Add explicit dependencies to all packages and move TypeScript `@types/*` to dev deps
# 1.1.1 Feb 06, 2020
## 1.1.1 Feb 06, 2020
- **Important** Chains without `balances.account` or `system.account` should supply `"BalanceLock": "BalanceLockTo212"` to their types to use the previous-generation `BalanceLock` (when querying locks)
- Add support for `balances.account` in all applicable derives (incl. `vesting` module)
@@ -245,7 +257,7 @@
- Adjust balances fees derivation with optional transfer and creation fees (removed in Substrate)
- Adjust enum `.toJSON()` to return type name as specified
# 1.0.1 Jan 30, 2020
## 1.0.1 Jan 30, 2020
- **Breaking change** Drop support for Substrate v1 chain in all derives
- Return unsub functions from provider .on emitters (Thanks to https://github.com/jak-pan)
@@ -264,7 +276,7 @@
- Remove support for un-deployed metadata
- Remove old known types for Substrate V1
# 0.100.1 Jan 13, 2020
## 0.100.1 Jan 13, 2020
- **Important** This will the the last API version with Substrate 1.x support. Although you will still be able to use subsequent versions with older chains, dependent libraries such as sr25519 may not be compatible.
- Add support for the Substrate identity module
@@ -275,7 +287,7 @@
- Add support for latest Polkadot/Substrate types
- Add `paymentInfo` to submittables to calculate fees
# 0.99.1 Dec 13, 2019
## 0.99.1 Dec 13, 2019
- **Breaking change** The `Data` and `U8a` type has been renamed and just replaced with the `Raw` type
- **Breaking change** The `api.derive.staking.info` has been split into 2 - `staking.query` for non-balance related information (more effective) and `staking.account` that enhances query for all the information previously found `.info`
@@ -284,7 +296,7 @@
- Add additional derives for both council & treasury
- Alignment with latest Polkadot/Substrate master branch types
# 0.98.1 Dec 04, 2019
## 0.98.1 Dec 04, 2019
- Make the TypeScript generation script mor re-usable (Thanks to https://github.com/xlc)
- Add `.entries()` for all map-types, returning storage keys and values
@@ -293,7 +305,7 @@
- Support for new Substrate democracy with preimages in derive
- Alignment of types with Substrate/Polkadot master branches
# 0.97.1 Nov 29, 2019
## 0.97.1 Nov 29, 2019
- **Breaking change** Add the passing on an explicit `Registry` to all calls to `createType` as well as all codec classes. If you are upgrading form an older version, use the [migration guide](UPGRADING.md) to walk through the changes required.
- **Breaking change** The metadata classes have been moved from `@polkadot/types` into `@polkadot/metadata`. If you explicitly create `Metadata` classes, you now would need to do so with the `import Metadata from '@polkadot/metadata';` This is a decorated class, where the previous metadata is now available on `Metadata.metadata`, alongside decorated `consts.*`', `tx.*` and `query.*`.
@@ -305,7 +317,7 @@
- Support for Metadata V9, which adjusts the hashing methods of storage entries
- Support for Metadata V10 (still un-released), which includes prefixed map support
# 0.96.1 Nov 09, 2019
## 0.96.1 Nov 09, 2019
- Updated types for latest Kusama
- Add `filterRecords` (in addition to `findRecord`) on submittable results
@@ -315,11 +327,11 @@
- Update council derives for the latest Substrate master support (with constants)
- Derive cleanups, including sharing of instances between the API and internal to derives
# 0.95.2 Oct 25, 2019
## 0.95.2 Oct 25, 2019
- Temporary removal of `account_nextIndex` use, will be re-added in a future release
# 0.95.1 Oct 25, 2019
## 0.95.1 Oct 25, 2019
- Support Extrinsic V4 with additional signature indicator (Latest Polkadot/Substrate/Kusama)
- Adjust subscription update checks to avoid duplicated data updates
@@ -329,7 +341,7 @@
- All latest Polkadot & Substrate types (as per master branches)
- **Breaking change** `Call.injectMethods` is moved to `Call.injectMetadata` to align with `Events` (This _should_ not be used externally, however mentioned as breaking here)
# 0.94.1 Oct 07, 2019
## 0.94.1 Oct 07, 2019
- Add handling of `Result<Ok, Error>` definitions
- Adjust API cloning now takes RPC filters from source into account
@@ -341,7 +353,7 @@
- Add documentation for custom extrinsic formats (advanced chains)
- Update to latest substrate master metadata
# 0.93.1 Sep 26, 2019
## 0.93.1 Sep 26, 2019
- Support for Kusama CC2
- In extrinsic submission, use `rpc.account.nextIndex` to retrieve the nonce when available
@@ -351,7 +363,7 @@
- Support recursive type registration (self-referencing via `Box`) in addition to better sanitation of user-defined-types
- Documentation and example updates (thanks mostly to contributions)
# 0.92.1 Sep 12, 2019
## 0.92.1 Sep 12, 2019
- The API now correctly sets the ss58 prefix as retrieved from the chain properties via `ss58Format`
- Bump to `@polkadot/util` 1.4.1, removing use of `ExtError`
@@ -359,7 +371,7 @@
- Support the latest Polkadot & Substrate master branches (incl. metadata updates)
- Getting started documentation has been made available
# 0.91.1 Sep 09, 2019
## 0.91.1 Sep 09, 2019
- This release was focussed on stability, with a number of cleanups and bug-fixes
- Adjustments for Substrate 1.x chain detection (with auto-types) and Substrate 2.x support has been extended with all latest types
@@ -373,7 +385,7 @@
- **Breaking change** `SignerPayload` is renamed to `SignerPayloadJSON`
- **Breaking change** `SignerPayloadJSON`, `SignerPayloadRawBase` and `SignerPayloadRaw` are all moved to `@polkadot/types`
# 0.90.1 Aug 24, 2019
## 0.90.1 Aug 24, 2019
If you are upgrading form an older version, use the CHANGELOG hand-in-hand with the [migration guide](UPGRADING.md).
@@ -391,7 +403,7 @@ If you are upgrading form an older version, use the CHANGELOG hand-in-hand with
- The `types/codec/createType` has been moved to `types/codec/create` with the same exports. If you explicitly imported from here (and not doing the suggested `import { createType } from '@polkadot/types`), the reference needs to be updated
# 0.82.0-beta.x Jul 28, 2019
## 0.82.0-beta.x Jul 28, 2019
- Support for substrate 2.x (master) has been extended,
- Additional types have been addedd for the modules
@@ -410,7 +422,7 @@ If you are upgrading form an older version, use the CHANGELOG hand-in-hand with
- The `ContractsAbi` type has been moved from `@polkadot/types` to `import { Abi } from '@polkadot/api-contract`. This paves the way for an enhanced contracts interface, instead of dealing with low-level API calls.
# 0.81.1 Jun 14, 2019
## 0.81.1 Jun 14, 2019
- The dependency on `@polkadot/keyring` has been removed - if you relied on the API to provide this, you would now need to manually add it
- `createType` allows for the creation of `[u8; <length>]` types (opening the door for contract support)
@@ -430,7 +442,7 @@ If you are upgrading form an older version, use the CHANGELOG hand-in-hand with
- Add `off` method to `Api` (Base, for both `ApiPromise` & `ApiRx`) to remove an event listener
# 0.80.1 Jun 04, 2019
## 0.80.1 Jun 04, 2019
- Support for mortal transactions
- Better DoubleMap storage support
@@ -440,7 +452,7 @@ If you are upgrading form an older version, use the CHANGELOG hand-in-hand with
- Misc. cleanups and fixes
# 0.79.1 May 22, 2019
## 0.79.1 May 22, 2019
- DoubleMap query support
- Support latest EventRecord metadata (substrate master)
@@ -452,7 +464,7 @@ If you are upgrading form an older version, use the CHANGELOG hand-in-hand with
- Add `toRawType` on all type classes (breakdown into primitive types)
# 0.78.1 May 08, 2019
## 0.78.1 May 08, 2019
- Fix linked-maps (not working since 0.77.1)
- Convert Usize to U32 (as found in WASM environments)
@@ -463,13 +475,13 @@ If you are upgrading form an older version, use the CHANGELOG hand-in-hand with
- Metadata updates for substrate (WithdrawReasons, ContractInfo)
# 0.77.1 Apr 25, 2019
## 0.77.1 Apr 25, 2019
- Support Metadata v4, which introduces the use of a custom hasher to hash storage map keys.
- Add TreasuryProposal (not the same as democracy, type aliased)
# 0.76.1 Apr 03, 2019
## 0.76.1 Apr 03, 2019
- Caching improvements (duplicate queries, no duplicate subscriptions)
- Experimental contract API
@@ -477,12 +489,12 @@ If you are upgrading form an older version, use the CHANGELOG hand-in-hand with
- Update @polkadot/util-crypto with smaller footprint
# 0.75.1 Mar 29, 2019
## 0.75.1 Mar 29, 2019
- Start journey to 1.0
# 0.53.1 Mar 29, 2019
## 0.53.1 Mar 29, 2019
- Change spelling to US English as per substrate master (1.0-rc1). Breaking changes as a result:
- For extrinsic status results, if you have checked the type returns, i.e. `result.type === 'Finalised'` now check on the status for `result.status.isFinalized` or `result.status.isBroadcast`, ... (the `type` property is now accessible only on `result.status.type`)
@@ -493,7 +505,7 @@ If you are upgrading form an older version, use the CHANGELOG hand-in-hand with
- All examples have been updated with sr25519 addresses (with the new checksums)
# 0.52.1 Mar 28, 2019
## 0.52.1 Mar 28, 2019
- Support queries to linked mapped storage (found in new staking interfaces)
- Add `derive.staking.controllers` to retrieve all active staking controllers
@@ -503,42 +515,42 @@ If you are upgrading form an older version, use the CHANGELOG hand-in-hand with
- Check for single instances for api and types as they are loaded (assertSingletonPackage)
# 0.51.1 Mar 25, 2019
## 0.51.1 Mar 25, 2019
- Support metadata V2 as per latest substrate master
- Update metadata with new types as per latest substrate master
# 0.50.1 Mar 23, 2019
## 0.50.1 Mar 23, 2019
- Latest util-crypto (usage of WASM with JS fallbacks if not available)
- Update upstream @polkadot dependencies (for new crypto)
# 0.49.1 Mar 20, 2019
## 0.49.1 Mar 20, 2019
- Fix large message signing on non-known nodes (default is now hashing, there has been enough time between upgrades)
# 0.48.1 Mar 18, 2019
## 0.48.1 Mar 18, 2019
- Pull in new sr25519 capable keyring for dev nodes
- When using dev mode, it assumes that the node is the latest with derived sr25519 keys
# 0.47.1 Mar 14, 2019
## 0.47.1 Mar 14, 2019
- Swap to publishing -beta.x on merge (non-breaking testing)
# 0.46.1 Mar 01, 2019
## 0.46.1 Mar 01, 2019
- Extended type registration to now handle internal types as well. Additionally the built-in Extrinsic type can now we overridden with a custom version.
- Where `Extrinsic` and `Method` is used as types, consider importing `{ IMethod, IExtrinsic }` from `@polkadot/types/types`, especially in the cases where this is used from a `SubmittableExtrinsic`
- The `typeRegistry` constant is now `getTypeRegistry()` as a function
# 0.45.1 Feb 19, 2019
## 0.45.1 Feb 19, 2019
- Storage with option values now correctly return `Option<Type>` and is indicated as such in the documentation
@@ -555,7 +567,7 @@ console.log('llo', llo.unwrapOr('not set') /* Option<BlockNumber> */)
```
# 0.44.1 Feb 19, 2019
## 0.44.1 Feb 19, 2019
- Split primitives and types into separate folders. This should not affect external use since the exports remain the same, however does have an impact where classes are referenced directly. e.g.
@@ -573,45 +585,45 @@ import { Method, Signature } from '@polkadot/types';
```
# 0.43.1 Feb 14, 2019
## 0.43.1 Feb 14, 2019
- Introduces support for the new keyring with sr25519 support in addition to ed25519. While this does not change the exposed API, it is considered breaking since @polkadot/keyring has interface changes. (Unless needed, don't rush the upgrade)
# 0.42.1 Jan 31, 2019
## 0.42.1 Jan 31, 2019
- Support for substrate hash signing with implVersion >= 18
- Changed signatures for Extrinsic signing, this should not have (much) of an impact since it is generally not used directly. SubmittableExtrinsic (as exposed by the API), supports the old-style use.
# 0.41.1 Jan 26, 2019
## 0.41.1 Jan 26, 2019
- Support the V1 metadata specification from Substrate in addition to the currently testnet active V0 version
# 0.40.1 Jan 16, 2019
## 0.40.1 Jan 16, 2019
- The API interfaces now require a WS-compatible provider, e.g. subscription support is a must. Previously the HTTPProvider could be use (although it was very limited in the interactions).
# 0.39.1 Jan 11, 2019
## 0.39.1 Jan 11, 2019
- The Promise API now returns a `Promise<UnsubFunction>` instead of `UnsubFunction` when making subscriptions.
# 0.38.1 Jan 08, 2019
## 0.38.1 Jan 08, 2019
Substrate has been updated with a breaking new transaction format where the Index/Nonce is now encoded as a Compact. This change is being rolled out to both Alexander (Polkadot testnet) as well as Charred Cherry (Substrate testnet) - transactions between old and new are not compatible.
# 0.37.1 Jan 04, 2019
## 0.37.1 Jan 04, 2019
api-observable has been removed. This was only used in /apps and inconsistent with the api/rx and api/promise APIs. Future work will include derives like was included in api-observable into the base.
Tuples now return single types when only one type is available, i.e. `(AccountId)` would now resolve as `AccountId`. The extra type wrapper adds no benefit to users here.
# 0.36.1 Jan 03, 2019
## 0.36.1 Jan 03, 2019
Api Promise has been updated in the way we deal with subscriptions. Previously a subscription returned `Promise<number>` where the caller was to keep track of the id and use it in subsequent unsubscribes. Now any subscriptions return an unsubscribe/destroy function `(): void`, that is use for removing the subscriptions, e.g.
@@ -622,51 +634,51 @@ unsubscribe(); // here we destroy the subscription
```
# 0.35.1 Dec 20, 2018
## 0.35.1 Dec 20, 2018
Swapped to new metadata structures from Substrate. If the API is not working with your node, update Substrate to latest master branch. (Or 0.9.1 for Charred Cherry). Dropped support for old metadata as found as far back as BBQ Birch.
# 0.34.1 Dec 18, 2018
## 0.34.1 Dec 18, 2018
Changed the send signature (for future expansion of eg. events) to return `result: { status: ExtrinsicStatus }` instead of `status: ExtrinsicStatus`. For most cases where only status `type` checks are used, i.e. `status.type === 'Finalised'` this should not be a breaking change. Deep inspection of the status object however will need to adapt.
# 0.33.1 Dec 06, 2018
## 0.33.1 Dec 06, 2018
# 0.32.1 Nov 21, 2018
## 0.32.1 Nov 21, 2018
# 0.31.1 Oct 10, 2018
## 0.31.1 Oct 10, 2018
# 0.30.1 Sep 27, 2018
## 0.30.1 Sep 27, 2018
# 0.29.1 Sep 14, 2018
## 0.29.1 Sep 14, 2018
# 0.28.1 Aug 11, 2018
## 0.28.1 Aug 11, 2018
# 0.15.1 Aug 07, 2018
## 0.15.1 Aug 07, 2018
# 0.14.1 Jun 23, 2018
## 0.14.1 Jun 23, 2018
# 0.13.1 May 29, 2018
## 0.13.1 May 29, 2018
# 0.12.1 May 18, 2018
## 0.12.1 May 18, 2018
# 0.11.1 May 16, 2018
## 0.11.1 May 16, 2018
# 0.10.1 May 07, 2018
## 0.10.1 May 07, 2018
# 0.9.1 Apr 24, 2018
## 0.9.1 Apr 24, 2018
# 0.8.1 Mar 15, 2018
## 0.8.1 Mar 15, 2018
# 0.7.1 Jan 25, 2018
## 0.7.1 Jan 25, 2018
# 0.6.1 Dec 03, 2017
## 0.6.1 Dec 03, 2017
# 0.5.1 Nov 28, 2017
## 0.5.1 Nov 28, 2017
# 0.4.1 Nov 19, 2017
## 0.4.1 Nov 19, 2017
# 0.3.1 Nov 19, 2017
## 0.3.1 Nov 19, 2017
# 0.2.1 Nov 18, 2017
## 0.2.1 Nov 18, 2017
+1 -1
View File
@@ -9,5 +9,5 @@
"packages": [
"packages/*"
],
"version": "1.16.1"
"version": "1.17.1"
}
+8 -7
View File
@@ -24,14 +24,15 @@
"test:watch": "polkadot-dev-run-test --watch"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/register": "^7.9.0",
"@babel/runtime": "^7.9.6",
"@polkadot/dev": "^0.54.1",
"@polkadot/ts": "^0.3.23",
"@babel/core": "^7.10.2",
"@babel/register": "^7.10.1",
"@babel/runtime": "^7.10.2",
"@polkadot/dev": "^0.55.7",
"@polkadot/ts": "^0.3.25",
"@polkadot/typegen": "workspace:packages/typegen",
"@types/jest": "^25.2.3",
"@vuepress/plugin-search": "^1.5.0",
"copyfiles": "^2.2.0"
}
"copyfiles": "^2.3.0"
},
"version": "1.17.1"
}
+6 -6
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/api-contract",
"version": "1.16.1",
"version": "1.17.1",
"description": "Interfaces for interacting with contracts and contract ABIs",
"main": "index.js",
"keywords": [
@@ -26,11 +26,11 @@
},
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-contract#readme",
"dependencies": {
"@babel/runtime": "^7.9.6",
"@polkadot/api": "1.16.1",
"@polkadot/rpc-core": "1.16.1",
"@polkadot/types": "1.16.1",
"@polkadot/util": "^2.11.1",
"@babel/runtime": "^7.10.2",
"@polkadot/api": "1.17.1",
"@polkadot/rpc-core": "1.17.1",
"@polkadot/types": "1.17.1",
"@polkadot/util": "^2.12.2",
"bn.js": "^5.1.2",
"rxjs": "^6.5.5"
}
+9 -9
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/api-derive",
"version": "1.16.1",
"version": "1.17.1",
"description": "Common functions used across Polkadot, derived from RPC calls and storage queries.",
"main": "index.js",
"keywords": [
@@ -27,18 +27,18 @@
},
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-derive#readme",
"dependencies": {
"@babel/runtime": "^7.9.6",
"@polkadot/api": "1.16.1",
"@polkadot/rpc-core": "1.16.1",
"@polkadot/rpc-provider": "1.16.1",
"@polkadot/types": "1.16.1",
"@polkadot/util": "^2.11.1",
"@polkadot/util-crypto": "^2.11.1",
"@babel/runtime": "^7.10.2",
"@polkadot/api": "1.17.1",
"@polkadot/rpc-core": "1.17.1",
"@polkadot/rpc-provider": "1.17.1",
"@polkadot/types": "1.17.1",
"@polkadot/util": "^2.12.2",
"@polkadot/util-crypto": "^2.12.2",
"bn.js": "^5.1.2",
"memoizee": "^0.4.14",
"rxjs": "^6.5.5"
},
"devDependencies": {
"@polkadot/keyring": "^2.11.1"
"@polkadot/keyring": "^2.12.2"
}
}
+47 -19
View File
@@ -2,34 +2,62 @@
// This software may be modified and distributed under the terms
// of the Apache-2.0 license. See the LICENSE file for details.
import { EraIndex, Exposure } from '@polkadot/types/interfaces';
import { ApiInterfaceRx } from '@polkadot/api/types';
import { DeriveOwnExposure } from '../types';
import { Observable, combineLatest, of } from 'rxjs';
import { map, switchMap } from 'rxjs/operators';
import { memo } from '../util';
import { deriveCache, memo } from '../util';
export function ownExposure (api: ApiInterfaceRx): (accountId: Uint8Array | string, withActive?: boolean) => Observable<DeriveOwnExposure[]> {
return memo((accountId: Uint8Array | string, withActive?: boolean): Observable<DeriveOwnExposure[]> => {
const CACHE_KEY = 'ownExposure';
export function _ownExposure (api: ApiInterfaceRx): (accountId: Uint8Array | string, era: EraIndex, withActive: boolean) => Observable<DeriveOwnExposure> {
return memo((accountId: Uint8Array | string, era: EraIndex, withActive: boolean): Observable<DeriveOwnExposure> => {
const cacheKey = `${CACHE_KEY}-${era.toString()}-${accountId.toString()}`;
const cached = withActive
? undefined
: deriveCache.get<DeriveOwnExposure>(cacheKey);
return cached
? of(cached)
: api.queryMulti<[Exposure, Exposure]>([
[api.query.staking.erasStakersClipped, [era, accountId]],
[api.query.staking.erasStakers, [era, accountId]]
]).pipe(
map(([clipped, exposure]): DeriveOwnExposure => {
const value = { clipped, era, exposure };
!withActive && deriveCache.set(cacheKey, value);
return value;
})
);
});
}
export function ownExposure (api: ApiInterfaceRx): (accountId: Uint8Array | string, era: EraIndex) => Observable<DeriveOwnExposure> {
return memo((accountId: Uint8Array | string, era: EraIndex): Observable<DeriveOwnExposure> =>
api.derive.staking._ownExposure(accountId, era, true)
);
}
export function _ownExposures (api: ApiInterfaceRx): (accountId: Uint8Array | string, eras: EraIndex[], withActive: boolean) => Observable<DeriveOwnExposure[]> {
return memo((accountId: Uint8Array | string, eras: EraIndex[], withActive: boolean): Observable<DeriveOwnExposure[]> =>
eras.length
? combineLatest(
eras.map((era) => api.derive.staking._ownExposure(accountId, era, withActive))
)
: of([])
);
}
export function ownExposures (api: ApiInterfaceRx): (accountId: Uint8Array | string, withActive?: boolean) => Observable<DeriveOwnExposure[]> {
return memo((accountId: Uint8Array | string, withActive = false): Observable<DeriveOwnExposure[]> => {
return api.derive.staking.erasHistoric(withActive).pipe(
switchMap((eras) =>
eras.length
? combineLatest(
eras.map((era) => combineLatest([
of(era),
api.query.staking.erasStakersClipped(era, accountId),
api.query.staking.erasStakers(era, accountId)
]))
)
: of([])
),
map((result): DeriveOwnExposure[] =>
result.map(([era, clipped, exposure]): DeriveOwnExposure => ({
clipped,
era,
exposure
}))
api.derive.staking._ownExposures(accountId, eras, withActive)
)
);
});
+52 -18
View File
@@ -3,34 +3,68 @@
// of the Apache-2.0 license. See the LICENSE file for details.
import { ApiInterfaceRx } from '@polkadot/api/types';
import { BalanceOf, EraIndex, Perbill } from '@polkadot/types/interfaces';
import { ITuple } from '@polkadot/types/types';
import { DeriveStakerSlashes } from '../types';
import { Observable, combineLatest, of } from 'rxjs';
import { map, switchMap } from 'rxjs/operators';
import { Option } from '@polkadot/types';
import { memo } from '../util';
import { deriveCache, memo } from '../util';
const CACHE_KEY = 'ownSlash';
export function _ownSlash (api: ApiInterfaceRx): (accountId: Uint8Array | string, era: EraIndex, withActive: boolean) => Observable<DeriveStakerSlashes> {
return memo((accountId: Uint8Array | string, era: EraIndex, withActive: boolean): Observable<DeriveStakerSlashes> => {
const cacheKey = `${CACHE_KEY}-${era.toString()}-${accountId.toString()}`;
const cached = withActive
? undefined
: deriveCache.get<DeriveStakerSlashes>(cacheKey);
return cached
? of(cached)
: api.queryMulti<[Option<BalanceOf>, Option<ITuple<[Perbill, BalanceOf]>>]>([
[api.query.staking.nominatorSlashInEra, [era, accountId]],
[api.query.staking.validatorSlashInEra, [era, accountId]]
]).pipe(
map(([optNom, optVal]): DeriveStakerSlashes => {
const value = {
era,
total: optVal.isSome
? optVal.unwrap()[1]
: optNom.unwrapOrDefault()
};
!withActive && deriveCache.set(cacheKey, value);
return value;
})
);
});
}
export function ownSlash (api: ApiInterfaceRx): (accountId: Uint8Array | string, era: EraIndex) => Observable<DeriveStakerSlashes> {
return memo((accountId: Uint8Array | string, era: EraIndex): Observable<DeriveStakerSlashes> =>
api.derive.staking._ownSlash(accountId, era, true)
);
}
export function _ownSlashes (api: ApiInterfaceRx): (accountId: Uint8Array | string, eras: EraIndex[], withActive: boolean) => Observable<DeriveStakerSlashes[]> {
return memo((accountId: Uint8Array | string, eras: EraIndex[], withActive: boolean): Observable<DeriveStakerSlashes[]> =>
eras.length
? combineLatest(
eras.map((era) => api.derive.staking._ownSlash(accountId, era, withActive))
)
: of([])
);
}
export function ownSlashes (api: ApiInterfaceRx): (accountId: Uint8Array | string, withActive?: boolean) => Observable<DeriveStakerSlashes[]> {
return memo((accountId: Uint8Array | string, withActive = false): Observable<DeriveStakerSlashes[]> => {
return api.derive.staking.erasHistoric(withActive).pipe(
switchMap((eras) =>
eras.length
? combineLatest(
eras.map((era) => combineLatest([
of(era),
api.query.staking.nominatorSlashInEra(era, accountId),
api.query.staking.validatorSlashInEra(era, accountId)
]))
)
: of([])
),
map((result): DeriveStakerSlashes[] =>
result.map(([era, optNom, optVal]): DeriveStakerSlashes => ({
era,
total: optVal.isSome
? optVal.unwrap()[1]
: optNom.unwrapOrDefault()
}))
api.derive.staking._ownSlashes(accountId, eras, withActive)
)
);
});
@@ -32,18 +32,20 @@ function parseRewards (api: ApiInterfaceRx, stashId: AccountId, [, erasPoints, e
Object.entries(eraValidators).forEach(([validatorId, exposure]): void => {
const valPoints = allValPoints[validatorId] || ZERO;
const valComm = allValPrefs[validatorId]?.commission.unwrap() || ZERO;
const avail = eraReward.mul(valPoints).div(eraPoints);
const valCut = valComm.mul(avail).div(COMM_DIV);
const expTotal = exposure.total.unwrap();
let avail = ZERO;
let value: BN | undefined;
if (!expTotal.isZero() && !valPoints.isZero()) {
if (!(expTotal.isZero() || valPoints.isZero() || eraPoints.isZero())) {
avail = eraReward.mul(valPoints).div(eraPoints);
const valCut = valComm.mul(avail).div(COMM_DIV);
let staked: BN;
if (validatorId === stakerId) {
staked = exposure.own.unwrap();
} else {
const stakerExp = exposure.others.find(({ who }): boolean => who.eq(stakerId));
const stakerExp = exposure.others.find(({ who }) => who.eq(stakerId));
staked = stakerExp
? stakerExp.value.unwrap()
+12 -12
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/api",
"version": "1.16.1",
"version": "1.17.1",
"description": "Promise and RxJS wrappers around the Polkadot JS RPC",
"main": "index.js",
"keywords": [
@@ -26,21 +26,21 @@
},
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api#readme",
"dependencies": {
"@babel/runtime": "^7.9.6",
"@polkadot/api-derive": "1.16.1",
"@polkadot/keyring": "^2.11.1",
"@polkadot/metadata": "1.16.1",
"@polkadot/rpc-core": "1.16.1",
"@polkadot/rpc-provider": "1.16.1",
"@polkadot/types": "1.16.1",
"@polkadot/types-known": "1.16.1",
"@polkadot/util": "^2.11.1",
"@polkadot/util-crypto": "^2.11.1",
"@babel/runtime": "^7.10.2",
"@polkadot/api-derive": "1.17.1",
"@polkadot/keyring": "^2.12.2",
"@polkadot/metadata": "1.17.1",
"@polkadot/rpc-core": "1.17.1",
"@polkadot/rpc-provider": "1.17.1",
"@polkadot/types": "1.17.1",
"@polkadot/types-known": "1.17.1",
"@polkadot/util": "^2.12.2",
"@polkadot/util-crypto": "^2.12.2",
"bn.js": "^5.1.2",
"eventemitter3": "^4.0.4",
"rxjs": "^6.5.5"
},
"devDependencies": {
"@polkadot/keyring": "^2.11.1"
"@polkadot/keyring": "^2.12.2"
}
}
+6 -2
View File
@@ -68,8 +68,12 @@ declare module '@polkadot/metadata/Decorated/consts/types' {
**/
signedClaimHandicap: AugmentedConst<BlockNumber>;
/**
* Size of a contract at the time of instantiation. This is a simple way to ensure that
* empty contracts eventually gets deleted.
* A size offset for an contract. A just created account with untouched storage will have that
* much of storage from the perspective of the state rent.
*
* This is a simple way to ensure that contracts with empty storage eventually get deleted
* by making them pay rent. This creates an incentive to remove them early in order to save
* rent.
**/
storageSizeOffset: AugmentedConst<u32>;
/**
+42 -4
View File
@@ -184,7 +184,24 @@ declare module '@polkadot/api/types/submittable' {
* - up to 3 events
* # </weight>
**/
close: AugmentedSubmittable<(proposal: Hash | string | Uint8Array, index: Compact<ProposalIndex> | AnyNumber | Uint8Array, proposalWeightBound: Compact<Weight> | AnyNumber | Uint8Array, lengthBound: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>>;
close: AugmentedSubmittable<(proposalHash: Hash | string | Uint8Array, index: Compact<ProposalIndex> | AnyNumber | Uint8Array, proposalWeightBound: Compact<Weight> | AnyNumber | Uint8Array, lengthBound: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>>;
/**
* Disapprove a proposal, close, and remove it from the system, regardless of its current state.
*
* Must be called by the Root origin.
*
* Parameters:
* * `proposal_hash`: The hash of the proposal that should be disapproved.
*
* # <weight>
* Complexity: O(P) where P is the number of max proposals
* Base Weight: .49 * P
* DB Weight:
* * Reads: Proposals
* * Writes: Voting, Proposals, ProposalOf
* # </weight>
**/
disapproveProposal: AugmentedSubmittable<(proposalHash: Hash | string | Uint8Array) => SubmittableExtrinsic<ApiType>>;
/**
* Dispatch a proposal from a member using the `Member` origin.
*
@@ -2668,7 +2685,24 @@ declare module '@polkadot/api/types/submittable' {
* - up to 3 events
* # </weight>
**/
close: AugmentedSubmittable<(proposal: Hash | string | Uint8Array, index: Compact<ProposalIndex> | AnyNumber | Uint8Array, proposalWeightBound: Compact<Weight> | AnyNumber | Uint8Array, lengthBound: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>>;
close: AugmentedSubmittable<(proposalHash: Hash | string | Uint8Array, index: Compact<ProposalIndex> | AnyNumber | Uint8Array, proposalWeightBound: Compact<Weight> | AnyNumber | Uint8Array, lengthBound: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>>;
/**
* Disapprove a proposal, close, and remove it from the system, regardless of its current state.
*
* Must be called by the Root origin.
*
* Parameters:
* * `proposal_hash`: The hash of the proposal that should be disapproved.
*
* # <weight>
* Complexity: O(P) where P is the number of max proposals
* Base Weight: .49 * P
* DB Weight:
* * Reads: Proposals
* * Writes: Voting, Proposals, ProposalOf
* # </weight>
**/
disapproveProposal: AugmentedSubmittable<(proposalHash: Hash | string | Uint8Array) => SubmittableExtrinsic<ApiType>>;
/**
* Dispatch a proposal from a member using the `Member` origin.
*
@@ -3026,7 +3060,8 @@ declare module '@polkadot/api/types/submittable' {
* Register approval for a dispatch to be made from a deterministic composite account if
* approved by a total of `threshold - 1` of `other_signatories`.
*
* If there are enough, then dispatch the call.
* If there are enough, then dispatch the call. Calls must each fulfil the `IsCallable`
* filter.
*
* Payment: `MultisigDepositBase` will be reserved if this is the first approval, plus
* `threshold` times `MultisigDepositFactor`. It is returned once this dispatch happens or
@@ -3078,6 +3113,8 @@ declare module '@polkadot/api/types/submittable' {
/**
* Send a call through an indexed pseudonym of the sender.
*
* Calls must each fulfil the `IsCallable` filter.
*
* The dispatch origin for this call must be _Signed_.
*
* # <weight>
@@ -3089,7 +3126,8 @@ declare module '@polkadot/api/types/submittable' {
/**
* Send a batch of dispatch calls.
*
* This will execute until the first one fails and then stop.
* This will execute until the first one fails and then stop. Calls must fulfil the
* `IsCallable` filter unless the origin is `Root`.
*
* May be called from any origin.
*
+7 -7
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/metadata",
"version": "1.16.1",
"version": "1.17.1",
"description": "Helpers to extract information from runtime metadata",
"main": "index.js",
"publishConfig": {
@@ -26,14 +26,14 @@
},
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/type-metadata#readme",
"dependencies": {
"@babel/runtime": "^7.9.6",
"@polkadot/types": "1.16.1",
"@polkadot/types-known": "1.16.1",
"@polkadot/util": "^2.11.1",
"@polkadot/util-crypto": "^2.11.1",
"@babel/runtime": "^7.10.2",
"@polkadot/types": "1.17.1",
"@polkadot/types-known": "1.17.1",
"@polkadot/util": "^2.12.2",
"@polkadot/util-crypto": "^2.12.2",
"bn.js": "^5.1.2"
},
"devDependencies": {
"@polkadot/keyring": "^2.11.1"
"@polkadot/keyring": "^2.12.2"
}
}
@@ -12,6 +12,15 @@ interface ModuleMetadataTrimmed {
calls: Option<Vec<FunctionMetadataLatest>>;
}
function trimDocs (documentation: Vec<Text>): string[] {
const strings = documentation.map((doc) => doc.toString().trim());
const firstEmpty = strings.findIndex((doc) => !doc.length);
return firstEmpty === -1
? strings
: strings.slice(0, firstEmpty);
}
function mapCalls (registry: Registry, _calls: Option<Vec<FunctionMetadataLatest>>): Option<Vec<FunctionMetadataLatest>> {
const calls = _calls.unwrapOr(null);
@@ -21,7 +30,7 @@ function mapCalls (registry: Registry, _calls: Option<Vec<FunctionMetadataLatest
? calls.map(({ args, documentation, name }) =>
registry.createType('FunctionMetadataLatest', {
args,
documentation: documentation.map((doc) => doc.toString().trim()),
documentation: trimDocs(documentation),
name
})
)
@@ -565,7 +565,8 @@
"documentation": [
" Send a batch of dispatch calls.",
"",
" This will execute until the first one fails and then stop.",
" This will execute until the first one fails and then stop. Calls must fulfil the",
" `IsCallable` filter unless the origin is `Root`.",
"",
" May be called from any origin.",
"",
@@ -599,6 +600,8 @@
"documentation": [
" Send a call through an indexed pseudonym of the sender.",
"",
" Calls must each fulfil the `IsCallable` filter.",
"",
" The dispatch origin for this call must be _Signed_.",
"",
" # <weight>",
@@ -631,7 +634,8 @@
" Register approval for a dispatch to be made from a deterministic composite account if",
" approved by a total of `threshold - 1` of `other_signatories`.",
"",
" If there are enough, then dispatch the call.",
" If there are enough, then dispatch the call. Calls must each fulfil the `IsCallable`",
" filter.",
"",
" Payment: `MultisigDepositBase` will be reserved if this is the first approval, plus",
" `threshold` times `MultisigDepositFactor`. It is returned once this dispatch happens or",
@@ -863,6 +867,15 @@
" A multisig operation has been cancelled. First param is the account that is",
" cancelling, third is the multisig account, fourth is hash of the call."
]
},
{
"name": "Uncallable",
"args": [
"u32"
],
"documentation": [
" A call with a `false` IsCallable filter was attempted."
]
}
],
"constants": [],
@@ -938,6 +951,12 @@
"documentation": [
" A timepoint was given, yet no multisig operation is underway."
]
},
{
"name": "Uncallable",
"documentation": [
" A call with a `false` IsCallable filter was attempted."
]
}
]
},
@@ -3170,6 +3189,15 @@
" A new set of stakers was elected with the given computation method."
]
},
{
"name": "SolutionStored",
"args": [
"ElectionCompute"
],
"documentation": [
" A new solution for the upcoming election has been stored."
]
},
{
"name": "Bonded",
"args": [
@@ -5393,7 +5421,7 @@
"name": "close",
"args": [
{
"name": "proposal",
"name": "proposal_hash",
"type": "Hash"
},
{
@@ -5438,6 +5466,31 @@
" - up to 3 events",
" # </weight>"
]
},
{
"name": "disapprove_proposal",
"args": [
{
"name": "proposal_hash",
"type": "Hash"
}
],
"documentation": [
" Disapprove a proposal, close, and remove it from the system, regardless of its current state.",
"",
" Must be called by the Root origin.",
"",
" Parameters:",
" * `proposal_hash`: The hash of the proposal that should be disapproved.",
"",
" # <weight>",
" Complexity: O(P) where P is the number of max proposals",
" Base Weight: .49 * P",
" DB Weight:",
" * Reads: Proposals",
" * Writes: Voting, Proposals, ProposalOf",
" # </weight>"
]
}
],
"events": [
@@ -5816,7 +5869,7 @@
"name": "close",
"args": [
{
"name": "proposal",
"name": "proposal_hash",
"type": "Hash"
},
{
@@ -5861,6 +5914,31 @@
" - up to 3 events",
" # </weight>"
]
},
{
"name": "disapprove_proposal",
"args": [
{
"name": "proposal_hash",
"type": "Hash"
}
],
"documentation": [
" Disapprove a proposal, close, and remove it from the system, regardless of its current state.",
"",
" Must be called by the Root origin.",
"",
" Parameters:",
" * `proposal_hash`: The hash of the proposal that should be disapproved.",
"",
" # <weight>",
" Complexity: O(P) where P is the number of max proposals",
" Base Weight: .49 * P",
" DB Weight:",
" * Reads: Proposals",
" * Writes: Voting, Proposals, ProposalOf",
" # </weight>"
]
}
],
"events": [
@@ -7750,8 +7828,12 @@
"type": "u32",
"value": "0x08000000",
"documentation": [
" Size of a contract at the time of instantiation. This is a simple way to ensure that",
" empty contracts eventually gets deleted."
" A size offset for an contract. A just created account with untouched storage will have that",
" much of storage from the perspective of the state rent.",
"",
" This is a simple way to ensure that contracts with empty storage eventually get deleted",
" by making them pay rent. This creates an incentive to remove them early in order to save",
" rent."
]
},
{
File diff suppressed because one or more lines are too long
+7 -7
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/rpc-core",
"version": "1.16.1",
"version": "1.17.1",
"description": "A JavaScript wrapper for the Polkadot JsonRPC interface",
"main": "index.js",
"keywords": [
@@ -26,15 +26,15 @@
},
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/rpc-core#readme",
"dependencies": {
"@babel/runtime": "^7.9.6",
"@polkadot/metadata": "1.16.1",
"@polkadot/rpc-provider": "1.16.1",
"@polkadot/types": "1.16.1",
"@polkadot/util": "^2.11.1",
"@babel/runtime": "^7.10.2",
"@polkadot/metadata": "1.17.1",
"@polkadot/rpc-provider": "1.17.1",
"@polkadot/types": "1.17.1",
"@polkadot/util": "^2.12.2",
"memoizee": "^0.4.14",
"rxjs": "^6.5.5"
},
"devDependencies": {
"@polkadot/keyring": "^2.11.1"
"@polkadot/keyring": "^2.12.2"
}
}
+7 -7
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/rpc-provider",
"version": "1.16.1",
"version": "1.17.1",
"description": "Transport providers for the API",
"main": "index.js",
"keywords": [
@@ -26,18 +26,18 @@
},
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/rpc-provider#readme",
"dependencies": {
"@babel/runtime": "^7.9.6",
"@polkadot/metadata": "1.16.1",
"@polkadot/types": "1.16.1",
"@polkadot/util": "^2.11.1",
"@polkadot/util-crypto": "^2.11.1",
"@babel/runtime": "^7.10.2",
"@polkadot/metadata": "1.17.1",
"@polkadot/types": "1.17.1",
"@polkadot/util": "^2.12.2",
"@polkadot/util-crypto": "^2.12.2",
"bn.js": "^5.1.2",
"eventemitter3": "^4.0.4",
"isomorphic-fetch": "^2.2.1",
"websocket": "^1.0.31"
},
"devDependencies": {
"@polkadot/keyring": "^2.11.1",
"@polkadot/keyring": "^2.12.2",
"mock-socket": "^9.0.3",
"nock": "^12.0.3"
}
+9 -9
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/typegen",
"version": "1.16.1",
"version": "1.17.1",
"description": "Type generation scripts",
"main": "index.js",
"bin": {
@@ -33,14 +33,14 @@
},
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/typegen#readme",
"dependencies": {
"@babel/core": "^7.9.6",
"@babel/register": "^7.9.0",
"@babel/runtime": "^7.9.6",
"@polkadot/api": "1.16.1",
"@polkadot/metadata": "1.16.1",
"@polkadot/rpc-provider": "1.16.1",
"@polkadot/types": "1.16.1",
"@polkadot/util": "^2.11.1",
"@babel/core": "^7.10.2",
"@babel/register": "^7.10.1",
"@babel/runtime": "^7.10.2",
"@polkadot/api": "1.17.1",
"@polkadot/metadata": "1.17.1",
"@polkadot/rpc-provider": "1.17.1",
"@polkadot/types": "1.17.1",
"@polkadot/util": "^2.12.2",
"handlebars": "^4.7.6",
"websocket": "^1.0.31",
"yargs": "^15.3.1"
+2 -1
View File
@@ -18,6 +18,7 @@ function generate (metaHex: string, pkg: string | undefined, output: string, isS
console.log(`Generating from metadata, ${formatNumber((metaHex.length - 2) / 2)} bytes`);
const extraTypes = pkg
// eslint-disable-next-line @typescript-eslint/no-var-requires
? { [pkg]: require(path.join(process.cwd(), output, 'definitions')) as Record<string, any> }
: {};
@@ -97,7 +98,7 @@ export default function main (): void {
process.exit(1);
});
} else {
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
// eslint-disable-next-line @typescript-eslint/no-var-requires,@typescript-eslint/no-unsafe-member-access
generate(require(path.join(process.cwd(), endpoint)).result, pkg, output, isStrict);
}
}
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/types-known",
"version": "1.16.1",
"version": "1.17.1",
"description": "A JavaScript wrapper for the Polkadot JsonRPC interface",
"main": "index.js",
"keywords": [
@@ -26,9 +26,9 @@
},
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/types-known#readme",
"dependencies": {
"@babel/runtime": "^7.9.6",
"@polkadot/types": "1.16.1",
"@polkadot/util": "^2.11.1",
"@babel/runtime": "^7.10.2",
"@polkadot/types": "1.17.1",
"@polkadot/util": "^2.12.2",
"bn.js": "^5.1.2"
},
"devDependencies": {
+6 -6
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/types",
"version": "1.16.1",
"version": "1.17.1",
"description": "Implementation of the Parity codec",
"main": "index.js",
"keywords": [
@@ -26,17 +26,17 @@
},
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/types#readme",
"dependencies": {
"@babel/runtime": "^7.9.6",
"@polkadot/metadata": "1.16.1",
"@polkadot/util": "^2.11.1",
"@polkadot/util-crypto": "^2.11.1",
"@babel/runtime": "^7.10.2",
"@polkadot/metadata": "1.17.1",
"@polkadot/util": "^2.12.2",
"@polkadot/util-crypto": "^2.12.2",
"@types/bn.js": "^4.11.6",
"bn.js": "^5.1.2",
"memoizee": "^0.4.14",
"rxjs": "^6.5.5"
},
"devDependencies": {
"@polkadot/keyring": "^2.11.1",
"@polkadot/keyring": "^2.12.2",
"@types/memoizee": "^0.4.4"
}
}
+4 -4
View File
@@ -32,7 +32,7 @@ function decodeSetFromU8a<V extends Codec = Codec> (registry: Registry, ValClass
}
/** @internal */
function decodeSetFromSet<V extends Codec = Codec> (registry: Registry, ValClass: Constructor<V>, value: Set<any>): Set<V> {
function decodeSetFromSet<V extends Codec = Codec> (registry: Registry, ValClass: Constructor<V>, value: Set<any> | string[]): Set<V> {
const output = new Set<V>();
value.forEach((val: any) => {
@@ -62,7 +62,7 @@ function decodeSetFromSet<V extends Codec = Codec> (registry: Registry, ValClass
* @param jsonSet
* @internal
*/
function decodeSet<V extends Codec = Codec> (registry: Registry, valType: Constructor<V> | keyof InterfaceTypes, value?: Uint8Array | string | Set<any>): Set<V> {
function decodeSet<V extends Codec = Codec> (registry: Registry, valType: Constructor<V> | keyof InterfaceTypes, value?: Uint8Array | string | string[] | Set<any>): Set<V> {
if (!value) {
return new Set<V>();
}
@@ -73,7 +73,7 @@ function decodeSet<V extends Codec = Codec> (registry: Registry, valType: Constr
return decodeSet(registry, ValClass, hexToU8a(value));
} else if (isU8a(value)) {
return decodeSetFromU8a<V>(registry, ValClass, u8aToU8a(value));
} else if (value instanceof Set) {
} else if (Array.isArray(value) || value instanceof Set) {
return decodeSetFromSet<V>(registry, ValClass, value);
}
@@ -85,7 +85,7 @@ export default class BTreeSet<V extends Codec = Codec> extends Set<V> implements
readonly #ValClass: Constructor<V>;
constructor (registry: Registry, valType: Constructor<V> | keyof InterfaceTypes, rawValue?: Uint8Array | string | Set<any>) {
constructor (registry: Registry, valType: Constructor<V> | keyof InterfaceTypes, rawValue?: Uint8Array | string | string[] | Set<any>) {
super(decodeSet(registry, valType, rawValue));
this.registry = registry;
@@ -0,0 +1,18 @@
// Copyright 2017-2020 @polkadot/types authors & contributors
// This software may be modified and distributed under the terms
// of the Apache-2.0 license. See the LICENSE file for details.
/* eslint-disable @typescript-eslint/no-unsafe-member-access */
import { TypeRegistry } from '../../create';
import json3 from '../../json/GrandpaRoundstate.001.json';
describe('ReportedRoundStates', (): void => {
const registry = new TypeRegistry();
it('decodes from an actual message', (): void => {
const states = registry.createType('ReportedRoundStates', json3.result);
expect(states.best.precommits.missing.size).toEqual(250);
});
});
@@ -52,8 +52,8 @@ export default {
exposures: 'Vec<(AccountId, Exposure)>'
},
ElectionSize: {
validators: 'ValidatorIndex',
nominators: 'NominatorIndex'
validators: 'Compact<ValidatorIndex>',
nominators: 'Compact<NominatorIndex>'
},
ElectionStatus: {
_enum: {
@@ -52,8 +52,8 @@ export interface ElectionResult extends Struct {
/** @name ElectionSize */
export interface ElectionSize extends Struct {
readonly validators: ValidatorIndex;
readonly nominators: NominatorIndex;
readonly validators: Compact<ValidatorIndex>;
readonly nominators: Compact<NominatorIndex>;
}
/** @name ElectionStatus */
@@ -0,0 +1,523 @@
{
"jsonrpc": "2.0",
"result": {
"background": [],
"best": {
"precommits": {
"currentWeight": 0,
"missing": [
"Cc2YhyWFfeXv5jfAsFnBKaHr2V5atN4wf6LubeSMpWBUNpa",
"CfTYiCjhcit9N7EJNjAYv3rku6H8uSn6E6TTmmM1NrwdYKB",
"Cicfcxq9fNSVV64wsgqHpLSBedY5TzB1hr6fESXoL5UYZ4x",
"CiqujmJXHwNkg2WVNn6DR9e5TrYD7YkQZ3myExygkKqhpz8",
"CkXk1WRGEb8ZJU1M5W5oHcEgAq9drBRdLac4QjHQwE4bGep",
"CmdHZ3MLTHJhgHTkyC1bm6kwFyGuhCSWcvs5e5DnRWJULRX",
"CoHt3KzCuuFsoT3sftmARcvJ8NF414RvPfaXrRKUg5HAHFh",
"CoUxi1tafPBMRx9yAwsuHZKR9qC8cXkp3d3h63jQJiWJN3Z",
"Cp5Yg6ZUYXFWPpXfkjfQC2Vq9UMtRdAkBVx8BgV94ted3kU",
"CpUj9JPRwKi27GPtxEznxKDbYVW9MYCcz4pJy5VUFVoyEks",
"Cq5fjZKywKh3pNrNNEHyYsAXgfXZD6TMEc8B7BP2CjG5gHQ",
"Cqix2rD93Mdf7ytg8tBavAig2TvhXPgPZ2mejQvkq7qgRPq",
"Cs9HdXcS6hXdAnCMDqCqx1ncqAteiLSQD7GLJLDEStfzRoB",
"CtaGcLbdjMEY3MCm8pS2VuLQ6ZZ3HV1ou6eQvXuUt94hhXx",
"Ctu8uXthRbiFkQHxc4EEsMXTLSzUxGKeNgqVyB8uYfAdZtS",
"Cv4NgBEc48tqfSe6Brzjo1A155a8T31nR6a9YC3xBA5vbXx",
"CwHwmbogSwtRbrkajVBNubPvWmHBGU4bhMido54M9CjuKZD",
"CwfmfRmzPKLj3ntSCejuVwYmQ1F9iZWY4meQrAVoJ2G8Kce",
"CwjLJ1zPWK5Ao9WChAFp7rWGEgN3AyXXjTRPrqgm5WwBpoS",
"CwkMPKWjdHyJdjjJipm2QUWv3mCgyC5DbTBxyCppe5Vikz1",
"Cwr1TMtvYPU1L7yzFtxEw2D4qG2K9HyjX4Xyi3Ly9kfPUWq",
"Cz13yLMRZwtTGRm64vd3rJDwUSSEGqa5jXdbTvuGb6mH1sE",
"CzMLMqDMrRHfdzU5ZJDG78v5WgFFY8QdkYKKhsGk96HTA9L",
"D22L3MZfQJ6e25sKvUKV2ScNCiBLjSz36Qs2dAr9YmMK4wZ",
"D2HSM4BU97upkYgdTqEQSH1nQTXQeGxTmfHE9uS7RJ1adwt",
"D2XYxqEeKmszcyWePVZeMMH9aRLP1s6cDaomUKrQpUNzKRB",
"D3HKWAihSUmg8HrfeFrftSwNK7no261yA9RNr3LUUdsuzuJ",
"D6hDX5craMLkZRmKPPHHVhEkSCHESA3EyNvgAyo1APHQTGL",
"D7NzDRff9ma2Yg1tH2nCQTZx4WgZTtMVFERreKepGkUvFPV",
"D7XuFnGrbcLd5B6oohL3D2d8r1KYwJ2525ZU2zFPtLBTRti",
"D82DwwGJGTcSvtB3SmNrZejnSertbPzpkYvDUp3ibScL3ne",
"DAr9owKmSVDBCC4oTfoAdsSNaAikL2cbczUu865zi3kigYZ",
"DCjxjuZtoHzysSc5z8kduHGwydCfUGgWvkUku44RTGk5mi1",
"DEe4DMG4fNiy9xQZUPGRquBDbtp6A6DsbC69PfPqAGbBfiS",
"DEpBtAKdDKMRr4bKf89roC6JuSVik8YDiB6unapikodP3Mn",
"DFX3Twv2d8zC99aHB8Lj79V7fS1vvguzCnbP2Rnu8JT21vZ",
"DFcTEcDreBwTiV498NBrGqnLfPVKKteASvxmUMyPQzKMwFy",
"DHdM42YdCbdxUqZctUeEGhyGfTphpsDrstJhAQuG68e6NTx",
"DJUJhJ44hKPjgqh3kYSn1nCayzaJLC1xiEXupt6DhyTrdxt",
"DN5do2eDUqX3k2cPvKsWGTSEbnuscUYChy32yfvdZFdBhn4",
"DPLS9R4bJW6Sr4sixhHrkD9Q5BWbiXPfeTHgvGMYKpEb5Uu",
"DQMHjfkB6DLZfxy76Z3M5NqnRncg97ZuyvE18gb3j2nntsQ",
"DQrS7uEgLHV7WDWLBPNfc3yCXfWfrnfsupTH4Zp96WJickw",
"DUoHA96h2b2d36e1mWhndrD2Ss5HNF1gQCHaC7vypKcmS3B",
"DVJV81kab2J6oTyRJ9T3NCwW2DSrysbWCssvMcE6cwZHnAd",
"DWpBhJTnojap4TCV1oLUYmTRzRNamD6yv26iYS56NzoPpW7",
"DYNrzpuVAgyKEC8k4GNnM3bNjeyWMhvgA94qNX4q41ACKiW",
"Dab5JaQvMpY9Zad18sseXyafPSUhP4Df8W6z5E6Wx9xbwCP",
"DadqXmEY1QyKRwgpuWb1ddd5DUb7HposCb7zaDKZEPXHRU8",
"DbwVZ6ZTBaQHTicZiJr9YtsTkJEFg5qBRMN4mACjX7CC3vU",
"DcCJuQS5JrShNP1RHrmtbSSE9QAuAYwA41FV9mojVGcGH2q",
"DdDTr5Fh25S3dR7cvz9TPTFAB1a9DCUuj5acq7ygXQyxqov",
"DdFFbdprsx5bBguJLXqY5jVJsXJqZFhGgJMWzwbroeHk1Vb",
"DfW5AASSn2tEDFbu8ECiUi6YBzwCaB24aaFCiVpj3LG7qmT",
"DfZXXZGWhJRQxibkEKqZj3ZZaWV2iYCDvREwG5EkrxXcGQw",
"Dgb85BCqpwFt9meW9EXvEweVdMHSvqVyp6kzu4bPSC8Dwpm",
"DiFKcf4LmsN7AWacUTQmu8WvdiBhWEnnard61tp3v8CTyNL",
"DiQcjVHteZFh9kNYKcdRM9qwdq4kbWsMUYYaa1E7ee8AMob",
"Dj9oef5L9jMfT9DTGa7frpSgdLYzsBkTNHAox3bh71W3DiK",
"DjY7WgELBnM8DxCb6etKgGuPtTGTU6RU3rdGsQV1P5y1jKc",
"DnPEbAB81SvWiy7NMFFfDxciWGV6u8ZWaEwr7LvuzCD3foC",
"DoFS6cZAd9L7gHbqdfJ2H4kSYHLfFxMtFEmaro9VvFmCAL4",
"DoRWdJFkMjVRXttgsQgc372SwUh3yZ2USMYmRMWrqpLkgLy",
"Dp8FHpZTzvoKXztkfrUAkF6xNf6sjVU5ZLZ29NEGUazouou",
"DpA5fB8iJ3yuRUw9R2ENG5Sme2NFuRcqxxRtCpggATrKMyi",
"DpB37GDrJDYcmg2df2eqsrPKMay1u8hyZ6sQi2FuUiUeNLu",
"DqtRkrmtPANa8wrYR7Ce2LxJxk2iNFtiCxv1cXbx54uqdTN",
"DsQMG46Yew7a6FZ7QtNxh5vDDhZfjTb2CrUgQqjdmVr9dez",
"DuhhwrG7H7RjGCTjBtPNwu2ZpaEbmqpvrwzENvVbcQaGDfN",
"Dv9YENxCfWpdNyqrSS8X2gU42XHxPawtecW5tUGKQ3QHLGN",
"DxHPty3B9fpj3duu6Gc6gCSCAvsydJHJEY5G3oVYT8S5BYJ",
"E4c2BBuVRndrn442Sm3NEo6VgEQkB81aASCZcQ3kJd1eVvm",
"EAxzs82Tb7Cphb4ENSMd8HnKhFfMWZJkG32kVG7JyrX6C1g",
"EDhSKVKviygHeNL4d1PwCMLi2nMu8suHb4utjc417H7ipnU",
"EEGZUN5j8HztGZoGMCDEqxKaES89BUMPdEmisw76Ntaczo8",
"EJaQuJLcSFi4upQ6iYhiQVJPycsiCj6i1Hr92GGdQPfJh2Z",
"EPPZ4fZDL3dzPWmc8ykVd1QtTMQe7EAtRTV5hpdgw2bV8Vx",
"ERMAxAqFwJsbTbxXR7cFD9kWox9MoYaUUKBhJVghrFb2dNN",
"ERUbGg8o5P7goHaZHwpFbh6UsMhrJstaLkZSt6bd1XawhT3",
"ESRccudun1sfSaJ2AsAJyjRiGTjGNpcTCsE1GNRJu5qcetv",
"ETBiNkdbxGNvvYCtXKTHo8Pvxg7K1p6kbpR5qL3y866H8zC",
"ETH5bzi7XxZPRNj2EraffF43M7yCjGrDUzo6a3KFKA5vWTj",
"EVcuKTm8bqzURSPjBTgHqF1abwqpPYY4oAxid9a3VKuwQd5",
"EW7erYVCQhQthHCd2pgMSWKXqvtDwwXNuMohou8k763fQaa",
"EYUQdMcXUtn4KJkJL98SKWf8C8hWPVEfRvZeMSBruRwdyu1",
"EYgJvYZV98fED9Lpc1Jr8TDntfLz5uzFmsMirQRzQy61a4B",
"EZZ7DMwd1t24gHmgD4ekn7f36pPHHt3SCXt7a44GTiprt6d",
"EZc5iZZjGFMXGmBps6rt8QJxns8WN7L66SgkJhHg3dhoJrd",
"EaAdAwRHvCmnkJpjA26RCdCiThQycviNPwyiPQQGC1YZKbB",
"EbaJw5HDyqLurKypUFM99BhQ1rqNLHmMSnQGcdYGQL14XU5",
"EiCesgkAaighBKMpwFSAUdvwE4mRjBjNmmd5fP6d4FG8DAx",
"EimqvBYtHPwvf3PDiqD72pTSUjmhCuFSaCSawAs3k6tQYTD",
"EkDWeoUGue1rBup41awEGmf6gmTemankoSJ8x8KpoyybGgU",
"EmMPBDBrzDsnKBxxUR9wCiZVM8tQnpVvD3XDsTdZ71haW73",
"ErL6bfYX8ZN6CnKTPskY5QnBwF38ZW1XkNzjhFfGF53BY83",
"EtCGTKdyMfYUX7jaTgJq2pt2PExEGfzcppbGafcpaNkahAm",
"EtDKLc5xWW2nfjrokLFWfT1rFbha9bPh5JozEbfiCWHQXQJ",
"EtNAJNfs1DtsMQBYj2bUtKtzJXhEX5mZ8ZrPK7gsF427pj3",
"Ez63HgnwvnPV4QdLdu14BpSrXXGB4BLHHDgzuxqNJfGumYa",
"F16KfQojZmEBvYyZQwC1MgR2P3dSrPfNxF47yqtmPX4dJRd",
"F4q2yRrJ2hu9yfGbjiPvekPNXHJfE9cKdGiWxeakmbgd9Ae",
"F5edJrWioXyuWpUKYZk5FngEovCaevd44DbFXugL19xMf8d",
"F5q2e2cjaeYfB3NkpY3zdxhD7BnJoyZvYAuKkeSWvCtQuYv",
"F7Zabg5T94iGozVuusQCJQCzksBD6zHcGcCK7TV9Q6rcnz6",
"F8nEQdRxv4iCrcJ72XsAXnAm1iyqajSvSuovvic3QTzZViF",
"FBHmyQBEzfQdu94SLrZnXYrZWjpUFfKagWi1HavYj5i7HZn",
"FBVfQsD6Z23qYDNJzyAmUpNxfYt563KUyjGKaRC3sjkVhip",
"FCVN2XQZam1Sqa1RiWr9tDfdaRvYbh4CQGeJYH9tk95uQk2",
"FD5DgPbS1dUNfTkV6oyCBsnqcByWeiZ4rasv3o7KYcbYyTE",
"FE6T6jmbgwy1g3JPUPoDdzd3x8PV7tDTrTEZvwWgmEn4A7W",
"FG36ViMzpfjUjRmcgqA1YDRT7puxyMAU2CKomPo9xAsxCku",
"FGHzRtgn9c9yPDw3rQA5MedSjvbpyXggD28X6vmdJYrsejb",
"FJimD5dnWqGZhTXk5kbYg8Epas2oJW5i4X5HFPJW2Q1vhjn",
"FJixgYmBZaFfv1ctpe6LFX3P47vtmXBbq6goJbzrvZo9fBg",
"FLHzFovZtqmdQ73HMTAfe2ub5r92KhiBy8XWvSyAMhhBtBz",
"FNnowy94spLAxiD9sSZ7PJSMEruVHEe2P7kvH8NwTqPPtCW",
"FP2E6m2uJwfDYgKsVyKtS1P3VNumDXJwvp2WE7xm3Yo1q47",
"FPDJCymMK8yoZPw3yuxXG4XKSxeRovcrKLfSxMKdm6rxbHA",
"FPLNRDU9XL7YkGEbLwfCEE7BK3xAxFhUpMjRBfM7Tetkuwk",
"FPkLCiKqkmQ9P3xFwHpLdroiSRELaoQGSnm8NEMr56mAuz3",
"FSJJ2GV18xsQrtT6o1DTPH28ubySF77WYxMSkxZteqDpcoE",
"FUUH1yoa6iPELAwN28PToF2VGRAQM5Tn8NoJrzVCKWEpbSW",
"FWJ4jSem9VsuknbEHNsaLukUsC6w4WYhkCgNEzQPWtXUypa",
"FXycEucF1BdaQLvgzYC81KznPTpYRhCXEzPq6noKTEvsztq",
"FZoPvMfxR34WwBYnEGHDKfNHtMrpHLoA2wVzGNu87XstReZ",
"FdNm4j2Qew1iDhFgpiVoRmVeuyDkHVUxxictvZDRCj7Mq5W",
"FdfmDy1pAgrmjN6F1xcsRwp6X7sugVq7SRvo6NVcEc6E4KJ",
"Fg4rDAyzoVzf39Zo8JFPo4W314ntNWNwm3shr4xKe8M1fJg",
"FggXamGXCDW9ngQfAsMggHwAVgRGcMjZdh4Qx58ZCi7YPkc",
"FgrjYHHG7SFG15CRGiowpqQgfi5sGSg6VJbiBtUjJQTXDhd",
"FhRy5CsNB85dVPNRqWnRiRyGkXX8EZFyFBUZQfJ2p2rtZfW",
"FhYr5ReG794nQEmX2f5QLKo62nxESiD8THT3LeKJw3YPxVf",
"FjeAj5EPPCAcJ1mFa6Mkbu1AKVK5aVhaGiSPPoeGDhMa8f3",
"Fm8jU55YzzBrVZhoXRsB9tY8Adf3p5AddD8t7ZQXttwwjLG",
"FmpkQf7RNofMCw5QdxGxFuFMAAXzCv8q7FSoEXTLfPj2c3D",
"FnvowMqfruNqxsWQwXVb1cys4dRWUvrj5UnN61EkDWUviC3",
"Fo9JJ8NtkGhZXqUuAJo8cugcEH3siQoNQNbPXtgLfKbjiyS",
"Foi6DbpYXWkNuBxKF9rnMurFL6b9UisSt2ksix4N3gYsCG7",
"FumZdpJgnZhaoL3LNExmoykUZLoD8zcJ8L6aJpvkoKV2s1K",
"FunWBvH5kuYkQxoNufHoEgajAjSKyZz1yUjYFTZURRSnQf6",
"FvDq8x7aFnSVkJ5ehnsrgHUBokp6TmuBE7X9YJee6bp6ekV",
"FvbZbdfWEGGFu7HxiVbiM7UX5wPvtmWxvG2jCN73UivbB56",
"Fy3BpgvBoQ4VfjRkCCUzazQwVHQjAogviwzzoht8KAP4d9K",
"Fz5WLMi4ZTpfJeYz1mjayckoVpwR4Aw1oqKeN2uLReT1AtK",
"G15TNyTKUbFk9nriDTki62WpY6fgNTAUZp782876muo2SpB",
"G1WdshgUrw24UJjeKpSNKfHPw3XK47fn2x5DGoBnc1A2FPF",
"G2tJwPWn79JRax4SKcbD71WrwXWmkXvhop3A1FANY51xDAM",
"G3avRUrsk5vkvFa8xWmJErvZVDBH7D3pMiXLiArRusGrrdb",
"G3g6PWRnQWLQPLFpyNH6FUKXPzhX2WnDDFJopeBNTLvEg5D",
"G4yPnS6rYbwgE8QPGEiPRimnbe1w6nVKXFehNRQGH6gbPHr",
"G5qDtA3FkRvJ4Z5EcsnDjCESWbgLUj7XdFriZNb6AZy9YKZ",
"G7MMwpHNrY3Eze9XMhj9GNRuMjRstiPdxcHSa2qY8ueVbti",
"G8nQvGu5xhLhmfd7ZdAnCjvDEj8MmiRvSEfAf9Xr1ioSgbU",
"GA9YciWcx6tuPRb1LFnJiLnieFoMLB3TG5p4fy8pzhWDh1S",
"GAperY2KUX5vuCnnvrbn4jUnJESUcNBdUEXpTfNTziq5SQV",
"GDANUR2HwKSp1gA7p8QQJwRFmJ9GmwdfgyQMDfP3DpA868R",
"GFQdgyUL7y7qdkhKUXVsJMFKVTn5d6WDcSkVGWCiF67Pg7m",
"GHnBVHkuZBnwG4jUGC8sBVdyJ2stAcgFTQDEojEu9m56gKh",
"GJnseRYKXQYRNYvmp6vpjp4U7LUqAmRxTBeNs49GkyMRfjh",
"GKGs4ES1u3yCo8zkJFcvqNuoUhzDeGca66Qwuu4cxDP28VX",
"GKicoR7M3BmBudDvZmtusdTN6uF6x2BaQ3FZWLLBxaJ41ub",
"GL47pCLjdWwkmYZTr6yQjo4koSWR7xb6Hg5P5ajVrMxpFbA",
"GNkbRyM66wNFFdargG7PXdN5pPhfmgUkbY1syVKhjL8GaUX",
"GPGpfUY8ZHchZbZxtGdDL365o1E9Xqfq7HMKSV7eVk2eKVW",
"GRVN1g3Tm7Rmeotfh5AAda6Qfgye9nbr1UMoDzWybwTdUdV",
"GTY3EsEV7sXJogaEtesVsJpjufc29MX8cuhoA8NvAt7zss3",
"GVzrJcVSpPUucP3HWcXp7bT37HWuBzisvxqFfKhBEsLPTkg",
"GW36E48nxrvZQvg5G6w2eB36y28GyaVWC8iQsit78yJWVnW",
"GXYxEKCp6zQgNyu5k9D6bTUH7JYCZs6BfQw5eG37qEw3HrE",
"GYjCDp6Tj5JHgtr4CLmCWb36RpZr5kv6ppPmT2RvwZosXeA",
"GeYRRPkyi23wSF3cJGjq82117fKJZUbWsAGimUnzb5RPbB1",
"Gf9h3SKz565CzWJQfvgxtZShQ9ioMAj74pLQX4ZVNHVQodc",
"GgH8UuBcHcLFTr1XVo7uLj4eWjapYEcEq4WjMHVc3jY2KCJ",
"Gghvu31bfQJMt11Yi5VVQqBsMfvTrpSEQ6qySokXHXfrtN2",
"GibJagV7QvJCMw572nicKH8aEPxLTyVZ7WX7evpzixmuAJ4",
"GjF1e3AxczvH7QyAhvPqBr3qmptaMGyhb9DfpbK5KM5VjzN",
"Gk6qCJKEKyDAE2KzZSA9XxB9VNpFACTv5u5yVJLiA16EueZ",
"GkPKDZMcRwi9djMAYcrZzF7fZdtpcDwK3iZNpAyerYcLM7F",
"Gnd7GmBmAo829p2w2ReQJsWdxhDGWmon24yFWmKG6nG3rLM",
"GnfYikESq1aqBiG5P3n1HSTsGveSmEJjR24EBc6LkTR1wdE",
"GoWLzBsj1f23YtdDpyntnvN1LwXKhF5TEeZvBeTVxofgWGR",
"GomreGYeDzvwBZQQpd4dTyxnjPgpiZ99M3tX7YJTFakEnhv",
"GpE5hynVe6JgAwTdZVRDTuaDT44mV89Y1z2gWgjqS9boPWo",
"GpauAAY9kt39us3P5tWtGVb6dBq6vTRzfPaWjHhTVUKuVp4",
"GpodE2S5dPeVjzHB4Drm8R9rEwcQPtwAspXqCVz1ooFWf5K",
"GuZ5Em85y1hd8HmYcJjThWyLnFeu2mjKq3Ed5vt4vU3Em1o",
"GuneYkujpo8oSKrrBzvMdDK3Hs9tpZiFTSqfyaCPaeA7JCf",
"GvaHCJZj5DyLPz2NSg5xpqohakRfySifYprgZzUTwrLE52y",
"GvmvzzbNNeq7L3RyY3rCDdZDr288QbNLL1V8k1diJE1pebG",
"GweU4dFYodvXbAVAKnBE1GGbSQL5EPSzw5UewMEYrLHa7x9",
"GxdtyNYoKmQZUE9uGAmcmsb2cAJebXs4oc46VzY2gBqgpqk",
"GxyCAndwSkRNEecB6QWtQD7Yc2Nz8MNeGCFGXaVUwV3nfPH",
"Gz5jnTUepEGZ7XvzYN2BZiWrS2CR1nh7t7aj7S4ifc1iEJp",
"H1L3XmAueDThWAuU2ATRGzek73MidkZw8RJGcPbGrKj1mGE",
"H1YmDzgoaF6Gh3ARH4xTDYZpAQoCUXn2kGKTRk1bZhNsMS8",
"H3Viqu6M5bsa5wa3zjcSVfrKivKGPc84KPi8Nz2kbyDSzGS",
"H6AcP4Xgbtn5HQVTyA8uTS9LBvs3hgdC3ZhXrSAuEwDLVLz",
"H6RNLG4e7SLTTbrCEHbaTDecMSMFbKTERbp2aqnT5NoF4k8",
"H8YnEJx6dPTBKTVAb43MFam9exQfzv586aAyhzcqEJ1SLNS",
"H8admATcRkGCrF1dTDDBCjQDsYjMkuPaN9YwR2mSCj4DWMQ",
"HBugPU3KmKaRnfkkVK5RpEZZJU75CxMNPbpcrAWdgFKdjSK",
"HEciJWGn4qLJRzM3qR53K2Mb96ghHab1aLyTxJzzmGFfhCo",
"HErWh7D2RzrjWWB2fTJfcAejD9MJpadeWWZM2Wnk7LiNWfG",
"HGFAh9e5GTef7yuqdh7eX7QitkS68LZVNJEKFD4pWnmqvyv",
"HJ9B3TgtohCrT3VVj929kMaMM6QhnDYLjUumMKGMKtpiP7E",
"HKZ2rGKz7a5pL8MV6hNzQW44hTC6SbkfAJBxLjPzJBQqtg3",
"HKtvBGvLv6pp9RpQiHMaoZUx5Zs3zziuu2AENt9L7PFLP6G",
"HLBXyareJwMxdCSoUfHXsqfWwvukLUypGwWRVvGc88SAyhX",
"HM2xVzCQJPYfT3KMtdB4vDwDQWd9aZWmGi9EkECiDcXuNsQ",
"HPFBAvhzXHghMkizMSvYLCtR8ASmV4MXuBUk7J8159ULGGz",
"HQkj5fQEYw81PDJQyabvLt4H6KacJw5Rb5A3Ab6YnJ2oDUw",
"HR4bck1XYD9aoqtjt5BizLirgEXpRWNYgNPJQ2hP1M1xMih",
"HRE1LZbFvwDvMntGQ56gRJLBJn8J69sWE4Psaibn4SazBfW",
"HTyAnvpiG9CAa3pRcmnouknak1vdZshhiAxuWtinEijPLas",
"HUGHnqo2XFZZmeGvhut3sAEDVaV7AEwQh8f6h2BLuU7FrYq",
"HW58itR4caUCdp8c9goLgXj4V5MdUCfQZFYseWdyP5wG7S8",
"HYQFq4zZUr4jfZGPK4jYtRKas4xtVBBnkJfg4HnzDtsiNGs",
"HZDEMq9VJBAKu8mAttnGB7uZvBPLd461ucZ8kCHwtmj614L",
"HaKEf61SYGE6V6HKofDMXvQWjKUFjur9pGDpdc47pqDevA4",
"HaPcanSMnPqJoC9QhsEMLwR46TfbbVgr44yh4m7ZbeuKyMx",
"HbktBpDVERtDz18whHSEtJ2rFsxMJmyHxgBRff5sXnsGakm",
"HdxpV6wA63eEjLmnkhcF59AKeFxqM99r1MZEXxK5iWxbVGC",
"HfbMDpxDubFuZdnRuXgbZCRAPw4xXzeQSacpM8TiACBdmVq",
"HiyhZhiUMvYsovtZPpVcKjhdmkNUbhqKkvKrN1NGUYYSFv2",
"HkYfDKozJFcTM1ebo9dyDPqF2XfZQd2aWzur1HUPKNKrdpY",
"HkuBMQr739WYVf9Fpv4VPbS4zKv7q4yVVEZz7gL7eMXHRQz",
"HqKm1vuvCz4C4ArZFnxDigjYJY4HTgoyrWaeKNvxL4SJ3Wv",
"HsNps1ukUFNfUY6j2ajfjpdVr8msWZCdaFbh8w3ekqg5YKb",
"HuZS2KT6UMQoDUxsDb27hxw8wBiyJM9QidziKYdC7HaT5TW",
"Hut8Vi32mBjJipubTT3ibDcN2rw5eZq3EFyh1gb5SeTNgoX",
"HvsMbdBnkgUm1ea2EqPibHcP4DpnatWtz7jGhuP9QeYhAAc",
"Hvti6oER3Lb5oKxtYcVW82cc8KDsr1LtqtvYcNxLCwUgpMN",
"HxLGmds1YKjgpp1HUdpp5916sYB6nAHCkC1fs1Stk2xZWEJ",
"HxfYoiAdkmEDFusAejuo3zKwB1Q8bJ94GXgV57MW8oziqL1",
"HyWxAGX4cYnawbDxpBvXCeeovK8cCcywvHUj4uhiWQXQNd7",
"HzrQ8JziKrwSsxuidobfX6XVNhKFyQLYfULkVMWymDUf7pA",
"J4BMGF4W9yWiJz4pkhQW73X6QMGpKUzmPppVnqzBCqw5dQq",
"J4ibGw1bqrSkwsw43rUf9w6hyXCxZKrdZJEkcfH7E4yzAL6",
"J62bGdbHT4f3R7aeG1Tt5y9f11bJZLBZUAeZpDaX3HR3oXx",
"J6f5w6eydwAi7pcPy8TNDnYMnBvvZyVXwjQVnJvH8YzUQvd",
"J8jwjHCEGAhWSiTAUyC62Df1H8hUKqQsVYdCKvusRipHWHy",
"J8vr5XuCMjUXfnvQdrZ2M2cWsykk8Wae79uCDEiWymmU8Bh",
"JAXs5Hp5AEB2nHDbJUsUZdnGaH8TnEyv3pquPHAorK5kkh1",
"JBsSffyWTv5vvy3VJ4ro3VSg4NwiiHGe9aCcLTfW2TLWiCt",
"JCBp59HSq5mZigc2v57PFeafPVg5KcSu3e2DCW39aPxSzvY",
"JE3pk8v6QYhHGJtuPh2R82DDPLQBFsMSBYbqXMsa4bbJpVC",
"JEnSTZJpLh91cSryptj57RtFxq9xXqf4U5wBH3qoP91ZZhN",
"JH4xgpSTLqMn4Mo8xBtUitezsvpqTwYN9G7GDpH6wWwyMCG",
"JKyTzmQVXE17pu1wbqHphyaKoTdqg1J5g7C15iEuK8LGKC4",
"JLnxrPb3QEXhVVBxKWaQhchDWgmwJKhY957iz19f1X8kiv2"
]
},
"prevotes": {
"currentWeight": 0,
"missing": [
"Cc2YhyWFfeXv5jfAsFnBKaHr2V5atN4wf6LubeSMpWBUNpa",
"CfTYiCjhcit9N7EJNjAYv3rku6H8uSn6E6TTmmM1NrwdYKB",
"Cicfcxq9fNSVV64wsgqHpLSBedY5TzB1hr6fESXoL5UYZ4x",
"CiqujmJXHwNkg2WVNn6DR9e5TrYD7YkQZ3myExygkKqhpz8",
"CkXk1WRGEb8ZJU1M5W5oHcEgAq9drBRdLac4QjHQwE4bGep",
"CmdHZ3MLTHJhgHTkyC1bm6kwFyGuhCSWcvs5e5DnRWJULRX",
"CoHt3KzCuuFsoT3sftmARcvJ8NF414RvPfaXrRKUg5HAHFh",
"CoUxi1tafPBMRx9yAwsuHZKR9qC8cXkp3d3h63jQJiWJN3Z",
"Cp5Yg6ZUYXFWPpXfkjfQC2Vq9UMtRdAkBVx8BgV94ted3kU",
"CpUj9JPRwKi27GPtxEznxKDbYVW9MYCcz4pJy5VUFVoyEks",
"Cq5fjZKywKh3pNrNNEHyYsAXgfXZD6TMEc8B7BP2CjG5gHQ",
"Cqix2rD93Mdf7ytg8tBavAig2TvhXPgPZ2mejQvkq7qgRPq",
"Cs9HdXcS6hXdAnCMDqCqx1ncqAteiLSQD7GLJLDEStfzRoB",
"CtaGcLbdjMEY3MCm8pS2VuLQ6ZZ3HV1ou6eQvXuUt94hhXx",
"Ctu8uXthRbiFkQHxc4EEsMXTLSzUxGKeNgqVyB8uYfAdZtS",
"Cv4NgBEc48tqfSe6Brzjo1A155a8T31nR6a9YC3xBA5vbXx",
"CwHwmbogSwtRbrkajVBNubPvWmHBGU4bhMido54M9CjuKZD",
"CwfmfRmzPKLj3ntSCejuVwYmQ1F9iZWY4meQrAVoJ2G8Kce",
"CwjLJ1zPWK5Ao9WChAFp7rWGEgN3AyXXjTRPrqgm5WwBpoS",
"CwkMPKWjdHyJdjjJipm2QUWv3mCgyC5DbTBxyCppe5Vikz1",
"Cwr1TMtvYPU1L7yzFtxEw2D4qG2K9HyjX4Xyi3Ly9kfPUWq",
"Cz13yLMRZwtTGRm64vd3rJDwUSSEGqa5jXdbTvuGb6mH1sE",
"CzMLMqDMrRHfdzU5ZJDG78v5WgFFY8QdkYKKhsGk96HTA9L",
"D22L3MZfQJ6e25sKvUKV2ScNCiBLjSz36Qs2dAr9YmMK4wZ",
"D2HSM4BU97upkYgdTqEQSH1nQTXQeGxTmfHE9uS7RJ1adwt",
"D2XYxqEeKmszcyWePVZeMMH9aRLP1s6cDaomUKrQpUNzKRB",
"D3HKWAihSUmg8HrfeFrftSwNK7no261yA9RNr3LUUdsuzuJ",
"D6hDX5craMLkZRmKPPHHVhEkSCHESA3EyNvgAyo1APHQTGL",
"D7NzDRff9ma2Yg1tH2nCQTZx4WgZTtMVFERreKepGkUvFPV",
"D7XuFnGrbcLd5B6oohL3D2d8r1KYwJ2525ZU2zFPtLBTRti",
"D82DwwGJGTcSvtB3SmNrZejnSertbPzpkYvDUp3ibScL3ne",
"DAr9owKmSVDBCC4oTfoAdsSNaAikL2cbczUu865zi3kigYZ",
"DCjxjuZtoHzysSc5z8kduHGwydCfUGgWvkUku44RTGk5mi1",
"DEe4DMG4fNiy9xQZUPGRquBDbtp6A6DsbC69PfPqAGbBfiS",
"DEpBtAKdDKMRr4bKf89roC6JuSVik8YDiB6unapikodP3Mn",
"DFX3Twv2d8zC99aHB8Lj79V7fS1vvguzCnbP2Rnu8JT21vZ",
"DFcTEcDreBwTiV498NBrGqnLfPVKKteASvxmUMyPQzKMwFy",
"DHdM42YdCbdxUqZctUeEGhyGfTphpsDrstJhAQuG68e6NTx",
"DJUJhJ44hKPjgqh3kYSn1nCayzaJLC1xiEXupt6DhyTrdxt",
"DN5do2eDUqX3k2cPvKsWGTSEbnuscUYChy32yfvdZFdBhn4",
"DPLS9R4bJW6Sr4sixhHrkD9Q5BWbiXPfeTHgvGMYKpEb5Uu",
"DQMHjfkB6DLZfxy76Z3M5NqnRncg97ZuyvE18gb3j2nntsQ",
"DQrS7uEgLHV7WDWLBPNfc3yCXfWfrnfsupTH4Zp96WJickw",
"DUoHA96h2b2d36e1mWhndrD2Ss5HNF1gQCHaC7vypKcmS3B",
"DVJV81kab2J6oTyRJ9T3NCwW2DSrysbWCssvMcE6cwZHnAd",
"DWpBhJTnojap4TCV1oLUYmTRzRNamD6yv26iYS56NzoPpW7",
"DYNrzpuVAgyKEC8k4GNnM3bNjeyWMhvgA94qNX4q41ACKiW",
"Dab5JaQvMpY9Zad18sseXyafPSUhP4Df8W6z5E6Wx9xbwCP",
"DadqXmEY1QyKRwgpuWb1ddd5DUb7HposCb7zaDKZEPXHRU8",
"DbwVZ6ZTBaQHTicZiJr9YtsTkJEFg5qBRMN4mACjX7CC3vU",
"DcCJuQS5JrShNP1RHrmtbSSE9QAuAYwA41FV9mojVGcGH2q",
"DdDTr5Fh25S3dR7cvz9TPTFAB1a9DCUuj5acq7ygXQyxqov",
"DdFFbdprsx5bBguJLXqY5jVJsXJqZFhGgJMWzwbroeHk1Vb",
"DfW5AASSn2tEDFbu8ECiUi6YBzwCaB24aaFCiVpj3LG7qmT",
"DfZXXZGWhJRQxibkEKqZj3ZZaWV2iYCDvREwG5EkrxXcGQw",
"Dgb85BCqpwFt9meW9EXvEweVdMHSvqVyp6kzu4bPSC8Dwpm",
"DiFKcf4LmsN7AWacUTQmu8WvdiBhWEnnard61tp3v8CTyNL",
"DiQcjVHteZFh9kNYKcdRM9qwdq4kbWsMUYYaa1E7ee8AMob",
"Dj9oef5L9jMfT9DTGa7frpSgdLYzsBkTNHAox3bh71W3DiK",
"DjY7WgELBnM8DxCb6etKgGuPtTGTU6RU3rdGsQV1P5y1jKc",
"DnPEbAB81SvWiy7NMFFfDxciWGV6u8ZWaEwr7LvuzCD3foC",
"DoFS6cZAd9L7gHbqdfJ2H4kSYHLfFxMtFEmaro9VvFmCAL4",
"DoRWdJFkMjVRXttgsQgc372SwUh3yZ2USMYmRMWrqpLkgLy",
"Dp8FHpZTzvoKXztkfrUAkF6xNf6sjVU5ZLZ29NEGUazouou",
"DpA5fB8iJ3yuRUw9R2ENG5Sme2NFuRcqxxRtCpggATrKMyi",
"DpB37GDrJDYcmg2df2eqsrPKMay1u8hyZ6sQi2FuUiUeNLu",
"DqtRkrmtPANa8wrYR7Ce2LxJxk2iNFtiCxv1cXbx54uqdTN",
"DsQMG46Yew7a6FZ7QtNxh5vDDhZfjTb2CrUgQqjdmVr9dez",
"DuhhwrG7H7RjGCTjBtPNwu2ZpaEbmqpvrwzENvVbcQaGDfN",
"Dv9YENxCfWpdNyqrSS8X2gU42XHxPawtecW5tUGKQ3QHLGN",
"DxHPty3B9fpj3duu6Gc6gCSCAvsydJHJEY5G3oVYT8S5BYJ",
"E4c2BBuVRndrn442Sm3NEo6VgEQkB81aASCZcQ3kJd1eVvm",
"EAxzs82Tb7Cphb4ENSMd8HnKhFfMWZJkG32kVG7JyrX6C1g",
"EDhSKVKviygHeNL4d1PwCMLi2nMu8suHb4utjc417H7ipnU",
"EEGZUN5j8HztGZoGMCDEqxKaES89BUMPdEmisw76Ntaczo8",
"EJaQuJLcSFi4upQ6iYhiQVJPycsiCj6i1Hr92GGdQPfJh2Z",
"EPPZ4fZDL3dzPWmc8ykVd1QtTMQe7EAtRTV5hpdgw2bV8Vx",
"ERMAxAqFwJsbTbxXR7cFD9kWox9MoYaUUKBhJVghrFb2dNN",
"ERUbGg8o5P7goHaZHwpFbh6UsMhrJstaLkZSt6bd1XawhT3",
"ESRccudun1sfSaJ2AsAJyjRiGTjGNpcTCsE1GNRJu5qcetv",
"ETBiNkdbxGNvvYCtXKTHo8Pvxg7K1p6kbpR5qL3y866H8zC",
"ETH5bzi7XxZPRNj2EraffF43M7yCjGrDUzo6a3KFKA5vWTj",
"EVcuKTm8bqzURSPjBTgHqF1abwqpPYY4oAxid9a3VKuwQd5",
"EW7erYVCQhQthHCd2pgMSWKXqvtDwwXNuMohou8k763fQaa",
"EYUQdMcXUtn4KJkJL98SKWf8C8hWPVEfRvZeMSBruRwdyu1",
"EYgJvYZV98fED9Lpc1Jr8TDntfLz5uzFmsMirQRzQy61a4B",
"EZZ7DMwd1t24gHmgD4ekn7f36pPHHt3SCXt7a44GTiprt6d",
"EZc5iZZjGFMXGmBps6rt8QJxns8WN7L66SgkJhHg3dhoJrd",
"EaAdAwRHvCmnkJpjA26RCdCiThQycviNPwyiPQQGC1YZKbB",
"EbaJw5HDyqLurKypUFM99BhQ1rqNLHmMSnQGcdYGQL14XU5",
"EiCesgkAaighBKMpwFSAUdvwE4mRjBjNmmd5fP6d4FG8DAx",
"EimqvBYtHPwvf3PDiqD72pTSUjmhCuFSaCSawAs3k6tQYTD",
"EkDWeoUGue1rBup41awEGmf6gmTemankoSJ8x8KpoyybGgU",
"EmMPBDBrzDsnKBxxUR9wCiZVM8tQnpVvD3XDsTdZ71haW73",
"ErL6bfYX8ZN6CnKTPskY5QnBwF38ZW1XkNzjhFfGF53BY83",
"EtCGTKdyMfYUX7jaTgJq2pt2PExEGfzcppbGafcpaNkahAm",
"EtDKLc5xWW2nfjrokLFWfT1rFbha9bPh5JozEbfiCWHQXQJ",
"EtNAJNfs1DtsMQBYj2bUtKtzJXhEX5mZ8ZrPK7gsF427pj3",
"Ez63HgnwvnPV4QdLdu14BpSrXXGB4BLHHDgzuxqNJfGumYa",
"F16KfQojZmEBvYyZQwC1MgR2P3dSrPfNxF47yqtmPX4dJRd",
"F4q2yRrJ2hu9yfGbjiPvekPNXHJfE9cKdGiWxeakmbgd9Ae",
"F5edJrWioXyuWpUKYZk5FngEovCaevd44DbFXugL19xMf8d",
"F5q2e2cjaeYfB3NkpY3zdxhD7BnJoyZvYAuKkeSWvCtQuYv",
"F7Zabg5T94iGozVuusQCJQCzksBD6zHcGcCK7TV9Q6rcnz6",
"F8nEQdRxv4iCrcJ72XsAXnAm1iyqajSvSuovvic3QTzZViF",
"FBHmyQBEzfQdu94SLrZnXYrZWjpUFfKagWi1HavYj5i7HZn",
"FBVfQsD6Z23qYDNJzyAmUpNxfYt563KUyjGKaRC3sjkVhip",
"FCVN2XQZam1Sqa1RiWr9tDfdaRvYbh4CQGeJYH9tk95uQk2",
"FD5DgPbS1dUNfTkV6oyCBsnqcByWeiZ4rasv3o7KYcbYyTE",
"FE6T6jmbgwy1g3JPUPoDdzd3x8PV7tDTrTEZvwWgmEn4A7W",
"FG36ViMzpfjUjRmcgqA1YDRT7puxyMAU2CKomPo9xAsxCku",
"FGHzRtgn9c9yPDw3rQA5MedSjvbpyXggD28X6vmdJYrsejb",
"FJimD5dnWqGZhTXk5kbYg8Epas2oJW5i4X5HFPJW2Q1vhjn",
"FJixgYmBZaFfv1ctpe6LFX3P47vtmXBbq6goJbzrvZo9fBg",
"FLHzFovZtqmdQ73HMTAfe2ub5r92KhiBy8XWvSyAMhhBtBz",
"FNnowy94spLAxiD9sSZ7PJSMEruVHEe2P7kvH8NwTqPPtCW",
"FP2E6m2uJwfDYgKsVyKtS1P3VNumDXJwvp2WE7xm3Yo1q47",
"FPDJCymMK8yoZPw3yuxXG4XKSxeRovcrKLfSxMKdm6rxbHA",
"FPLNRDU9XL7YkGEbLwfCEE7BK3xAxFhUpMjRBfM7Tetkuwk",
"FPkLCiKqkmQ9P3xFwHpLdroiSRELaoQGSnm8NEMr56mAuz3",
"FSJJ2GV18xsQrtT6o1DTPH28ubySF77WYxMSkxZteqDpcoE",
"FUUH1yoa6iPELAwN28PToF2VGRAQM5Tn8NoJrzVCKWEpbSW",
"FWJ4jSem9VsuknbEHNsaLukUsC6w4WYhkCgNEzQPWtXUypa",
"FXycEucF1BdaQLvgzYC81KznPTpYRhCXEzPq6noKTEvsztq",
"FZoPvMfxR34WwBYnEGHDKfNHtMrpHLoA2wVzGNu87XstReZ",
"FdNm4j2Qew1iDhFgpiVoRmVeuyDkHVUxxictvZDRCj7Mq5W",
"FdfmDy1pAgrmjN6F1xcsRwp6X7sugVq7SRvo6NVcEc6E4KJ",
"Fg4rDAyzoVzf39Zo8JFPo4W314ntNWNwm3shr4xKe8M1fJg",
"FggXamGXCDW9ngQfAsMggHwAVgRGcMjZdh4Qx58ZCi7YPkc",
"FgrjYHHG7SFG15CRGiowpqQgfi5sGSg6VJbiBtUjJQTXDhd",
"FhRy5CsNB85dVPNRqWnRiRyGkXX8EZFyFBUZQfJ2p2rtZfW",
"FhYr5ReG794nQEmX2f5QLKo62nxESiD8THT3LeKJw3YPxVf",
"FjeAj5EPPCAcJ1mFa6Mkbu1AKVK5aVhaGiSPPoeGDhMa8f3",
"Fm8jU55YzzBrVZhoXRsB9tY8Adf3p5AddD8t7ZQXttwwjLG",
"FmpkQf7RNofMCw5QdxGxFuFMAAXzCv8q7FSoEXTLfPj2c3D",
"FnvowMqfruNqxsWQwXVb1cys4dRWUvrj5UnN61EkDWUviC3",
"Fo9JJ8NtkGhZXqUuAJo8cugcEH3siQoNQNbPXtgLfKbjiyS",
"Foi6DbpYXWkNuBxKF9rnMurFL6b9UisSt2ksix4N3gYsCG7",
"FumZdpJgnZhaoL3LNExmoykUZLoD8zcJ8L6aJpvkoKV2s1K",
"FunWBvH5kuYkQxoNufHoEgajAjSKyZz1yUjYFTZURRSnQf6",
"FvDq8x7aFnSVkJ5ehnsrgHUBokp6TmuBE7X9YJee6bp6ekV",
"FvbZbdfWEGGFu7HxiVbiM7UX5wPvtmWxvG2jCN73UivbB56",
"Fy3BpgvBoQ4VfjRkCCUzazQwVHQjAogviwzzoht8KAP4d9K",
"Fz5WLMi4ZTpfJeYz1mjayckoVpwR4Aw1oqKeN2uLReT1AtK",
"G15TNyTKUbFk9nriDTki62WpY6fgNTAUZp782876muo2SpB",
"G1WdshgUrw24UJjeKpSNKfHPw3XK47fn2x5DGoBnc1A2FPF",
"G2tJwPWn79JRax4SKcbD71WrwXWmkXvhop3A1FANY51xDAM",
"G3avRUrsk5vkvFa8xWmJErvZVDBH7D3pMiXLiArRusGrrdb",
"G3g6PWRnQWLQPLFpyNH6FUKXPzhX2WnDDFJopeBNTLvEg5D",
"G4yPnS6rYbwgE8QPGEiPRimnbe1w6nVKXFehNRQGH6gbPHr",
"G5qDtA3FkRvJ4Z5EcsnDjCESWbgLUj7XdFriZNb6AZy9YKZ",
"G7MMwpHNrY3Eze9XMhj9GNRuMjRstiPdxcHSa2qY8ueVbti",
"G8nQvGu5xhLhmfd7ZdAnCjvDEj8MmiRvSEfAf9Xr1ioSgbU",
"GA9YciWcx6tuPRb1LFnJiLnieFoMLB3TG5p4fy8pzhWDh1S",
"GAperY2KUX5vuCnnvrbn4jUnJESUcNBdUEXpTfNTziq5SQV",
"GDANUR2HwKSp1gA7p8QQJwRFmJ9GmwdfgyQMDfP3DpA868R",
"GFQdgyUL7y7qdkhKUXVsJMFKVTn5d6WDcSkVGWCiF67Pg7m",
"GHnBVHkuZBnwG4jUGC8sBVdyJ2stAcgFTQDEojEu9m56gKh",
"GJnseRYKXQYRNYvmp6vpjp4U7LUqAmRxTBeNs49GkyMRfjh",
"GKGs4ES1u3yCo8zkJFcvqNuoUhzDeGca66Qwuu4cxDP28VX",
"GKicoR7M3BmBudDvZmtusdTN6uF6x2BaQ3FZWLLBxaJ41ub",
"GL47pCLjdWwkmYZTr6yQjo4koSWR7xb6Hg5P5ajVrMxpFbA",
"GNkbRyM66wNFFdargG7PXdN5pPhfmgUkbY1syVKhjL8GaUX",
"GPGpfUY8ZHchZbZxtGdDL365o1E9Xqfq7HMKSV7eVk2eKVW",
"GRVN1g3Tm7Rmeotfh5AAda6Qfgye9nbr1UMoDzWybwTdUdV",
"GTY3EsEV7sXJogaEtesVsJpjufc29MX8cuhoA8NvAt7zss3",
"GVzrJcVSpPUucP3HWcXp7bT37HWuBzisvxqFfKhBEsLPTkg",
"GW36E48nxrvZQvg5G6w2eB36y28GyaVWC8iQsit78yJWVnW",
"GXYxEKCp6zQgNyu5k9D6bTUH7JYCZs6BfQw5eG37qEw3HrE",
"GYjCDp6Tj5JHgtr4CLmCWb36RpZr5kv6ppPmT2RvwZosXeA",
"GeYRRPkyi23wSF3cJGjq82117fKJZUbWsAGimUnzb5RPbB1",
"Gf9h3SKz565CzWJQfvgxtZShQ9ioMAj74pLQX4ZVNHVQodc",
"GgH8UuBcHcLFTr1XVo7uLj4eWjapYEcEq4WjMHVc3jY2KCJ",
"Gghvu31bfQJMt11Yi5VVQqBsMfvTrpSEQ6qySokXHXfrtN2",
"GibJagV7QvJCMw572nicKH8aEPxLTyVZ7WX7evpzixmuAJ4",
"GjF1e3AxczvH7QyAhvPqBr3qmptaMGyhb9DfpbK5KM5VjzN",
"Gk6qCJKEKyDAE2KzZSA9XxB9VNpFACTv5u5yVJLiA16EueZ",
"GkPKDZMcRwi9djMAYcrZzF7fZdtpcDwK3iZNpAyerYcLM7F",
"Gnd7GmBmAo829p2w2ReQJsWdxhDGWmon24yFWmKG6nG3rLM",
"GnfYikESq1aqBiG5P3n1HSTsGveSmEJjR24EBc6LkTR1wdE",
"GoWLzBsj1f23YtdDpyntnvN1LwXKhF5TEeZvBeTVxofgWGR",
"GomreGYeDzvwBZQQpd4dTyxnjPgpiZ99M3tX7YJTFakEnhv",
"GpE5hynVe6JgAwTdZVRDTuaDT44mV89Y1z2gWgjqS9boPWo",
"GpauAAY9kt39us3P5tWtGVb6dBq6vTRzfPaWjHhTVUKuVp4",
"GpodE2S5dPeVjzHB4Drm8R9rEwcQPtwAspXqCVz1ooFWf5K",
"GuZ5Em85y1hd8HmYcJjThWyLnFeu2mjKq3Ed5vt4vU3Em1o",
"GuneYkujpo8oSKrrBzvMdDK3Hs9tpZiFTSqfyaCPaeA7JCf",
"GvaHCJZj5DyLPz2NSg5xpqohakRfySifYprgZzUTwrLE52y",
"GvmvzzbNNeq7L3RyY3rCDdZDr288QbNLL1V8k1diJE1pebG",
"GweU4dFYodvXbAVAKnBE1GGbSQL5EPSzw5UewMEYrLHa7x9",
"GxdtyNYoKmQZUE9uGAmcmsb2cAJebXs4oc46VzY2gBqgpqk",
"GxyCAndwSkRNEecB6QWtQD7Yc2Nz8MNeGCFGXaVUwV3nfPH",
"Gz5jnTUepEGZ7XvzYN2BZiWrS2CR1nh7t7aj7S4ifc1iEJp",
"H1L3XmAueDThWAuU2ATRGzek73MidkZw8RJGcPbGrKj1mGE",
"H1YmDzgoaF6Gh3ARH4xTDYZpAQoCUXn2kGKTRk1bZhNsMS8",
"H3Viqu6M5bsa5wa3zjcSVfrKivKGPc84KPi8Nz2kbyDSzGS",
"H6AcP4Xgbtn5HQVTyA8uTS9LBvs3hgdC3ZhXrSAuEwDLVLz",
"H6RNLG4e7SLTTbrCEHbaTDecMSMFbKTERbp2aqnT5NoF4k8",
"H8YnEJx6dPTBKTVAb43MFam9exQfzv586aAyhzcqEJ1SLNS",
"H8admATcRkGCrF1dTDDBCjQDsYjMkuPaN9YwR2mSCj4DWMQ",
"HBugPU3KmKaRnfkkVK5RpEZZJU75CxMNPbpcrAWdgFKdjSK",
"HEciJWGn4qLJRzM3qR53K2Mb96ghHab1aLyTxJzzmGFfhCo",
"HErWh7D2RzrjWWB2fTJfcAejD9MJpadeWWZM2Wnk7LiNWfG",
"HGFAh9e5GTef7yuqdh7eX7QitkS68LZVNJEKFD4pWnmqvyv",
"HJ9B3TgtohCrT3VVj929kMaMM6QhnDYLjUumMKGMKtpiP7E",
"HKZ2rGKz7a5pL8MV6hNzQW44hTC6SbkfAJBxLjPzJBQqtg3",
"HKtvBGvLv6pp9RpQiHMaoZUx5Zs3zziuu2AENt9L7PFLP6G",
"HLBXyareJwMxdCSoUfHXsqfWwvukLUypGwWRVvGc88SAyhX",
"HM2xVzCQJPYfT3KMtdB4vDwDQWd9aZWmGi9EkECiDcXuNsQ",
"HPFBAvhzXHghMkizMSvYLCtR8ASmV4MXuBUk7J8159ULGGz",
"HQkj5fQEYw81PDJQyabvLt4H6KacJw5Rb5A3Ab6YnJ2oDUw",
"HR4bck1XYD9aoqtjt5BizLirgEXpRWNYgNPJQ2hP1M1xMih",
"HRE1LZbFvwDvMntGQ56gRJLBJn8J69sWE4Psaibn4SazBfW",
"HTyAnvpiG9CAa3pRcmnouknak1vdZshhiAxuWtinEijPLas",
"HUGHnqo2XFZZmeGvhut3sAEDVaV7AEwQh8f6h2BLuU7FrYq",
"HW58itR4caUCdp8c9goLgXj4V5MdUCfQZFYseWdyP5wG7S8",
"HYQFq4zZUr4jfZGPK4jYtRKas4xtVBBnkJfg4HnzDtsiNGs",
"HZDEMq9VJBAKu8mAttnGB7uZvBPLd461ucZ8kCHwtmj614L",
"HaKEf61SYGE6V6HKofDMXvQWjKUFjur9pGDpdc47pqDevA4",
"HaPcanSMnPqJoC9QhsEMLwR46TfbbVgr44yh4m7ZbeuKyMx",
"HbktBpDVERtDz18whHSEtJ2rFsxMJmyHxgBRff5sXnsGakm",
"HdxpV6wA63eEjLmnkhcF59AKeFxqM99r1MZEXxK5iWxbVGC",
"HfbMDpxDubFuZdnRuXgbZCRAPw4xXzeQSacpM8TiACBdmVq",
"HiyhZhiUMvYsovtZPpVcKjhdmkNUbhqKkvKrN1NGUYYSFv2",
"HkYfDKozJFcTM1ebo9dyDPqF2XfZQd2aWzur1HUPKNKrdpY",
"HkuBMQr739WYVf9Fpv4VPbS4zKv7q4yVVEZz7gL7eMXHRQz",
"HqKm1vuvCz4C4ArZFnxDigjYJY4HTgoyrWaeKNvxL4SJ3Wv",
"HsNps1ukUFNfUY6j2ajfjpdVr8msWZCdaFbh8w3ekqg5YKb",
"HuZS2KT6UMQoDUxsDb27hxw8wBiyJM9QidziKYdC7HaT5TW",
"Hut8Vi32mBjJipubTT3ibDcN2rw5eZq3EFyh1gb5SeTNgoX",
"HvsMbdBnkgUm1ea2EqPibHcP4DpnatWtz7jGhuP9QeYhAAc",
"Hvti6oER3Lb5oKxtYcVW82cc8KDsr1LtqtvYcNxLCwUgpMN",
"HxLGmds1YKjgpp1HUdpp5916sYB6nAHCkC1fs1Stk2xZWEJ",
"HxfYoiAdkmEDFusAejuo3zKwB1Q8bJ94GXgV57MW8oziqL1",
"HyWxAGX4cYnawbDxpBvXCeeovK8cCcywvHUj4uhiWQXQNd7",
"HzrQ8JziKrwSsxuidobfX6XVNhKFyQLYfULkVMWymDUf7pA",
"J4BMGF4W9yWiJz4pkhQW73X6QMGpKUzmPppVnqzBCqw5dQq",
"J4ibGw1bqrSkwsw43rUf9w6hyXCxZKrdZJEkcfH7E4yzAL6",
"J62bGdbHT4f3R7aeG1Tt5y9f11bJZLBZUAeZpDaX3HR3oXx",
"J6f5w6eydwAi7pcPy8TNDnYMnBvvZyVXwjQVnJvH8YzUQvd",
"J8jwjHCEGAhWSiTAUyC62Df1H8hUKqQsVYdCKvusRipHWHy",
"J8vr5XuCMjUXfnvQdrZ2M2cWsykk8Wae79uCDEiWymmU8Bh",
"JAXs5Hp5AEB2nHDbJUsUZdnGaH8TnEyv3pquPHAorK5kkh1",
"JBsSffyWTv5vvy3VJ4ro3VSg4NwiiHGe9aCcLTfW2TLWiCt",
"JCBp59HSq5mZigc2v57PFeafPVg5KcSu3e2DCW39aPxSzvY",
"JE3pk8v6QYhHGJtuPh2R82DDPLQBFsMSBYbqXMsa4bbJpVC",
"JEnSTZJpLh91cSryptj57RtFxq9xXqf4U5wBH3qoP91ZZhN",
"JH4xgpSTLqMn4Mo8xBtUitezsvpqTwYN9G7GDpH6wWwyMCG",
"JKyTzmQVXE17pu1wbqHphyaKoTdqg1J5g7C15iEuK8LGKC4",
"JLnxrPb3QEXhVVBxKWaQhchDWgmwJKhY957iz19f1X8kiv2"
]
},
"round": 2195,
"thresholdWeight": 167,
"totalWeight": 250
},
"setId": 961
},
"id": 35
}
+1431 -868
View File
File diff suppressed because it is too large Load Diff