值得注意的是,第一个AMMvote交易将正确执行,但随后的AMMvoice交易将继续等待一个分类账在执行前三到五秒内关闭。 RippleX已经提出了一个修复方案,目前正在对其进行审查。提出的修复方案解决了这个问题,确保了AMM内部对象中默认字段的正确识别,并增强了核心分类账和AMM代码的稳定性。 尽管该漏洞的影响相对较小,但XRP...
Expanding on the significance of a majority vote, Schwartz emphasized that no validators currently endorse the vote to the best of his knowledge. The introduction of the AMM feature occurred with the release of rippled version 1.12.0, which also brought the potential clawback feature. Adding an ...
import { AMMDepositFlags, AMMWithdrawFlags } from "xrpl"; import { FormattedBaseSpecification } from "./specification"; import { FormattedAmount, FormattedIssuedCurrency } from "./amounts"; export interface VoteSlotInterface { VoteEntry: { Account: string; TradingFee: number; VoteWeight...
(Object.keys(result).sort()).to.eql(["amm", "ledger_hash", "ledger_index", "validated"]); expect(Object.keys(result.amm).sort()).to.eql([ "account", "amount", "amount2", "asset2_frozen", "auction_slot", "lp_token", "trading_fee", "vote_slots", ]); })...