Breaking changes:
Asset
constructor now usespublic_address
rather thanspending_key
. This will only affect SDK users who were manually constructingAsset
s. #3863
Other changes:
- Update cli text for transaction:watch by @wd021 in #3853
- Documentation url by @ChandlerFerry in #3855
- Add support for
PostTransaction
inworkers:status
by @holahula in #3865 - Add test/updates for calculating raw transaction size by @jowparks in #3854
- Size method note primitives by @jowparks in #3868
- Update ironfish repo readme by @ygao76 in #3866
- Fix mempool/getTransactions limit parameter by @holahula in #3878
- Validate string input fields in RPC by @jowparks in #3870
- Return nullifier in rpc notes responses by @ygao76 in #3880
- removes unnecessary note decryption in wallet transaction RPCs by @hughy in #3872
- makes notes from wallet RPCs uniform by @hughy in #3883
- Add getMaxTransactionBytes method to the verifier by @jowparks in #3869
- Fix Windows chain:download by closing DB before deleting by @dguenther in #3888
- Add incoming peer whitelist by IP by @danield9tqh in #3886
- Create peer/add RPC endpoint and CLI command by @danield9tqh in #3885
- Check network version on chaindownload by @ygao76 in #3871
- Add peer identity to status command by @danield9tqh in #3894
- adds support for
RpcHttpAdapter
inrpc/getStatus
route by @holahula in #3889 - Update metrics flush interval to one hour by @jowparks in #3882
- Check for transactions with duplicate nullifiers earlier by @mat-if in #3898
- implements wallet/getNotes endpoint with pagination by @hughy in #3861
- adds filtering to wallet/getNotes endpoint by @hughy in #3867
New Contributors
- @ChandlerFerry made their first contribution in #3855. Thanks!
All changes
For the full list of changes, check out the commits: v1.1.0...v1.2.0