We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dc383b commit ed59275Copy full SHA for ed59275
.github/actions/write-program-buffer/action.yaml
@@ -78,8 +78,7 @@ runs:
78
solana program extend ${{ inputs.program-id }} $REQUIRED_SIZE \
79
--keypair ./deploy-keypair.json \
80
--url ${{ inputs.rpc-url }} \
81
- --commitment confirmed \
82
- --with-compute-unit-price ${{ inputs.priority-fee }}
+ --commitment confirmed
83
else
84
echo "Program size is sufficient"
85
fi
readme.md
@@ -162,6 +162,12 @@ npx ts-node scripts/squad-closebuffer.ts \
162
--program "BhV84MZrRnEvtWLdWMRJGJr1GbusxfVMHAwc3pq92g4z"
163
```
164
165
+# Release v0.2.2
166
+
167
+## Bug Fixes
168
169
+- Remove compute unit price from program extend
170
171
# Release v0.2.1
172
173
## Bug Fixes
0 commit comments