JinGyeong Jeong

Results 67 issues of JinGyeong Jeong

``` before: create(passphrase?: string) after: create(options?: { passphrase?: string }) before: importRaw(secret: H256Value, passphrase?: string) after: importRaw(options?: { secret: H256Value, passphrase?: string }) remove sign unlock ```

rpc
breaking-change
account

https://github.com/CodeChain-io/codechain-sdk-js/blob/master/src/rpc/__test__/invalid-response.spec.ts#L485

good first issue
test

https://github.com/CodeChain-io/codechain-sdk-js/blob/master/src/rpc/__test__/invalid-response.spec.ts#L503

good first issue
test

* [x] Buffer (https://github.com/CodeChain-io/codechain-sdk-js/issues/62) * [ ] Bundle

https://github.com/CodeChain-io/codechain/blob/master/spec/JSON-RPC.md#account_changepassword

good first issue
account

Currently: ``` class AssetTransferInput { lockScript: Buffer; unlockScript: Buffer; ... } ``` Patch: ``` class AssetTransferInput { lockScript: Script; unlockScript: Script; .... } ```

maintenance

- [ ] AssetData - [ ] AssetOutPointData - [ ] AssetTransferInputData - [ ] AssetTransferOutputData - [ ] AssetTransferTransactionData - [ ] ...

documentation