-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(sequencer): ICS 20 Withdrawals Missing current_block_timestamp #1364
Commits on Aug 12, 2024
-
chore(core, proto): migrate byte slices from Vec to Bytes (#1319)
## Summary Changed protobuf, astria-core, and dependent code to utilize generic `Bytes` instead of the default `Vec<u8>` to utilize zero-copy deserialization from Protobuf and make type conversion cheaper. ## Background Previously, some components were utilizing `Bytes` and some were utilizing `Vec<u8>` as the generated Rust types when converting from Protobuf `bytes`. ## Changes - Adjusted Protobuf compiler to use `Bytes` for all Astria paths. - Edited conversions to/from `Raw` in `astria-core` to utilize `prost::bytes::Bytes`. - Adjusted code which relied on `Vec<u8>`. ## Testing Passing all tests. ## Related Issues closes #674
Configuration menu - View commit details
-
Copy full SHA for f3ea62e - Browse repository at this point
Copy the full SHA f3ea62eView commit details -
chore(charts): fix charts production templates (#1359)
## Summary Changes to production templates of the charts, namely secrets, volumes, configmap and deployment ## Background Production deployments through GCP provider has small template errors ## Changes - composer secret private key naming - evm-bridge-withdrawer condition - sequencer-faucet now uses fixed image - evm-faucet condition and secret naming - evm-rollup otel values templating ## Testing - deployed a local kubernetes cluster with all services - this changes were originally made while deploying dusk-9 production network ## Related Issues closes #1358
Configuration menu - View commit details
-
Copy full SHA for 43098d4 - Browse repository at this point
Copy the full SHA 43098d4View commit details
Commits on Aug 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bf13c0d - Browse repository at this point
Copy the full SHA bf13c0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0012e9b - Browse repository at this point
Copy the full SHA 0012e9bView commit details -
Merge branch 'feature/ibc-e2e-smoke-test' into fix/ics20-withdrawals
* feature/ibc-e2e-smoke-test: fix expected withdraw amount in tests
Configuration menu - View commit details
-
Copy full SHA for 5586b22 - Browse repository at this point
Copy the full SHA 5586b22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 445cde8 - Browse repository at this point
Copy the full SHA 445cde8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a98219c - Browse repository at this point
Copy the full SHA a98219cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 136d9ad - Browse repository at this point
Copy the full SHA 136d9adView commit details
Commits on Aug 14, 2024
-
Chore: Upgrade celestia-node to v0.14.1 (#1360)
## Summary celestia-node image update to v0.14.1 which fixes memory leaks ## Background Image used per celestia-node is outdated ## Changes - celestia-node image `v0.13.4 -> v0.14.1` ## Testing locall kubernetes cluster with all services deployed and firm blocks confirmed
Configuration menu - View commit details
-
Copy full SHA for c5364e8 - Browse repository at this point
Copy the full SHA c5364e8View commit details
Commits on Aug 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 02acb2e - Browse repository at this point
Copy the full SHA 02acb2eView commit details