File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments