Tags: Arbilad/neutron-osmosis
Tags
try fixing? (osmosis-labs#9566) (osmosis-labs#9572) (cherry picked from commit 9b6aafb) Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com>
Update the txfee constants (osmosis-labs#9563) * Update the txfee constants * Update constants to 3x * fix: update test consensus min fee amount to match new constants Updated consensusMinFeeAmt in feedecorator_test.go from 100 to 300 to reflect the increase in ConsensusMinFee from 0.01 to 0.03. With 10,000 base gas: 10,000 × 0.03 = 300 uosmo minimum fee. Also added gitignore pattern for temporary test directories. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * try update e2e fee * fix: update e2e test fees to match new consensus min fee The consensus min fee was increased from 0.01 to 0.03 uosmo/gas (3x). Updated all hardcoded transaction fees in e2e tests to meet the new minimum requirements: - 700k gas txs: 7,000 → 21,000 uosmo - 1M gas txs: 10,000 → 30,000 uosmo - 400k gas txs: 7,000 → 12,000 uosmo - 600k gas txs: 6,000 → 18,000 uosmo This fixes the e2e test failure where create-pool commands were being rejected by the mempool for insufficient fees. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * revert my unneeded cfg updates * try e2e again --------- Co-authored-by: Claude <noreply@anthropic.com>
Update the txfee constants (osmosis-labs#9563) * Update the txfee constants * Update constants to 3x * fix: update test consensus min fee amount to match new constants Updated consensusMinFeeAmt in feedecorator_test.go from 100 to 300 to reflect the increase in ConsensusMinFee from 0.01 to 0.03. With 10,000 base gas: 10,000 × 0.03 = 300 uosmo minimum fee. Also added gitignore pattern for temporary test directories. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * try update e2e fee * fix: update e2e test fees to match new consensus min fee The consensus min fee was increased from 0.01 to 0.03 uosmo/gas (3x). Updated all hardcoded transaction fees in e2e tests to meet the new minimum requirements: - 700k gas txs: 7,000 → 21,000 uosmo - 1M gas txs: 10,000 → 30,000 uosmo - 400k gas txs: 7,000 → 12,000 uosmo - 600k gas txs: 6,000 → 18,000 uosmo This fixes the e2e test failure where create-pool commands were being rejected by the mempool for insufficient fees. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * revert my unneeded cfg updates * try e2e again --------- Co-authored-by: Claude <noreply@anthropic.com>
chore: bump submodule (osmosis-labs#9565) * bump submodule * go work sync * Revert "go work sync" This reverts commit 05362fa.
Update the txfee constants (osmosis-labs#9563) * Update the txfee constants * Update constants to 3x * fix: update test consensus min fee amount to match new constants Updated consensusMinFeeAmt in feedecorator_test.go from 100 to 300 to reflect the increase in ConsensusMinFee from 0.01 to 0.03. With 10,000 base gas: 10,000 × 0.03 = 300 uosmo minimum fee. Also added gitignore pattern for temporary test directories. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * try update e2e fee * fix: update e2e test fees to match new consensus min fee The consensus min fee was increased from 0.01 to 0.03 uosmo/gas (3x). Updated all hardcoded transaction fees in e2e tests to meet the new minimum requirements: - 700k gas txs: 7,000 → 21,000 uosmo - 1M gas txs: 10,000 → 30,000 uosmo - 400k gas txs: 7,000 → 12,000 uosmo - 600k gas txs: 6,000 → 18,000 uosmo This fixes the e2e test failure where create-pool commands were being rejected by the mempool for insufficient fees. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * revert my unneeded cfg updates * try e2e again --------- Co-authored-by: Claude <noreply@anthropic.com>
Update the txfee constants (osmosis-labs#9563) * Update the txfee constants * Update constants to 3x * fix: update test consensus min fee amount to match new constants Updated consensusMinFeeAmt in feedecorator_test.go from 100 to 300 to reflect the increase in ConsensusMinFee from 0.01 to 0.03. With 10,000 base gas: 10,000 × 0.03 = 300 uosmo minimum fee. Also added gitignore pattern for temporary test directories. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * try update e2e fee * fix: update e2e test fees to match new consensus min fee The consensus min fee was increased from 0.01 to 0.03 uosmo/gas (3x). Updated all hardcoded transaction fees in e2e tests to meet the new minimum requirements: - 700k gas txs: 7,000 → 21,000 uosmo - 1M gas txs: 10,000 → 30,000 uosmo - 400k gas txs: 7,000 → 12,000 uosmo - 600k gas txs: 6,000 → 18,000 uosmo This fixes the e2e test failure where create-pool commands were being rejected by the mempool for insufficient fees. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * revert my unneeded cfg updates * try e2e again --------- Co-authored-by: Claude <noreply@anthropic.com>
update changelog for v30.0.5 (backport osmosis-labs#9546) (osmosis-la… …bs#9550) * update changelog for v30.0.5 (osmosis-labs#9546) * update changelog * Update CHANGELOG.md (cherry picked from commit 8d67e79) # Conflicts: # CHANGELOG.md * resolve conflict --------- Co-authored-by: Supanat <supanat.ptk@gmail.com>
fix: consume gas on contract out of gas error panic (backport osmosis… …-labs#9511) (osmosis-labs#9542) * fix: consume gas on contract out of gas error panic (osmosis-labs#9511) * consume gas on contract panic * Update changelog * trigger CI * update code comment (cherry picked from commit 3af7d43) # Conflicts: # osmoutils/cosmwasm/helpers.go # x/concentrated-liquidity/pool_hooks.go # x/tokenfactory/keeper/before_send.go * fix conflict * fix conflict --------- Co-authored-by: Supanat <supanat.ptk@gmail.com>
PreviousNext