-
Notifications
You must be signed in to change notification settings - Fork 10
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
Release 2.7.0 to master (Release/2.7.x -> master) #243
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
…and also updated the abi file with the new action names
…bi file with new parameters for each action. used some examples to add some asserts to the listdomain action
…sn't have to be done twice
…y to cxlistdomain.
…e config (setmrkplcfg). needed are a remove marketplace config (rmmrkplcfg) and set marketplace fee (setmkplfee).
…n the table in fio.escrow.
…nts if the EscrowContract is the one requesting it.
Rebase develop with master ( v 2.6.1 )
FIP-22 Retire fixes
…hout table migration
Add owner lookup to allow for multiple escrow marketplaces
retire fixes testing (release/2.7.x)
…ase for listdomain
Escrow ram adjust
Update cmake and readme to 2.7.0
ericbutz
approved these changes
Apr 7, 2022
adsorptionenthalpy
approved these changes
Apr 8, 2022
edrotthoff
approved these changes
Apr 8, 2022
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.
Enhancements and Updates
(#208) FIP-22 Retire FIO Tokens. Modifies the retire action to allow users to burn their own tokens.
(#197) FIP-26 New Domain Marketplace contract. Deploys a new fio.escrow system contract. This contract creates four new actions: listdomain, cxlistdomain, buydomain, and setmrkplcfg to support the Domain Marketplace application. The marketplace enables users to buy and sell FIO Domains. Users interact with the frontend website to view and place domains up for sale. The frontend interacts with the fio.escrow system contract to facilitate transactions between users who buy and sell domains.
(#215) FIP-32 Allow unlimited size of content parameter in New Funds Request. This update modifies the newfundsreq action to allow for an unlimited size of the content parameter to accommodate Lightning Network invoices or any other data that FIO Protocol users would want to include in FIO Request. The newfundsreq fee is assessed based on the size of the request.
(#212) FIP-33 Allow $ in chain/token codes. Updates the addaddress and remaddress actions to allow $ (dollar sign) as the token code or chain code. This provides support for chains (e.g. Ethereum, Binance SmartChain) that allow "$" as a token code.
(#215) FIP-34 Allow unlimited size of content parameter in Record OBT Data. This update modifies the recordobt action to allow for an unlimited size of the content parameter. The recordobt fee is assessed based on the size of the request.
(#217) FIP-35 Increase NFT token_id size. Updates the addnft action to allow token_id to be max 128 characters, up from 64.