Brad Hart

Results 4 issues of Brad Hart

With the near release of eosjs v21, a push from eosjs-ecc to elliptic has been decided. This repository utilizes eosjs-ecc and should migrate to the new methodology using eosjs v21...

`@types/elliptic` states that `getKeyRecoveryParam` `e` variable is `Error | undefined`: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/a9f3af6e4416678bad8027c15627683621f532f1/types/elliptic/index.d.ts#L219 However, other than within the scope of the `catch (e) {...}` where it is `Error | undefined`, the type...

## Change Description Adding support in eosjs-serialize.ts to serialize tuples. Added several tests for different types of nested containers. ## API Changes - [ ] API Changes ## Documentation Additions...

With the near release of eosjs v21, a push from eosjs-ecc to elliptic has been decided. This repository utilizes eosjs-ecc and should migrate to the new methodology using eosjs v21...