-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Update Iqlusion Fork #1
Merged
Merged
Conversation
This file contains 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
* Update to latest ibc-alpha * Fix build * Validate header locally * Fetch next validator set * Fix minor typo * Query latest height from client state * Debuggin 🐛 🔍 👢 * Update to latest SDK * Merge PR #37: Play with the verifier * Use light client API directly * Remove all direct store access * Add some comments and fix two-chainz * Update to latest SDK * Merge PR #38: verifier: update to the latest Tendermint light client * refactor UpdateLiteDBsToLatestHeaders * refactor GetLatestHeaders * use channel * close channel via defer * update verifier to the latest lite version ValidateBasic was removed because lite does this. Co-authored-by: Jack Zampolin <jack.zampolin@gmail.com> Co-authored-by: Jack Zampolin <jack.zampolin@gmail.com> Co-authored-by: Anton Kaliaev <anton.kalyaev@gmail.com> * Update sdk version * Update twochains to run create and update client * Add ability to print transaction before sending * Call ValidateBasic() on header * Merge PR #44: Fix hanging errors * Back to current versions of the SDK and TM, working clients, WIP connections * New error * Update two chains to take us to error * Results from debugging with Chris and Aditya * Working connection-step and expanded ci-chains test * --pruning=nothing on ci-chains.sh * Update upstream version * Merge PR #45: Working Connection handshake Co-authored-by: Christopher Goes <cwgoes@pluranimity.org> Co-authored-by: Anton Kaliaev <anton.kalyaev@gmail.com>
* WIP Channel Handshake * Working connection handshake * Channel step working, changes to new interfaces * Queries and primatives to make transfers * Stub out transfer commands, blocked at codec issue * Add some more output to the end of two-chains * fix encoding err * add some docs * Code reorg, cleanup and way better errors from queries * Add query connections and query channels commands * WIP UX improvements * Prepare to impl init cmd and path mod commands * Remove unnecessary two chains stuffs * Complete ibc-connection setup w/ error correction working * Update two-chains.sh * Update two-chains.sh * Clean up transaction commands * flip src and dst in MsgPacket calls * Update ci-chains.sh * paths list, add, delete * WIP add chain from json file * Add codespaces and better errors * Push changes for aditya * Modify two-chains to use config generation * Update upstream SDK version * Remove old todos * Bump tendermint up to v0.33.2 * Fix several bugs * Remove printf * Revert two-chains.sh changes * Alter xfer command * Merge PR #58: Continued demo prep * Docs updates * Huge modifications to two-chains * Add paths gen and paths delete Co-authored-by: Aditya Sripal <adityasripal@gmail.com> Co-authored-by: Christopher Goes <cwgoes@pluranimity.org>
…x querying * Working relayer q txs * WIP subscribe * Working event listener * Event listener listens for transactions * Refactor path to have a strategy * Merge PR #61: Refactor Config * Config chains is dead! 💀 * Complete config refactor
…d up chains * Patch ci-chains.sh * relayer config init * Migrate message generation to PathEnd * parallel query functions for connections, clientstates, channels, clientconsstates * migrate handshakes to use concurrent queries * add query balance command * add debug logging for all transactions * fix validateConfig function signature * Update logging * better errors * Nice debugging output for client, connection and channel creation
* Patch ci-chains.sh * relayer config init * Migrate message generation to PathEnd * parallel query functions for connections, clientstates, channels, clientconsstates * migrate handshakes to use concurrent queries * add query balance command * add debug logging for all transactions * fix validateConfig function signature * Update logging * better errors * Add raw xfer command to dev-chains.sh * More accurate logging * Panic on nil proof * Tweak some heights * More offsets * Fix several off-by-one errors * Add time.Sleep for now * Change created port to transfer * Speed up and add more stringent checks to ci-chains * kick ci * change caching * Change denom * Flip boolean * Fix commit * Update go.sum * xfer modification * modify xfer command * switch source in the xfer command * args right and dev-chains.sh update * push tx query * Fix other direction * Transfer n0token, not stake * Fix the account receiver * Update dev-chains * fix embarassing misspelling * Fix identifiers * Fix denom * WORKING * query until proo isn't nil * update naming * Path name arg to flag in most commands * last little bit of cleanup Co-authored-by: Jack Zampolin <jack.zampolin@gmail.com>
set gopath, gobin, and build relayer
akc2267
pushed a commit
that referenced
this pull request
Jan 31, 2024
upgrade nextra; add example of components
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.
No description provided.