Skip to content
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

Mixmix/types+lint #44

Merged
merged 4 commits into from
May 17, 2024
Merged

Mixmix/types+lint #44

merged 4 commits into from
May 17, 2024

Conversation

mixmix
Copy link
Contributor

@mixmix mixmix commented May 17, 2024

No description provided.

johnnymatthews and others added 4 commits May 17, 2024 12:48
* Improves README readability.

* Update README.md

Co-authored-by: Nayyir Jutha <nayyir.jutha@gmail.com>

---------

Co-authored-by: Nayyir Jutha <nayyir.jutha@gmail.com>
@mixmix mixmix requested a review from rh0delta May 17, 2024 01:44
@mixmix mixmix merged commit 9920537 into naynay/new-sdk May 17, 2024
rh0delta added a commit that referenced this pull request May 27, 2024
* 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

* 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>

* 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

* 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

* 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>

* 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

* install pre-release sdk

* 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

* wip: fixed the selectAccount appearing in config, removed account selection from transfer, updated cli progress bar for transfer, updated user programs and imprived error handling

* wip: cleanup account selection

* wip: adding types to cli for account config

* wip: more error handling for register, added barebones program to filesystem

* wip: defaulting to debug mode for now

* wip: getting singing to work

---------

Co-authored-by: Nayyir Jutha <nayyir@entropy.xyz>
Co-authored-by: mix irving <mix@protozoa.nz>
Co-authored-by: Johnny <9611008+johnnymatthews@users.noreply.github.com>
Co-authored-by: frankie <frankie.diamond@gmail.com>
mixmix added a commit that referenced this pull request Jun 12, 2024
* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants