-
Notifications
You must be signed in to change notification settings - Fork 39
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
Add Seasons #591
Closed
Closed
Add Seasons #591
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
- if item specials seed has not been reached, which happens when first item reaches g15, the view function will return an error - the view function will return the specials for all 101 items so clients can make a single RPC call to get all specials once the item specials entropy is available - this PR also prevents item specials seed from being set to 0
- renames previous `claim_free_game` endpoint to `enter_genesis_tournament`
- add till death as optional tick box (#144) - fix name to a hex (causing storage problems) - purchasing is one-click - increase tx wait interval by .2 seconds - responsive
* add new upgrade system * fix item leaderboard loading bug * add health slider * update wait time to 1 sec for tx comfirmations * close swap selection on equip
- isolate auto scrolling as a separate component
- adds vrf premium access address to constructor - constructor grants this address approval for all eth - on mainnet this will be set to pragma multisig to allow them to withdraw vrf premiums - increase max vrf callback fee on sepolia and mainnet
- by storing client provider address we allow clients to provide onchain rewards for their players - golden tokens are a special case because they don't pay for the game and thus don't pay the client provider - to provide maximum flexibility for client providers, this commit also records if a golden token was used. This is achieved by storing the golden token id in adventurer metadata (0 if no GT is used). - The above allows clients to decide whether or not to include GT games in their promotions
* improvements in the current hints screens * addition of many more hints * add new animation * adapt style of notification animations * change adventurer list page * add adventurer transfers
- fix market infinite loading bug (closes #164)
- add domain resolving on mobile - add unequip option for weapons in marketplace
* Better prescience * introduce multiple path sorted by biggest health * remove tournament screen on testnet * remove bug when not changing upgrade tx from removing items * add list of revenue addresses (from contributors) --------- Co-authored-by: tedison <[email protected]> Co-authored-by: cwastche <[email protected]> Co-authored-by: tedison <[email protected]> Co-authored-by: Bob <[email protected]>
- add vitality and charisma item swap warnings - add swap warning when in a beast battle
- fix golden tokens
- add new sound tracks for spawning adventurer - update spawn page
- add art assets - add extra pay button - hide dead adventurers by default
- delete outdated stat component
- remove realms world graphql client - remove unused variables - add blastapi nftcollection query
- add banner displaying season information
@starknetdev is attempting to deploy a commit to the Loot Bibliotheca Team on Vercel. A member of the Team first needs to authorize it. |
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.