Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* wip removing permisioned * wip: thinking about how to structure keys * types generated (#307) * updating to core v0.0.11 * smol fixes with types import and interfaces * trying to work out private * private mapping comparisons * clean up * some more cleanup for testing * account id to validator id which is then used to get threshold server info .. language cleanup. removed comparison logic * revert to update * updated RegisteredInfo * revert test * remove resolution from package json * set up listening event for AccountRegistered Event * updating programs with verifying key * verifying key * new types * new test * inline doc * check registratin status getting stuck * test * exiting from event sub * some TO-DO notes * keys WIP * update polkadotjs * wip: we really need somethi to describe entropy accounts... im starting to do that * wip: "accounts" as keys * wip: register * Update README.md * Update README.md * wip: holy cow accounts * syntax error on enum declaration in constant types file * wip * wip * wip: keyring class * WIP: update to core version 12 * wip: types && ish * WIP: core update 12 cont * wip: programs * wip: cleaned up keys directory and corresponding types * WIP: program updated core 12 * documentation * trying to log verifying key * generate yarn.lock * WIP: programs * wip: types * wip: types and all the other things "one by one" need the right adapter need to finsish crypto global wait export just hitting each file while updating types * wip: types and all the other things "one by one" need the right adapter need to finsish crypto global wait export just hitting each file while updating types * WIP: added adapted for device key proxy * wip: signTransaction -> signWithAdapters * wip: replace "accounts with keyring" * wip: replace "accounts with keyring" * WIP: adapter types * wip: array lol * WIP: programs index verifying key * wip: lol keys * WIP: registration returning verifying keys * wip: lol keys * wip: fix secret key * wip: fix secret key * wip: fix secret key * WIP: almost there. * wip: types * wip: removing eth mentions and updating type definitions to bunlde for cli * wip: export keys utils * fix deps * WIP: update release script, added comment on proxy, updated singing index * updating docs * initial pass at inline-documentation * wip: tests * remove ethereum refference * WIP: types doc -- first pass * wip: accounts * wip: types * wip: i think im done editing types in keys for now need to figure out whats next to do in tests * wip: nope still a type thing to fix * EOD/WIP: working on getting tests type compatible its kind of a "process" starting with linting made code changes as i see them. Ive deffintaly notice that im replicating some work here maybe i slipped up by not commiting something over the weekend or maybe its someones ide or bad git habbits * wip: lol accounts and minor fix to registration * WIP: keys and program fixes * WIP: keys * WIP: end-to-end test fix * end to end test * wip: keys * fix lint * lint-fix * WIP: src/index * WIP: keys/index * WIP: utils * WIP: registration and utils * docker image * wip: crypto * yarn * types fix * wip: crypto update * crypto lib errors * wip: Hpke * wip: getting tests to pass * wip: test data * WIP: passing 32 bytes uint 8 array * WIP: passing crypto test. please double check * Delete docs/classes/extrinsic.default.md * wip: updating path to crypto utils * wip: moving crypto/types to crypto/types/index * Delete src/keys/types/high-level.ts * wip: updates from mass pr review for update-core * wip: working on e2e tests * wip * wip: working on e2e tests * WIP: derivation paths * WIP: matching uuid * WIP: derivation paths cont * WIP: sorting out undefined object in get lazy load * wip: keyring try 2: make stuff better? wrote some new functions next stepp make sure they are right * wip: pushing up these changes to package json; their from mixs pr and are what fixed the linking of the sdk on cli * wip: types and typeos still need to update everywher else * wip: i think i have keys figured out now just need to get the rest of the tests * wip: getting keys to match :{ * made keys match! * wip: registering * wip: updated keyring to pass address to individual entropy accounts properly; changed debug to type boolean instead of hardcoding true * wip: getting the register event running into issues with tssnode * add test gotchas, fix spin-up to show pull locally * Add --no-sync flag for bootstrapping added due to entropyxyz/entropy-core#784 * Can Register! * console.log > debug * wip: tests * add noop program * add substrate types just as a reffences not acctually running them for anything * got programs working correctly * WIP: program json includes * WIP: debugging program issue, now at signing * WIP: fixed pointer. cleaned up * WIP: clean up before signing * wip: final stretch for e2e test: working on signing * WIP: error at txrequestdata * WIP: error at formatTxRequest * WIP: working but failing at runtime due to program error * WIP: cleaned up runtime error * WIP: got a signature back * wip: mapping out where address differs upon registration and initialization of new keyring * wip: exporting keys utils from sdk * export * wip: signWithAdapter * updated type for pairmaterial as its the context type and not child key * wip * wip: admin type on entropy acct, debug now sets all keys as used * WIP: stuck at invalid type map expected string * 0.1.5-0 * WIP: sign test failing * WIP: test sign fail * wip: signing Error: request failed 500, Internal Server Error fetch: http://bob-tss-server:3002/user/sign_tx FULLRESPONSE: Parse transaction_request error * wip: trying more things out * 0.1.5-1 * update e2e tests * wip: siging tests * only run e2e test * signing now works with noop program * 0.1.5-2 * fix: getAccounts to always return the registering key * fix: admin and register key should be the same... [no test written] * 0.1.5-3 * keys: proxy try get * Mixmix/fix tests (#347) * tidy tests * enable as many tests as possible * fixed * add close, add slowdown for github in end-to-end tests * Naynayjessie/fix sign with adapter (#350) * wip: adding jesses changes for signwithadapter without commenting out tests * wip: kebab cased some things * fix test * wip: signWithAdapters -> signWithAdaptersInOrder * wip: base adapter as noop * fixed programs * remove console.log * remove console.log * wrong type to pull in --------- Co-authored-by: Nayyir Jutha <[email protected]> Co-authored-by: Jesse Abramowitz <[email protected]> Co-authored-by: frankie <[email protected]> * wip: export cryptoWaid ready * turn require test back on * require.test.cjs passes again --------- Co-authored-by: frankie <[email protected]> Co-authored-by: Johnny <[email protected]> Co-authored-by: Nayyir Jutha <[email protected]> Co-authored-by: mix irving <[email protected]> Co-authored-by: Zach Mandeville <[email protected]> Co-authored-by: Nayyir Jutha <[email protected]> Co-authored-by: Jesse Abramowitz <[email protected]>
- Loading branch information