- Jul 12, 2020
-
-
Zeke Mostov authored
-
- Jul 10, 2020
-
-
Zeke Mostov authored
-
- Jun 24, 2020
-
-
Zeke Mostov authored
-
Zeke Mostov authored
* feat: Add `staking.setPayee` Setup spec for setPayee Finish checking with the example template Generate docs * Update src/methods/staking/setPayee.ts Co-authored-by: joe petrowski <[email protected]> * Upgrade @polkadot-js deps * Update payout stakers test Co-authored-by: joe petrowski <[email protected]>
-
- Jun 16, 2020
-
-
Zeke Mostov authored
-
Zeke Mostov authored
-
Zeke Mostov authored
* Add proxy methods and delete democracy methods * Bump @polkadot * Tests proxy; Deprecated metadata for democracy tests; Add payoutStakers add example back add back democracy Add back democracy methods Add payoutStakers and remove payoutNominators and payoutValidators Add old metadata and use for unit tests of deprecated democracy method rename folder of examples tests for new functions * Update doc comments for proxy methods to list proxy types Incorporate joes comments * Insert console warn deprecation for democracy proxy methods * Rename TEST_OPTIONS to KUSAMA_TEST_OPTIONS * Put back deprecated staking methods; More descriptive name for old metadata Remeber export statements for old payout methods * Generate docs with `yarn docs` * Add @depcrated doc strings * Apply suggestions from Joe's doc code review Co-authored-by: joe petrowski <[email protected]> * Add docs indicating methods only callable when elections are closed * Generate updated docs with `yarn docs` * Update src/methods/proxy/proxy.ts * Update src/methods/proxy/removeProxies.ts * Update src/methods/proxy/removeProxy.ts * Update src/methods/staking/payoutStakers.ts * Bump @polkadot/api to 1.19.0-beta.3 * Remove temp examples; Correct bob address in test util; * One more address * tiny linting error * Fix failing tests by using CC1 base tx info * Ignore deprecated static metadata * Explain deprecated metadata * Tiny comment enhancement Co-authored-by: joe petrowski <[email protected]>
-
- Jun 15, 2020
-
-
dependabot-preview[bot] authored
-
- Jun 08, 2020
-
-
Zeke Mostov authored
-
Zeke Mostov authored
-
- Jun 06, 2020
-
-
Zeke Mostov authored
-
- May 28, 2020
-
-
Amaury Martiny authored
-
Amaury Martiny authored
* fix(deps): Update to @polkadot/[email protected] * Update again
-
- May 26, 2020
-
-
Amaury Martiny authored
-
Amaury Martiny authored
* fix(deps): Update to @polkadot/[email protected] * Update again
-
Amaury Martiny authored
-
Amaury Martiny authored
* feat: Add attest and claimAttest * Update polkadot * Docs * Remove skipped tests * Fix test due to polkadot/api * docs changes * yarn doc * Add utilities for claiming and attesting * Docs * add claim example * Update SAFT hash * Typo * Fix tests * add encodeunsigned (#155) * export encodeUnsignedTransaction * docs * Update src/util/encodeUnsignedTx.ts Co-authored-by: Amaury Martiny <[email protected]> * Update api Co-authored-by: joepetrowski <[email protected]> Co-authored-by: joe petrowski <[email protected]>
-
- May 22, 2020
-
-
Amaury Martiny authored
-
- May 21, 2020
-
-
Amaury Martiny authored
-
Amaury Martiny authored
* fix(deps): Bump @polkadot/api to v1.15.0-beta.8 * withdrawUnbonded takes args * docs
-
- May 18, 2020
-
-
Amaury Martiny authored
-
Amaury Martiny authored
BREAKING CHANGE: `BaseTxInfo` now takes an additional `transactionVersion` field.
-
- May 16, 2020
-
-
Amaury Martiny authored
-
- May 11, 2020
-
-
Amaury Martiny authored
-
Amaury Martiny authored
-
dependabot-preview[bot] authored
-
- May 04, 2020
-
-
Amaury Martiny authored
-
Amaury Martiny authored
-
- Apr 30, 2020
-
-
Amaury Martiny authored
-
- Apr 27, 2020
-
-
Amaury Martiny authored
-
Amaury Martiny authored
* fix: Add options parameter to all methods * Add comments * Docs * no docs on example * Small tweaks
-
- Apr 21, 2020
-
-
Amaury Martiny authored
-
Amaury Martiny authored
-
- Apr 01, 2020
-
-
Amaury Martiny authored
-
Amaury Martiny authored
* fix(deps): Update @polkadot/api to v1.9-stable * docs * Remove useless comment
-
- Mar 31, 2020
-
-
Amaury Martiny authored
-
Amaury Martiny authored
`democracy.vote` and `democracy.proxyVote` now take a `AccountVote` object as input, instead of the simple `Vote`
-
- Mar 17, 2020
-
-
Amaury Martiny authored
* refactor: Use registry.createType * Update polkadot/api
-
- Mar 16, 2020
-
-
Amaury Martiny authored
-
Amaury Martiny authored
* fix: Let tsc only build src folder * Fix lint * Fix security vulnerabilities
-