sampocs
sampocs
@zmanian > This code doesn't appear to contain any migration code from the original x/staking implantation unless I missed it. Should the migration code live here or in gaia?
@mpoke Couple questions on the migration: 1. Please double check me on this, but since the protos only have fields added, I don't think we have to increment the module's...
@mpoke > The new params require migration even if they are set to the default value Sorry, my phrasing was a bit confusing. I didn't mean to imply that they...
@xlab Hmm, very good point. One option is to just register it as 25 (i.e. 2.5) It also feels a bit weird to register this migration with the module considering...
@reviewers - the distribution changes were accidentally merged into the wrong base branch. pulling those in now
The RC was just created this morning if you want to test with that: https://github.com/cosmos/cosmos-sdk/releases/tag/v0.45.16-ics-lsm-rc0
@gnongsie The above worked for me with the tax field but I am unable to include the Tip field. ``` tip = apicontractsv1.extendedAmountType() tip.amount = Decimal('2.00') transactionrequest.tip = tip ```...
It gives me the same error
I'm using SDK version 1.1.2 on Python 2.7 Here's my full code ``` merchantAuth = apicontractsv1.merchantAuthenticationType() merchantAuth.name = API_LOGIN_ID merchantAuth.transactionKey = TRANSACTION_KEY profileToCharge = apicontractsv1.customerProfilePaymentType() profileToCharge.customerProfileId = XXX profileToCharge.paymentProfile =...
yup I agree! I noticed this as well the other day