Skip to content

Commit b6eaf28

Browse files
Update from github-actions[bot] running command 'prdoc --audience runtime_dev --bump patch'
1 parent 4290314 commit b6eaf28

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

prdoc/pr_10919.prdoc

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
title: Add revive substrate runtime-api integration tests for call & instantiate
2+
doc:
3+
- audience: Runtime Dev
4+
description: |-
5+
## Summary
6+
- Add integration tests for revive runtime API
7+
- Test Fibonacci contract deployment and execution via substrate APIs
8+
9+
## Changes
10+
- Add test for Fibonacci contract call via runtime API
11+
- Add test to verify large Fibonacci values run out of gas as expected
12+
- Update dev-node runtime configuration for testing
13+
14+
## Test plan
15+
- Run new integration tests
16+
- Verify runtime API correctly handles contract deployment
17+
- Verify gas limits are enforced correctly
18+
crates:
19+
- name: revive-dev-runtime
20+
bump: patch
21+
- name: pallet-revive-eth-rpc
22+
bump: patch

0 commit comments

Comments
 (0)