-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release v4 #811
Merged
release v4 #811
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Make EVM's `getAtomicTx` user readable
Update readme file
Update readme - fix typo
Bech32 Encoder / Decoder
Bech 32 encoder/decoder: add error handling + fix stuff
Add `.env` file
Add `base58` to `hex` deocoder
Add decoder for `blockExtraData`
* feat: switch to v4 * ci: add codeql analysis BREAKING CHANGE: switch to new API
BREAKING CHANGE: switch to v4 API
gergelylovas
approved these changes
Feb 15, 2024
bferenc
added a commit
that referenced
this pull request
Feb 15, 2024
BREAKING CHANGE: switch to v4 API --------- Co-Authored-By: Oliver Wang <[email protected]> Co-Authored-By: Dhruba Basu <[email protected]> Co-Authored-By: Danny Fenstermaker <[email protected]> Co-Authored-By: Emre Kanatli <[email protected]> Co-Authored-By: rictorlome <[email protected]> Co-Authored-By: nahoc <[email protected]> Co-Authored-By: Fumiko Richards <[email protected]> Co-Authored-By: Ray Lin <[email protected]> Co-Authored-By: Neocyber <[email protected]> Co-Authored-By: Gabriel Cardona <[email protected]> Co-Authored-By: Gergely Lovas <[email protected]>
bferenc
added a commit
that referenced
this pull request
Feb 15, 2024
BREAKING CHANGE: switch to v4 API --------- Co-Authored-By: Oliver Wang <[email protected]> Co-Authored-By: Dhruba Basu <[email protected]> Co-Authored-By: Danny Fenstermaker <[email protected]> Co-Authored-By: Emre Kanatli <[email protected]> Co-Authored-By: rictorlome <[email protected]> Co-Authored-By: nahoc <[email protected]> Co-Authored-By: Fumiko Richards <[email protected]> Co-Authored-By: Ray Lin <[email protected]> Co-Authored-By: Neocyber <[email protected]> Co-Authored-By: Gabriel Cardona <[email protected]> Co-Authored-By: Gergely Lovas <[email protected]>
gergelylovas
added a commit
that referenced
this pull request
Feb 20, 2024
github-actions bot
pushed a commit
to BitGo/avalanchejs
that referenced
this pull request
Mar 26, 2024
# 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
github-actions bot
pushed a commit
to BitGo/avalanchejs
that referenced
this pull request
Mar 26, 2024
# 1.0.0 (2024-03-26) ### Bug Fixes * add base tx example ([be22d56](be22d56)) * add publishConfig to package.json ([f7a188e](f7a188e)) * 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.