Conversation
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
7356df3 to
b7bc2e3
Compare
Co-authored-by: Will Cory <willcory10@gmail.com>
Co-authored-by: Will Cory <willcory10@gmail.com>
Co-authored-by: Will Cory <willcory10@gmail.com>
annieke
reviewed
Nov 9, 2023
|
|
||
| # Getting started with OP Stack | ||
|
|
||
| Viem provides first-class support for chains implemented on the [OP Stack](https://stack.optimism.io/). |
There was a problem hiding this comment.
We're unifying our docs, can we use https://docs.optimism.io/getting-started-op-stack here instead of stack.optimism.io? 🙂
|
|
||
| Viem provides first-class support for chains implemented on the [OP Stack](https://stack.optimism.io/). | ||
|
|
||
| The OP Stack is a set of modular open-source software that enable developers to build fast, secure, and scalable Layer 2 Ethereum protocols & applications. [Read more.](https://stack.optimism.io/) |
There was a problem hiding this comment.
jxom
added a commit
that referenced
this pull request
Jan 3, 2024
* chore: canary * chore: export types * chore: remove unecessary type export * chore: export version * refactor: contract types * chore: export * refactor: generics * refactor: contract types * refactor: multicall types * test: multicall types * refactor: multicall response * test: multicall types * refactor: multicall results * chore: export type * chore: prettify type * refactor: contract types * refactor: contract function generics * refactor: contract function args generic tweaks * chore: prettify chain * chore: update changeset * chore: remove version export * chore: restore version * fix: type error * refactor: abi types * wip: types * wip: types * chore: fix type test * chore: checkpoint * fix: explicit undefined * chore: ignore changes * chore: export types * refactor: simulate contract return type * fix: transport generic * refactor: eventName generics * refactor: simplify poll options * refactor: consolidate poll options * fix: test * chore: update snapshots * ci: update version in snapshot * ci: tweak * chore: export abis * chore: update snapshot * chore: update snap * chore: fix imports * chore: enter alpha * chore: update * chore: add timeout * chore: types * chore: bump version * chore: export types * fix: type exports * chore: bump version * chore: clean up write contract types * chore: bump version * chore: update multicall type * chore: bump version * chore: version * chore: export type * chore: version * chore: version * ci: bump release timeout * chore: version * feat: refactor getContract * docs: getContract * chore: remove entrypoints * chore: remove note * fix * fix: simulateContract account type * fix * chore: version * refactor: chain * chore: bump abitype * chore: bump version * chore: snaps * docs: chains * chore: snaps * chore: snaps * chore: bump version * chore: add missing type * chore: bump version * test: update snaps * chore: prettify chain * refactor: defineChain * refactor: defineChain type * chore: remove * docs: defineChain * fix: downstream type error * chore: beta * chore: remove deprecated things * docs: chains * chore: update snaps * refactor: contract function types * chore: bump version * feat: opstack (fees/gas actions) (#1469) * wip: opstack init * feat: total gas * feat: total gas * feat: imports * docs: migration guide * feat: exports * docs: celo * docs * feat: fees * feat: contract fee/gas estimation * feat: exports * feat: exports * chore: docspath * chore: update snaps * docs: address * docs: sidebar * tests: fix * fix: exports * docs: fix links * docs: typos * Update site/docs/op-stack/client.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Fee.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Gas.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractTotalFee.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Gas.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Fee.md Co-authored-by: Will Cory <willcory10@gmail.com> * chore: export * chore: pr review * docs: updatE --------- Co-authored-by: Will Cory <willcory10@gmail.com> * chore: bump version * docs: op stack * docs: dead links * refactor: rename * chore: version * fix: typo * chore: merge * refactor: opstack * fix: types * fix: type * fix: downstream types * chore: snaps * chore: var fallback * chore: bump version * feat: loosen account requirement on estimateGas; tighten prepareTransactionResult type * docs: update custom client example (#1492) * refactor: retry & fallback errors * refactor: wallet client retries * fix: client extensions w/ chain formatters * tests: update * chore: upgrade ts * chore: lockfile * chore: merge conflicts * feat: deposit transaction (op stack) (#1479) * chore: var fallback * feat: deposit transaction * docs * refactor: api, docs, etc * refactor: anvil * refactor: dump op addresses * tweaks * feat: prepareDepositTransaction * feat: mint * docs: prepare * refactor: prepare -> build * feat: extractEventLogs * docs: remove * docs: parseEventLogs * feat: serializer * refactor * feat: parsers * feat: source hash computation * feat: fromOpaqueData * feat: compute l2 hashes * docs: deposit guide * fix: waitForTxnReceipt * docs: deposit guide * chore: example * chore: update examples * chore: update snaps * chore: lint * update * update * chore: update snaps --------- Co-authored-by: Tom Meagher <tom@meagher.co> * feat: spread fallback opts * chore: publish package * fix: default types * chore: version package * chore: export type * chore: version package * chore: export types * chore: publish package * chore: upgrade playwright * feat: export promise utils * chore: publish package * chore: publish package * chore: version package * docs: Add missing params for verifyMessage and verifyTypedData (#1574) * feat: export getProof from root and from actions (#1571) * feat: export getProof from root and from actions * Create dry-bananas-smile.md --------- Co-authored-by: jxom <jakemoxey@gmail.com> * chore: update snapshots * chore: update * fix: txn receipt * docs: update migration guide * docs: ethers migration * feat: add missing exports (#1583) * fix: add missing exports * chore: add changeset * chore: rename fromOpaqueData * chore: version package * feat: opstack withdrawal (#1565) * feat: initiateWithdrawal * docs * feat: buildInitiateWithdrawal * feat: getSecondsToNextL2Output * feat: utils * docs: sidebar * feat: getWithdrawalHashStorageSlot * feat: getL2Output * docs: update withdrawal * chore: sepolia * feat: buildProveWithdrawal * feat: waitForL2Output * feat: proveWithdrawal * feat: readyToProve * docs: dead links * docs: sidebar * feat: getTimeToFinalize * refactor: getWithdrawals * docs: fix * docs: update * feat: waitToFinalize * feat: finalizeWithdrawal * feat: getTimeToProve * chore: period * refactor * refactor * feat: getWithdrawalStatus + rest * chore: remove example * chore: clean * chore: lockfile * refactor: error type * feat: estimate actions * test: remove only * docs: remove deadlink * fix: ts 5.0.4 errors * chore: version * ci: trigger * chore: remove changesets from prerelease * fix: log formatting * chore: version * chore: add missing type export * docs: update OP Stack docs in RC CHA-69 (#1612) * feat: Add more docs to op * Update site/op-stack/client.md * Update site/op-stack/client.md * Apply suggestions from code review Co-authored-by: jxom <jakemoxey@gmail.com> --------- Co-authored-by: Will Cory <willcory@Wills-MacBook-Pro.local> Co-authored-by: jxom <jakemoxey@gmail.com> * chore: format * fix: simulate types * fix: test * chore: version * chore: tweak * chore: version * refactor: getContract client args * chore: migration guide * docs * chore: changeset --------- Co-authored-by: moxey.eth <jakemoxey@gmail.com> Co-authored-by: Will Cory <willcory10@gmail.com> Co-authored-by: Omar <omaraziz.dev@proton.me> Co-authored-by: Vitor Marthendal Nunes <marthendalnunes@gmail.com> Co-authored-by: Will Cory <willcory@Wills-MacBook-Pro.local> Co-authored-by: jxom <jxom@users.noreply.github.com>
jxom
added a commit
that referenced
this pull request
Jan 10, 2024
* chore: canary * chore: export types * chore: remove unecessary type export * chore: export version * refactor: contract types * chore: export * refactor: generics * refactor: contract types * refactor: multicall types * test: multicall types * refactor: multicall response * test: multicall types * refactor: multicall results * chore: export type * chore: prettify type * refactor: contract types * refactor: contract function generics * refactor: contract function args generic tweaks * chore: prettify chain * chore: update changeset * chore: remove version export * chore: restore version * fix: type error * refactor: abi types * wip: types * wip: types * chore: fix type test * chore: checkpoint * fix: explicit undefined * chore: ignore changes * chore: export types * refactor: simulate contract return type * fix: transport generic * refactor: eventName generics * refactor: simplify poll options * refactor: consolidate poll options * fix: test * chore: update snapshots * ci: update version in snapshot * ci: tweak * chore: export abis * chore: update snapshot * chore: update snap * chore: fix imports * chore: enter alpha * chore: update * chore: add timeout * chore: types * chore: bump version * chore: export types * fix: type exports * chore: bump version * chore: clean up write contract types * chore: bump version * chore: update multicall type * chore: bump version * chore: version * chore: export type * chore: version * chore: version * ci: bump release timeout * chore: version * feat: refactor getContract * docs: getContract * chore: remove entrypoints * chore: remove note * fix * fix: simulateContract account type * fix * chore: version * refactor: chain * chore: bump abitype * chore: bump version * chore: snaps * docs: chains * chore: snaps * chore: snaps * chore: bump version * chore: add missing type * chore: bump version * test: update snaps * chore: prettify chain * refactor: defineChain * refactor: defineChain type * chore: remove * docs: defineChain * fix: downstream type error * chore: beta * chore: remove deprecated things * docs: chains * chore: update snaps * refactor: contract function types * chore: bump version * feat: opstack (fees/gas actions) (#1469) * wip: opstack init * feat: total gas * feat: total gas * feat: imports * docs: migration guide * feat: exports * docs: celo * docs * feat: fees * feat: contract fee/gas estimation * feat: exports * feat: exports * chore: docspath * chore: update snaps * docs: address * docs: sidebar * tests: fix * fix: exports * docs: fix links * docs: typos * Update site/docs/op-stack/client.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Fee.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Gas.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractTotalFee.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Gas.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Fee.md Co-authored-by: Will Cory <willcory10@gmail.com> * chore: export * chore: pr review * docs: updatE --------- Co-authored-by: Will Cory <willcory10@gmail.com> * chore: bump version * docs: op stack * docs: dead links * refactor: rename * chore: version * fix: typo * chore: merge * refactor: opstack * fix: types * fix: type * fix: downstream types * chore: snaps * chore: var fallback * chore: bump version * feat: loosen account requirement on estimateGas; tighten prepareTransactionResult type * docs: update custom client example (#1492) * refactor: retry & fallback errors * refactor: wallet client retries * fix: client extensions w/ chain formatters * tests: update * chore: upgrade ts * chore: lockfile * chore: merge conflicts * feat: deposit transaction (op stack) (#1479) * chore: var fallback * feat: deposit transaction * docs * refactor: api, docs, etc * refactor: anvil * refactor: dump op addresses * tweaks * feat: prepareDepositTransaction * feat: mint * docs: prepare * refactor: prepare -> build * feat: extractEventLogs * docs: remove * docs: parseEventLogs * feat: serializer * refactor * feat: parsers * feat: source hash computation * feat: fromOpaqueData * feat: compute l2 hashes * docs: deposit guide * fix: waitForTxnReceipt * docs: deposit guide * chore: example * chore: update examples * chore: update snaps * chore: lint * update * update * chore: update snaps --------- Co-authored-by: Tom Meagher <tom@meagher.co> * feat: spread fallback opts * chore: publish package * fix: default types * chore: version package * chore: export type * chore: version package * chore: export types * chore: publish package * chore: upgrade playwright * feat: export promise utils * chore: publish package * chore: publish package * chore: version package * docs: Add missing params for verifyMessage and verifyTypedData (#1574) * feat: export getProof from root and from actions (#1571) * feat: export getProof from root and from actions * Create dry-bananas-smile.md --------- Co-authored-by: jxom <jakemoxey@gmail.com> * chore: update snapshots * chore: update * fix: txn receipt * docs: update migration guide * docs: ethers migration * feat: add missing exports (#1583) * fix: add missing exports * chore: add changeset * chore: rename fromOpaqueData * chore: version package * feat: opstack withdrawal (#1565) * feat: initiateWithdrawal * docs * feat: buildInitiateWithdrawal * feat: getSecondsToNextL2Output * feat: utils * docs: sidebar * feat: getWithdrawalHashStorageSlot * feat: getL2Output * docs: update withdrawal * chore: sepolia * feat: buildProveWithdrawal * feat: waitForL2Output * feat: proveWithdrawal * feat: readyToProve * docs: dead links * docs: sidebar * feat: getTimeToFinalize * refactor: getWithdrawals * docs: fix * docs: update * feat: waitToFinalize * feat: finalizeWithdrawal * feat: getTimeToProve * chore: period * refactor * refactor * feat: getWithdrawalStatus + rest * chore: remove example * chore: clean * chore: lockfile * refactor: error type * feat: estimate actions * test: remove only * docs: remove deadlink * fix: ts 5.0.4 errors * chore: version * ci: trigger * chore: remove changesets from prerelease * fix: log formatting * chore: version * WIP * chore: add missing type export * docs: update OP Stack docs in RC CHA-69 (#1612) * feat: Add more docs to op * Update site/op-stack/client.md * Update site/op-stack/client.md * Apply suggestions from code review Co-authored-by: jxom <jakemoxey@gmail.com> --------- Co-authored-by: Will Cory <willcory@Wills-MacBook-Pro.local> Co-authored-by: jxom <jakemoxey@gmail.com> * chore: format * fix: simulate types * fix: test * chore: version * chore: tweak * wip * chore: version * wip * wip * wip * wip * wip * update * wip * wip * chore: delete vitepress * chore: update * update docs * delete changeset * rewrite --------- Co-authored-by: Tom Meagher <tom@meagher.co> Co-authored-by: Will Cory <willcory10@gmail.com> Co-authored-by: Omar <omaraziz.dev@proton.me> Co-authored-by: Vitor Marthendal Nunes <marthendalnunes@gmail.com> Co-authored-by: Will Cory <willcory@Wills-MacBook-Pro.local> Co-authored-by: jxom <jxom@users.noreply.github.com>
jxom
added a commit
that referenced
this pull request
Jan 11, 2024
* chore: canary * chore: export types * chore: remove unecessary type export * chore: export version * refactor: contract types * chore: export * refactor: generics * refactor: contract types * refactor: multicall types * test: multicall types * refactor: multicall response * test: multicall types * refactor: multicall results * chore: export type * chore: prettify type * refactor: contract types * refactor: contract function generics * refactor: contract function args generic tweaks * chore: prettify chain * chore: update changeset * chore: remove version export * chore: restore version * fix: type error * refactor: abi types * wip: types * wip: types * chore: fix type test * chore: checkpoint * fix: explicit undefined * chore: ignore changes * chore: export types * refactor: simulate contract return type * fix: transport generic * refactor: eventName generics * refactor: simplify poll options * refactor: consolidate poll options * fix: test * chore: update snapshots * ci: update version in snapshot * ci: tweak * chore: export abis * chore: update snapshot * chore: update snap * chore: fix imports * chore: enter alpha * chore: update * chore: add timeout * chore: types * chore: bump version * chore: export types * fix: type exports * chore: bump version * chore: clean up write contract types * chore: bump version * chore: update multicall type * chore: bump version * chore: version * chore: export type * chore: version * chore: version * ci: bump release timeout * chore: version * feat: refactor getContract * docs: getContract * chore: remove entrypoints * chore: remove note * fix * fix: simulateContract account type * fix * chore: version * refactor: chain * chore: bump abitype * chore: bump version * chore: snaps * docs: chains * chore: snaps * chore: snaps * chore: bump version * chore: add missing type * chore: bump version * test: update snaps * chore: prettify chain * refactor: defineChain * refactor: defineChain type * chore: remove * docs: defineChain * fix: downstream type error * chore: beta * chore: remove deprecated things * docs: chains * chore: update snaps * refactor: contract function types * chore: bump version * feat: opstack (fees/gas actions) (#1469) * wip: opstack init * feat: total gas * feat: total gas * feat: imports * docs: migration guide * feat: exports * docs: celo * docs * feat: fees * feat: contract fee/gas estimation * feat: exports * feat: exports * chore: docspath * chore: update snaps * docs: address * docs: sidebar * tests: fix * fix: exports * docs: fix links * docs: typos * Update site/docs/op-stack/client.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Fee.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Gas.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractTotalFee.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Gas.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Fee.md Co-authored-by: Will Cory <willcory10@gmail.com> * chore: export * chore: pr review * docs: updatE --------- Co-authored-by: Will Cory <willcory10@gmail.com> * chore: bump version * docs: op stack * docs: dead links * refactor: rename * chore: version * fix: typo * chore: merge * refactor: opstack * fix: types * fix: type * fix: downstream types * chore: snaps * chore: var fallback * chore: bump version * feat: loosen account requirement on estimateGas; tighten prepareTransactionResult type * docs: update custom client example (#1492) * refactor: retry & fallback errors * refactor: wallet client retries * fix: client extensions w/ chain formatters * tests: update * chore: upgrade ts * chore: lockfile * chore: merge conflicts * feat: deposit transaction (op stack) (#1479) * chore: var fallback * feat: deposit transaction * docs * refactor: api, docs, etc * refactor: anvil * refactor: dump op addresses * tweaks * feat: prepareDepositTransaction * feat: mint * docs: prepare * refactor: prepare -> build * feat: extractEventLogs * docs: remove * docs: parseEventLogs * feat: serializer * refactor * feat: parsers * feat: source hash computation * feat: fromOpaqueData * feat: compute l2 hashes * docs: deposit guide * fix: waitForTxnReceipt * docs: deposit guide * chore: example * chore: update examples * chore: update snaps * chore: lint * update * update * chore: update snaps --------- Co-authored-by: Tom Meagher <tom@meagher.co> * feat: spread fallback opts * chore: publish package * fix: default types * chore: version package * chore: export type * chore: version package * chore: export types * chore: publish package * chore: upgrade playwright * feat: export promise utils * chore: publish package * chore: publish package * chore: version package * docs: Add missing params for verifyMessage and verifyTypedData (#1574) * feat: export getProof from root and from actions (#1571) * feat: export getProof from root and from actions * Create dry-bananas-smile.md --------- Co-authored-by: jxom <jakemoxey@gmail.com> * chore: update snapshots * chore: update * fix: txn receipt * docs: update migration guide * docs: ethers migration * feat: add missing exports (#1583) * fix: add missing exports * chore: add changeset * chore: rename fromOpaqueData * chore: version package * feat: opstack withdrawal (#1565) * feat: initiateWithdrawal * docs * feat: buildInitiateWithdrawal * feat: getSecondsToNextL2Output * feat: utils * docs: sidebar * feat: getWithdrawalHashStorageSlot * feat: getL2Output * docs: update withdrawal * chore: sepolia * feat: buildProveWithdrawal * feat: waitForL2Output * feat: proveWithdrawal * feat: readyToProve * docs: dead links * docs: sidebar * feat: getTimeToFinalize * refactor: getWithdrawals * docs: fix * docs: update * feat: waitToFinalize * feat: finalizeWithdrawal * feat: getTimeToProve * chore: period * refactor * refactor * feat: getWithdrawalStatus + rest * chore: remove example * chore: clean * chore: lockfile * refactor: error type * feat: estimate actions * test: remove only * docs: remove deadlink * fix: ts 5.0.4 errors * chore: version * ci: trigger * chore: remove changesets from prerelease * fix: log formatting * chore: version * WIP * chore: add missing type export * docs: update OP Stack docs in RC CHA-69 (#1612) * feat: Add more docs to op * Update site/op-stack/client.md * Update site/op-stack/client.md * Apply suggestions from code review Co-authored-by: jxom <jakemoxey@gmail.com> --------- Co-authored-by: Will Cory <willcory@Wills-MacBook-Pro.local> Co-authored-by: jxom <jakemoxey@gmail.com> * chore: format * fix: simulate types * fix: test * chore: version * chore: tweak * wip * chore: version * wip * wip * wip * wip * wip * update * wip * wip * chore: delete vitepress * chore: update * update docs * delete changeset * rewrite --------- Co-authored-by: Tom Meagher <tom@meagher.co> Co-authored-by: Will Cory <willcory10@gmail.com> Co-authored-by: Omar <omaraziz.dev@proton.me> Co-authored-by: Vitor Marthendal Nunes <marthendalnunes@gmail.com> Co-authored-by: Will Cory <willcory@Wills-MacBook-Pro.local> Co-authored-by: jxom <jxom@users.noreply.github.com>
jxom
added a commit
that referenced
this pull request
Jan 11, 2024
* chore: canary * chore: export types * chore: remove unecessary type export * chore: export version * refactor: contract types * chore: export * refactor: generics * refactor: contract types * refactor: multicall types * test: multicall types * refactor: multicall response * test: multicall types * refactor: multicall results * chore: export type * chore: prettify type * refactor: contract types * refactor: contract function generics * refactor: contract function args generic tweaks * chore: prettify chain * chore: update changeset * chore: remove version export * chore: restore version * fix: type error * refactor: abi types * wip: types * wip: types * chore: fix type test * chore: checkpoint * fix: explicit undefined * chore: ignore changes * chore: export types * refactor: simulate contract return type * fix: transport generic * refactor: eventName generics * refactor: simplify poll options * refactor: consolidate poll options * fix: test * chore: update snapshots * ci: update version in snapshot * ci: tweak * chore: export abis * chore: update snapshot * chore: update snap * chore: fix imports * chore: enter alpha * chore: update * chore: add timeout * chore: types * chore: bump version * chore: export types * fix: type exports * chore: bump version * chore: clean up write contract types * chore: bump version * chore: update multicall type * chore: bump version * chore: version * chore: export type * chore: version * chore: version * ci: bump release timeout * chore: version * feat: refactor getContract * docs: getContract * chore: remove entrypoints * chore: remove note * fix * fix: simulateContract account type * fix * chore: version * refactor: chain * chore: bump abitype * chore: bump version * chore: snaps * docs: chains * chore: snaps * chore: snaps * chore: bump version * chore: add missing type * chore: bump version * test: update snaps * chore: prettify chain * refactor: defineChain * refactor: defineChain type * chore: remove * docs: defineChain * fix: downstream type error * chore: beta * chore: remove deprecated things * docs: chains * chore: update snaps * refactor: contract function types * chore: bump version * feat: opstack (fees/gas actions) (#1469) * wip: opstack init * feat: total gas * feat: total gas * feat: imports * docs: migration guide * feat: exports * docs: celo * docs * feat: fees * feat: contract fee/gas estimation * feat: exports * feat: exports * chore: docspath * chore: update snaps * docs: address * docs: sidebar * tests: fix * fix: exports * docs: fix links * docs: typos * Update site/docs/op-stack/client.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Fee.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Gas.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractTotalFee.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Gas.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Fee.md Co-authored-by: Will Cory <willcory10@gmail.com> * chore: export * chore: pr review * docs: updatE --------- Co-authored-by: Will Cory <willcory10@gmail.com> * chore: bump version * docs: op stack * docs: dead links * refactor: rename * chore: version * fix: typo * chore: merge * refactor: opstack * fix: types * fix: type * fix: downstream types * chore: snaps * chore: var fallback * chore: bump version * feat: loosen account requirement on estimateGas; tighten prepareTransactionResult type * docs: update custom client example (#1492) * refactor: retry & fallback errors * refactor: wallet client retries * fix: client extensions w/ chain formatters * tests: update * chore: upgrade ts * chore: lockfile * chore: merge conflicts * feat: deposit transaction (op stack) (#1479) * chore: var fallback * feat: deposit transaction * docs * refactor: api, docs, etc * refactor: anvil * refactor: dump op addresses * tweaks * feat: prepareDepositTransaction * feat: mint * docs: prepare * refactor: prepare -> build * feat: extractEventLogs * docs: remove * docs: parseEventLogs * feat: serializer * refactor * feat: parsers * feat: source hash computation * feat: fromOpaqueData * feat: compute l2 hashes * docs: deposit guide * fix: waitForTxnReceipt * docs: deposit guide * chore: example * chore: update examples * chore: update snaps * chore: lint * update * update * chore: update snaps --------- Co-authored-by: Tom Meagher <tom@meagher.co> * feat: spread fallback opts * chore: publish package * fix: default types * chore: version package * chore: export type * chore: version package * chore: export types * chore: publish package * chore: upgrade playwright * feat: export promise utils * chore: publish package * chore: publish package * chore: version package * docs: Add missing params for verifyMessage and verifyTypedData (#1574) * feat: export getProof from root and from actions (#1571) * feat: export getProof from root and from actions * Create dry-bananas-smile.md --------- Co-authored-by: jxom <jakemoxey@gmail.com> * chore: update snapshots * chore: update * fix: txn receipt * docs: update migration guide * docs: ethers migration * feat: add missing exports (#1583) * fix: add missing exports * chore: add changeset * chore: rename fromOpaqueData * chore: version package * feat: opstack withdrawal (#1565) * feat: initiateWithdrawal * docs * feat: buildInitiateWithdrawal * feat: getSecondsToNextL2Output * feat: utils * docs: sidebar * feat: getWithdrawalHashStorageSlot * feat: getL2Output * docs: update withdrawal * chore: sepolia * feat: buildProveWithdrawal * feat: waitForL2Output * feat: proveWithdrawal * feat: readyToProve * docs: dead links * docs: sidebar * feat: getTimeToFinalize * refactor: getWithdrawals * docs: fix * docs: update * feat: waitToFinalize * feat: finalizeWithdrawal * feat: getTimeToProve * chore: period * refactor * refactor * feat: getWithdrawalStatus + rest * chore: remove example * chore: clean * chore: lockfile * refactor: error type * feat: estimate actions * test: remove only * docs: remove deadlink * fix: ts 5.0.4 errors * chore: version * ci: trigger * chore: remove changesets from prerelease * fix: log formatting * chore: version * WIP * chore: add missing type export * docs: update OP Stack docs in RC CHA-69 (#1612) * feat: Add more docs to op * Update site/op-stack/client.md * Update site/op-stack/client.md * Apply suggestions from code review Co-authored-by: jxom <jakemoxey@gmail.com> --------- Co-authored-by: Will Cory <willcory@Wills-MacBook-Pro.local> Co-authored-by: jxom <jakemoxey@gmail.com> * chore: format * fix: simulate types * fix: test * chore: version * chore: tweak * wip * chore: version * wip * wip * wip * wip * wip * update * wip * wip * chore: delete vitepress * chore: update * update docs * delete changeset * rewrite --------- Co-authored-by: Tom Meagher <tom@meagher.co> Co-authored-by: Will Cory <willcory10@gmail.com> Co-authored-by: Omar <omaraziz.dev@proton.me> Co-authored-by: Vitor Marthendal Nunes <marthendalnunes@gmail.com> Co-authored-by: Will Cory <willcory@Wills-MacBook-Pro.local> Co-authored-by: jxom <jxom@users.noreply.github.com>
jxom
added a commit
that referenced
this pull request
Jan 11, 2024
* chore: canary * chore: export types * chore: remove unecessary type export * chore: export version * refactor: contract types * chore: export * refactor: generics * refactor: contract types * refactor: multicall types * test: multicall types * refactor: multicall response * test: multicall types * refactor: multicall results * chore: export type * chore: prettify type * refactor: contract types * refactor: contract function generics * refactor: contract function args generic tweaks * chore: prettify chain * chore: update changeset * chore: remove version export * chore: restore version * fix: type error * refactor: abi types * wip: types * wip: types * chore: fix type test * chore: checkpoint * fix: explicit undefined * chore: ignore changes * chore: export types * refactor: simulate contract return type * fix: transport generic * refactor: eventName generics * refactor: simplify poll options * refactor: consolidate poll options * fix: test * chore: update snapshots * ci: update version in snapshot * ci: tweak * chore: export abis * chore: update snapshot * chore: update snap * chore: fix imports * chore: enter alpha * chore: update * chore: add timeout * chore: types * chore: bump version * chore: export types * fix: type exports * chore: bump version * chore: clean up write contract types * chore: bump version * chore: update multicall type * chore: bump version * chore: version * chore: export type * chore: version * chore: version * ci: bump release timeout * chore: version * feat: refactor getContract * docs: getContract * chore: remove entrypoints * chore: remove note * fix * fix: simulateContract account type * fix * chore: version * refactor: chain * chore: bump abitype * chore: bump version * chore: snaps * docs: chains * chore: snaps * chore: snaps * chore: bump version * chore: add missing type * chore: bump version * test: update snaps * chore: prettify chain * refactor: defineChain * refactor: defineChain type * chore: remove * docs: defineChain * fix: downstream type error * chore: beta * chore: remove deprecated things * docs: chains * chore: update snaps * refactor: contract function types * chore: bump version * feat: opstack (fees/gas actions) (#1469) * wip: opstack init * feat: total gas * feat: total gas * feat: imports * docs: migration guide * feat: exports * docs: celo * docs * feat: fees * feat: contract fee/gas estimation * feat: exports * feat: exports * chore: docspath * chore: update snaps * docs: address * docs: sidebar * tests: fix * fix: exports * docs: fix links * docs: typos * Update site/docs/op-stack/client.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Fee.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Gas.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractTotalFee.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Gas.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Fee.md Co-authored-by: Will Cory <willcory10@gmail.com> * chore: export * chore: pr review * docs: updatE --------- Co-authored-by: Will Cory <willcory10@gmail.com> * chore: bump version * docs: op stack * docs: dead links * refactor: rename * chore: version * fix: typo * chore: merge * refactor: opstack * fix: types * fix: type * fix: downstream types * chore: snaps * chore: var fallback * chore: bump version * feat: loosen account requirement on estimateGas; tighten prepareTransactionResult type * docs: update custom client example (#1492) * refactor: retry & fallback errors * refactor: wallet client retries * fix: client extensions w/ chain formatters * tests: update * chore: upgrade ts * chore: lockfile * chore: merge conflicts * feat: deposit transaction (op stack) (#1479) * chore: var fallback * feat: deposit transaction * docs * refactor: api, docs, etc * refactor: anvil * refactor: dump op addresses * tweaks * feat: prepareDepositTransaction * feat: mint * docs: prepare * refactor: prepare -> build * feat: extractEventLogs * docs: remove * docs: parseEventLogs * feat: serializer * refactor * feat: parsers * feat: source hash computation * feat: fromOpaqueData * feat: compute l2 hashes * docs: deposit guide * fix: waitForTxnReceipt * docs: deposit guide * chore: example * chore: update examples * chore: update snaps * chore: lint * update * update * chore: update snaps --------- Co-authored-by: Tom Meagher <tom@meagher.co> * feat: spread fallback opts * chore: publish package * fix: default types * chore: version package * chore: export type * chore: version package * chore: export types * chore: publish package * chore: upgrade playwright * feat: export promise utils * chore: publish package * chore: publish package * chore: version package * docs: Add missing params for verifyMessage and verifyTypedData (#1574) * feat: export getProof from root and from actions (#1571) * feat: export getProof from root and from actions * Create dry-bananas-smile.md --------- Co-authored-by: jxom <jakemoxey@gmail.com> * chore: update snapshots * chore: update * fix: txn receipt * docs: update migration guide * docs: ethers migration * feat: add missing exports (#1583) * fix: add missing exports * chore: add changeset * chore: rename fromOpaqueData * chore: version package * feat: opstack withdrawal (#1565) * feat: initiateWithdrawal * docs * feat: buildInitiateWithdrawal * feat: getSecondsToNextL2Output * feat: utils * docs: sidebar * feat: getWithdrawalHashStorageSlot * feat: getL2Output * docs: update withdrawal * chore: sepolia * feat: buildProveWithdrawal * feat: waitForL2Output * feat: proveWithdrawal * feat: readyToProve * docs: dead links * docs: sidebar * feat: getTimeToFinalize * refactor: getWithdrawals * docs: fix * docs: update * feat: waitToFinalize * feat: finalizeWithdrawal * feat: getTimeToProve * chore: period * refactor * refactor * feat: getWithdrawalStatus + rest * chore: remove example * chore: clean * chore: lockfile * refactor: error type * feat: estimate actions * test: remove only * docs: remove deadlink * fix: ts 5.0.4 errors * chore: version * ci: trigger * chore: remove changesets from prerelease * fix: log formatting * chore: version * WIP * chore: add missing type export * docs: update OP Stack docs in RC CHA-69 (#1612) * feat: Add more docs to op * Update site/op-stack/client.md * Update site/op-stack/client.md * Apply suggestions from code review Co-authored-by: jxom <jakemoxey@gmail.com> --------- Co-authored-by: Will Cory <willcory@Wills-MacBook-Pro.local> Co-authored-by: jxom <jakemoxey@gmail.com> * chore: format * fix: simulate types * fix: test * chore: version * chore: tweak * wip * chore: version * wip * wip * wip * wip * wip * update * wip * wip * chore: delete vitepress * chore: update * update docs * delete changeset * rewrite --------- Co-authored-by: Tom Meagher <tom@meagher.co> Co-authored-by: Will Cory <willcory10@gmail.com> Co-authored-by: Omar <omaraziz.dev@proton.me> Co-authored-by: Vitor Marthendal Nunes <marthendalnunes@gmail.com> Co-authored-by: Will Cory <willcory@Wills-MacBook-Pro.local> Co-authored-by: jxom <jxom@users.noreply.github.com>
jxom
added a commit
that referenced
this pull request
Jan 11, 2024
* chore: canary * chore: export types * chore: remove unecessary type export * chore: export version * refactor: contract types * chore: export * refactor: generics * refactor: contract types * refactor: multicall types * test: multicall types * refactor: multicall response * test: multicall types * refactor: multicall results * chore: export type * chore: prettify type * refactor: contract types * refactor: contract function generics * refactor: contract function args generic tweaks * chore: prettify chain * chore: update changeset * chore: remove version export * chore: restore version * fix: type error * refactor: abi types * wip: types * wip: types * chore: fix type test * chore: checkpoint * fix: explicit undefined * chore: ignore changes * chore: export types * refactor: simulate contract return type * fix: transport generic * refactor: eventName generics * refactor: simplify poll options * refactor: consolidate poll options * fix: test * chore: update snapshots * ci: update version in snapshot * ci: tweak * chore: export abis * chore: update snapshot * chore: update snap * chore: fix imports * chore: enter alpha * chore: update * chore: add timeout * chore: types * chore: bump version * chore: export types * fix: type exports * chore: bump version * chore: clean up write contract types * chore: bump version * chore: update multicall type * chore: bump version * chore: version * chore: export type * chore: version * chore: version * ci: bump release timeout * chore: version * feat: refactor getContract * docs: getContract * chore: remove entrypoints * chore: remove note * fix * fix: simulateContract account type * fix * chore: version * refactor: chain * chore: bump abitype * chore: bump version * chore: snaps * docs: chains * chore: snaps * chore: snaps * chore: bump version * chore: add missing type * chore: bump version * test: update snaps * chore: prettify chain * refactor: defineChain * refactor: defineChain type * chore: remove * docs: defineChain * fix: downstream type error * chore: beta * chore: remove deprecated things * docs: chains * chore: update snaps * refactor: contract function types * chore: bump version * feat: opstack (fees/gas actions) (#1469) * wip: opstack init * feat: total gas * feat: total gas * feat: imports * docs: migration guide * feat: exports * docs: celo * docs * feat: fees * feat: contract fee/gas estimation * feat: exports * feat: exports * chore: docspath * chore: update snaps * docs: address * docs: sidebar * tests: fix * fix: exports * docs: fix links * docs: typos * Update site/docs/op-stack/client.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Fee.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Gas.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractTotalFee.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Gas.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Fee.md Co-authored-by: Will Cory <willcory10@gmail.com> * chore: export * chore: pr review * docs: updatE --------- Co-authored-by: Will Cory <willcory10@gmail.com> * chore: bump version * docs: op stack * docs: dead links * refactor: rename * chore: version * fix: typo * chore: merge * refactor: opstack * fix: types * fix: type * fix: downstream types * chore: snaps * chore: var fallback * chore: bump version * feat: loosen account requirement on estimateGas; tighten prepareTransactionResult type * docs: update custom client example (#1492) * refactor: retry & fallback errors * refactor: wallet client retries * fix: client extensions w/ chain formatters * tests: update * chore: upgrade ts * chore: lockfile * chore: merge conflicts * feat: deposit transaction (op stack) (#1479) * chore: var fallback * feat: deposit transaction * docs * refactor: api, docs, etc * refactor: anvil * refactor: dump op addresses * tweaks * feat: prepareDepositTransaction * feat: mint * docs: prepare * refactor: prepare -> build * feat: extractEventLogs * docs: remove * docs: parseEventLogs * feat: serializer * refactor * feat: parsers * feat: source hash computation * feat: fromOpaqueData * feat: compute l2 hashes * docs: deposit guide * fix: waitForTxnReceipt * docs: deposit guide * chore: example * chore: update examples * chore: update snaps * chore: lint * update * update * chore: update snaps --------- Co-authored-by: Tom Meagher <tom@meagher.co> * feat: spread fallback opts * chore: publish package * fix: default types * chore: version package * chore: export type * chore: version package * chore: export types * chore: publish package * chore: upgrade playwright * feat: export promise utils * chore: publish package * chore: publish package * chore: version package * docs: Add missing params for verifyMessage and verifyTypedData (#1574) * feat: export getProof from root and from actions (#1571) * feat: export getProof from root and from actions * Create dry-bananas-smile.md --------- Co-authored-by: jxom <jakemoxey@gmail.com> * chore: update snapshots * chore: update * fix: txn receipt * docs: update migration guide * docs: ethers migration * feat: add missing exports (#1583) * fix: add missing exports * chore: add changeset * chore: rename fromOpaqueData * chore: version package * feat: opstack withdrawal (#1565) * feat: initiateWithdrawal * docs * feat: buildInitiateWithdrawal * feat: getSecondsToNextL2Output * feat: utils * docs: sidebar * feat: getWithdrawalHashStorageSlot * feat: getL2Output * docs: update withdrawal * chore: sepolia * feat: buildProveWithdrawal * feat: waitForL2Output * feat: proveWithdrawal * feat: readyToProve * docs: dead links * docs: sidebar * feat: getTimeToFinalize * refactor: getWithdrawals * docs: fix * docs: update * feat: waitToFinalize * feat: finalizeWithdrawal * feat: getTimeToProve * chore: period * refactor * refactor * feat: getWithdrawalStatus + rest * chore: remove example * chore: clean * chore: lockfile * refactor: error type * feat: estimate actions * test: remove only * docs: remove deadlink * fix: ts 5.0.4 errors * chore: version * ci: trigger * chore: remove changesets from prerelease * fix: log formatting * chore: version * WIP * chore: add missing type export * docs: update OP Stack docs in RC CHA-69 (#1612) * feat: Add more docs to op * Update site/op-stack/client.md * Update site/op-stack/client.md * Apply suggestions from code review Co-authored-by: jxom <jakemoxey@gmail.com> --------- Co-authored-by: Will Cory <willcory@Wills-MacBook-Pro.local> Co-authored-by: jxom <jakemoxey@gmail.com> * chore: format * fix: simulate types * fix: test * chore: version * chore: tweak * wip * chore: version * wip * wip * wip * wip * wip * update * wip * wip * chore: delete vitepress * chore: update * update docs * delete changeset * rewrite --------- Co-authored-by: Tom Meagher <tom@meagher.co> Co-authored-by: Will Cory <willcory10@gmail.com> Co-authored-by: Omar <omaraziz.dev@proton.me> Co-authored-by: Vitor Marthendal Nunes <marthendalnunes@gmail.com> Co-authored-by: Will Cory <willcory@Wills-MacBook-Pro.local> Co-authored-by: jxom <jxom@users.noreply.github.com>
jxom
added a commit
to equilibriumco/viem
that referenced
this pull request
Jan 11, 2024
* chore: canary * chore: export types * chore: remove unecessary type export * chore: export version * refactor: contract types * chore: export * refactor: generics * refactor: contract types * refactor: multicall types * test: multicall types * refactor: multicall response * test: multicall types * refactor: multicall results * chore: export type * chore: prettify type * refactor: contract types * refactor: contract function generics * refactor: contract function args generic tweaks * chore: prettify chain * chore: update changeset * chore: remove version export * chore: restore version * fix: type error * refactor: abi types * wip: types * wip: types * chore: fix type test * chore: checkpoint * fix: explicit undefined * chore: ignore changes * chore: export types * refactor: simulate contract return type * fix: transport generic * refactor: eventName generics * refactor: simplify poll options * refactor: consolidate poll options * fix: test * chore: update snapshots * ci: update version in snapshot * ci: tweak * chore: export abis * chore: update snapshot * chore: update snap * chore: fix imports * chore: enter alpha * chore: update * chore: add timeout * chore: types * chore: bump version * chore: export types * fix: type exports * chore: bump version * chore: clean up write contract types * chore: bump version * chore: update multicall type * chore: bump version * chore: version * chore: export type * chore: version * chore: version * ci: bump release timeout * chore: version * feat: refactor getContract * docs: getContract * chore: remove entrypoints * chore: remove note * fix * fix: simulateContract account type * fix * chore: version * refactor: chain * chore: bump abitype * chore: bump version * chore: snaps * docs: chains * chore: snaps * chore: snaps * chore: bump version * chore: add missing type * chore: bump version * test: update snaps * chore: prettify chain * refactor: defineChain * refactor: defineChain type * chore: remove * docs: defineChain * fix: downstream type error * chore: beta * chore: remove deprecated things * docs: chains * chore: update snaps * refactor: contract function types * chore: bump version * feat: opstack (fees/gas actions) (wevm#1469) * wip: opstack init * feat: total gas * feat: total gas * feat: imports * docs: migration guide * feat: exports * docs: celo * docs * feat: fees * feat: contract fee/gas estimation * feat: exports * feat: exports * chore: docspath * chore: update snaps * docs: address * docs: sidebar * tests: fix * fix: exports * docs: fix links * docs: typos * Update site/docs/op-stack/client.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Fee.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Gas.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractTotalFee.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Gas.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Fee.md Co-authored-by: Will Cory <willcory10@gmail.com> * chore: export * chore: pr review * docs: updatE --------- Co-authored-by: Will Cory <willcory10@gmail.com> * chore: bump version * docs: op stack * docs: dead links * refactor: rename * chore: version * fix: typo * chore: merge * refactor: opstack * fix: types * fix: type * fix: downstream types * chore: snaps * chore: var fallback * chore: bump version * feat: loosen account requirement on estimateGas; tighten prepareTransactionResult type * docs: update custom client example (wevm#1492) * refactor: retry & fallback errors * refactor: wallet client retries * fix: client extensions w/ chain formatters * tests: update * chore: upgrade ts * chore: lockfile * chore: merge conflicts * feat: deposit transaction (op stack) (wevm#1479) * chore: var fallback * feat: deposit transaction * docs * refactor: api, docs, etc * refactor: anvil * refactor: dump op addresses * tweaks * feat: prepareDepositTransaction * feat: mint * docs: prepare * refactor: prepare -> build * feat: extractEventLogs * docs: remove * docs: parseEventLogs * feat: serializer * refactor * feat: parsers * feat: source hash computation * feat: fromOpaqueData * feat: compute l2 hashes * docs: deposit guide * fix: waitForTxnReceipt * docs: deposit guide * chore: example * chore: update examples * chore: update snaps * chore: lint * update * update * chore: update snaps --------- Co-authored-by: Tom Meagher <tom@meagher.co> * feat: spread fallback opts * chore: publish package * fix: default types * chore: version package * chore: export type * chore: version package * chore: export types * chore: publish package * chore: upgrade playwright * feat: export promise utils * chore: publish package * chore: publish package * chore: version package * docs: Add missing params for verifyMessage and verifyTypedData (wevm#1574) * feat: export getProof from root and from actions (wevm#1571) * feat: export getProof from root and from actions * Create dry-bananas-smile.md --------- Co-authored-by: jxom <jakemoxey@gmail.com> * chore: update snapshots * chore: update * fix: txn receipt * docs: update migration guide * docs: ethers migration * feat: add missing exports (wevm#1583) * fix: add missing exports * chore: add changeset * chore: rename fromOpaqueData * chore: version package * feat: opstack withdrawal (wevm#1565) * feat: initiateWithdrawal * docs * feat: buildInitiateWithdrawal * feat: getSecondsToNextL2Output * feat: utils * docs: sidebar * feat: getWithdrawalHashStorageSlot * feat: getL2Output * docs: update withdrawal * chore: sepolia * feat: buildProveWithdrawal * feat: waitForL2Output * feat: proveWithdrawal * feat: readyToProve * docs: dead links * docs: sidebar * feat: getTimeToFinalize * refactor: getWithdrawals * docs: fix * docs: update * feat: waitToFinalize * feat: finalizeWithdrawal * feat: getTimeToProve * chore: period * refactor * refactor * feat: getWithdrawalStatus + rest * chore: remove example * chore: clean * chore: lockfile * refactor: error type * feat: estimate actions * test: remove only * docs: remove deadlink * fix: ts 5.0.4 errors * chore: version * ci: trigger * chore: remove changesets from prerelease * fix: log formatting * chore: version * WIP * chore: add missing type export * docs: update OP Stack docs in RC CHA-69 (wevm#1612) * feat: Add more docs to op * Update site/op-stack/client.md * Update site/op-stack/client.md * Apply suggestions from code review Co-authored-by: jxom <jakemoxey@gmail.com> --------- Co-authored-by: Will Cory <willcory@Wills-MacBook-Pro.local> Co-authored-by: jxom <jakemoxey@gmail.com> * chore: format * fix: simulate types * fix: test * chore: version * chore: tweak * wip * chore: version * wip * wip * wip * wip * wip * update * wip * wip * chore: delete vitepress * chore: update * update docs * delete changeset * rewrite --------- Co-authored-by: Tom Meagher <tom@meagher.co> Co-authored-by: Will Cory <willcory10@gmail.com> Co-authored-by: Omar <omaraziz.dev@proton.me> Co-authored-by: Vitor Marthendal Nunes <marthendalnunes@gmail.com> Co-authored-by: Will Cory <willcory@Wills-MacBook-Pro.local> Co-authored-by: jxom <jxom@users.noreply.github.com>
jxom
added a commit
to equilibriumco/viem
that referenced
this pull request
Jan 11, 2024
* chore: canary * chore: export types * chore: remove unecessary type export * chore: export version * refactor: contract types * chore: export * refactor: generics * refactor: contract types * refactor: multicall types * test: multicall types * refactor: multicall response * test: multicall types * refactor: multicall results * chore: export type * chore: prettify type * refactor: contract types * refactor: contract function generics * refactor: contract function args generic tweaks * chore: prettify chain * chore: update changeset * chore: remove version export * chore: restore version * fix: type error * refactor: abi types * wip: types * wip: types * chore: fix type test * chore: checkpoint * fix: explicit undefined * chore: ignore changes * chore: export types * refactor: simulate contract return type * fix: transport generic * refactor: eventName generics * refactor: simplify poll options * refactor: consolidate poll options * fix: test * chore: update snapshots * ci: update version in snapshot * ci: tweak * chore: export abis * chore: update snapshot * chore: update snap * chore: fix imports * chore: enter alpha * chore: update * chore: add timeout * chore: types * chore: bump version * chore: export types * fix: type exports * chore: bump version * chore: clean up write contract types * chore: bump version * chore: update multicall type * chore: bump version * chore: version * chore: export type * chore: version * chore: version * ci: bump release timeout * chore: version * feat: refactor getContract * docs: getContract * chore: remove entrypoints * chore: remove note * fix * fix: simulateContract account type * fix * chore: version * refactor: chain * chore: bump abitype * chore: bump version * chore: snaps * docs: chains * chore: snaps * chore: snaps * chore: bump version * chore: add missing type * chore: bump version * test: update snaps * chore: prettify chain * refactor: defineChain * refactor: defineChain type * chore: remove * docs: defineChain * fix: downstream type error * chore: beta * chore: remove deprecated things * docs: chains * chore: update snaps * refactor: contract function types * chore: bump version * feat: opstack (fees/gas actions) (wevm#1469) * wip: opstack init * feat: total gas * feat: total gas * feat: imports * docs: migration guide * feat: exports * docs: celo * docs * feat: fees * feat: contract fee/gas estimation * feat: exports * feat: exports * chore: docspath * chore: update snaps * docs: address * docs: sidebar * tests: fix * fix: exports * docs: fix links * docs: typos * Update site/docs/op-stack/client.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Fee.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Gas.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractTotalFee.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Gas.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Fee.md Co-authored-by: Will Cory <willcory10@gmail.com> * chore: export * chore: pr review * docs: updatE --------- Co-authored-by: Will Cory <willcory10@gmail.com> * chore: bump version * docs: op stack * docs: dead links * refactor: rename * chore: version * fix: typo * chore: merge * refactor: opstack * fix: types * fix: type * fix: downstream types * chore: snaps * chore: var fallback * chore: bump version * feat: loosen account requirement on estimateGas; tighten prepareTransactionResult type * docs: update custom client example (wevm#1492) * refactor: retry & fallback errors * refactor: wallet client retries * fix: client extensions w/ chain formatters * tests: update * chore: upgrade ts * chore: lockfile * chore: merge conflicts * feat: deposit transaction (op stack) (wevm#1479) * chore: var fallback * feat: deposit transaction * docs * refactor: api, docs, etc * refactor: anvil * refactor: dump op addresses * tweaks * feat: prepareDepositTransaction * feat: mint * docs: prepare * refactor: prepare -> build * feat: extractEventLogs * docs: remove * docs: parseEventLogs * feat: serializer * refactor * feat: parsers * feat: source hash computation * feat: fromOpaqueData * feat: compute l2 hashes * docs: deposit guide * fix: waitForTxnReceipt * docs: deposit guide * chore: example * chore: update examples * chore: update snaps * chore: lint * update * update * chore: update snaps --------- Co-authored-by: Tom Meagher <tom@meagher.co> * feat: spread fallback opts * chore: publish package * fix: default types * chore: version package * chore: export type * chore: version package * chore: export types * chore: publish package * chore: upgrade playwright * feat: export promise utils * chore: publish package * chore: publish package * chore: version package * docs: Add missing params for verifyMessage and verifyTypedData (wevm#1574) * feat: export getProof from root and from actions (wevm#1571) * feat: export getProof from root and from actions * Create dry-bananas-smile.md --------- Co-authored-by: jxom <jakemoxey@gmail.com> * chore: update snapshots * chore: update * fix: txn receipt * docs: update migration guide * docs: ethers migration * feat: add missing exports (wevm#1583) * fix: add missing exports * chore: add changeset * chore: rename fromOpaqueData * chore: version package * feat: opstack withdrawal (wevm#1565) * feat: initiateWithdrawal * docs * feat: buildInitiateWithdrawal * feat: getSecondsToNextL2Output * feat: utils * docs: sidebar * feat: getWithdrawalHashStorageSlot * feat: getL2Output * docs: update withdrawal * chore: sepolia * feat: buildProveWithdrawal * feat: waitForL2Output * feat: proveWithdrawal * feat: readyToProve * docs: dead links * docs: sidebar * feat: getTimeToFinalize * refactor: getWithdrawals * docs: fix * docs: update * feat: waitToFinalize * feat: finalizeWithdrawal * feat: getTimeToProve * chore: period * refactor * refactor * feat: getWithdrawalStatus + rest * chore: remove example * chore: clean * chore: lockfile * refactor: error type * feat: estimate actions * test: remove only * docs: remove deadlink * fix: ts 5.0.4 errors * chore: version * ci: trigger * chore: remove changesets from prerelease * fix: log formatting * chore: version * WIP * chore: add missing type export * docs: update OP Stack docs in RC CHA-69 (wevm#1612) * feat: Add more docs to op * Update site/op-stack/client.md * Update site/op-stack/client.md * Apply suggestions from code review Co-authored-by: jxom <jakemoxey@gmail.com> --------- Co-authored-by: Will Cory <willcory@Wills-MacBook-Pro.local> Co-authored-by: jxom <jakemoxey@gmail.com> * chore: format * fix: simulate types * fix: test * chore: version * chore: tweak * wip * chore: version * wip * wip * wip * wip * wip * update * wip * wip * chore: delete vitepress * chore: update * update docs * delete changeset * rewrite --------- Co-authored-by: Tom Meagher <tom@meagher.co> Co-authored-by: Will Cory <willcory10@gmail.com> Co-authored-by: Omar <omaraziz.dev@proton.me> Co-authored-by: Vitor Marthendal Nunes <marthendalnunes@gmail.com> Co-authored-by: Will Cory <willcory@Wills-MacBook-Pro.local> Co-authored-by: jxom <jxom@users.noreply.github.com>
jxom
added a commit
to equilibriumco/viem
that referenced
this pull request
Jan 15, 2024
* chore: canary * chore: export types * chore: remove unecessary type export * chore: export version * refactor: contract types * chore: export * refactor: generics * refactor: contract types * refactor: multicall types * test: multicall types * refactor: multicall response * test: multicall types * refactor: multicall results * chore: export type * chore: prettify type * refactor: contract types * refactor: contract function generics * refactor: contract function args generic tweaks * chore: prettify chain * chore: update changeset * chore: remove version export * chore: restore version * fix: type error * refactor: abi types * wip: types * wip: types * chore: fix type test * chore: checkpoint * fix: explicit undefined * chore: ignore changes * chore: export types * refactor: simulate contract return type * fix: transport generic * refactor: eventName generics * refactor: simplify poll options * refactor: consolidate poll options * fix: test * chore: update snapshots * ci: update version in snapshot * ci: tweak * chore: export abis * chore: update snapshot * chore: update snap * chore: fix imports * chore: enter alpha * chore: update * chore: add timeout * chore: types * chore: bump version * chore: export types * fix: type exports * chore: bump version * chore: clean up write contract types * chore: bump version * chore: update multicall type * chore: bump version * chore: version * chore: export type * chore: version * chore: version * ci: bump release timeout * chore: version * feat: refactor getContract * docs: getContract * chore: remove entrypoints * chore: remove note * fix * fix: simulateContract account type * fix * chore: version * refactor: chain * chore: bump abitype * chore: bump version * chore: snaps * docs: chains * chore: snaps * chore: snaps * chore: bump version * chore: add missing type * chore: bump version * test: update snaps * chore: prettify chain * refactor: defineChain * refactor: defineChain type * chore: remove * docs: defineChain * fix: downstream type error * chore: beta * chore: remove deprecated things * docs: chains * chore: update snaps * refactor: contract function types * chore: bump version * feat: opstack (fees/gas actions) (wevm#1469) * wip: opstack init * feat: total gas * feat: total gas * feat: imports * docs: migration guide * feat: exports * docs: celo * docs * feat: fees * feat: contract fee/gas estimation * feat: exports * feat: exports * chore: docspath * chore: update snaps * docs: address * docs: sidebar * tests: fix * fix: exports * docs: fix links * docs: typos * Update site/docs/op-stack/client.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Fee.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Gas.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractTotalFee.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Gas.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Fee.md Co-authored-by: Will Cory <willcory10@gmail.com> * chore: export * chore: pr review * docs: updatE --------- Co-authored-by: Will Cory <willcory10@gmail.com> * chore: bump version * docs: op stack * docs: dead links * refactor: rename * chore: version * fix: typo * chore: merge * refactor: opstack * fix: types * fix: type * fix: downstream types * chore: snaps * chore: var fallback * chore: bump version * feat: loosen account requirement on estimateGas; tighten prepareTransactionResult type * docs: update custom client example (wevm#1492) * refactor: retry & fallback errors * refactor: wallet client retries * fix: client extensions w/ chain formatters * tests: update * chore: upgrade ts * chore: lockfile * chore: merge conflicts * feat: deposit transaction (op stack) (wevm#1479) * chore: var fallback * feat: deposit transaction * docs * refactor: api, docs, etc * refactor: anvil * refactor: dump op addresses * tweaks * feat: prepareDepositTransaction * feat: mint * docs: prepare * refactor: prepare -> build * feat: extractEventLogs * docs: remove * docs: parseEventLogs * feat: serializer * refactor * feat: parsers * feat: source hash computation * feat: fromOpaqueData * feat: compute l2 hashes * docs: deposit guide * fix: waitForTxnReceipt * docs: deposit guide * chore: example * chore: update examples * chore: update snaps * chore: lint * update * update * chore: update snaps --------- Co-authored-by: Tom Meagher <tom@meagher.co> * feat: spread fallback opts * chore: publish package * fix: default types * chore: version package * chore: export type * chore: version package * chore: export types * chore: publish package * chore: upgrade playwright * feat: export promise utils * chore: publish package * chore: publish package * chore: version package * docs: Add missing params for verifyMessage and verifyTypedData (wevm#1574) * feat: export getProof from root and from actions (wevm#1571) * feat: export getProof from root and from actions * Create dry-bananas-smile.md --------- Co-authored-by: jxom <jakemoxey@gmail.com> * chore: update snapshots * chore: update * fix: txn receipt * docs: update migration guide * docs: ethers migration * feat: add missing exports (wevm#1583) * fix: add missing exports * chore: add changeset * chore: rename fromOpaqueData * chore: version package * feat: opstack withdrawal (wevm#1565) * feat: initiateWithdrawal * docs * feat: buildInitiateWithdrawal * feat: getSecondsToNextL2Output * feat: utils * docs: sidebar * feat: getWithdrawalHashStorageSlot * feat: getL2Output * docs: update withdrawal * chore: sepolia * feat: buildProveWithdrawal * feat: waitForL2Output * feat: proveWithdrawal * feat: readyToProve * docs: dead links * docs: sidebar * feat: getTimeToFinalize * refactor: getWithdrawals * docs: fix * docs: update * feat: waitToFinalize * feat: finalizeWithdrawal * feat: getTimeToProve * chore: period * refactor * refactor * feat: getWithdrawalStatus + rest * chore: remove example * chore: clean * chore: lockfile * refactor: error type * feat: estimate actions * test: remove only * docs: remove deadlink * fix: ts 5.0.4 errors * chore: version * ci: trigger * chore: remove changesets from prerelease * fix: log formatting * chore: version * WIP * chore: add missing type export * docs: update OP Stack docs in RC CHA-69 (wevm#1612) * feat: Add more docs to op * Update site/op-stack/client.md * Update site/op-stack/client.md * Apply suggestions from code review Co-authored-by: jxom <jakemoxey@gmail.com> --------- Co-authored-by: Will Cory <willcory@Wills-MacBook-Pro.local> Co-authored-by: jxom <jakemoxey@gmail.com> * chore: format * fix: simulate types * fix: test * chore: version * chore: tweak * wip * chore: version * wip * wip * wip * wip * wip * update * wip * wip * chore: delete vitepress * chore: update * update docs * delete changeset * rewrite --------- Co-authored-by: Tom Meagher <tom@meagher.co> Co-authored-by: Will Cory <willcory10@gmail.com> Co-authored-by: Omar <omaraziz.dev@proton.me> Co-authored-by: Vitor Marthendal Nunes <marthendalnunes@gmail.com> Co-authored-by: Will Cory <willcory@Wills-MacBook-Pro.local> Co-authored-by: jxom <jxom@users.noreply.github.com>
jxom
added a commit
to equilibriumco/viem
that referenced
this pull request
Jan 15, 2024
* chore: canary * chore: export types * chore: remove unecessary type export * chore: export version * refactor: contract types * chore: export * refactor: generics * refactor: contract types * refactor: multicall types * test: multicall types * refactor: multicall response * test: multicall types * refactor: multicall results * chore: export type * chore: prettify type * refactor: contract types * refactor: contract function generics * refactor: contract function args generic tweaks * chore: prettify chain * chore: update changeset * chore: remove version export * chore: restore version * fix: type error * refactor: abi types * wip: types * wip: types * chore: fix type test * chore: checkpoint * fix: explicit undefined * chore: ignore changes * chore: export types * refactor: simulate contract return type * fix: transport generic * refactor: eventName generics * refactor: simplify poll options * refactor: consolidate poll options * fix: test * chore: update snapshots * ci: update version in snapshot * ci: tweak * chore: export abis * chore: update snapshot * chore: update snap * chore: fix imports * chore: enter alpha * chore: update * chore: add timeout * chore: types * chore: bump version * chore: export types * fix: type exports * chore: bump version * chore: clean up write contract types * chore: bump version * chore: update multicall type * chore: bump version * chore: version * chore: export type * chore: version * chore: version * ci: bump release timeout * chore: version * feat: refactor getContract * docs: getContract * chore: remove entrypoints * chore: remove note * fix * fix: simulateContract account type * fix * chore: version * refactor: chain * chore: bump abitype * chore: bump version * chore: snaps * docs: chains * chore: snaps * chore: snaps * chore: bump version * chore: add missing type * chore: bump version * test: update snaps * chore: prettify chain * refactor: defineChain * refactor: defineChain type * chore: remove * docs: defineChain * fix: downstream type error * chore: beta * chore: remove deprecated things * docs: chains * chore: update snaps * refactor: contract function types * chore: bump version * feat: opstack (fees/gas actions) (wevm#1469) * wip: opstack init * feat: total gas * feat: total gas * feat: imports * docs: migration guide * feat: exports * docs: celo * docs * feat: fees * feat: contract fee/gas estimation * feat: exports * feat: exports * chore: docspath * chore: update snaps * docs: address * docs: sidebar * tests: fix * fix: exports * docs: fix links * docs: typos * Update site/docs/op-stack/client.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Fee.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Gas.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractTotalFee.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Gas.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Fee.md Co-authored-by: Will Cory <willcory10@gmail.com> * chore: export * chore: pr review * docs: updatE --------- Co-authored-by: Will Cory <willcory10@gmail.com> * chore: bump version * docs: op stack * docs: dead links * refactor: rename * chore: version * fix: typo * chore: merge * refactor: opstack * fix: types * fix: type * fix: downstream types * chore: snaps * chore: var fallback * chore: bump version * feat: loosen account requirement on estimateGas; tighten prepareTransactionResult type * docs: update custom client example (wevm#1492) * refactor: retry & fallback errors * refactor: wallet client retries * fix: client extensions w/ chain formatters * tests: update * chore: upgrade ts * chore: lockfile * chore: merge conflicts * feat: deposit transaction (op stack) (wevm#1479) * chore: var fallback * feat: deposit transaction * docs * refactor: api, docs, etc * refactor: anvil * refactor: dump op addresses * tweaks * feat: prepareDepositTransaction * feat: mint * docs: prepare * refactor: prepare -> build * feat: extractEventLogs * docs: remove * docs: parseEventLogs * feat: serializer * refactor * feat: parsers * feat: source hash computation * feat: fromOpaqueData * feat: compute l2 hashes * docs: deposit guide * fix: waitForTxnReceipt * docs: deposit guide * chore: example * chore: update examples * chore: update snaps * chore: lint * update * update * chore: update snaps --------- Co-authored-by: Tom Meagher <tom@meagher.co> * feat: spread fallback opts * chore: publish package * fix: default types * chore: version package * chore: export type * chore: version package * chore: export types * chore: publish package * chore: upgrade playwright * feat: export promise utils * chore: publish package * chore: publish package * chore: version package * docs: Add missing params for verifyMessage and verifyTypedData (wevm#1574) * feat: export getProof from root and from actions (wevm#1571) * feat: export getProof from root and from actions * Create dry-bananas-smile.md --------- Co-authored-by: jxom <jakemoxey@gmail.com> * chore: update snapshots * chore: update * fix: txn receipt * docs: update migration guide * docs: ethers migration * feat: add missing exports (wevm#1583) * fix: add missing exports * chore: add changeset * chore: rename fromOpaqueData * chore: version package * feat: opstack withdrawal (wevm#1565) * feat: initiateWithdrawal * docs * feat: buildInitiateWithdrawal * feat: getSecondsToNextL2Output * feat: utils * docs: sidebar * feat: getWithdrawalHashStorageSlot * feat: getL2Output * docs: update withdrawal * chore: sepolia * feat: buildProveWithdrawal * feat: waitForL2Output * feat: proveWithdrawal * feat: readyToProve * docs: dead links * docs: sidebar * feat: getTimeToFinalize * refactor: getWithdrawals * docs: fix * docs: update * feat: waitToFinalize * feat: finalizeWithdrawal * feat: getTimeToProve * chore: period * refactor * refactor * feat: getWithdrawalStatus + rest * chore: remove example * chore: clean * chore: lockfile * refactor: error type * feat: estimate actions * test: remove only * docs: remove deadlink * fix: ts 5.0.4 errors * chore: version * ci: trigger * chore: remove changesets from prerelease * fix: log formatting * chore: version * WIP * chore: add missing type export * docs: update OP Stack docs in RC CHA-69 (wevm#1612) * feat: Add more docs to op * Update site/op-stack/client.md * Update site/op-stack/client.md * Apply suggestions from code review Co-authored-by: jxom <jakemoxey@gmail.com> --------- Co-authored-by: Will Cory <willcory@Wills-MacBook-Pro.local> Co-authored-by: jxom <jakemoxey@gmail.com> * chore: format * fix: simulate types * fix: test * chore: version * chore: tweak * wip * chore: version * wip * wip * wip * wip * wip * update * wip * wip * chore: delete vitepress * chore: update * update docs * delete changeset * rewrite --------- Co-authored-by: Tom Meagher <tom@meagher.co> Co-authored-by: Will Cory <willcory10@gmail.com> Co-authored-by: Omar <omaraziz.dev@proton.me> Co-authored-by: Vitor Marthendal Nunes <marthendalnunes@gmail.com> Co-authored-by: Will Cory <willcory@Wills-MacBook-Pro.local> Co-authored-by: jxom <jxom@users.noreply.github.com>
jxom
added a commit
to equilibriumco/viem
that referenced
this pull request
Jan 18, 2024
* chore: canary * chore: export types * chore: remove unecessary type export * chore: export version * refactor: contract types * chore: export * refactor: generics * refactor: contract types * refactor: multicall types * test: multicall types * refactor: multicall response * test: multicall types * refactor: multicall results * chore: export type * chore: prettify type * refactor: contract types * refactor: contract function generics * refactor: contract function args generic tweaks * chore: prettify chain * chore: update changeset * chore: remove version export * chore: restore version * fix: type error * refactor: abi types * wip: types * wip: types * chore: fix type test * chore: checkpoint * fix: explicit undefined * chore: ignore changes * chore: export types * refactor: simulate contract return type * fix: transport generic * refactor: eventName generics * refactor: simplify poll options * refactor: consolidate poll options * fix: test * chore: update snapshots * ci: update version in snapshot * ci: tweak * chore: export abis * chore: update snapshot * chore: update snap * chore: fix imports * chore: enter alpha * chore: update * chore: add timeout * chore: types * chore: bump version * chore: export types * fix: type exports * chore: bump version * chore: clean up write contract types * chore: bump version * chore: update multicall type * chore: bump version * chore: version * chore: export type * chore: version * chore: version * ci: bump release timeout * chore: version * feat: refactor getContract * docs: getContract * chore: remove entrypoints * chore: remove note * fix * fix: simulateContract account type * fix * chore: version * refactor: chain * chore: bump abitype * chore: bump version * chore: snaps * docs: chains * chore: snaps * chore: snaps * chore: bump version * chore: add missing type * chore: bump version * test: update snaps * chore: prettify chain * refactor: defineChain * refactor: defineChain type * chore: remove * docs: defineChain * fix: downstream type error * chore: beta * chore: remove deprecated things * docs: chains * chore: update snaps * refactor: contract function types * chore: bump version * feat: opstack (fees/gas actions) (wevm#1469) * wip: opstack init * feat: total gas * feat: total gas * feat: imports * docs: migration guide * feat: exports * docs: celo * docs * feat: fees * feat: contract fee/gas estimation * feat: exports * feat: exports * chore: docspath * chore: update snaps * docs: address * docs: sidebar * tests: fix * fix: exports * docs: fix links * docs: typos * Update site/docs/op-stack/client.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Fee.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Gas.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractTotalFee.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Gas.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Fee.md Co-authored-by: Will Cory <willcory10@gmail.com> * chore: export * chore: pr review * docs: updatE --------- Co-authored-by: Will Cory <willcory10@gmail.com> * chore: bump version * docs: op stack * docs: dead links * refactor: rename * chore: version * fix: typo * chore: merge * refactor: opstack * fix: types * fix: type * fix: downstream types * chore: snaps * chore: var fallback * chore: bump version * feat: loosen account requirement on estimateGas; tighten prepareTransactionResult type * docs: update custom client example (wevm#1492) * refactor: retry & fallback errors * refactor: wallet client retries * fix: client extensions w/ chain formatters * tests: update * chore: upgrade ts * chore: lockfile * chore: merge conflicts * feat: deposit transaction (op stack) (wevm#1479) * chore: var fallback * feat: deposit transaction * docs * refactor: api, docs, etc * refactor: anvil * refactor: dump op addresses * tweaks * feat: prepareDepositTransaction * feat: mint * docs: prepare * refactor: prepare -> build * feat: extractEventLogs * docs: remove * docs: parseEventLogs * feat: serializer * refactor * feat: parsers * feat: source hash computation * feat: fromOpaqueData * feat: compute l2 hashes * docs: deposit guide * fix: waitForTxnReceipt * docs: deposit guide * chore: example * chore: update examples * chore: update snaps * chore: lint * update * update * chore: update snaps --------- Co-authored-by: Tom Meagher <tom@meagher.co> * feat: spread fallback opts * chore: publish package * fix: default types * chore: version package * chore: export type * chore: version package * chore: export types * chore: publish package * chore: upgrade playwright * feat: export promise utils * chore: publish package * chore: publish package * chore: version package * docs: Add missing params for verifyMessage and verifyTypedData (wevm#1574) * feat: export getProof from root and from actions (wevm#1571) * feat: export getProof from root and from actions * Create dry-bananas-smile.md --------- Co-authored-by: jxom <jakemoxey@gmail.com> * chore: update snapshots * chore: update * fix: txn receipt * docs: update migration guide * docs: ethers migration * feat: add missing exports (wevm#1583) * fix: add missing exports * chore: add changeset * chore: rename fromOpaqueData * chore: version package * feat: opstack withdrawal (wevm#1565) * feat: initiateWithdrawal * docs * feat: buildInitiateWithdrawal * feat: getSecondsToNextL2Output * feat: utils * docs: sidebar * feat: getWithdrawalHashStorageSlot * feat: getL2Output * docs: update withdrawal * chore: sepolia * feat: buildProveWithdrawal * feat: waitForL2Output * feat: proveWithdrawal * feat: readyToProve * docs: dead links * docs: sidebar * feat: getTimeToFinalize * refactor: getWithdrawals * docs: fix * docs: update * feat: waitToFinalize * feat: finalizeWithdrawal * feat: getTimeToProve * chore: period * refactor * refactor * feat: getWithdrawalStatus + rest * chore: remove example * chore: clean * chore: lockfile * refactor: error type * feat: estimate actions * test: remove only * docs: remove deadlink * fix: ts 5.0.4 errors * chore: version * ci: trigger * chore: remove changesets from prerelease * fix: log formatting * chore: version * WIP * chore: add missing type export * docs: update OP Stack docs in RC CHA-69 (wevm#1612) * feat: Add more docs to op * Update site/op-stack/client.md * Update site/op-stack/client.md * Apply suggestions from code review Co-authored-by: jxom <jakemoxey@gmail.com> --------- Co-authored-by: Will Cory <willcory@Wills-MacBook-Pro.local> Co-authored-by: jxom <jakemoxey@gmail.com> * chore: format * fix: simulate types * fix: test * chore: version * chore: tweak * wip * chore: version * wip * wip * wip * wip * wip * update * wip * wip * chore: delete vitepress * chore: update * update docs * delete changeset * rewrite --------- Co-authored-by: Tom Meagher <tom@meagher.co> Co-authored-by: Will Cory <willcory10@gmail.com> Co-authored-by: Omar <omaraziz.dev@proton.me> Co-authored-by: Vitor Marthendal Nunes <marthendalnunes@gmail.com> Co-authored-by: Will Cory <willcory@Wills-MacBook-Pro.local> Co-authored-by: jxom <jxom@users.noreply.github.com>
jxom
added a commit
to equilibriumco/viem
that referenced
this pull request
Jan 18, 2024
* chore: canary * chore: export types * chore: remove unecessary type export * chore: export version * refactor: contract types * chore: export * refactor: generics * refactor: contract types * refactor: multicall types * test: multicall types * refactor: multicall response * test: multicall types * refactor: multicall results * chore: export type * chore: prettify type * refactor: contract types * refactor: contract function generics * refactor: contract function args generic tweaks * chore: prettify chain * chore: update changeset * chore: remove version export * chore: restore version * fix: type error * refactor: abi types * wip: types * wip: types * chore: fix type test * chore: checkpoint * fix: explicit undefined * chore: ignore changes * chore: export types * refactor: simulate contract return type * fix: transport generic * refactor: eventName generics * refactor: simplify poll options * refactor: consolidate poll options * fix: test * chore: update snapshots * ci: update version in snapshot * ci: tweak * chore: export abis * chore: update snapshot * chore: update snap * chore: fix imports * chore: enter alpha * chore: update * chore: add timeout * chore: types * chore: bump version * chore: export types * fix: type exports * chore: bump version * chore: clean up write contract types * chore: bump version * chore: update multicall type * chore: bump version * chore: version * chore: export type * chore: version * chore: version * ci: bump release timeout * chore: version * feat: refactor getContract * docs: getContract * chore: remove entrypoints * chore: remove note * fix * fix: simulateContract account type * fix * chore: version * refactor: chain * chore: bump abitype * chore: bump version * chore: snaps * docs: chains * chore: snaps * chore: snaps * chore: bump version * chore: add missing type * chore: bump version * test: update snaps * chore: prettify chain * refactor: defineChain * refactor: defineChain type * chore: remove * docs: defineChain * fix: downstream type error * chore: beta * chore: remove deprecated things * docs: chains * chore: update snaps * refactor: contract function types * chore: bump version * feat: opstack (fees/gas actions) (wevm#1469) * wip: opstack init * feat: total gas * feat: total gas * feat: imports * docs: migration guide * feat: exports * docs: celo * docs * feat: fees * feat: contract fee/gas estimation * feat: exports * feat: exports * chore: docspath * chore: update snaps * docs: address * docs: sidebar * tests: fix * fix: exports * docs: fix links * docs: typos * Update site/docs/op-stack/client.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Fee.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Gas.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractTotalFee.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Gas.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Fee.md Co-authored-by: Will Cory <willcory10@gmail.com> * chore: export * chore: pr review * docs: updatE --------- Co-authored-by: Will Cory <willcory10@gmail.com> * chore: bump version * docs: op stack * docs: dead links * refactor: rename * chore: version * fix: typo * chore: merge * refactor: opstack * fix: types * fix: type * fix: downstream types * chore: snaps * chore: var fallback * chore: bump version * feat: loosen account requirement on estimateGas; tighten prepareTransactionResult type * docs: update custom client example (wevm#1492) * refactor: retry & fallback errors * refactor: wallet client retries * fix: client extensions w/ chain formatters * tests: update * chore: upgrade ts * chore: lockfile * chore: merge conflicts * feat: deposit transaction (op stack) (wevm#1479) * chore: var fallback * feat: deposit transaction * docs * refactor: api, docs, etc * refactor: anvil * refactor: dump op addresses * tweaks * feat: prepareDepositTransaction * feat: mint * docs: prepare * refactor: prepare -> build * feat: extractEventLogs * docs: remove * docs: parseEventLogs * feat: serializer * refactor * feat: parsers * feat: source hash computation * feat: fromOpaqueData * feat: compute l2 hashes * docs: deposit guide * fix: waitForTxnReceipt * docs: deposit guide * chore: example * chore: update examples * chore: update snaps * chore: lint * update * update * chore: update snaps --------- Co-authored-by: Tom Meagher <tom@meagher.co> * feat: spread fallback opts * chore: publish package * fix: default types * chore: version package * chore: export type * chore: version package * chore: export types * chore: publish package * chore: upgrade playwright * feat: export promise utils * chore: publish package * chore: publish package * chore: version package * docs: Add missing params for verifyMessage and verifyTypedData (wevm#1574) * feat: export getProof from root and from actions (wevm#1571) * feat: export getProof from root and from actions * Create dry-bananas-smile.md --------- Co-authored-by: jxom <jakemoxey@gmail.com> * chore: update snapshots * chore: update * fix: txn receipt * docs: update migration guide * docs: ethers migration * feat: add missing exports (wevm#1583) * fix: add missing exports * chore: add changeset * chore: rename fromOpaqueData * chore: version package * feat: opstack withdrawal (wevm#1565) * feat: initiateWithdrawal * docs * feat: buildInitiateWithdrawal * feat: getSecondsToNextL2Output * feat: utils * docs: sidebar * feat: getWithdrawalHashStorageSlot * feat: getL2Output * docs: update withdrawal * chore: sepolia * feat: buildProveWithdrawal * feat: waitForL2Output * feat: proveWithdrawal * feat: readyToProve * docs: dead links * docs: sidebar * feat: getTimeToFinalize * refactor: getWithdrawals * docs: fix * docs: update * feat: waitToFinalize * feat: finalizeWithdrawal * feat: getTimeToProve * chore: period * refactor * refactor * feat: getWithdrawalStatus + rest * chore: remove example * chore: clean * chore: lockfile * refactor: error type * feat: estimate actions * test: remove only * docs: remove deadlink * fix: ts 5.0.4 errors * chore: version * ci: trigger * chore: remove changesets from prerelease * fix: log formatting * chore: version * WIP * chore: add missing type export * docs: update OP Stack docs in RC CHA-69 (wevm#1612) * feat: Add more docs to op * Update site/op-stack/client.md * Update site/op-stack/client.md * Apply suggestions from code review Co-authored-by: jxom <jakemoxey@gmail.com> --------- Co-authored-by: Will Cory <willcory@Wills-MacBook-Pro.local> Co-authored-by: jxom <jakemoxey@gmail.com> * chore: format * fix: simulate types * fix: test * chore: version * chore: tweak * wip * chore: version * wip * wip * wip * wip * wip * update * wip * wip * chore: delete vitepress * chore: update * update docs * delete changeset * rewrite --------- Co-authored-by: Tom Meagher <tom@meagher.co> Co-authored-by: Will Cory <willcory10@gmail.com> Co-authored-by: Omar <omaraziz.dev@proton.me> Co-authored-by: Vitor Marthendal Nunes <marthendalnunes@gmail.com> Co-authored-by: Will Cory <willcory@Wills-MacBook-Pro.local> Co-authored-by: jxom <jxom@users.noreply.github.com>
jxom
added a commit
that referenced
this pull request
Jan 23, 2024
* chore: canary * chore: export types * chore: remove unecessary type export * chore: export version * refactor: contract types * chore: export * refactor: generics * refactor: contract types * refactor: multicall types * test: multicall types * refactor: multicall response * test: multicall types * refactor: multicall results * chore: export type * chore: prettify type * refactor: contract types * refactor: contract function generics * refactor: contract function args generic tweaks * chore: prettify chain * chore: update changeset * chore: remove version export * chore: restore version * fix: type error * refactor: abi types * wip: types * wip: types * chore: fix type test * chore: checkpoint * fix: explicit undefined * chore: ignore changes * chore: export types * refactor: simulate contract return type * fix: transport generic * refactor: eventName generics * refactor: simplify poll options * refactor: consolidate poll options * fix: test * chore: update snapshots * ci: update version in snapshot * ci: tweak * chore: export abis * chore: update snapshot * chore: update snap * chore: fix imports * chore: enter alpha * chore: update * chore: add timeout * chore: types * chore: bump version * chore: export types * fix: type exports * chore: bump version * chore: clean up write contract types * chore: bump version * chore: update multicall type * chore: bump version * chore: version * chore: export type * chore: version * chore: version * ci: bump release timeout * chore: version * feat: refactor getContract * docs: getContract * chore: remove entrypoints * chore: remove note * fix * fix: simulateContract account type * fix * chore: version * refactor: chain * chore: bump abitype * chore: bump version * chore: snaps * docs: chains * chore: snaps * chore: snaps * chore: bump version * chore: add missing type * chore: bump version * test: update snaps * chore: prettify chain * refactor: defineChain * refactor: defineChain type * chore: remove * docs: defineChain * fix: downstream type error * chore: beta * chore: remove deprecated things * docs: chains * chore: update snaps * refactor: contract function types * chore: bump version * feat: opstack (fees/gas actions) (#1469) * wip: opstack init * feat: total gas * feat: total gas * feat: imports * docs: migration guide * feat: exports * docs: celo * docs * feat: fees * feat: contract fee/gas estimation * feat: exports * feat: exports * chore: docspath * chore: update snaps * docs: address * docs: sidebar * tests: fix * fix: exports * docs: fix links * docs: typos * Update site/docs/op-stack/client.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Fee.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Gas.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractTotalFee.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Gas.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Fee.md Co-authored-by: Will Cory <willcory10@gmail.com> * chore: export * chore: pr review * docs: updatE --------- Co-authored-by: Will Cory <willcory10@gmail.com> * chore: bump version * docs: op stack * docs: dead links * refactor: rename * chore: version * fix: typo * chore: merge * refactor: opstack * fix: types * fix: type * fix: downstream types * chore: snaps * chore: var fallback * chore: bump version * feat: loosen account requirement on estimateGas; tighten prepareTransactionResult type * docs: update custom client example (#1492) * refactor: retry & fallback errors * refactor: wallet client retries * fix: client extensions w/ chain formatters * tests: update * chore: upgrade ts * chore: lockfile * chore: merge conflicts * feat: deposit transaction (op stack) (#1479) * chore: var fallback * feat: deposit transaction * docs * refactor: api, docs, etc * refactor: anvil * refactor: dump op addresses * tweaks * feat: prepareDepositTransaction * feat: mint * docs: prepare * refactor: prepare -> build * feat: extractEventLogs * docs: remove * docs: parseEventLogs * feat: serializer * refactor * feat: parsers * feat: source hash computation * feat: fromOpaqueData * feat: compute l2 hashes * docs: deposit guide * fix: waitForTxnReceipt * docs: deposit guide * chore: example * chore: update examples * chore: update snaps * chore: lint * update * update * chore: update snaps --------- Co-authored-by: Tom Meagher <tom@meagher.co> * feat: spread fallback opts * chore: publish package * fix: default types * chore: version package * chore: export type * chore: version package * chore: export types * chore: publish package * chore: upgrade playwright * feat: export promise utils * chore: publish package * chore: publish package * chore: version package * docs: Add missing params for verifyMessage and verifyTypedData (#1574) * feat: export getProof from root and from actions (#1571) * feat: export getProof from root and from actions * Create dry-bananas-smile.md --------- Co-authored-by: jxom <jakemoxey@gmail.com> * chore: update snapshots * chore: update * fix: txn receipt * docs: update migration guide * docs: ethers migration * feat: add missing exports (#1583) * fix: add missing exports * chore: add changeset * chore: rename fromOpaqueData * chore: version package * feat: opstack withdrawal (#1565) * feat: initiateWithdrawal * docs * feat: buildInitiateWithdrawal * feat: getSecondsToNextL2Output * feat: utils * docs: sidebar * feat: getWithdrawalHashStorageSlot * feat: getL2Output * docs: update withdrawal * chore: sepolia * feat: buildProveWithdrawal * feat: waitForL2Output * feat: proveWithdrawal * feat: readyToProve * docs: dead links * docs: sidebar * feat: getTimeToFinalize * refactor: getWithdrawals * docs: fix * docs: update * feat: waitToFinalize * feat: finalizeWithdrawal * feat: getTimeToProve * chore: period * refactor * refactor * feat: getWithdrawalStatus + rest * chore: remove example * chore: clean * chore: lockfile * refactor: error type * feat: estimate actions * test: remove only * docs: remove deadlink * fix: ts 5.0.4 errors * chore: version * ci: trigger * chore: remove changesets from prerelease * fix: log formatting * chore: version * WIP * chore: add missing type export * docs: update OP Stack docs in RC CHA-69 (#1612) * feat: Add more docs to op * Update site/op-stack/client.md * Update site/op-stack/client.md * Apply suggestions from code review Co-authored-by: jxom <jakemoxey@gmail.com> --------- Co-authored-by: Will Cory <willcory@Wills-MacBook-Pro.local> Co-authored-by: jxom <jakemoxey@gmail.com> * chore: format * fix: simulate types * fix: test * chore: version * chore: tweak * wip * chore: version * wip * wip * wip * wip * wip * update * wip * wip * chore: delete vitepress * chore: update * update docs * delete changeset * rewrite --------- Co-authored-by: Tom Meagher <tom@meagher.co> Co-authored-by: Will Cory <willcory10@gmail.com> Co-authored-by: Omar <omaraziz.dev@proton.me> Co-authored-by: Vitor Marthendal Nunes <marthendalnunes@gmail.com> Co-authored-by: Will Cory <willcory@Wills-MacBook-Pro.local> Co-authored-by: jxom <jxom@users.noreply.github.com>
jxom
added a commit
that referenced
this pull request
Jan 23, 2024
* chore: canary * chore: export types * chore: remove unecessary type export * chore: export version * refactor: contract types * chore: export * refactor: generics * refactor: contract types * refactor: multicall types * test: multicall types * refactor: multicall response * test: multicall types * refactor: multicall results * chore: export type * chore: prettify type * refactor: contract types * refactor: contract function generics * refactor: contract function args generic tweaks * chore: prettify chain * chore: update changeset * chore: remove version export * chore: restore version * fix: type error * refactor: abi types * wip: types * wip: types * chore: fix type test * chore: checkpoint * fix: explicit undefined * chore: ignore changes * chore: export types * refactor: simulate contract return type * fix: transport generic * refactor: eventName generics * refactor: simplify poll options * refactor: consolidate poll options * fix: test * chore: update snapshots * ci: update version in snapshot * ci: tweak * chore: export abis * chore: update snapshot * chore: update snap * chore: fix imports * chore: enter alpha * chore: update * chore: add timeout * chore: types * chore: bump version * chore: export types * fix: type exports * chore: bump version * chore: clean up write contract types * chore: bump version * chore: update multicall type * chore: bump version * chore: version * chore: export type * chore: version * chore: version * ci: bump release timeout * chore: version * feat: refactor getContract * docs: getContract * chore: remove entrypoints * chore: remove note * fix * fix: simulateContract account type * fix * chore: version * refactor: chain * chore: bump abitype * chore: bump version * chore: snaps * docs: chains * chore: snaps * chore: snaps * chore: bump version * chore: add missing type * chore: bump version * test: update snaps * chore: prettify chain * refactor: defineChain * refactor: defineChain type * chore: remove * docs: defineChain * fix: downstream type error * chore: beta * chore: remove deprecated things * docs: chains * chore: update snaps * refactor: contract function types * chore: bump version * feat: opstack (fees/gas actions) (#1469) * wip: opstack init * feat: total gas * feat: total gas * feat: imports * docs: migration guide * feat: exports * docs: celo * docs * feat: fees * feat: contract fee/gas estimation * feat: exports * feat: exports * chore: docspath * chore: update snaps * docs: address * docs: sidebar * tests: fix * fix: exports * docs: fix links * docs: typos * Update site/docs/op-stack/client.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Fee.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Gas.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractTotalFee.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Gas.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Fee.md Co-authored-by: Will Cory <willcory10@gmail.com> * chore: export * chore: pr review * docs: updatE --------- Co-authored-by: Will Cory <willcory10@gmail.com> * chore: bump version * docs: op stack * docs: dead links * refactor: rename * chore: version * fix: typo * chore: merge * refactor: opstack * fix: types * fix: type * fix: downstream types * chore: snaps * chore: var fallback * chore: bump version * feat: loosen account requirement on estimateGas; tighten prepareTransactionResult type * docs: update custom client example (#1492) * refactor: retry & fallback errors * refactor: wallet client retries * fix: client extensions w/ chain formatters * tests: update * chore: upgrade ts * chore: lockfile * chore: merge conflicts * feat: deposit transaction (op stack) (#1479) * chore: var fallback * feat: deposit transaction * docs * refactor: api, docs, etc * refactor: anvil * refactor: dump op addresses * tweaks * feat: prepareDepositTransaction * feat: mint * docs: prepare * refactor: prepare -> build * feat: extractEventLogs * docs: remove * docs: parseEventLogs * feat: serializer * refactor * feat: parsers * feat: source hash computation * feat: fromOpaqueData * feat: compute l2 hashes * docs: deposit guide * fix: waitForTxnReceipt * docs: deposit guide * chore: example * chore: update examples * chore: update snaps * chore: lint * update * update * chore: update snaps --------- Co-authored-by: Tom Meagher <tom@meagher.co> * feat: spread fallback opts * chore: publish package * fix: default types * chore: version package * chore: export type * chore: version package * chore: export types * chore: publish package * chore: upgrade playwright * feat: export promise utils * chore: publish package * chore: publish package * chore: version package * docs: Add missing params for verifyMessage and verifyTypedData (#1574) * feat: export getProof from root and from actions (#1571) * feat: export getProof from root and from actions * Create dry-bananas-smile.md --------- Co-authored-by: jxom <jakemoxey@gmail.com> * chore: update snapshots * chore: update * fix: txn receipt * docs: update migration guide * docs: ethers migration * feat: add missing exports (#1583) * fix: add missing exports * chore: add changeset * chore: rename fromOpaqueData * chore: version package * feat: opstack withdrawal (#1565) * feat: initiateWithdrawal * docs * feat: buildInitiateWithdrawal * feat: getSecondsToNextL2Output * feat: utils * docs: sidebar * feat: getWithdrawalHashStorageSlot * feat: getL2Output * docs: update withdrawal * chore: sepolia * feat: buildProveWithdrawal * feat: waitForL2Output * feat: proveWithdrawal * feat: readyToProve * docs: dead links * docs: sidebar * feat: getTimeToFinalize * refactor: getWithdrawals * docs: fix * docs: update * feat: waitToFinalize * feat: finalizeWithdrawal * feat: getTimeToProve * chore: period * refactor * refactor * feat: getWithdrawalStatus + rest * chore: remove example * chore: clean * chore: lockfile * refactor: error type * feat: estimate actions * test: remove only * docs: remove deadlink * fix: ts 5.0.4 errors * chore: version * ci: trigger * chore: remove changesets from prerelease * fix: log formatting * chore: version * WIP * chore: add missing type export * docs: update OP Stack docs in RC CHA-69 (#1612) * feat: Add more docs to op * Update site/op-stack/client.md * Update site/op-stack/client.md * Apply suggestions from code review Co-authored-by: jxom <jakemoxey@gmail.com> --------- Co-authored-by: Will Cory <willcory@Wills-MacBook-Pro.local> Co-authored-by: jxom <jakemoxey@gmail.com> * chore: format * fix: simulate types * fix: test * chore: version * chore: tweak * wip * chore: version * wip * wip * wip * wip * wip * update * wip * wip * chore: delete vitepress * chore: update * update docs * delete changeset * rewrite --------- Co-authored-by: Tom Meagher <tom@meagher.co> Co-authored-by: Will Cory <willcory10@gmail.com> Co-authored-by: Omar <omaraziz.dev@proton.me> Co-authored-by: Vitor Marthendal Nunes <marthendalnunes@gmail.com> Co-authored-by: Will Cory <willcory@Wills-MacBook-Pro.local> Co-authored-by: jxom <jxom@users.noreply.github.com>
jxom
added a commit
to equilibriumco/viem
that referenced
this pull request
Jan 23, 2024
* chore: canary * chore: export types * chore: remove unecessary type export * chore: export version * refactor: contract types * chore: export * refactor: generics * refactor: contract types * refactor: multicall types * test: multicall types * refactor: multicall response * test: multicall types * refactor: multicall results * chore: export type * chore: prettify type * refactor: contract types * refactor: contract function generics * refactor: contract function args generic tweaks * chore: prettify chain * chore: update changeset * chore: remove version export * chore: restore version * fix: type error * refactor: abi types * wip: types * wip: types * chore: fix type test * chore: checkpoint * fix: explicit undefined * chore: ignore changes * chore: export types * refactor: simulate contract return type * fix: transport generic * refactor: eventName generics * refactor: simplify poll options * refactor: consolidate poll options * fix: test * chore: update snapshots * ci: update version in snapshot * ci: tweak * chore: export abis * chore: update snapshot * chore: update snap * chore: fix imports * chore: enter alpha * chore: update * chore: add timeout * chore: types * chore: bump version * chore: export types * fix: type exports * chore: bump version * chore: clean up write contract types * chore: bump version * chore: update multicall type * chore: bump version * chore: version * chore: export type * chore: version * chore: version * ci: bump release timeout * chore: version * feat: refactor getContract * docs: getContract * chore: remove entrypoints * chore: remove note * fix * fix: simulateContract account type * fix * chore: version * refactor: chain * chore: bump abitype * chore: bump version * chore: snaps * docs: chains * chore: snaps * chore: snaps * chore: bump version * chore: add missing type * chore: bump version * test: update snaps * chore: prettify chain * refactor: defineChain * refactor: defineChain type * chore: remove * docs: defineChain * fix: downstream type error * chore: beta * chore: remove deprecated things * docs: chains * chore: update snaps * refactor: contract function types * chore: bump version * feat: opstack (fees/gas actions) (wevm#1469) * wip: opstack init * feat: total gas * feat: total gas * feat: imports * docs: migration guide * feat: exports * docs: celo * docs * feat: fees * feat: contract fee/gas estimation * feat: exports * feat: exports * chore: docspath * chore: update snaps * docs: address * docs: sidebar * tests: fix * fix: exports * docs: fix links * docs: typos * Update site/docs/op-stack/client.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Fee.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Gas.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractTotalFee.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Gas.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Fee.md Co-authored-by: Will Cory <willcory10@gmail.com> * chore: export * chore: pr review * docs: updatE --------- Co-authored-by: Will Cory <willcory10@gmail.com> * chore: bump version * docs: op stack * docs: dead links * refactor: rename * chore: version * fix: typo * chore: merge * refactor: opstack * fix: types * fix: type * fix: downstream types * chore: snaps * chore: var fallback * chore: bump version * feat: loosen account requirement on estimateGas; tighten prepareTransactionResult type * docs: update custom client example (wevm#1492) * refactor: retry & fallback errors * refactor: wallet client retries * fix: client extensions w/ chain formatters * tests: update * chore: upgrade ts * chore: lockfile * chore: merge conflicts * feat: deposit transaction (op stack) (wevm#1479) * chore: var fallback * feat: deposit transaction * docs * refactor: api, docs, etc * refactor: anvil * refactor: dump op addresses * tweaks * feat: prepareDepositTransaction * feat: mint * docs: prepare * refactor: prepare -> build * feat: extractEventLogs * docs: remove * docs: parseEventLogs * feat: serializer * refactor * feat: parsers * feat: source hash computation * feat: fromOpaqueData * feat: compute l2 hashes * docs: deposit guide * fix: waitForTxnReceipt * docs: deposit guide * chore: example * chore: update examples * chore: update snaps * chore: lint * update * update * chore: update snaps --------- Co-authored-by: Tom Meagher <tom@meagher.co> * feat: spread fallback opts * chore: publish package * fix: default types * chore: version package * chore: export type * chore: version package * chore: export types * chore: publish package * chore: upgrade playwright * feat: export promise utils * chore: publish package * chore: publish package * chore: version package * docs: Add missing params for verifyMessage and verifyTypedData (wevm#1574) * feat: export getProof from root and from actions (wevm#1571) * feat: export getProof from root and from actions * Create dry-bananas-smile.md --------- Co-authored-by: jxom <jakemoxey@gmail.com> * chore: update snapshots * chore: update * fix: txn receipt * docs: update migration guide * docs: ethers migration * feat: add missing exports (wevm#1583) * fix: add missing exports * chore: add changeset * chore: rename fromOpaqueData * chore: version package * feat: opstack withdrawal (wevm#1565) * feat: initiateWithdrawal * docs * feat: buildInitiateWithdrawal * feat: getSecondsToNextL2Output * feat: utils * docs: sidebar * feat: getWithdrawalHashStorageSlot * feat: getL2Output * docs: update withdrawal * chore: sepolia * feat: buildProveWithdrawal * feat: waitForL2Output * feat: proveWithdrawal * feat: readyToProve * docs: dead links * docs: sidebar * feat: getTimeToFinalize * refactor: getWithdrawals * docs: fix * docs: update * feat: waitToFinalize * feat: finalizeWithdrawal * feat: getTimeToProve * chore: period * refactor * refactor * feat: getWithdrawalStatus + rest * chore: remove example * chore: clean * chore: lockfile * refactor: error type * feat: estimate actions * test: remove only * docs: remove deadlink * fix: ts 5.0.4 errors * chore: version * ci: trigger * chore: remove changesets from prerelease * fix: log formatting * chore: version * WIP * chore: add missing type export * docs: update OP Stack docs in RC CHA-69 (wevm#1612) * feat: Add more docs to op * Update site/op-stack/client.md * Update site/op-stack/client.md * Apply suggestions from code review Co-authored-by: jxom <jakemoxey@gmail.com> --------- Co-authored-by: Will Cory <willcory@Wills-MacBook-Pro.local> Co-authored-by: jxom <jakemoxey@gmail.com> * chore: format * fix: simulate types * fix: test * chore: version * chore: tweak * wip * chore: version * wip * wip * wip * wip * wip * update * wip * wip * chore: delete vitepress * chore: update * update docs * delete changeset * rewrite --------- Co-authored-by: Tom Meagher <tom@meagher.co> Co-authored-by: Will Cory <willcory10@gmail.com> Co-authored-by: Omar <omaraziz.dev@proton.me> Co-authored-by: Vitor Marthendal Nunes <marthendalnunes@gmail.com> Co-authored-by: Will Cory <willcory@Wills-MacBook-Pro.local> Co-authored-by: jxom <jxom@users.noreply.github.com>
jxom
added a commit
to equilibriumco/viem
that referenced
this pull request
Jan 23, 2024
* chore: canary * chore: export types * chore: remove unecessary type export * chore: export version * refactor: contract types * chore: export * refactor: generics * refactor: contract types * refactor: multicall types * test: multicall types * refactor: multicall response * test: multicall types * refactor: multicall results * chore: export type * chore: prettify type * refactor: contract types * refactor: contract function generics * refactor: contract function args generic tweaks * chore: prettify chain * chore: update changeset * chore: remove version export * chore: restore version * fix: type error * refactor: abi types * wip: types * wip: types * chore: fix type test * chore: checkpoint * fix: explicit undefined * chore: ignore changes * chore: export types * refactor: simulate contract return type * fix: transport generic * refactor: eventName generics * refactor: simplify poll options * refactor: consolidate poll options * fix: test * chore: update snapshots * ci: update version in snapshot * ci: tweak * chore: export abis * chore: update snapshot * chore: update snap * chore: fix imports * chore: enter alpha * chore: update * chore: add timeout * chore: types * chore: bump version * chore: export types * fix: type exports * chore: bump version * chore: clean up write contract types * chore: bump version * chore: update multicall type * chore: bump version * chore: version * chore: export type * chore: version * chore: version * ci: bump release timeout * chore: version * feat: refactor getContract * docs: getContract * chore: remove entrypoints * chore: remove note * fix * fix: simulateContract account type * fix * chore: version * refactor: chain * chore: bump abitype * chore: bump version * chore: snaps * docs: chains * chore: snaps * chore: snaps * chore: bump version * chore: add missing type * chore: bump version * test: update snaps * chore: prettify chain * refactor: defineChain * refactor: defineChain type * chore: remove * docs: defineChain * fix: downstream type error * chore: beta * chore: remove deprecated things * docs: chains * chore: update snaps * refactor: contract function types * chore: bump version * feat: opstack (fees/gas actions) (wevm#1469) * wip: opstack init * feat: total gas * feat: total gas * feat: imports * docs: migration guide * feat: exports * docs: celo * docs * feat: fees * feat: contract fee/gas estimation * feat: exports * feat: exports * chore: docspath * chore: update snaps * docs: address * docs: sidebar * tests: fix * fix: exports * docs: fix links * docs: typos * Update site/docs/op-stack/client.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Fee.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Gas.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractTotalFee.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Gas.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Fee.md Co-authored-by: Will Cory <willcory10@gmail.com> * chore: export * chore: pr review * docs: updatE --------- Co-authored-by: Will Cory <willcory10@gmail.com> * chore: bump version * docs: op stack * docs: dead links * refactor: rename * chore: version * fix: typo * chore: merge * refactor: opstack * fix: types * fix: type * fix: downstream types * chore: snaps * chore: var fallback * chore: bump version * feat: loosen account requirement on estimateGas; tighten prepareTransactionResult type * docs: update custom client example (wevm#1492) * refactor: retry & fallback errors * refactor: wallet client retries * fix: client extensions w/ chain formatters * tests: update * chore: upgrade ts * chore: lockfile * chore: merge conflicts * feat: deposit transaction (op stack) (wevm#1479) * chore: var fallback * feat: deposit transaction * docs * refactor: api, docs, etc * refactor: anvil * refactor: dump op addresses * tweaks * feat: prepareDepositTransaction * feat: mint * docs: prepare * refactor: prepare -> build * feat: extractEventLogs * docs: remove * docs: parseEventLogs * feat: serializer * refactor * feat: parsers * feat: source hash computation * feat: fromOpaqueData * feat: compute l2 hashes * docs: deposit guide * fix: waitForTxnReceipt * docs: deposit guide * chore: example * chore: update examples * chore: update snaps * chore: lint * update * update * chore: update snaps --------- Co-authored-by: Tom Meagher <tom@meagher.co> * feat: spread fallback opts * chore: publish package * fix: default types * chore: version package * chore: export type * chore: version package * chore: export types * chore: publish package * chore: upgrade playwright * feat: export promise utils * chore: publish package * chore: publish package * chore: version package * docs: Add missing params for verifyMessage and verifyTypedData (wevm#1574) * feat: export getProof from root and from actions (wevm#1571) * feat: export getProof from root and from actions * Create dry-bananas-smile.md --------- Co-authored-by: jxom <jakemoxey@gmail.com> * chore: update snapshots * chore: update * fix: txn receipt * docs: update migration guide * docs: ethers migration * feat: add missing exports (wevm#1583) * fix: add missing exports * chore: add changeset * chore: rename fromOpaqueData * chore: version package * feat: opstack withdrawal (wevm#1565) * feat: initiateWithdrawal * docs * feat: buildInitiateWithdrawal * feat: getSecondsToNextL2Output * feat: utils * docs: sidebar * feat: getWithdrawalHashStorageSlot * feat: getL2Output * docs: update withdrawal * chore: sepolia * feat: buildProveWithdrawal * feat: waitForL2Output * feat: proveWithdrawal * feat: readyToProve * docs: dead links * docs: sidebar * feat: getTimeToFinalize * refactor: getWithdrawals * docs: fix * docs: update * feat: waitToFinalize * feat: finalizeWithdrawal * feat: getTimeToProve * chore: period * refactor * refactor * feat: getWithdrawalStatus + rest * chore: remove example * chore: clean * chore: lockfile * refactor: error type * feat: estimate actions * test: remove only * docs: remove deadlink * fix: ts 5.0.4 errors * chore: version * ci: trigger * chore: remove changesets from prerelease * fix: log formatting * chore: version * WIP * chore: add missing type export * docs: update OP Stack docs in RC CHA-69 (wevm#1612) * feat: Add more docs to op * Update site/op-stack/client.md * Update site/op-stack/client.md * Apply suggestions from code review Co-authored-by: jxom <jakemoxey@gmail.com> --------- Co-authored-by: Will Cory <willcory@Wills-MacBook-Pro.local> Co-authored-by: jxom <jakemoxey@gmail.com> * chore: format * fix: simulate types * fix: test * chore: version * chore: tweak * wip * chore: version * wip * wip * wip * wip * wip * update * wip * wip * chore: delete vitepress * chore: update * update docs * delete changeset * rewrite --------- Co-authored-by: Tom Meagher <tom@meagher.co> Co-authored-by: Will Cory <willcory10@gmail.com> Co-authored-by: Omar <omaraziz.dev@proton.me> Co-authored-by: Vitor Marthendal Nunes <marthendalnunes@gmail.com> Co-authored-by: Will Cory <willcory@Wills-MacBook-Pro.local> Co-authored-by: jxom <jxom@users.noreply.github.com>
jxom
added a commit
that referenced
this pull request
Jan 28, 2024
* Applied zkSync changes onto main. * Added documentation. * chore: tweaks * Small fixes * feat: vocs (#1675) * chore: canary * chore: export types * chore: remove unecessary type export * chore: export version * refactor: contract types * chore: export * refactor: generics * refactor: contract types * refactor: multicall types * test: multicall types * refactor: multicall response * test: multicall types * refactor: multicall results * chore: export type * chore: prettify type * refactor: contract types * refactor: contract function generics * refactor: contract function args generic tweaks * chore: prettify chain * chore: update changeset * chore: remove version export * chore: restore version * fix: type error * refactor: abi types * wip: types * wip: types * chore: fix type test * chore: checkpoint * fix: explicit undefined * chore: ignore changes * chore: export types * refactor: simulate contract return type * fix: transport generic * refactor: eventName generics * refactor: simplify poll options * refactor: consolidate poll options * fix: test * chore: update snapshots * ci: update version in snapshot * ci: tweak * chore: export abis * chore: update snapshot * chore: update snap * chore: fix imports * chore: enter alpha * chore: update * chore: add timeout * chore: types * chore: bump version * chore: export types * fix: type exports * chore: bump version * chore: clean up write contract types * chore: bump version * chore: update multicall type * chore: bump version * chore: version * chore: export type * chore: version * chore: version * ci: bump release timeout * chore: version * feat: refactor getContract * docs: getContract * chore: remove entrypoints * chore: remove note * fix * fix: simulateContract account type * fix * chore: version * refactor: chain * chore: bump abitype * chore: bump version * chore: snaps * docs: chains * chore: snaps * chore: snaps * chore: bump version * chore: add missing type * chore: bump version * test: update snaps * chore: prettify chain * refactor: defineChain * refactor: defineChain type * chore: remove * docs: defineChain * fix: downstream type error * chore: beta * chore: remove deprecated things * docs: chains * chore: update snaps * refactor: contract function types * chore: bump version * feat: opstack (fees/gas actions) (#1469) * wip: opstack init * feat: total gas * feat: total gas * feat: imports * docs: migration guide * feat: exports * docs: celo * docs * feat: fees * feat: contract fee/gas estimation * feat: exports * feat: exports * chore: docspath * chore: update snaps * docs: address * docs: sidebar * tests: fix * fix: exports * docs: fix links * docs: typos * Update site/docs/op-stack/client.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Fee.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Gas.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractTotalFee.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Gas.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Fee.md Co-authored-by: Will Cory <willcory10@gmail.com> * chore: export * chore: pr review * docs: updatE --------- Co-authored-by: Will Cory <willcory10@gmail.com> * chore: bump version * docs: op stack * docs: dead links * refactor: rename * chore: version * fix: typo * chore: merge * refactor: opstack * fix: types * fix: type * fix: downstream types * chore: snaps * chore: var fallback * chore: bump version * feat: loosen account requirement on estimateGas; tighten prepareTransactionResult type * docs: update custom client example (#1492) * refactor: retry & fallback errors * refactor: wallet client retries * fix: client extensions w/ chain formatters * tests: update * chore: upgrade ts * chore: lockfile * chore: merge conflicts * feat: deposit transaction (op stack) (#1479) * chore: var fallback * feat: deposit transaction * docs * refactor: api, docs, etc * refactor: anvil * refactor: dump op addresses * tweaks * feat: prepareDepositTransaction * feat: mint * docs: prepare * refactor: prepare -> build * feat: extractEventLogs * docs: remove * docs: parseEventLogs * feat: serializer * refactor * feat: parsers * feat: source hash computation * feat: fromOpaqueData * feat: compute l2 hashes * docs: deposit guide * fix: waitForTxnReceipt * docs: deposit guide * chore: example * chore: update examples * chore: update snaps * chore: lint * update * update * chore: update snaps --------- Co-authored-by: Tom Meagher <tom@meagher.co> * feat: spread fallback opts * chore: publish package * fix: default types * chore: version package * chore: export type * chore: version package * chore: export types * chore: publish package * chore: upgrade playwright * feat: export promise utils * chore: publish package * chore: publish package * chore: version package * docs: Add missing params for verifyMessage and verifyTypedData (#1574) * feat: export getProof from root and from actions (#1571) * feat: export getProof from root and from actions * Create dry-bananas-smile.md --------- Co-authored-by: jxom <jakemoxey@gmail.com> * chore: update snapshots * chore: update * fix: txn receipt * docs: update migration guide * docs: ethers migration * feat: add missing exports (#1583) * fix: add missing exports * chore: add changeset * chore: rename fromOpaqueData * chore: version package * feat: opstack withdrawal (#1565) * feat: initiateWithdrawal * docs * feat: buildInitiateWithdrawal * feat: getSecondsToNextL2Output * feat: utils * docs: sidebar * feat: getWithdrawalHashStorageSlot * feat: getL2Output * docs: update withdrawal * chore: sepolia * feat: buildProveWithdrawal * feat: waitForL2Output * feat: proveWithdrawal * feat: readyToProve * docs: dead links * docs: sidebar * feat: getTimeToFinalize * refactor: getWithdrawals * docs: fix * docs: update * feat: waitToFinalize * feat: finalizeWithdrawal * feat: getTimeToProve * chore: period * refactor * refactor * feat: getWithdrawalStatus + rest * chore: remove example * chore: clean * chore: lockfile * refactor: error type * feat: estimate actions * test: remove only * docs: remove deadlink * fix: ts 5.0.4 errors * chore: version * ci: trigger * chore: remove changesets from prerelease * fix: log formatting * chore: version * WIP * chore: add missing type export * docs: update OP Stack docs in RC CHA-69 (#1612) * feat: Add more docs to op * Update site/op-stack/client.md * Update site/op-stack/client.md * Apply suggestions from code review Co-authored-by: jxom <jakemoxey@gmail.com> --------- Co-authored-by: Will Cory <willcory@Wills-MacBook-Pro.local> Co-authored-by: jxom <jakemoxey@gmail.com> * chore: format * fix: simulate types * fix: test * chore: version * chore: tweak * wip * chore: version * wip * wip * wip * wip * wip * update * wip * wip * chore: delete vitepress * chore: update * update docs * delete changeset * rewrite --------- Co-authored-by: Tom Meagher <tom@meagher.co> Co-authored-by: Will Cory <willcory10@gmail.com> Co-authored-by: Omar <omaraziz.dev@proton.me> Co-authored-by: Vitor Marthendal Nunes <marthendalnunes@gmail.com> Co-authored-by: Will Cory <willcory@Wills-MacBook-Pro.local> Co-authored-by: jxom <jxom@users.noreply.github.com> * feat: vocs (#1675) * chore: canary * chore: export types * chore: remove unecessary type export * chore: export version * refactor: contract types * chore: export * refactor: generics * refactor: contract types * refactor: multicall types * test: multicall types * refactor: multicall response * test: multicall types * refactor: multicall results * chore: export type * chore: prettify type * refactor: contract types * refactor: contract function generics * refactor: contract function args generic tweaks * chore: prettify chain * chore: update changeset * chore: remove version export * chore: restore version * fix: type error * refactor: abi types * wip: types * wip: types * chore: fix type test * chore: checkpoint * fix: explicit undefined * chore: ignore changes * chore: export types * refactor: simulate contract return type * fix: transport generic * refactor: eventName generics * refactor: simplify poll options * refactor: consolidate poll options * fix: test * chore: update snapshots * ci: update version in snapshot * ci: tweak * chore: export abis * chore: update snapshot * chore: update snap * chore: fix imports * chore: enter alpha * chore: update * chore: add timeout * chore: types * chore: bump version * chore: export types * fix: type exports * chore: bump version * chore: clean up write contract types * chore: bump version * chore: update multicall type * chore: bump version * chore: version * chore: export type * chore: version * chore: version * ci: bump release timeout * chore: version * feat: refactor getContract * docs: getContract * chore: remove entrypoints * chore: remove note * fix * fix: simulateContract account type * fix * chore: version * refactor: chain * chore: bump abitype * chore: bump version * chore: snaps * docs: chains * chore: snaps * chore: snaps * chore: bump version * chore: add missing type * chore: bump version * test: update snaps * chore: prettify chain * refactor: defineChain * refactor: defineChain type * chore: remove * docs: defineChain * fix: downstream type error * chore: beta * chore: remove deprecated things * docs: chains * chore: update snaps * refactor: contract function types * chore: bump version * feat: opstack (fees/gas actions) (#1469) * wip: opstack init * feat: total gas * feat: total gas * feat: imports * docs: migration guide * feat: exports * docs: celo * docs * feat: fees * feat: contract fee/gas estimation * feat: exports * feat: exports * chore: docspath * chore: update snaps * docs: address * docs: sidebar * tests: fix * fix: exports * docs: fix links * docs: typos * Update site/docs/op-stack/client.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Fee.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Gas.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractTotalFee.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Gas.md Co-authored-by: Will Cory <willcory10@gmail.com> * Update site/docs/op-stack/estimateContractL1Fee.md Co-authored-by: Will Cory <willcory10@gmail.com> * chore: export * chore: pr review * docs: updatE --------- Co-authored-by: Will Cory <willcory10@gmail.com> * chore: bump version * docs: op stack * docs: dead links * refactor: rename * chore: version * fix: typo * chore: merge * refactor: opstack * fix: types * fix: type * fix: downstream types * chore: snaps * chore: var fallback * chore: bump version * feat: loosen account requirement on estimateGas; tighten prepareTransactionResult type * docs: update custom client example (#1492) * refactor: retry & fallback errors * refactor: wallet client retries * fix: client extensions w/ chain formatters * tests: update * chore: upgrade ts * chore: lockfile * chore: merge conflicts * feat: deposit transaction (op stack) (#1479) * chore: var fallback * feat: deposit transaction * docs * refactor: api, docs, etc * refactor: anvil * refactor: dump op addresses * tweaks * feat: prepareDepositTransaction * feat: mint * docs: prepare * refactor: prepare -> build * feat: extractEventLogs * docs: remove * docs: parseEventLogs * feat: serializer * refactor * feat: parsers * feat: source hash computation * feat: fromOpaqueData * feat: compute l2 hashes * docs: deposit guide * fix: waitForTxnReceipt * docs: deposit guide * chore: example * chore: update examples * chore: update snaps * chore: lint * update * update * chore: update snaps --------- Co-authored-by: Tom Meagher <tom@meagher.co> * feat: spread fallback opts * chore: publish package * fix: default types * chore: version package * chore: export type * chore: version package * chore: export types * chore: publish package * chore: upgrade playwright * feat: export promise utils * chore: publish package * chore: publish package * chore: version package * docs: Add missing params for verifyMessage and verifyTypedData (#1574) * feat: export getProof from root and from actions (#1571) * feat: export getProof from root and from actions * Create dry-bananas-smile.md --------- Co-authored-by: jxom <jakemoxey@gmail.com> * chore: update snapshots * chore: update * fix: txn receipt * docs: update migration guide * docs: ethers migration * feat: add missing exports (#1583) * fix: add missing exports * chore: add changeset * chore: rename fromOpaqueData * chore: version package * feat: opstack withdrawal (#1565) * feat: initiateWithdrawal * docs * feat: buildInitiateWithdrawal * feat: getSecondsToNextL2Output * feat: utils * docs: sidebar * feat: getWithdrawalHashStorageSlot * feat: getL2Output * docs: update withdrawal * chore: sepolia * feat: buildProveWithdrawal * feat: waitForL2Output * feat: proveWithdrawal * feat: readyToProve * docs: dead links * docs: sidebar * feat: getTimeToFinalize * refactor: getWithdrawals * docs: fix * docs: update * feat: waitToFinalize * feat: finalizeWithdrawal * feat: getTimeToProve * chore: period * refactor * refactor * feat: getWithdrawalStatus + rest * chore: remove example * chore: clean * chore: lockfile * refactor: error type * feat: estimate actions * test: remove only * docs: remove deadlink * fix: ts 5.0.4 errors * chore: version * ci: trigger * chore: remove changesets from prerelease * fix: log formatting * chore: version * WIP * chore: add missing type export * docs: update OP Stack docs in RC CHA-69 (#1612) * feat: Add more docs to op * Update site/op-stack/client.md * Update site/op-stack/client.md * Apply suggestions from code review Co-authored-by: jxom <jakemoxey@gmail.com> --------- Co-authored-by: Will Cory <willcory@Wills-MacBook-Pro.local> Co-authored-by: jxom <jakemoxey@gmail.com> * chore: format * fix: simulate types * fix: test * chore: version * chore: tweak * wip * chore: version * wip * wip * wip * wip * wip * update * wip * wip * chore: delete vitepress * chore: update * update docs * delete changeset * rewrite --------- Co-authored-by: Tom Meagher <tom@meagher.co> Co-authored-by: Will Cory <willcory10@gmail.com> Co-authored-by: Omar <omaraziz.dev@proton.me> Co-authored-by: Vitor Marthendal Nunes <marthendalnunes@gmail.com> Co-authored-by: Will Cory <willcory@Wills-MacBook-Pro.local> Co-authored-by: jxom <jxom@users.noreply.github.com> * Added documentation. * fix * chore: migrate vocs * refactor * docs * Tests fix, docs udpate. * Update settings.json * Create shaggy-ravens-kiss.md * Update shaggy-ravens-kiss.md * Update zksync.mdx --------- Co-authored-by: moxey.eth <jakemoxey@gmail.com> Co-authored-by: Tom Meagher <tom@meagher.co> Co-authored-by: Will Cory <willcory10@gmail.com> Co-authored-by: Omar <omaraziz.dev@proton.me> Co-authored-by: Vitor Marthendal Nunes <marthendalnunes@gmail.com> Co-authored-by: Will Cory <willcory@Wills-MacBook-Pro.local> Co-authored-by: jxom <jxom@users.noreply.github.com>
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
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.
Initial cut of OP Stack in Viem – starting with gas/fee related Actions.
FYI: Branched off Viem v2.
PR-Codex overview
Focus of this PR:
This PR focuses on updating chain configurations, formatters, and serializers for various chains.
Detailed summary:
tsconfig.jsonto set the target as "ESNext" and added types for "bun-types"..VPSidebarItem.level-0insite/.vitepress/theme/index.css.chainConfig.tsinsrc/chains/opStack,src/chains/celo, andsrc/chains/zksyncto import and export contracts and formatters.package.jsonfiles insrc/chains/celo,src/chains/zksync, andsrc/chains/opStackto include type, module, and main configurations.formatters.tsinsrc/chains/celoandsrc/chains/zksyncto export formatters.site/docs/chains/serializers.md,site/docs/chains/fees.md, andsite/docs/chains/formatters.md..env.example.src/chains/definitionsto importchainConfigand include it in the chain configurations.contracts.tsinsrc/chains/opStackto export chain contracts.formatters.tsinsrc/chains/zksyncto export formatters.src/chains/definitionsto importchainConfigand include it in the chain configurations.