-
Notifications
You must be signed in to change notification settings - Fork 3
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
New Address format support, update tests and more #21
Merged
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
Member
cyyber
commented
Feb 18, 2025
- New Address format support
- Update Tests
- Removed non-required code
Add go-zond updates
* Remove legacy and eip2930 tx types * Remove legacy and eip2930 tx types * Remove legacy and eip2930 tx types part 2 * Remove legacy and eip2930 tx types part 3 * Remove legacy and eip2930 tx types part 4 * Remove legacy and eip2930 tx types part 5 * Review gas price items * Review gas price items part 2 * Review gas price items part 3 * Review gas price items part 4 * Add missing methods * Review marked items * Review marked items part 2 * Revert zond_gasprice change * Review marked items * Review marked items * Review marked items * Review marked items * Review marked items * Review marked items * Review marked items * tools/web3-plugin-example/test/unit/contract_method_wrappers.test.ts: fix transferAndGetBalances test * packages/web3/test/esm_black_box/test/web3-zond/getTransaction.test.ts: revert change * packages/web3/test/esm_black_box/test/web3-zond/getTransaction.test.ts: revert change part 2 * packages/web3/test/esm_black_box/test/web3-zond/getTransaction.test.ts: revert change part 3 * packages/web3/test/esm_black_box/test/web3-zond/getTransaction.test.ts: revert change part 3 * packages/web3/test/e2e/get_gas_price.test.ts: revert change * packages/web3/test/cjs_black_box/test/web3-zond/getTransaction.test.ts: revert change * packages/web3-zond/test/unit/utils/watch_transaction_for_confirmations.test.ts: review marked items * test/unit/utils/watch_transaction_by_polling.test.ts: review marked items * test/unit/rpc_method_wrappers/sign_transaction.test.ts: review marked items * test/unit/rpc_method_wrappers/send_transaction.test.ts: review marked items * test/unit/rpc_method_wrappers/send_signed_transaction.test.ts: review marked items * test/fixtures/prepare_transaction_for_signing.ts: fix tx details * test/unit/rpc_method_wrappers/get_gas_price.test.ts: revert changes * packages/web3-zond/test/unit/format_transaction.test.ts: review marked item * test/unit/detect_transction_type.test.ts: review marked items * web3-zond-accounts/test/fixtures/json: review files * web3-zond-accounts/test/unit/common/hardforks.test.ts: review * web3-zond-accounts/test/unit: review marked items * web3-zond-accounts/test/unit/tx/base.test.ts: review test * Review tests * Review marked items * packages/web3-zond/test/unit/utils/watch_transaction_for_confirmations.test.ts: skip test for now * Revert legacy providers changes * packages/web3-core/src/web3_request_manager.ts: review marked items * test/unit/utils/watch_transaction_by_polling.test.ts: review marked items * Review marked items * Review marked items * Revert changes
* Review opcodes * Remove blake2 gas price
* Add new prefix for hex address * Add new prefix for hex address part 2 * Add new prefix for hex address: Z * Add new prefix for hex address: Z part 2 * Add new prefix for hex address: Z part 3 * Review unit tests * Review unit tests part 3 * Review unit tests part 3 * Review unit tests part 4 * Review unit tests part 5 * Review marked items * scripts/execution/keystore: update keys * packages/web3/test/integration/web3.accounts.test.ts: review file * Review marked items * scripts/system_tests_utils.ts: review marked item * packages/web3-zond/test/unit/rpc_method_wrappers/fixtures/get_proof.ts: review marked items * packages/abi/src/coders/address.ts: review marked item * packages/web3-zond-contract/src/encoding.ts: review file * Review marked items * Fix unit tests * packages/web3-zond/test/unit/default_transaction_builder.test.ts: review marked items * packages/web3-zond/test/integration/web3_zond/send_signed_transaction.test.ts: review marked items * packages/web3-zond/test/integration/helper.ts: review marked items * test/integration/defaults.test.ts: review marked items * Review marked items * packages/web3-zond-ens/package.json: review marked item * test/unit/rpc_method_wrappers/fixtures/sign.ts: review marked items * Review marked items * Review marked items * fixtures/utils.ts: review marked items * Review marked items * test/integration/web3_zond/send_transaction.test.ts: review marked items * Review marked items * Review marked items * Review marked items * Review marked items * Review marked items * Review marked items * packages/web3-zond-ens/test/integration/resolver.test.ts: review items * packages/web3-zond-ens/test/integration/resolver.test.ts: review items * packages/web3-zond-iban/src/iban.ts: review files * packages/web3-zond-ens/src/ens.ts: review items * packages/web3-zond-ens/test/integration/resolver.test.ts: review items * packages/web3-utils/src/converters.ts: add addressToBytes method * packages/web3-utils/src/converters.ts: review file * packages/web3-validator/src/validation/numbers.ts: review file * packages/web3-validator/src/validation/numbers.ts: review file * packages/web3-validator/src/validation/numbers.ts: review file * Review marked items * Review marked items * packages/web3-zond-accounts/src/common/utils.ts: review files * packages/web3-zond-accounts/src/common/utils.ts: review files * packages/web3-validator/test/unit/validation/string.test.ts: review file * packages/web3-validator/src/validation/string.ts: revert change * Review marked items * Review marked items * Review marked items * Review marked items * Review marked items * packages/web3/test/integration/web3.test.ts: review file * Review marked items * scripts/pos.sh: review file * packages/web3/test/integration/web3.accounts.test.ts: review file * packages/web3-zond/test/integration/rpc.test.ts: review file * packages/web3-zond/src/rpc_method_wrappers.ts: review file * packages/web3-zond-contract/test/integration/setup.js: review file * packages/web3-zond-accounts/test/unit/tx/base.test.ts: review file * packages/web3-validator/src/validation/numbers.ts: review file * fixtures/utils.ts: review file * packages/web3-validator/test/fixtures/validation.ts: review file * packages/web3-zond-accounts/src/common/utils.ts: review file * packages/web3-zond/test/integration/web3_zond/send_transaction.test.ts: review file * packages/web3-zond-contract/test/integration/contract_methods.test.ts: review file * packages/web3-zond-contract/test/integration/contract_accesslist.test.ts: review file * Review marked items * Review marked items * Review marked items
* Review naming * Add tags on the pragma issue * Add tags on the solc-js issue * Review files
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.