Skip to content
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/unencrypted txs #105

Merged
merged 24 commits into from
Jun 25, 2024
Merged

Feat/unencrypted txs #105

merged 24 commits into from
Jun 25, 2024

Conversation

MikkySnow
Copy link
Collaborator

@MikkySnow MikkySnow commented Jun 21, 2024

  • Add possibility to enable additional endpoint for unencrypted transactions. Such transactions should have unencrypted tx.data field. All storage updates, made by those transactions, will still be encrypted. By default, JSON-RPC for unencrypted transactions is on 8547 port, websockets are on 8548 port.
  • Add test for unencrypted transactions

go-sgxvm/internal/api/lib.go Outdated Show resolved Hide resolved
go-sgxvm/lib.go Outdated Show resolved Hide resolved
sgxvm/src/handlers/tx.rs Outdated Show resolved Hide resolved
sgxvm/proto/ffi.proto Outdated Show resolved Hide resolved
x/evm/keeper/sgxvm.go Outdated Show resolved Hide resolved
x/evm/keeper/sgxvm.go Outdated Show resolved Hide resolved
x/evm/keeper/sgxvm.go Outdated Show resolved Hide resolved
x/evm/keeper/sgxvm.go Outdated Show resolved Hide resolved
@MikkySnow MikkySnow merged commit 04098c4 into develop Jun 25, 2024
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