-
Notifications
You must be signed in to change notification settings - Fork 135
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
feat: deploy user smart contracts #1200
Merged
maharifu
merged 27 commits into
palomachain:master
from
VolumeFi:lcarvalho/159-deploy-smart-contracts
Aug 22, 2024
Merged
feat: deploy user smart contracts #1200
maharifu
merged 27 commits into
palomachain:master
from
VolumeFi:lcarvalho/159-deploy-smart-contracts
Aug 22, 2024
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
byte-bandit
reviewed
Jun 26, 2024
byte-bandit
reviewed
Jun 26, 2024
byte-bandit
reviewed
Jun 26, 2024
byte-bandit
reviewed
Jun 26, 2024
byte-bandit
reviewed
Jun 26, 2024
byte-bandit
reviewed
Jun 26, 2024
byte-bandit
reviewed
Jun 26, 2024
byte-bandit
reviewed
Jun 26, 2024
byte-bandit
reviewed
Jun 26, 2024
byte-bandit
reviewed
Jun 26, 2024
byte-bandit
reviewed
Jun 26, 2024
maharifu
force-pushed
the
lcarvalho/159-deploy-smart-contracts
branch
from
June 26, 2024 14:30
e9f3a3f
to
f2915b2
Compare
byte-bandit
previously approved these changes
Jun 26, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good!
maharifu
force-pushed
the
lcarvalho/159-deploy-smart-contracts
branch
3 times, most recently
from
August 20, 2024 09:33
a30d8b3
to
fd7a594
Compare
maharifu
changed the title
Lcarvalho/159 deploy smart contracts
feat: deploy user smart contracts
Aug 21, 2024
3 tasks
byte-bandit
reviewed
Aug 22, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good stuff and great call on the fee abstraction. Some remarks, mostly about the proposal type.
proto/palomachain/paloma/evm/set_smart_contract_deployer_proposal.proto
Outdated
Show resolved
Hide resolved
Allow users to upload their own smart contracts to paloma. These can then be deployed to any of our external chains.
maharifu
force-pushed
the
lcarvalho/159-deploy-smart-contracts
branch
from
August 22, 2024 12:49
8ffbc4a
to
422f02d
Compare
byte-bandit
approved these changes
Aug 22, 2024
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.
Related Github tickets
Background
Deploy any smart contract to any supported Paloma chain via the CLI using the Pigeon Feed functionality for paying for message relays.
The PR adds a CLI interface to interact with user-defined smart contracts:
Testing completed
Breaking changes