-
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
RELEASE #127
RELEASE #127
Commits on Jun 12, 2024
-
* add commander * tidy tui * Update tsconfig.json Co-authored-by: Frankie <frankie.diamond@gmail.com> * Update tsconfig.json Co-authored-by: Frankie <frankie.diamond@gmail.com> * Update tsconfig.json Co-authored-by: Frankie <frankie.diamond@gmail.com> * fixups * fixup start command * Update README.md Co-authored-by: Nayyir Jutha <nayyir.jutha@gmail.com> --------- Co-authored-by: Frankie <frankie.diamond@gmail.com> Co-authored-by: Nayyir Jutha <nayyir.jutha@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b27a9e5 - Browse repository at this point
Copy the full SHA b27a9e5View commit details -
* wip: addresses are the bane of my existence * fixed up transfers, added progress bar * converting hex to bigint to be able use the right value when transferring * wip: started changes to cli for new sdk, finally got the sdk to link to this project * wip: update balance check to work with new sdk * wip: updated transfer with new sdk methods; updated new key creation with correct methods from new sdk * Improves README readability. (#42) * Improves README readability. * Update README.md Co-authored-by: Nayyir Jutha <nayyir.jutha@gmail.com> --------- Co-authored-by: Nayyir Jutha <nayyir.jutha@gmail.com> * remove deps, move files, add license, fix package.json * linting hooks, tidy * mostly fix types? * replace console.log > debug * improve debug by stringifying output * Mixmix/types+lint (#44) * Improves README readability. (#42) * Improves README readability. * Update README.md Co-authored-by: Nayyir Jutha <nayyir.jutha@gmail.com> --------- Co-authored-by: Nayyir Jutha <nayyir.jutha@gmail.com> * remove deps, move files, add license, fix package.json * linting hooks, tidy * mostly fix types? --------- Co-authored-by: Johnny <9611008+johnnymatthews@users.noreply.github.com> Co-authored-by: Nayyir Jutha <nayyir.jutha@gmail.com> * start setting up bin scrupts * removing zaps; changing language around wallet * wip: getting register ready * ignor built files * wip: "singletonish" entropy and keyring * wip: pulling in frankies changes with a bit of cleanup * install commander * fixups * more tidy * add transfer sketch * first pass on balance * support encrypted accounts * wip: minor fixes, removing mnemonic from key generation * wip: setting up keyrings * wip: updated main to initialize with selecting or create new account * wip: initializing entropy in main, passing new entropy to flows * wip: can get acct on cli initialization; entropy intitialized; entropy passed to balance flow for now * wip: remvoed use of wallet namespace (switched to manage accounts); main is now updated to what is expected when talking about having a selected acct or force user to create a new one * wip: balance is now working with the new flow * wip: cleanup of manage accounts folder * wip: updating register to use account selected from config * undo some changes * Mixmix/debug (#45) * Improves README readability. (#42) * Improves README readability. * Update README.md Co-authored-by: Nayyir Jutha <nayyir.jutha@gmail.com> --------- Co-authored-by: Nayyir Jutha <nayyir.jutha@gmail.com> * remove deps, move files, add license, fix package.json * linting hooks, tidy * mostly fix types? * replace console.log > debug * improve debug by stringifying output * fixups * more tidy * undo some changes * Update src/common/initializeEntropy.ts Co-authored-by: Nayyir Jutha <nayyir.jutha@gmail.com> --------- Co-authored-by: Johnny <9611008+johnnymatthews@users.noreply.github.com> Co-authored-by: Nayyir Jutha <nayyir.jutha@gmail.com> * add cli list * first pass transfer * wip: registration looks to be working with properly created acct * wip: user programs added fucntion to check if program exists on endpoint * wip: registration and removing a program * wip * install pre-release sdk * get transfer working * wip: trying to debug accounts their were some bugs i was finding when creating a new account i also added the abbilty to create a debug account when importing by adding `#debug` to the end of the seed * wip: cleanup from frankies changes * wip: more cleanup and added no op program to filesystem * wip: registering is working with default key proxy and adding verifying keys to list * wip: silently handling error, logging an error message * wip: debugging undefined error in subscriber * wip: removing hardcoded debug from initialize entropy, already available on account data * wip: new release for sdk * wip: fixing account flows * replace console.log with "print" * wip * wip * got balances woorking * fix register * sdk upgrade: has key fix potentioally, also seems like their was some types that were not updated * fix accounts? * fix accounts * temp: jhonny plz coppy console.log * remove temp commit * fix refference * Update src/entropy.ts Co-authored-by: Nayyir Jutha <nayyir.jutha@gmail.com> * tidy up * tidy * fix endpoints logic * yarn.lock * add bundling to ts * add commander * tidy tui * tidyups * Update tsconfig.json Co-authored-by: Frankie <frankie.diamond@gmail.com> * Update tsconfig.json Co-authored-by: Frankie <frankie.diamond@gmail.com> * Update tsconfig.json Co-authored-by: Frankie <frankie.diamond@gmail.com> * fixups * fixup start command * lock fix --------- Co-authored-by: Nayyir Jutha <nayyir@entropy.xyz> Co-authored-by: Johnny <9611008+johnnymatthews@users.noreply.github.com> Co-authored-by: Nayyir Jutha <nayyir.jutha@gmail.com> Co-authored-by: frankie <frankie.diamond@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for de39fd9 - Browse repository at this point
Copy the full SHA de39fd9View commit details
Commits on Jun 13, 2024
-
* fix author & version: 0.0.1 (#99) * go back * 0.0.1
Configuration menu - View commit details
-
Copy full SHA for 8627063 - Browse repository at this point
Copy the full SHA 8627063View commit details
Commits on Jun 18, 2024
-
* write tests for migrations, refactor * finish writing config tests * finish writing config tests * Update src/config/index.ts Co-authored-by: Nayyir Jutha <nayyir.jutha@gmail.com> * Update src/config/index.ts Co-authored-by: Nayyir Jutha <nayyir.jutha@gmail.com> --------- Co-authored-by: Nayyir Jutha <nayyir.jutha@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 675c646 - Browse repository at this point
Copy the full SHA 675c646View commit details
Commits on Jun 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 53f6bba - Browse repository at this point
Copy the full SHA 53f6bbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43859d4 - Browse repository at this point
Copy the full SHA 43859d4View commit details -
[NayNay] Removing unused deps, and cleaning up unused files (#114)
* [NayNay] Removing unused deps, and cleaning up unused files closes #101 * rm dotenv - unused --------- Co-authored-by: Jesse Abramowitz <jesse@entropy.xyz> Co-authored-by: Nayyir Jutha <nayyir@entropy.xyz> Co-authored-by: mixmix <mix@protozoa.nz>
Configuration menu - View commit details
-
Copy full SHA for 207b9ed - Browse repository at this point
Copy the full SHA 207b9edView commit details
Commits on Jun 21, 2024
-
dev process && CHANGE.log First Pass (#105)
* fix author & version: 0.0.1 (#99) * go back * 0.0.1 * pr template * init: CHANGELOG.md and add to it * init: sugesstions for development * update template * Matches PR template with that in the SDK. --------- Co-authored-by: johnnymatthews <9611008+johnnymatthews@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 93c3d05 - Browse repository at this point
Copy the full SHA 93c3d05View commit details
Commits on Jun 24, 2024
-
* wip: created pure functions for balance * WIP: add testing infra for unit tests * wip: got tests to pass, adding new ones * added test for all bad addresses * updated user flows to use the new pure function to grab balance * updated changelog * Update src/common/initializeEntropy.ts Co-authored-by: Frankie <frankie.diamond@gmail.com> * Update src/common/initializeEntropy.ts Co-authored-by: Frankie <frankie.diamond@gmail.com> * adding actions * updated rc for sdk package * removing docker hub from actions --------- Co-authored-by: Nayyir Jutha <nayyir@entropy.xyz> Co-authored-by: Nayyir Jutha <nayyir.jutha@gmail.com> Co-authored-by: Frankie <frankie.diamond@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 47ae2ca - Browse repository at this point
Copy the full SHA 47ae2caView commit details -
migrate config file to new location (#109)
* fix author & version: 0.0.1 (#99) * go back * 0.0.1 * write tests for migrations, refactor * finish writing config tests * finish writing config tests * migrate config file to new location * add mkdirp for saving config to new folders * Update src/config/index.ts Co-authored-by: Nayyir Jutha <nayyir.jutha@gmail.com> * Update src/config/index.ts Co-authored-by: Nayyir Jutha <nayyir.jutha@gmail.com> * Improves README for self-surface. (#100) * merge in dev --------- Co-authored-by: Frankie <frankie.diamond@gmail.com> Co-authored-by: Nayyir Jutha <nayyir.jutha@gmail.com> Co-authored-by: Johnny <9611008+johnnymatthews@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4f22c85 - Browse repository at this point
Copy the full SHA 4f22c85View commit details
Commits on Jun 25, 2024
-
meta - i want us to publish to npm as v0.0.1 because everything is un…
…stable till v1.0.0 (#137)
Configuration menu - View commit details
-
Copy full SHA for 23accc4 - Browse repository at this point
Copy the full SHA 23accc4View commit details
Commits on Jun 26, 2024
-
[NayNay] Account List Update + Testing (#139)
- created new method to handle listing accounts as a pure function - added unit tests for new method - confirmed manage accounts still works as expected with new method closes #122 Co-authored-by: Nayyir Jutha <nayyir@entropy.xyz>
Configuration menu - View commit details
-
Copy full SHA for 10c2d54 - Browse repository at this point
Copy the full SHA 10c2d54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50d143c - Browse repository at this point
Copy the full SHA 50d143cView commit details
Commits on Jun 27, 2024
-
migration: move default endpoint (#143)
* migration: move default endpoint * fixups
Configuration menu - View commit details
-
Copy full SHA for 7896442 - Browse repository at this point
Copy the full SHA 7896442View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ba4576 - Browse repository at this point
Copy the full SHA 3ba4576View commit details
Commits on Jun 28, 2024
-
* extract setupTest util * test signWithAdapter * plug in new signWithAdapter * Update src/common/initializeEntropy.ts --------- Co-authored-by: Nayyir Jutha <nayyir.jutha@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fb1f6ee - Browse repository at this point
Copy the full SHA fb1f6eeView commit details
Commits on Jul 3, 2024
-
[NayNay] Transfer updates + unit testing (#140)
* [NayNay] Transfer updates + unit testing closes #124 * updated transfer pure function and added tests * Update transfer.test.ts Co-authored-by: mix irving <mix@protozoa.nz> * updated based on PR suggestions * updated progress bar use to be more universal for the cli; based on pr suggestion * updating comment --------- Co-authored-by: Nayyir Jutha <nayyir@entropy.xyz> Co-authored-by: mixmix <mix@protozoa.nz>
Configuration menu - View commit details
-
Copy full SHA for a9b4b0b - Browse repository at this point
Copy the full SHA a9b4b0bView commit details
Commits on Jul 9, 2024
-
* [NayNay] Debug Log - install and integrated winston logging library into cli - allowing us to be able to log any and everything to the respective files saved in the ~/path/to/syslogs/entropy-cryptography/entropy-cli.*.log - included example use of new logger in the tui flow for balance * Update logger.ts Co-authored-by: mix irving <mix@protozoa.nz> * Update logger.ts Co-authored-by: mix irving <mix@protozoa.nz> * removed debug function and package and updated use of debug logs throughout cli to use new logger; added masking to the payload logged to obfuscate secret information * removed use of env vars and mvoed to options arg in logger constructor * updated changelog --------- Co-authored-by: Nayyir Jutha <nayyir@entropy.xyz> Co-authored-by: mixmix <mix@protozoa.nz>
Configuration menu - View commit details
-
Copy full SHA for 614f9ec - Browse repository at this point
Copy the full SHA 614f9ecView commit details
Commits on Jul 12, 2024
-
- updated signing to pull in the correct endpoint to be used - removed a noisy log to the console Co-authored-by: Nayyir Jutha <nayyir@entropy.xyz>
Configuration menu - View commit details
-
Copy full SHA for 545b311 - Browse repository at this point
Copy the full SHA 545b311View commit details -
wip: strted updating cli with core and sdk updates (#170)
Co-authored-by: Nayyir Jutha <nayyir@entropy.xyz>
Configuration menu - View commit details
-
Copy full SHA for 2365cd9 - Browse repository at this point
Copy the full SHA 2365cd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4594330 - Browse repository at this point
Copy the full SHA 4594330View commit details -
Merge pull request #171 from entropyxyz/naynay/sync-main
Naynay/sync main
Configuration menu - View commit details
-
Copy full SHA for 236f413 - Browse repository at this point
Copy the full SHA 236f413View commit details