JinGyeong Jeong
JinGyeong Jeong
`BLKNUM` (0xa0) should be removed. Related issue: https://github.com/CodeChain-io/codechain/pull/1836
For consistency with other core classes, Deprecate - fromJSONToTransaction() - fromJSONToSignedTransaction() and add - Transaction.fromJSON() - SignedTransaction.fromJSON()
It's possible that the transaction already has fee and seq.
1. Core.Transaction.sign() using secret 2. Key.signParcel() using Keystore 3. Rpc.chain.sendTransaction() using CodeChain AccountProvider
- [ ] AssetOutPoint parameters - [ ] Asset parameters - [ ] AssetMintOutput parameters - [ ] AssetTransferOutput parameters - [ ] Order parametersFrom/parametersFee - [ ] WrapCCC parameters
Currently, it doesn't make the tests fail because of `warnOnly` flag in the `jest.config.js`. ``` "ts-jest": { diagnostics: { warnOnly: true } } ``` Warning example ``` ts-jest[ts-compiler] (WARN) TypeScript...
- `getKeyStore(): Promise` Get a list - `getPlatformAddresses(params?: { keyStore?: KeyStore }): Promise` - `getAssetTransferAddresses(params?: { keyStore?: KeyStore }): Promise` Remove an address - `removeAddress(address: PlatformAddressValue | AssetTransferAddressValue, params?: {...