-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feat/evm batch tx editor #80
Conversation
✅ Deploy Preview for blocto-sdk-toolkit-testnet ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
setRequestObject, | ||
account, | ||
}: EvmBatchTxEditorProps): ReactJSXElement => { | ||
const [revert, setRevert] = useState<string>("true"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
另外幫我做成 optional 的可以嗎 因為這個 param 其實可以不帶
wallet 理論上還是要用 revert = false 的方式幫處理掉~想讓 QA 也可以測一下 dapp 沒帶的情況 謝謝!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
resolved enhance: optional revert and improve empty tx express
- 新增 unset 處理沒放 revert 的狀況
- revert flag default 已經是 true 了, 但因為 Radio value prop 不收 boolean, 因此 revert state 那裡是放字串, 有加
RevertOptionMap
處理最後送進 sdk 的 revert 值
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
我是要說 default 放 false lol 講錯了搜哩XDD
貼的那個 spec 就是寫 default false
然後 Netlify 上面的 pre-deploy 失敗ㄛ~ 再幫檢查一下 |
9e032ac
to
035e585
Compare
Summary
add send batch transaction editor in EVM tab
The parts will be implemented in later Pull Requests
Related Links
Asana: https://app.asana.com/0/1201812548509877/1206045904729804/f
Mockup:
Checklist
Prerequisite/Related Pull Requests
Screenshot/Gif