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

feat: Standalone Aztec Node and RPC Server #2522

Merged
merged 47 commits into from
Sep 26, 2023
Merged
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
9b02d53
WIP
PhilWindle Sep 8, 2023
5798a4a
WIP
PhilWindle Sep 11, 2023
2107fb6
Merge branch 'master' into pw/devnet
PhilWindle Sep 22, 2023
bb04391
WIP
PhilWindle Sep 23, 2023
61594a1
Merge branch 'master' into pw/devnet
PhilWindle Sep 23, 2023
ed810e7
Fix
PhilWindle Sep 23, 2023
5e6e8b2
Merge fixes
PhilWindle Sep 23, 2023
3b9e08e
Fixes
PhilWindle Sep 23, 2023
4518654
Fix
PhilWindle Sep 23, 2023
1343d91
fix
PhilWindle Sep 23, 2023
f2821aa
Update version
PhilWindle Sep 23, 2023
0223f16
yarn lock
PhilWindle Sep 23, 2023
a11de0f
Fix
PhilWindle Sep 23, 2023
395f24e
WIP
PhilWindle Sep 24, 2023
6dfee39
Fix
PhilWindle Sep 24, 2023
7fbc059
Fix
PhilWindle Sep 24, 2023
51ab998
Serialise node info
PhilWindle Sep 24, 2023
236634e
Fixes
PhilWindle Sep 24, 2023
ec7ef72
Fixes
PhilWindle Sep 24, 2023
f65c0fa
WIP
PhilWindle Sep 25, 2023
f98b077
Merge branch 'master' into pw/devnet
PhilWindle Sep 25, 2023
657b780
WIP
PhilWindle Sep 25, 2023
ee9f7d2
Merge branch 'master' into pw/devnet
PhilWindle Sep 25, 2023
c9f7c27
Remove old terraform
PhilWindle Sep 25, 2023
5c7336f
WIP
PhilWindle Sep 25, 2023
471159b
Cleanup
PhilWindle Sep 25, 2023
1c9da9a
Refactor
PhilWindle Sep 26, 2023
fa0b43a
Fixes
PhilWindle Sep 26, 2023
6042766
Updated lock file
PhilWindle Sep 26, 2023
a0ff7a3
Fix
PhilWindle Sep 26, 2023
f14ead4
Refactor
PhilWindle Sep 26, 2023
cd35270
Refactoring
PhilWindle Sep 26, 2023
ee4f11d
Don't default the entrypoint command
PhilWindle Sep 26, 2023
fd346e8
Removed unused code
PhilWindle Sep 26, 2023
90e3154
Removed unused code
PhilWindle Sep 26, 2023
fc1ef8f
Merge branch 'master' into pw/revert-l1-addresses
PhilWindle Sep 26, 2023
8fce9db
Yarn lock file
PhilWindle Sep 26, 2023
99350cf
Merge branch 'master' into pw/revert-l1-addresses
PhilWindle Sep 26, 2023
72089ae
Merge fix
PhilWindle Sep 26, 2023
e644544
Cleanup
PhilWindle Sep 26, 2023
f3d354f
Cleanup
PhilWindle Sep 26, 2023
dc531c1
Cleanup
PhilWindle Sep 26, 2023
2a87895
Cleanup
PhilWindle Sep 26, 2023
ce74c31
Cleanup
PhilWindle Sep 26, 2023
776967f
Merge branch 'master' into pw/revert-l1-addresses
PhilWindle Sep 26, 2023
4471ee2
Bump ts version in docs
PhilWindle Sep 26, 2023
aad1429
Merge branch 'pw/revert-l1-addresses' of github.com:AztecProtocol/azt…
PhilWindle Sep 26, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixes
PhilWindle committed Sep 24, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 236634eb0caa5b3badce33e3d64ab01dd3d5fbdb
1 change: 1 addition & 0 deletions yarn-project/aztec-rpc/package.json
Original file line number Diff line number Diff line change
@@ -34,6 +34,7 @@
"dependencies": {
"@aztec/acir-simulator": "workspace:^",
"@aztec/circuits.js": "workspace:^",
"@aztec/ethereum": "workspace:^",
"@aztec/foundation": "workspace:^",
"@aztec/key-store": "workspace:^",
"@aztec/noir-compiler": "workspace:^",
3 changes: 3 additions & 0 deletions yarn-project/aztec-rpc/tsconfig.json
Original file line number Diff line number Diff line change
@@ -12,6 +12,9 @@
{
"path": "../circuits.js"
},
{
"path": "../ethereum"
},
{
"path": "../foundation"
},
1 change: 0 additions & 1 deletion yarn-project/cli/src/index.ts
Original file line number Diff line number Diff line change
@@ -19,7 +19,6 @@ import { CompleteAddress, ContractData, L2BlockL2Logs, TxHash } from '@aztec/typ

import { Command } from 'commander';
import { readFileSync } from 'fs';
import startCase from 'lodash.startcase';
import { dirname, resolve } from 'path';
import { mnemonicToAccount } from 'viem/accounts';

3 changes: 3 additions & 0 deletions yarn-project/yarn.lock
Original file line number Diff line number Diff line change
@@ -152,6 +152,7 @@ __metadata:
dependencies:
"@aztec/acir-simulator": "workspace:^"
"@aztec/circuits.js": "workspace:^"
"@aztec/ethereum": "workspace:^"
"@aztec/foundation": "workspace:^"
"@aztec/key-store": "workspace:^"
"@aztec/noir-compiler": "workspace:^"
@@ -176,6 +177,8 @@ __metadata:
tslib: ^2.4.0
typescript: ^5.0.4
viem: ^1.2.5
bin:
aztec-rpc: ./dest/bin/index.js
languageName: unknown
linkType: soft