Skip to content

Gtc6244/update press release#250

Merged
GTC6244 merged 1 commit intonextfrom
GTC6244/update-press-release
Mar 31, 2026
Merged

Gtc6244/update press release#250
GTC6244 merged 1 commit intonextfrom
GTC6244/update-press-release

Conversation

@GTC6244
Copy link
Copy Markdown
Contributor

@GTC6244 GTC6244 commented Mar 31, 2026

No description provided.

…ling minimum

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@GTC6244 GTC6244 requested review from a team and Copilot March 31, 2026 22:32
@mintlify
Copy link
Copy Markdown
Contributor

mintlify Bot commented Mar 31, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
litprotocol 🟢 Ready View Preview Mar 31, 2026, 10:32 PM

@GTC6244 GTC6244 changed the base branch from main to next March 31, 2026 22:32
@GTC6244 GTC6244 merged commit 37732f3 into next Mar 31, 2026
5 checks passed
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new configOperator role to the AccountConfig diamond contract (with corresponding ABI + Rust binding updates), alongside minor documentation and deployment workflow tweaks.

Changes:

  • Introduce configOperator() getter, setConfigOperator(address) setter, and OnlyConfigOperatorOrOwner(address) custom error in the AccountConfig contract/facets.
  • Regenerate/update the AccountConfig ABI JSON and the Rust ethers contract bindings to include the new function/error.
  • Update the 2026-03-30 press release “Getting Started” + pricing wording, and add a cleanup step to a self-hosted deploy workflow.

Reviewed changes

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

Show a summary per file
File Description
lit-api-server/src/accounts/contracts/AccountConfig.json Adds ABI entries for configOperator, setConfigOperator, and OnlyConfigOperatorOrOwner.
lit-api-server/src/accounts/contracts/account_config_contract.rs Updates generated ethers bindings to expose the new view/setter and decode the new custom error.
lit-api-server/blockchain/lit_node_express/contracts/AccountConfigFacets/ViewsFacet.sol Adds configOperator() view into the read-only facet.
lit-api-server/blockchain/lit_node_express/contracts/AccountConfigFacets/SecurityLib.sol Adds config-operator access guard and switches “owner” checks to LibDiamond.contractOwner().
lit-api-server/blockchain/lit_node_express/contracts/AccountConfigFacets/AppStorage.sol Adds OnlyConfigOperatorOrOwner error and repurposes the prior owner storage slot as configOperator.
lit-api-server/blockchain/lit_node_express/contracts/AccountConfigFacets/APIConfigFacet.sol Adds setConfigOperator(address) gated by config operator or diamond owner.
lit-api-server/blockchain/lit_node_express/contracts/AccountConfig.sol Initializes configOperator during deployment (alongside pricingOperator).
docs/press_releases/2026-03-30.md Rewords onboarding guidance (Dashboard-first + curl alternative) and clarifies minimum billing duration.
.github/workflows/deploy-prod-2-execute.yml Removes stale deploy-context.json before downloading on self-hosted runners.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

2 participants