Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docs): Dapp tutorial edits #8695

Merged
merged 14 commits into from
Oct 21, 2024
Merged

fix(docs): Dapp tutorial edits #8695

merged 14 commits into from
Oct 21, 2024

Conversation

critesjosh
Copy link
Contributor

@critesjosh critesjosh commented Sep 23, 2024

@critesjosh
Copy link
Contributor Author

This function is still failing

async function showPublicBalances(pxe) {
    const accounts = await pxe.getRegisteredAccounts();
    const token = await getToken(pxe);

    for (const account of accounts) {
        const balance = await token.methods.balance_of_public(account.address).simulate();
        console.log(`Balance of ${account.address}: ${balance}`);
    }
}
Error in app: Error: (JSON-RPC PROPAGATED) Method not found: pxe_createTxExecutionRequest

@critesjosh critesjosh marked this pull request as ready for review October 9, 2024 20:19
@critesjosh critesjosh requested review from catmcgee and a team October 9, 2024 20:19
@AztecBot
Copy link
Collaborator

AztecBot commented Oct 9, 2024

Docs Preview

Hey there! 👋 You can check your preview at https://6716507dc3a49a3561e6cadc--aztec-docs-dev.netlify.app

@critesjosh critesjosh requested a review from jzaki October 21, 2024 12:39
@critesjosh critesjosh enabled auto-merge (squash) October 21, 2024 12:39
@critesjosh critesjosh merged commit f95bcff into master Oct 21, 2024
57 checks passed
@critesjosh critesjosh deleted the jc/dapp-tutorial-fix branch October 21, 2024 13:05
spypsy pushed a commit that referenced this pull request Oct 21, 2024
🤖 I have created a release *beep* *boop*
---


<details><summary>aztec-package: 0.59.0</summary>

##
[0.59.0](aztec-package-v0.58.0...aztec-package-v0.59.0)
(2024-10-21)


### ⚠ BREAKING CHANGES

* **seq:** disable sequencer and disable validator as one env var,
update p2p listen port names
([#9266](#9266))

### Miscellaneous

* **seq:** Disable sequencer and disable validator as one env var,
update p2p listen port names
([#9266](#9266))
([367c38c](367c38c))
</details>

<details><summary>barretenberg.js: 0.59.0</summary>

##
[0.59.0](barretenberg.js-v0.58.0...barretenberg.js-v0.59.0)
(2024-10-21)


### Bug Fixes

* Publish readme on bb.js NPM package
([#9303](#9303))
([1d860a8](1d860a8))
</details>

<details><summary>aztec-packages: 0.59.0</summary>

##
[0.59.0](aztec-packages-v0.58.0...aztec-packages-v0.59.0)
(2024-10-21)


### ⚠ BREAKING CHANGES

* **seq:** disable sequencer and disable validator as one env var,
update p2p listen port names
([#9266](#9266))

### Bug Fixes

* **docs:** Dapp tutorial edits
([#8695](#8695))
([f95bcff](f95bcff))
* **docs:** Update debugging docs
([#9200](#9200))
([2a4188c](2a4188c))
* Publish readme on bb.js NPM package
([#9303](#9303))
([1d860a8](1d860a8))


### Miscellaneous

* Re-enable test fixed by Native World State
([#9289](#9289))
([3fd1802](3fd1802)),
closes
[#8306](#8306)
* Replace relative paths to noir-protocol-circuits
([ceeab4e](ceeab4e))
* **seq:** Disable sequencer and disable validator as one env var,
update p2p listen port names
([#9266](#9266))
([367c38c](367c38c))
</details>

<details><summary>barretenberg: 0.59.0</summary>

##
[0.59.0](barretenberg-v0.58.0...barretenberg-v0.59.0)
(2024-10-21)


### Miscellaneous

* **barretenberg:** Synchronize aztec-packages versions
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
AztecBot added a commit to AztecProtocol/barretenberg that referenced this pull request Oct 22, 2024
🤖 I have created a release *beep* *boop*
---


<details><summary>aztec-package: 0.59.0</summary>

##
[0.59.0](AztecProtocol/aztec-packages@aztec-package-v0.58.0...aztec-package-v0.59.0)
(2024-10-21)


### ⚠ BREAKING CHANGES

* **seq:** disable sequencer and disable validator as one env var,
update p2p listen port names
([#9266](AztecProtocol/aztec-packages#9266))

### Miscellaneous

* **seq:** Disable sequencer and disable validator as one env var,
update p2p listen port names
([#9266](AztecProtocol/aztec-packages#9266))
([367c38c](AztecProtocol/aztec-packages@367c38c))
</details>

<details><summary>barretenberg.js: 0.59.0</summary>

##
[0.59.0](AztecProtocol/aztec-packages@barretenberg.js-v0.58.0...barretenberg.js-v0.59.0)
(2024-10-21)


### Bug Fixes

* Publish readme on bb.js NPM package
([#9303](AztecProtocol/aztec-packages#9303))
([1d860a8](AztecProtocol/aztec-packages@1d860a8))
</details>

<details><summary>aztec-packages: 0.59.0</summary>

##
[0.59.0](AztecProtocol/aztec-packages@aztec-packages-v0.58.0...aztec-packages-v0.59.0)
(2024-10-21)


### ⚠ BREAKING CHANGES

* **seq:** disable sequencer and disable validator as one env var,
update p2p listen port names
([#9266](AztecProtocol/aztec-packages#9266))

### Bug Fixes

* **docs:** Dapp tutorial edits
([#8695](AztecProtocol/aztec-packages#8695))
([f95bcff](AztecProtocol/aztec-packages@f95bcff))
* **docs:** Update debugging docs
([#9200](AztecProtocol/aztec-packages#9200))
([2a4188c](AztecProtocol/aztec-packages@2a4188c))
* Publish readme on bb.js NPM package
([#9303](AztecProtocol/aztec-packages#9303))
([1d860a8](AztecProtocol/aztec-packages@1d860a8))


### Miscellaneous

* Re-enable test fixed by Native World State
([#9289](AztecProtocol/aztec-packages#9289))
([3fd1802](AztecProtocol/aztec-packages@3fd1802)),
closes
[#8306](AztecProtocol/aztec-packages#8306)
* Replace relative paths to noir-protocol-circuits
([ceeab4e](AztecProtocol/aztec-packages@ceeab4e))
* **seq:** Disable sequencer and disable validator as one env var,
update p2p listen port names
([#9266](AztecProtocol/aztec-packages#9266))
([367c38c](AztecProtocol/aztec-packages@367c38c))
</details>

<details><summary>barretenberg: 0.59.0</summary>

##
[0.59.0](AztecProtocol/aztec-packages@barretenberg-v0.58.0...barretenberg-v0.59.0)
(2024-10-21)


### Miscellaneous

* **barretenberg:** Synchronize aztec-packages versions
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
TomAFrench added a commit that referenced this pull request Oct 22, 2024
* master: (26 commits)
  chore: silence cache-download.sh (#9317)
  feat: apella (#9084)
  feat: gerousia (#8942)
  fix: use github.actor on publish workflow dispatch (#9324)
  chore: Copying world state binary to yarn project is on generate (#9194)
  feat: modify private calldata to use public keys (#9276)
  chore: test 4epochs in native-network (#9309)
  git subrepo push --branch=master noir-projects/aztec-nr
  git_subrepo.sh: Fix parent in .gitrepo file. [skip ci]
  chore: replace relative paths to noir-protocol-circuits
  git subrepo push --branch=master barretenberg
  fix: ci github clone edge case (#9320)
  feat: Handle reorgs on sequencer (#9201)
  chore(avm): some cleaning in avm prover (#9311)
  fix: barretenberg readme scare warning (#9313)
  feat: Constrain protocol VK hashing (#9304)
  chore(master): Release 0.59.0 (#9281)
  fix: publish readme on bb.js NPM package (#9303)
  chore: re-enable test fixed by Native World State (#9289)
  fix(docs): Dapp tutorial edits (#8695)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[docs]: Contract interaction tutorial is missing the mint step before private transfer
3 participants