-
Notifications
You must be signed in to change notification settings - Fork 137
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
Stellar Protocol 11 Compatibility #179
Comments
@bartekn That XDR files diff goes to a link that says "there isn't anything to compare", what actually needs to be done there? |
Github rendered this link broken. Try this:
EDIT actually this link doesn't point to the files directly. In that diff view go to files and check files in After copying new files you can use xdrgen (when stellar/xdrgen#44 is merged) to generate new JS code. |
@bartekn should https://github.com/stellar/stellar-protocol/blob/master/core/cap-0006.md be amended? It's referencing Edit: never mind… only the abstract mentions |
Close #179 - [x] rename `manage_offer` to `manage_sell_offer` - [x] rename `create_passive_offer` to `create_passive_sell_offer ` - [x] add `manage_buy_offer` ([CAP-0006](https://github.com/stellar/stellar-protocol/blob/master/core/cap-0006.md))
Protocol V11 of Stellar adds a new
manage_buy_offer
operation. Also names ofmanage_offer
andcreate_passive_offer
have been changed tomanage_sell_offer
andcreate_passive_sell_offer
.References:
src/xdr
(realistically any file that ends with a.x
extension).The text was updated successfully, but these errors were encountered: