v1.1.0
Breaking changes
chain/getTransaction
now returns an error if the transaction is not found instead of returning an empty transaction object #3841. Some errors from this were also changed from ValidationError to NotFoundError. Both minor changesdefaultNetworkName()
now returns 'Devnet' instead of 'Dev' for network 2. Also, the devnet network definition is now exported asDEVNET
instead ofDEV
.
What's Changed
- Separate telemetry by endpoint by @danield9tqh in #3816
- feat(ironfish): add note hash to
wallet/getAccountNotesStream
RPC by @holahula in #3831 - Rpc spend by @ygao76 in #3832
- feat(ironfish): Add missing note hashes from RPC responses by @rohanjadvani in #3836
- fix(simulator): gracefully shutdown simulator on unexpected exit by @holahula in #3773
- Add spends to chain/getTransaction by @ygao76 in #3838
- feat(ironfish): add spends to
wallet/getTransaction
by @holahula in #3835 - adds custom transaction funding by note hash by @hughy in #3830
- Refactor chain/getTransaction by @danield9tqh in #3841
- feat(ironfish): Return note indices in getNotes by @rohanjadvani in #3812
- feat(ironfish): add spends to
wallet/getTransactions
by @holahula in #3834 - Deserialize fee as BigI64 by @dguenther in #3847
- Rename RPC route files to match endpoints by @dguenther in #3837
- Rename DEV -> DEVNET by @NullSoldier in #3820
- resets the testnet with a new genesis block by @hughy in #3848
- Use yup schema for spends by @ygao76 in #3849
- refactor(ironfish): Properly mark
notesEncrypted
as deprecated by @rohanjadvani in #3850 - Add RPC for validating address by @danield9tqh in #3842
- bumps versions for v1.1.0 by @hughy in #3852
- STAGING -> MASTER by @hughy in #3851
Full Changelog: v1.0.1...v1.1.0