Merged
Conversation
remove blockscout progress towards blockscout
* main: (24 commits) chore: update `bytes` and `ics23` crates (#1279) fix(sequencer): improve and fix instrumentation (#1255) feature(charts): hermes chart fixes, bech32 updates, ibc bridge test (#1130) chore(cli): remove unused rollup cli code (#1275) chore(test): use a temporary file to not pollute the workspace (#1269) chore(sequencer): add mempool benchmarks (#1238) fix(bridge-withdrawer)!: fix nonce handling (#1215) feat(cli, bridge-withdrawer)!: share code between cli and service (#1270) feat(cli): add cmd to collect withdrawal events and submit as actions (#1261) fix(core, bridge, sequencer)!: dismabiguate return addresses (#1266) fix(withdrawer): support withdrawer address that differs from bridge address (#1262) (core, sequencer)!: generate serde traits impls for all protocol protobufs (#1260) fix(charts): add resources for sequencer/cometbft (#1254) chore(sequencer)!: add metrics (#1248) fix(sequencer-utils): fixes issue in `parse_blob` tests (#1243) feat(core, proto)!: make bridge unlock memo string (#1244) fix(conductor): don't panic during panic (#1252) feat(core)!: lowerCamelCase for protobuf json mapping (#1250) refactor(bridge-withdrawer)!: refactor startup to a separate subtask and remove balance check from startup (#1190) fix: rollup archive node configurations (#1249) ...
…a into joroshiba/breakup-rollup * 'joroshiba/breakup-rollup' of github.com:astriaorg/astria: strings chart versions work pls fix lint fixes feat: breakup charts
* joroshiba/breakup-rollup: fixes
* main: chore(core): Implement Protobuf trait for tx actions (#1320) refactor(sequencer): remove global state (#1317) refactor(sequencer): move asset state methods to asset module (#1313) feat(sequencer, core): Add fee reporting (#1305) chore(bridge-withdrawer): cleanup nonce handling (#1292) fix(charts, bridge): fix ci test (#1310)
* main: refactor(ci): execute ics20 test from statefulset celestia container (#1302)
* main: fix: cargo audit warning (#1350)
* main: refactor(core, proto)!: define app genesis state in proto (#1346) fix(sequencer): bump penumbra dep to fix ibc state access bug (#1389) feat(conductor)!: support disabled celestia auth (#1372) fix(sequencer)!: fix block fees (#1343) perf(sequencer): add benchmark for prepare_proposal (ENG-660) (#1337) fix(proto): fix import name mismatch (#1380) fix(ci): enable bridge withdrawer building with tag (#1374) feat(sequencer): rewrite memool to have per-account transaction storage and maintenance (#1323) refactor(core, sequencer)!: require that bridge unlock address always be set (#1339) fix(sequencer)!: take funds from bridge in ics20 withdrawals (#1344) fix(sequencer)!: fix TOCTOU issues by merging check and execution (#1332) fix: abci error code (#1280) refactor(core): shorten `try_from_block_info_and_data()` (#1371) fix(relayer): change `reqwest` for `isahc` in relayer blackbox tests (ENG-699) (#1366) fix(conductor): update for celestia-node v0.15.0 (#1367) Chore: Upgrade celestia-node to v0.14.1 (#1360) chore(charts): fix charts production templates (#1359) chore(core, proto): migrate byte slices from Vec to Bytes (#1319)
* main: fix(test): use correct conditions to dermine smoke test success (#1395) fix(test): fail smoke test scripts eagerly if a command fails (#1394) fix(cli, tests): add force flag to overwrite withdrawal target path (#1393) release(charts): update with biweekly image cuts (#1399) Chore(Charts): seq-faucet bech32m chart update (#1301) chore: preview environment with astria-geth changes (#1401) release: biweekly release cut (#1398)
steezeburger
added a commit
that referenced
this pull request
Sep 3, 2024
* main: chore: ibc e2e smoke test (#1284) chore(metrics): restrict `metrics` crate usage to `astria-telemetry` (#1192) fix(charts)!: sequencer-relayer chart correct startup env var (#1437) chore(bridge-withdrawer): Add instrumentation (#1324) chore(conductor): Add instrumentation (#1330) fix(cli, bridge-withdrawer): dont fail entire block due to bad withdraw event (#1409) feat(sequencer, bridge-withdrawer)!: enforce withdrawals consumed (#1391)
jbowen93
pushed a commit
that referenced
this pull request
Sep 3, 2024
## Summary Adds smoke test for end to end Celestia > Astria > EVM > back to Astria > Celestia bridging ## Background Smoke tests r gud ## Changes * Combines work from withdraw smoke tests and ibc bridging tests ## Testing This is the PR for the testing --------- Co-authored-by: Jordan Oroshiba <jordan@astria.org>
ethanoroshiba
pushed a commit
that referenced
this pull request
Sep 4, 2024
## Summary Adds smoke test for end to end Celestia > Astria > EVM > back to Astria > Celestia bridging ## Background Smoke tests r gud ## Changes * Combines work from withdraw smoke tests and ibc bridging tests ## Testing This is the PR for the testing --------- Co-authored-by: Jordan Oroshiba <jordan@astria.org>
jbowen93
pushed a commit
that referenced
this pull request
Sep 6, 2024
## Summary Adds smoke test for end to end Celestia > Astria > EVM > back to Astria > Celestia bridging ## Background Smoke tests r gud ## Changes * Combines work from withdraw smoke tests and ibc bridging tests ## Testing This is the PR for the testing --------- Co-authored-by: Jordan Oroshiba <jordan@astria.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds smoke test for end to end Celestia > Astria > EVM > back to Astria > Celestia bridging
Background
Smoke tests r gud
Changes
Testing
This is the PR for the testing