-
Notifications
You must be signed in to change notification settings - Fork 32
chore: optimize testnetDocker #271
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
Merged
Conversation
This file contains hidden or 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
Codecov Report
@@ Coverage Diff @@
## main #271 +/- ##
=======================================
Coverage 42.07% 42.07%
=======================================
Files 22 22
Lines 1925 1925
Branches 48 48
=======================================
Hits 810 810
Misses 1115 1115 Continue to review full report at Codecov.
|
cryptowen
pushed a commit
that referenced
this pull request
Jan 17, 2022
* feat: monitor and control asset security (#233) * feat: update white list generator * chore: refact price util * feat: impl switch and bot * update node version * chore: upgrade packages to support new ckb address (#234) * doc: update verifier guide (#237) * chore: add mannet config example (#238) * chore: update dev-deploy via docker * fix: version api * refactor: cast ethereum bridge log recipient address to new version (#243) * refactor: cast ethereum bridge log recipient address to new version * chore: update node require version * chore: fix ci * refactor: reconc check recipient with lockscript rather than address * workaround to generate full address * refactor: keep short address for now (#245) * refactor: cast ethereum bridge log recipient address to new version * chore: update node require version * chore: fix ci * refactor: reconc check recipient with lockscript rather than address * chore: node engines * rollback * chore: bump version * v0.0.13 * fix: ckb addr check in verifier (#250) * fix: ckb addr check in verifier * fix: ci node version * remove empty test file * feat: add readonly mode for watcher (#251) * fix: price function for USDT (#252) * chore: bump version * v0.0.14 * fix: compatible with invalid address (#253) * chore: bump version * v0.0.15 * Add Cardano to README.md (#254) * tests: add stress test script (#255) * test: add stress bridge test * chore * eth nonce * update * feat: integrate ui into dev-docker (#249) 1. integrate pw_lock 2. integrate force-bridge-ui 3. devnet-asset-white-list * feat: add watcher rpc api for bridge nervos to xchain (#259) * feat: watcher rpc api for bridge nervos to xchain * chore: fmt * doc: add change log (#257) * fix: version api of verifier (#260) * chore: optimize CKB insufficient error msg (#262) * chore: optimize CKB insufficient error msg * chore: make diff more accurate * refactor: rm watcher rpc api of nervos bridge to ethereum (#264) * chore: bump version to v0.0.16 * v0.0.16 * chore: bsc compatability support (#269) * chore: optimize testnetDocker (#271) * chore: update testnetDocker * chore: run testnet-docker:generate in docker * chore: run testnet-docker:generate in docker * update use-docker.md * update confirmNumber * chore: fmt * chore: bump version to v0.0.17 * v0.0.17 * feat: add cardano docker basic_testnet, with the 'force-bridge' cardano-wallet * feat: add cardano-single-address-wallet-client * feat: add AdaDb * feat: add ChainType.CARDANO, and AdaAsset * feat: AdaHandler + AdaConfig + AdaChain * feat: AdaSigner * feat: Add 'cardano lock' command to app-cli * Add XChainNetwork Cardano, and AdaDb in rpc-server * WIP Hack: increase BlockSync height * WIP Hack: Dont check bridgeFee for cardano * WIP Hack: remove bridge fee and EthAsset from transferDbRecordToResponse * WIP: Add cardano-integ, reusing ethereum integ code Note: this breaks integration.ts tests * add cardano-test to Makefile and cardano-integration-ci * WIP Hack: comment stress-test code as it fails to compile Co-authored-by: mkxbl <33241113+mkxbl@users.noreply.github.com> Co-authored-by: mkxbl <vyclzn@gmail.com> Co-authored-by: Divam Narula <dfordivam@protonmail.com> Co-authored-by: 杨炳新 <pygman@aliyun.com> Co-authored-by: Divam <dfordivam@gmail.com>
ghost
pushed a commit
that referenced
this pull request
Apr 24, 2022
* refactor: rm watcher rpc api of nervos bridge to ethereum (#264) * chore: bump version to v0.0.16 * v0.0.16 * chore: bsc compatability support (#269) * chore: optimize testnetDocker (#271) * chore: update testnetDocker * chore: run testnet-docker:generate in docker * chore: run testnet-docker:generate in docker * update use-docker.md * update confirmNumber * chore: fmt * chore: bump version to v0.0.17 * v0.0.17 * chore: add bsc testnet white list (#278) * chore: add bsc mainnet white list (#280) * chore: add bsc mainnet white list * chore: add bsc mainnet white list * feat: add bsc asset white list (#284) * feat: add bsc asset white list * remove ada and doge * chore: add fee alarm error log (#287) * feat: verify ethereum checksum address of config (#288) * feat: verify ethereum checksum address of config * fix: config item undefined * chore: bump version to v0.0.18 * v0.0.18 * fix: insulate multi cell when mint (#290) * fix: insulate multi cell when mint * fix multiCellXchainType * fix index multi cell * chore: bump version to v0.0.19 * v0.0.19 * feat: add all bridged tokens (#289) * fix: capacity insuffient error msg (#298) * fix: capacity insuffient error msg * fix coverage ci * chore: add iBFR to whitelist (#299) * chore: adjust ckb to eth fee (#300) * chore: adjust ckb to eth fee * fix: error handle when price is 0 and fix BZRX data * chore: bump version to v0.0.20 * v0.0.20 * fix: catch gas price low error and keep retry when send unlock tx (#306) * fix: catch gas price low error and keep retry when send unlock tx * simplify logic * fix: bsc monitor log invalid bignumber error (#307) * chore: bump version to v0.0.21 * v0.0.21 * fix: bsc monitor log (#308) * fix: bsc monitor log * chore * chore: bump version to v0.0.22 * v0.0.22 * fix: handle bsc node network jitter (#309) * chore: bump version to v0.0.23 * v0.0.23 * refactor: replace pw-lock with omni-lock (#310) * refactor: replace pw-lock with omni-lock * fix: eth batch test * chore: fix ts-build and eslint * fix: ci failed with generate burn tx * fix: rpc ci failed with burn * add omniLock config to getBridgeConfig api * chore * chore: bump version to v0.0.24 * v0.0.24 * doc: asset migration guide (#315) * doc: asset migration guide * doc: update the asset migration guide * feat: monitor the native and mirror token total balance (#323) * feat: monitor the balance between lock and mint, if minted balance is greater than locked balance then alarm * fix: get sudt balance from cell.data * chore: bump version to v0.0.25 * v0.0.25 * chore: adjust eth rpc timeout (#331) * feat: adjust eth timeout * chore: remove web3 in rpc server * fix: fix ci * chore: bump version to v0.0.26 * v0.0.26 * chore: bump version to v0.0.27 * v0.0.27 * fix: fix lumos deps version * chore: bump version to v0.0.28 * v0.0.28 * fix: eth lock table row too long (#339) * chore: bump version to v0.0.29 * v0.0.29 * fix: get logs from bsc node exceed 5000 (#340) * chore: bump version to v0.0.30 * v0.0.30 * feat: support decrypt keystore (#342) * chore: bump version to v0.0.31 * v0.0.31 * fix: change validators should handle multisig-cell-data (#343) * fix: change validators should handle multisig-cell-data * optimize code * chore: bump version to v0.0.32 * v0.0.32 * fix: ckb indexer collect multisig-cell with data (#344) * chore: bump version to v0.0.33 * v0.0.33 * fix: change val collect wrong owner cell (#345) * fix: change val collect wrong owner cell * fix: fix ci * feat: add transfer CKB script (#347) * chore: fix lumos version to support new ckb address (#350) * chore: fix lumos version to support new ckb address * chore: fix ci * chore: bump version to v0.0.34 * v0.0.34 * chore: mainnet asset list add wbtc (#352) * chore: update README.md (#355) Co-authored-by: mkxbl <33241113+mkxbl@users.noreply.github.com> Co-authored-by: mkxbl <vyclzn@gmail.com> Co-authored-by: Wenchao Hu <me@huwenchao.com>
This pull request was closed.
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.
No description provided.