Skip to content
Draft
Changes from 1 commit
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
542fa73
feat: fast-withdrawal setup script (#143)
TucksonDev Jul 15, 2024
a2e7af0
refactor: bump @arbitrum/sdk from 4.0.0-alpha.4 to 4.0.0 (#151)
spsjvc Jul 17, 2024
e34d989
chore: update yarn.lock
spsjvc Jul 19, 2024
1e5a32b
chore: bump version
spsjvc Jul 19, 2024
86486d7
ci: update node modules install action (#154)
spsjvc Aug 5, 2024
264c397
ci: ignore elliptic advisories (#156)
fionnachan Aug 6, 2024
2808ec1
fix: convert big number to hex string first (#158)
spsjvc Aug 7, 2024
886e0b2
docs: update readme
spsjvc Aug 7, 2024
6d8f9e0
chore: bump version
spsjvc Aug 7, 2024
4e12681
feat: handle generating abi from proxy (#159)
spsjvc Aug 8, 2024
19b5a52
feat: organize contracts by file and version (#160)
spsjvc Aug 8, 2024
85ded16
feat: add AEP fee routing utils with examples (#80)
TucksonDev Aug 9, 2024
7f072f0
test: update implementation address in assertion (#161)
spsjvc Aug 12, 2024
e52980a
chore: omit patch number from contract version
spsjvc Aug 12, 2024
8522dd8
feat: remove deprecated createRollupPrepareConfig (#163)
spsjvc Aug 13, 2024
3266be7
feat: add support for RollupCreator v2.1 (#153)
spsjvc Aug 13, 2024
414d08a
feat: add utils for wasm module root (#155)
spsjvc Aug 13, 2024
b52e6d7
feat: use consensus v31 wasm module root (#164)
spsjvc Aug 13, 2024
c65c346
chore: bump version
spsjvc Aug 14, 2024
45745e8
feat: add getConsensusVersion util (#166)
spsjvc Aug 14, 2024
011748c
feat: update wasm utils as consensus release utils (#167)
spsjvc Aug 14, 2024
9dc8568
chore: update token bridge contracts (#165)
spsjvc Aug 14, 2024
b4634ba
feat: reduce config options in prepareChainConfig (#169)
spsjvc Aug 14, 2024
9b33e2f
chore: update yarn.lock
spsjvc Aug 15, 2024
143d415
chore: bump version
spsjvc Aug 15, 2024
057a7f0
feat: add nitro contracts v2.1 abis (#168)
spsjvc Aug 15, 2024
5f2b6ff
fix: properly export contracts (#170)
spsjvc Aug 16, 2024
f82d01e
chore: bump version
spsjvc Aug 16, 2024
36fd6fe
fix: add fast confirmer as validator (#171)
TucksonDev Aug 16, 2024
ced5193
feat: add SequencerInbox getters (#114)
chrstph-dvx Aug 19, 2024
e14d272
ci: pin nitro testnode to release (#172)
spsjvc Aug 20, 2024
3586145
chore: ignore GHSA-952p-6rrq-rcjv advisory (#174)
spsjvc Aug 26, 2024
4b6abaf
fix: make createRollupPrepareTransaction work with v1.1 (#173)
spsjvc Aug 26, 2024
3170519
feat: add SequencerInbox setters (#117)
chrstph-dvx Aug 27, 2024
e937f3c
build: bump packages and remove advisories (#175)
fionnachan Aug 27, 2024
e100388
feat: export buildSetIsBatchPoster (#176)
chrstph-dvx Aug 27, 2024
4e61b48
chore: bump version
spsjvc Aug 28, 2024
95d0a78
Feat: Add v1 RollupAdminLogic getters
chrstph-dvx Jun 27, 2024
be07399
Fetch rollupAddress from sequencerInbox in getters
chrstph-dvx Jul 2, 2024
ab36d2d
Update cache key
chrstph-dvx Jul 10, 2024
c2e8a55
Feat: Add v1 ArbOwnerPublic getters
chrstph-dvx Jun 28, 2024
02e6fdf
Feat: Add v1 ArbGasInfo getters
chrstph-dvx Jun 28, 2024
d0925ab
Use proper case for getParentBaseFeeEstimate
chrstph-dvx Jul 1, 2024
fdc7501
Feat: Add v1 upgradeExecutor getters
chrstph-dvx Jun 28, 2024
81a09e5
Feat: Add v1 SequencerInbox setters
chrstph-dvx Jun 27, 2024
795894a
Feat: Add v1 RollupAdminLogic setters
chrstph-dvx Jun 27, 2024
2dfedf9
Fetch rollupAddress from sequencerInbox in setters
chrstph-dvx Jul 2, 2024
e5d1cb9
Feat: Add v1 ArbOwnerPublic setters
chrstph-dvx Jun 28, 2024
8a219dd
Rename setMaxTxGasLimit
chrstph-dvx Jul 1, 2024
3e8811c
Feat: Add v1 upgradeExecutor setters
chrstph-dvx Jun 28, 2024
5beddc0
Feat: Add v1 publicActionsChildChain
chrstph-dvx Jul 1, 2024
3c5a929
Update getParentBaseFeeEstimate unit test
chrstph-dvx Jul 1, 2024
a326949
Feat: Add v1 publicActions for parent chain
chrstph-dvx Jun 27, 2024
ef6ab80
Change chains for unit test
chrstph-dvx Jul 10, 2024
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
ci: pin nitro testnode to release (#172)
  • Loading branch information
spsjvc authored Aug 20, 2024
commit e14d272f0cbdd26e9c6b410040c2a82c96aa8c7f
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Set up the local node
uses: OffchainLabs/actions/run-nitro-test-node@feat-simplify
with:
nitro-testnode-ref: executor-owner
nitro-testnode-ref: release
args: --tokenbridge --l3node --l3-token-bridge --l3-fee-token

- name: Copy .env
Expand Down