-
Notifications
You must be signed in to change notification settings - Fork 25
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 production contract to #602 #628
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
…edat Add createdAt to the members query on eden-micro-chain
* Refactor All Members list on Community page on top of box queries. * Add loaders and error state. * Tests: make login more reliable again.
env spelling in cicd
* Add AtomicHub NFTs queries to Microchain * Complete NFT auctions bidding track * Add by collectedNfts query * Tracks transfer to keep the correct owner * Narrow down dfuse receivers * Lean NFT tracking
* Add AtomicHub NFTs queries to Microchain * Complete NFT auctions bidding track * Add by collectedNfts query * Tracks transfer to keep the correct owner * Narrow down dfuse receivers * Lean NFT tracking * Remove SSR from member detail page. * Remove unused usePagedMembers box query. * Move members box queries into members dir/domain. * Expose bios and inductionVideo. * Update member profile page UI with latest design system. * Use react-icon IconBase for NFT icons. * Member detail NFT layout enhancements. * Adjust styles for mobile. * Refactor member NFT collect(ion/ors) queries. * Remove now-unused code. * Unified MemberData to simplify until we have a better data model for member info. * Lock node version to LTS for eden-webapp runs. * Update election box queries to conform to MemberData.
Init SHiP receiver
eden-subchain-client
* Fix action move * Ephemeral CI * Fix E2E build requirements * Update build.yml * fix ci env vars * fix box start env * fix build * Fix UAL Softkey Chain ID * Fix UAL Softkey Chain ID * fix softkey chainid * cache clsdk * product_cache Co-authored-by: Todd Fleming <[email protected]>
* Completes induction with file uploads * Remove unnecessary box e2e * fix pinata jwt env var
* Implement runner checkpoint option * Add proper address ips on nodeos runner
…ablerows instead.
* Add basic Induction query * Add createdAt timestamps * induction wip * Complete inductions queries * Fix microchain * clang-format * fix clang-format
Remove transfer action and change tests that depend on it to use sett…
tbfleming
changed the title
Merge #602 into production-contract
Update production contract to #602
Dec 9, 2021
swatanabe
approved these changes
Dec 9, 2021
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.
Update production contract to #602