You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update protos submodule to point to cap-dev branch (#218)
* Bumped package.json for new chain integrations (#203)
* Add ability to pre-release (#204)
* Added Pharos Atlantic support
* Add encodeCallMsg field-context errors and logTriggerConfig helper (#201)
* Add encodeCallMsg field-context errors and logTriggerConfig helper
- encodeCallMsg now wraps hexToBase64 errors with field name context
- Add logTriggerConfig() helper for validated hex-to-base64 log trigger config
- Add validateHexByteLength for address (20 bytes) and topic (32 bytes) validation
- Add 17 new tests for encodeCallMsg error context and logTriggerConfig
* fix test
* fix linter
---------
Co-authored-by: ernest-nowacki <ernest.nowacki@smartcontract.com>
* remove node types and bun types from workflows (#199)
* remove node types and bun types from workflows
* Update comment
* Expose console types through global and add examples that serve as test that this setup actually works
* Add node modules restrictions
* Add more restricted node APIs
* Expose more apis through runtime
* TS fixes
* Fix prepare runtime
* Add links to the docs
* Update versions
* Add node modules examples
* Add documentation around workflow validation
* Add tests and fixed bug caught up by the test
* Set version for alpha
* Restore 1.1.3 version
* Simplify error messages
* Alpha release 2
* Restore correct versions
* Update version, add option to use user tsconfig
* Small fixes
* add option to do javy plugin pre-release (#207)
* Merge pull request #208 from smartcontractkit/chore/bump-cl-protos
Add new EVM mainnet and testnet chains
* Update chain-selectors dependency (#210)
* Updated chain-selectors dependency
* Updated package.json version
* Added hyperliquid mainnet and gnosis chiado support (#211)
* Code improvements (#214)
* Reproducible builds for a an OS (possibly not tied to arch)
* Remove comment that wasn't needed
* Fix generate chain selectors script (#216)
* Updated protos submodule to point to cap-dev branch
* Check types using workflow's `tsconfig` (#212)
* Update ts to be checking at build time
* running full-checks
* Remove extra alias
* Run bun-full checks with new docker support
* Update actions in github workflows (#221)
* Add CI to validate protos version on cap-dev branch (#217)
* Added CI validation to ensure protos submodule points to cap-dev branch
* Updated checkout action version
* Moved validate-submodule CI to its own workflow
* Moved permissions to job
* Updated checkout action version
---------
Co-authored-by: Ernest Nowacki <124677192+ernest-nowacki@users.noreply.github.com>
Co-authored-by: De Clercq Wentzel <10665586+wentzeld@users.noreply.github.com>
Co-authored-by: ernest-nowacki <ernest.nowacki@smartcontract.com>
Co-authored-by: Ryan Tinianov <tinianov@live.com>
Copy file name to clipboardExpand all lines: PUBLISHING.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,3 +57,29 @@ This would mean we're releasing a new version of the `@chainlink/cre-sdk` withou
57
57
_Note: In `Use workflow from` field keep `main` selected. In the `git tag` field put the name of tag you created (should start with `v`, following our example it would be: `v1.0.8`)._
58
58
9. Once the SDK is published cleanup the `relase-candidate-vx.y.z` branch (following our example we would need to delete the branch `release-candidate-v1.0.8`).
59
59
10.**🎉 Congratulations, you have released the new version of the CRE SDK!**
60
+
61
+
## Pre-release (Alpha / Beta / RC)
62
+
63
+
The npm dist-tag is determined automatically from the version in `package.json`. Pre-release versions never overwrite the `latest` tag, so `bun add @chainlink/cre-sdk` always installs the last stable release.
64
+
65
+
| Version in `package.json`| npm dist-tag | Install command |
0 commit comments