Skip to content

Rtinianov tee runtime#247

Draft
nolag wants to merge 32 commits into
mainfrom
rtinianov_teeRuntime
Draft

Rtinianov tee runtime#247
nolag wants to merge 32 commits into
mainfrom
rtinianov_teeRuntime

Conversation

@nolag

@nolag nolag commented Apr 28, 2026

Copy link
Copy Markdown
Contributor

No description provided.

amit-momin and others added 30 commits March 31, 2026 09:39
* 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>
Adding solana and aptos sdks to cap-dev branch
* 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)

* 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

* Verify reports

* Unlock CI (#234)

* Change the CI job

* Fix log trigger workflow example

* Update Readme (#226)

* Update readme

* Remove the information about raw plugin exported values - consumers should care only about the ones we explicity export

* Change the focus of --skip-type-checks to be more around the cli usage

* Non determinism warnings (#225)

* Release 1.5.0

* Add non determinism lint

* Improve validation logic to handle multiple chained methods

* Set alpha versions

* Avoid potential infinite loop

* CR fixes

* fix

* full check

---------

Co-authored-by: amit-momin <108959691+amit-momin@users.noreply.github.com>
Co-authored-by: Ernest Nowacki <124677192+ernest-nowacki@users.noreply.github.com>
Co-authored-by: amit-momin <amit.momin@smartcontract.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>
Merge main to capabilities-development
…script

CRE-4368 Add mtls auth to typescript sdk
The chain-selectors pin was bumped to 116ebbc (adding creditcoin,
robinhood, and private-testnet-rhyolite) but networks.ts and the
per-chain files were never regenerated. CI installs the pinned commit
via --frozen-lockfile, regenerates during full-checks, and fails the
git diff --exit-code check. Regenerated to bring generated output in
sync with the lockfile.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants