-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NEXT RELEASE #319
base: main
Are you sure you want to change the base?
NEXT RELEASE #319
Conversation
* extract network up/down as package scripts * fix up tests! * fix tests more! * calm the yocto down git CI * chill CI - no yocto * fixups * woops * fixups * spacing * tidier
* animated logo *swipe* * add changelog * extract printLogo into function, run animation while entropy loads
* cli-fix: `entropy program list` now writes output! * add changelog
* refactor package.json scripts * replace makeSeed with polkadot randomAsHex
- updated balance for prg cli to be able to retrieve balance for any address - using newly exposed utility method to getSubstrate from sdk
* rename config types * add config types to test
* [NayNay] Updating Units within Entropy - it had come to our attn that we were using the wrong units for the tokens display - we were under the impression that bits were the smallest unit of the entropy token, that was a mistake - updated all mentions of tokens and bits to match their respective definition - updated return of balance to the human readable format, using BITS - added new method to grab token details from chain * updated methods and flows based on pr suggestions, added changelog) * git weirdness * git weirdness part ii * updated nomenclature for the base unit of BITS to nanoBITS * weird leftover conflict resolution * updated cli output to be more programmatic and not human sentences, updated amount for faucet to send two whole BITS, rather than a hardcoded string
* [NayNay] Facuet amount as BITS - updated faucet amount shown to users to be displayed as whole BITS instead of nanoBITS/lilBITS * updated changelog
* [NayNay] Updating loader for registration and transfer - removing progress bar for transfer as we are unable to determine the exact time it takes to complete the process - replaced progress bar with loader used for faucet - added loader to registration flow * updated changelog * Update CHANGELOG.md --------- Co-authored-by: mix irving <[email protected]>
* extract loadEntropy * arg... wip notes * wip * fixups * refactor package.json scripts * replace makeSeed with polkadot randomAsHex * extract config persistence from loadEntropy * fix typo * rename config types * add config types to test
* fix cli opts bug with multiple accountOptions * drop async argParser function! (unsupported) * add setSelectedAccount * make custom config possible for CLI usage * cli descriptions refactor * wip * fixups * fixup e2e.cli.sh, rm test.only * remove default config path from all config functions, fixups * [NayNay] Testing Mix's Custom Config (#290) * [NayNay] Testing Mix's Custom Config - the general purpose of the custom config works, however there is alot of work to be done regarding error handling - i have only started testing the custom config feature with a file that doesn't exist: ./custom-files/custom-config-<#>.json - this originally caused issues on the tui and did not allow for anything to start until the tui eventually errored out - similar errors were found with the cli as well - ive fixed the tui for the most part - but theres still lots to do to fix the cli in terms of proper error handling * Update src/common/utils-cli.ts * Update src/common/utils-cli.ts * Update src/common/utils-cli.ts * Update src/common/utils.ts --------- Co-authored-by: mix irving <[email protected]> * make print.error, print.success etc * fix tui saving accounts * very WIP refactor * wire it up * fixups * remove .gitignore change * extract loadEntropy * arg... wip notes * wip * fixups * refactor package.json scripts * replace makeSeed with polkadot randomAsHex * extract config persistence from loadEntropy * fix typo * rename config types * add config types to test * fix tests * fix "account register" command bug * change config.set signature, rm config.getSync * fix tests --------- Co-authored-by: Nayyir Jutha <[email protected]>
mixmix/lil-bits
* [NayNay] Balance --all - updated balance command with an option to view all balances of accounts in the config * updated changelog * updated result of balance --all * updated balance command for handling errors when neither argument or option is provided, display help instead of error * fix tests * fix the other test * removing unnecessary return of process.exit, .help exits itself * minor update * Update src/balance/command.ts * remove duplicate configOption on balance --------- Co-authored-by: mixmix <[email protected]>
* [NayNay] Verify signatures - added new verify command to verify signatures - updated result of sign command to be stringified json making it easier to utilize verify command immediately after signing - added tests * updated changelgog * Update CHANGELOG.md --------- Co-authored-by: Frankie <[email protected]>
[NayNay] Setup new release
I'm reviewing the changelog now, then on to smoke-testing |
|
🔥 BUGS Please run |
Here is a PR which adds tests which will make fixing the problems I found easier : #338 |
* Bump rollup from 3.29.4 to 3.29.5 (#313) * Bump micromatch from 4.0.7 to 4.0.8 Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.7 to 4.0.8. - [Release notes](https://github.com/micromatch/micromatch/releases) - [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md) - [Commits](micromatch/micromatch@4.0.7...4.0.8) --- updated-dependencies: - dependency-name: micromatch dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * add changelog * Update CHANGELOG.md --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mixmix <[email protected]>
* Bump cross-spawn from 7.0.3 to 7.0.6 Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6. - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md) - [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.6) --- updated-dependencies: - dependency-name: cross-spawn dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * add changelog --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mixmix <[email protected]> Co-authored-by: Nayyir Jutha <[email protected]>
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
fix --endpoint support for balance/transfer
mixmix/e2e cli
allow migrations to throw
complete the changelog for 0.2.0 release
PR for
dev
->main
must have:js team
one fromdev rel