-
Notifications
You must be signed in to change notification settings - Fork 117
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
Lima #2113
Conversation
This file contains 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
* feat: exposed setParserProvider configuration through TezosToolkit re #660 * test: added integration tests using setParserProvider with TezosToolkit re #660 * docs: updated starting production server commands with taquito-test-dapp readme.md * test: removed unnecessory console.log re #660 * chore: update vite to latest version * docs: fixed some typos in doc to address comments re #660 * 1630 ballot operation support in contract API (#2050) * added estimate and contract ballot operation support * added rpc contract provider for ballot op * updated implementation and added docs * added property in OperationContentsAndResultBallot and added unit test * remove metadata property from ballot * addressed PR comments * updated yarn and package-lock * cleaned up comments and switched out async for promise in op emitter * removed unnecessary line break * 660 support customize parser options (#2061) * feat: exposed setParserProvider configuration through TezosToolkit re #660 * test: added integration tests using setParserProvider with TezosToolkit re #660 * docs: updated starting production server commands with taquito-test-dapp readme.md * test: removed unnecessory console.log re #660 * chore: update vite to latest version * docs: fixed some typos in doc to address comments re #660 * feat(n): support type ticket_deprecated in michelson encoder re #2073 * contract-security-non-existent-KT-address: use rpc (#2091) * fix: address comment with TicketDeprecatedEncodeError and fix unit tests fix #2073 Co-authored-by: Davis Sawali <[email protected]> Co-authored-by: Arvid Jakobsson <[email protected]> Co-authored-by: Roxane Létourneau <[email protected]>
* 1630 ballot operation support in contract API (#2050) * added estimate and contract ballot operation support * added rpc contract provider for ballot op * updated implementation and added docs * added property in OperationContentsAndResultBallot and added unit test * remove metadata property from ballot * addressed PR comments * updated yarn and package-lock * cleaned up comments and switched out async for promise in op emitter * removed unnecessary line break * 660 support customize parser options (#2061) * feat: exposed setParserProvider configuration through TezosToolkit re #660 * test: added integration tests using setParserProvider with TezosToolkit re #660 * docs: updated starting production server commands with taquito-test-dapp readme.md * test: removed unnecessory console.log re #660 * chore: update vite to latest version * docs: fixed some typos in doc to address comments re #660 * refactor: deprecate tezbridge and related * contract-security-non-existent-KT-address: use rpc (#2091) * refactor: deprecate tezbridge and related Co-authored-by: Davis Sawali <[email protected]> Co-authored-by: hui-an-yang <[email protected]> Co-authored-by: Arvid Jakobsson <[email protected]> Co-authored-by: Roxane Létourneau <[email protected]>
* 1630 ballot operation support in contract API (#2050) * added estimate and contract ballot operation support * added rpc contract provider for ballot op * updated implementation and added docs * added property in OperationContentsAndResultBallot and added unit test * remove metadata property from ballot * addressed PR comments * updated yarn and package-lock * cleaned up comments and switched out async for promise in op emitter * removed unnecessary line break * 660 support customize parser options (#2061) * feat: exposed setParserProvider configuration through TezosToolkit re #660 * test: added integration tests using setParserProvider with TezosToolkit re #660 * docs: updated starting production server commands with taquito-test-dapp readme.md * test: removed unnecessory console.log re #660 * chore: update vite to latest version * docs: fixed some typos in doc to address comments re #660 * initial changes, check chainids adjust config, run originate contracts add untracked fix improper config data switch jakarta tests, switch rpc endpoint fix missed jakartanet adjust constants lima, estimate test values fix broken value * change test protocol runs Co-authored-by: Davis Sawali <[email protected]> Co-authored-by: hui-an-yang <[email protected]> Co-authored-by: Zainen Suzuki <[email protected]>
✅ Deploy Preview for taquito-test-dapp ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
* updated types for lima * update constants.ts with protocol hash for lima * updated unit tests * changed test name for clarity * addressed PR comments
New packages have been deployed to the preview repository at https://npm.preview.tezostaquito.io/. Published packages:
|
A new deploy preview is available on Netlify at https://f5724af--tezostaquito.netlify.app |
* feat: support new types for new operations UpdateConsensusKey and DrainDelegate in Lima re #2066 * test: update_consensus_key unit test added for limanet re #2066 * test: added drain_deleagte unit test for limanet re #2066 * test: minor fix rpc-response data and updateConsensusKey unit test re #2066 * test: addressed comments to update correct test title re #2066
Replace lima rpc url in test
* added new rpc endpoints and updated tests * updated unit tests * updated unit test for rpc-cache * updated typedoc and updated test to originate own contract
* feat: support new types for new operations UpdateConsensusKey and DrainDelegate in Lima re #2066 * test: update_consensus_key unit test added for limanet re #2066 * feat: support new operation UpdateConsensusKey for Lima re #2065 * feat: support new operation updateConsensusKey in local-forger for Lima re #2065 * revert: removed unnecesorry change of updateConsensusKey in rpc-batch-provider re #2065 * revert: changes of update_consensus_key in RpcContractProvider and RPCEstimateProvider re #2065 * feat: support new operation drainDelegate for Lima re #2065 * feat: support new encoding for ticket & ticket depreacted in lima with tests re #2072 * fix: added ASSERT_SOME in ticketCode and fixed 2 integration tests in lima re #2072 * fix: fixs merge conflicts * fix: replaced ASSERT_SOME with its expansion in ticketCode re #2072 * test: added local-forgin integration tests for new operations re #2065 * fix: address comments removed duplicate tests and move kathcases to commoncases re #2065 * fix: address comments to remove kathcases integration tests re #2065 * test: address comments add forge and parse operation test suite back with lima cases re #2065 * test: addressing comments updated file name and added simicolons re #2065 * test: address comments added semicolon re #2065 * fix: configure localforger with lima protocol hash with lima cases re #2065 * fix: removed update_consensus_key & drain_delegate from encodersProto14 and decoderProto14 re #2065
* fix(local-forging): fix encoding for deposit entrypoint In lima protocol, the %deposit entrypoint is now represented by 0x05 fix #2158 * Fix unit tests * Fix tests kathmandunet
* initial changes, check chainids adjust config, run originate contracts add untracked fix improper config data switch jakarta tests, switch rpc endpoint fix missed jakartanet adjust constants lima, estimate test values fix broken value fix constants test add minimum_stake to replace tokens_per_roll fix ticket_token type fix constants expects correct ticket updates type, todo add test corrections, add proto015 mock data add sample && unit test for ticket_updates * resolve error for test * fix tests improper values * pr comments so far * update tests for all testnets * missed test cahnge * remove yarn lock, fix missed spot * remove quotes * initial changes, check chainids adjust config, run originate contracts add untracked fix improper config data switch jakarta tests, switch rpc endpoint fix missed jakartanet adjust constants lima, estimate test values fix broken value fix constants test add minimum_stake to replace tokens_per_roll fix ticket_token type fix constants expects correct ticket updates type, todo add test corrections, add proto015 mock data add sample && unit test for ticket_updates resolve error for test fix tests improper values pr comments so far update tests for all testnets missed test cahnge remove yarn lock, fix missed spot remove quotes pr comments * fix ticket_receipt * remove duplication after mondaynet removal from tx-rollup test * fix rebase change Co-authored-by: Zainen Suzuki <[email protected]> Co-authored-by: Zainen Suzuki <[email protected]>
fix(integration-tests): fix tests for lima
…test for flextesa Bump storage_limit because the constant tx_rollup_origination_size is set to an higher value on flextesa than on the testnets
There is no code change in the branch. I removed the contracts related to protocols 10 to 13 and added contracts for the protocol 15. Some contracts are commented out in the contract_015.spec.ts file as they are currently failing. Those contracts should be uncommented and fixed when working on the issue #2075. re $2075
test(michel-codec): added lima contracts for unit tests
Deploy a contract written in plain michelson that contains the LAMBDA_REC instruction (test michel-codec and local-forging support of LAMBDA_REC inst). Call a contract having the type lambda in its entrypoint by passing a recursive lambda (test michelson-encoder package and local-forging package).
test(integration-test): lambda_rec
* add tests for parsing mode for all testnets, and fail case * one more test fail * format Co-authored-by: Zainen Suzuki <[email protected]>
fix(rpc): add missing properties related to lima
* parent 8922de6 author Zainen Suzuki <[email protected]> 1666748308 -0700 committer Zainen Suzuki <[email protected]> 1670007819 -0800 initial changes, check chainids adjust config, run originate contracts add untracked fix improper config data switch jakarta tests, switch rpc endpoint fix missed jakartanet adjust constants lima, estimate test values fix broken value fix constants test add minimum_stake to replace tokens_per_roll fix ticket_token type fix constants expects correct ticket updates type, todo add test corrections, add proto015 mock data add sample && unit test for ticket_updates fix tests improper values update tests for all testnets missed test cahnge initial work retstack still broken passing without validation add other contract add contracts and setup comment out all test passing. binanry.spec.ts failing values fix binary array sensitive order remove unneeded more cleanup Lambda_rec michelsonData addition remove duplicate change to instructionlist * feat(michel-codec): pack/unpack Lambda_rec data fix #2181 * remove commented Co-authored-by: Zainen Suzuki <[email protected]> Co-authored-by: roxaneletourneau <[email protected]>
test(integration-test): small clean up and remove duplication
Try fix test
* Implemented update_consensus_key support in Contract API and updated tests * addressed PR comments
* added updated_consensus_key op docs * fixed typos in doc
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.
Thank you for your contribution to Taquito.
Before submitting this PR, please make sure:
Release Note Draft Snippet
If relevant, please write a summary of your change that will be suitable for
inclusion in the Release Notes for the next Taquito release.