Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# 1.0.0 (2024-03-26) ### Bug Fixes * add base tx example ([be22d56](be22d56)) * Add tests ([6776d71](6776d71)) * AVM `importAVA` // `exportAVA` documentation ([beebaf1](beebaf1)) * BN toString in params ([572c055](572c055)) * Implement `importKey` , `exportKey` for platformAPI ([02485d4](02485d4)) * imports ([207f6eb](207f6eb)) * only use fetch if available ([df9570b](df9570b)) * reference ES module on main ([ava-labs#832](https://github.com/BitGo/avalanchejs/issues/832)) ([d872f79](d872f79)) * Remove `subnet` from params in `addNonDefaultSubnetValidator` ([7c7a9ce](7c7a9ce)) * rename to @bitgo/avalanchejs ([3e354b6](3e354b6)) * Revert linting ([73ff260](73ff260)) * **tests:** broke jest, update ts-jest ([c798b1c](c798b1c)) * Typo `usermame` => `username` ([cd1ca70](cd1ca70)) * update `package.json` to reference the fork repo ([411de7e](411de7e)) * upgrade store2 from 2.12.0 to 2.13.1 ([71a6d0b](71a6d0b)) * upgrade ws from 8.3.0 to 8.4.0 ([7f60d41](7f60d41)) * use noble/curves instead of noble/secp256k1 ([09fc8ab](09fc8ab)) * use pchain blockchain id ([4cf3ea1](4cf3ea1)) * use ripemd160 instead of rmd160 as algorithm descriptor ([08bc6b0](08bc6b0)) * version number ([ava-labs#821](https://github.com/BitGo/avalanchejs/issues/821)) ([e1d6726](e1d6726)) ### Features * Add call to `admin.getNetworkName` ([414020b](414020b)) * Add call to `admin.getNodeVersion` ([2294cf4](2294cf4)) * add HealthAPI ([4ef9c05](4ef9c05)) * add HealthAPI ([f808303](f808303)) * **bls:** add signing functions ([ava-labs#817](https://github.com/BitGo/avalanchejs/issues/817)) ([8cb2fbe](8cb2fbe)) * **bls:** validate proof of possession ([ava-labs#815](https://github.com/BitGo/avalanchejs/issues/815)) ([273b8ca](273b8ca)) * **lint:** run lint staged on commit, instead of full lint ([c743c9f](c743c9f)) * release v4 [skip ci] ([ava-labs#811](https://github.com/BitGo/avalanchejs/issues/811)) ([39d652e](39d652e)) * **release:** auto release on release branch ([14fce27](14fce27)) * **release:** now adding release for master and release branch ([9c0cd92](9c0cd92)) * **release:** release master alpha build ([51f7e92](51f7e92)) * Rename test ([bf83f6a](bf83f6a)) * Revert mistake ([cf3c9de](cf3c9de)) * support node 18 ([61384cc](61384cc)) * use fetch for network requests ([74332a3](74332a3)) ### BREAKING CHANGES * switch to v4 API
- Loading branch information