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

Merge upstream v0.4.2 #6

Closed
wants to merge 10,000 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
10000 commits
Select commit Hold shift + click to select a range
c87d94b
@inphi nits
clabby Oct 27, 2023
986b2b0
Merge pull request #7893 from ethereum-optimism/cl/op-node-db-fetch
clabby Oct 28, 2023
d766780
Remove version pin on `foundryup` in devnet job
clabby Oct 28, 2023
d916336
feat(ctb): Add outline for Safe liveness checks
maurelian Sep 27, 2023
55fe971
safe-tools: vendor in safe-tools lib
maurelian Oct 1, 2023
5910878
safe-tools: Light edits to fix compatibility issues
maurelian Oct 1, 2023
3de35b6
safe-tools: Add setGuard method
maurelian Oct 1, 2023
0d9784b
feat(ctb): Simplify check tests with safe-tools
maurelian Oct 1, 2023
da17f60
feat(ctb): Working signature recording
maurelian Oct 1, 2023
8e2a6de
safe-tools: Add some natspec comments
maurelian Oct 2, 2023
6b67dc7
feat(ctb): Emit SignersRecorded event
maurelian Oct 2, 2023
57a5f22
feat(ctb): Allow signers to call directly to prove liveness
maurelian Oct 2, 2023
fa0db2a
feat(ctb): Add showLiveness method
maurelian Oct 2, 2023
a56e6c7
feat(ctb): Add liveness module
maurelian Oct 4, 2023
f683806
feat(ctb): Add _verifyFinal state in removeOwner()
maurelian Oct 4, 2023
baa0fa5
test(ctb): Add test for transferring to fallback owner
maurelian Oct 4, 2023
0b69001
chore(ctb): Attribution for safe-tools
maurelian Oct 4, 2023
0e20302
feat(ctb): Remove notes/poc of guard removal prevention
maurelian Oct 6, 2023
8032387
feat(ctb): Make guard.safe var immutable
maurelian Oct 6, 2023
53fb127
feat(ctb): Make Safe Module and Guard ISemver
maurelian Oct 17, 2023
108f1fe
feat(ctb): Commenting cleanup
maurelian Oct 17, 2023
542bc57
feat(ctb): Add makeAddrsAndKeys to SafeTestTools
maurelian Oct 17, 2023
c5b6f88
refactor(ctb): Move _getNSigners() to inheritable contract
maurelian Oct 17, 2023
3f7947b
test(ctb): Add GetSigners diff test
maurelian Oct 17, 2023
017e048
feat(ctb): Record comment about numsignatures calc
maurelian Oct 19, 2023
5011159
test(ctb): Add eth_sign types to GetSigners test
maurelian Oct 19, 2023
0a443dd
feat(safe-tools): Do not force generated list of keys to be sorted
maurelian Oct 19, 2023
411da0f
refactor(safe-tools): Cache priv-key during sorting loop
maurelian Oct 20, 2023
040c34f
test(ctb): Add approved hash checking to GetSigners test
maurelian Oct 19, 2023
7636b5e
fix(ctb): getNSigners is limited to the threshold
maurelian Oct 20, 2023
a9312b7
test(ctb): Add contract signatures testing
maurelian Oct 20, 2023
0493c40
test(ctb): Fixes and improvements to checkTransaction test
maurelian Oct 20, 2023
d5600eb
chore(ctb): Remove todo note from LivenessGuard
maurelian Oct 20, 2023
b6a3804
specs: Add specs for Liveness Checking
maurelian Sep 29, 2023
3033dd6
feat(ctb): Remove redundant check in LivenessModule
maurelian Oct 20, 2023
0831cd6
feat(ctb): Ensure adding and removing owners is handled correctly
maurelian Oct 23, 2023
5a1baf8
feat(ctb): Clean up and comment the checkAfterExecution hook
maurelian Oct 23, 2023
e8f9e2e
specs: Apply suggested edits from review
maurelian Oct 23, 2023
38f828d
feat(ctb): Rename lastSigned to more accurate lastLive
maurelian Oct 23, 2023
2ce7314
feat(ctb): Add missing natspec to LivenessGuard and LivenessModule
maurelian Oct 23, 2023
aef990f
feat(ctb): Make guard state immutable
maurelian Oct 23, 2023
20a0c6c
feat(ctb): ensure guard has not changed before calling removeOwner
maurelian Oct 23, 2023
da8a1f2
refactor(ctb): Extract execTransactionFromModule calls into helper fu…
maurelian Oct 23, 2023
66a0eee
refactor(ctb): Abstract addOwner method to giveToFallbackOwner
maurelian Oct 23, 2023
139751a
feat(ctb): Clean up removeOwner method on module
maurelian Oct 23, 2023
b157425
feat(ctb): Add guard check to _verifyState
maurelian Oct 23, 2023
4a04235
refactor(ctb): Make GetSigners into a library rather than contract
maurelian Oct 23, 2023
2103d61
refactor(ctb): Extract guard check into _verifyGuard()
maurelian Oct 23, 2023
7f47459
chore(ctb): Rename lib to SafeSigners
maurelian Oct 24, 2023
6368229
refactor(ctb): Make function _isAboveMinOwners
maurelian Oct 24, 2023
c7d5b2b
refactor(ctb): Clean up in LivenessGuard
maurelian Oct 24, 2023
b51e604
feat(ctb): Improve commenting on LivenessGuard
maurelian Oct 24, 2023
2c7ddd0
refactor(ctb): Make immutables screaming snake in Liveness code
maurelian Oct 24, 2023
26c1ac5
feat(ctb): Document requirements for non-reverting in the Guard
maurelian Oct 24, 2023
8215444
feat(ctb): Remove redundant _verifyGuard call
maurelian Oct 24, 2023
410310e
fix(ctb): Add auth to guard checkAfterExecution
maurelian Oct 24, 2023
2d7e3ba
feat(ctb): Fix typo Livness in test files
maurelian Oct 24, 2023
a5a723d
feat(ctb): numOwnersAfter is a better var name
maurelian Oct 24, 2023
927bcaa
fix(ctb): Fix off-by-one in removeOwner
maurelian Oct 24, 2023
7ce3e4d
refactor(ctb): Only emit a single address from SignerRecorded
maurelian Oct 24, 2023
fbc6ade
docs(ctb): Some commenting fixes
maurelian Oct 24, 2023
7d97466
feat(ctb): Naming improvements
maurelian Oct 24, 2023
7efcfc3
specs: Apply code review suggestions
maurelian Oct 25, 2023
ce97143
docs(ctb): Some commenting fixes
maurelian Oct 24, 2023
e2eb747
feat(ctb): Add min owners sanity check in Liveness Module constructor
maurelian Oct 25, 2023
432f22c
WIP: Add mermaid graph
maurelian Oct 25, 2023
67a17c3
refactor(ctb): Change to removeOwners
maurelian Oct 25, 2023
377dcda
refactor(ctb): Simplify removal logic
maurelian Oct 26, 2023
40c997f
refactor(ctb): Reduce branching on pre-removal check
maurelian Oct 26, 2023
a725a3c
refactor(ctb): Better helper functions for pre-removal check
maurelian Oct 26, 2023
42d4f5e
refactor(ctb): Move pre-removal check to outer function
maurelian Oct 26, 2023
199cb31
test(ctb): Extract owner prevOwners generation into helper function
maurelian Oct 26, 2023
3f6470e
test(ctb): Add natspec to test functions
maurelian Oct 26, 2023
69f3cce
refactor(ctb): Add _onlySafe function
maurelian Oct 26, 2023
ade1650
test(ctb): Additional Liveness Module Testing
maurelian Oct 26, 2023
10a256f
test(ctb): Guard changed
maurelian Oct 26, 2023
63fceb3
refactor(ctb): Remove _requireGuard
maurelian Oct 26, 2023
7fe44b9
test(ctb): Add tests for all reverts in Liveness Module
maurelian Oct 26, 2023
a51e82f
feat(ctb): Add constructor check on threshold
maurelian Oct 26, 2023
854db43
feat(ctb): LivenessGuard record current owners in constructor
maurelian Oct 26, 2023
57cfa4d
feat(ctb): Address feedback
maurelian Oct 26, 2023
0cd4470
specs: Define deployment order for liveness contracts
maurelian Oct 26, 2023
7b82cba
specs: Add diagram and other details
maurelian Oct 26, 2023
f7ecd62
codecov: Ignore all files in contracts-bedrock/test
maurelian Oct 26, 2023
d52cc30
test(ctb): Add Guard owner management tests
maurelian Oct 26, 2023
30a4440
safe-tools: Refactor getPrevOwner() into lib
maurelian Oct 26, 2023
3787e70
safe-tools: Refactor getPrevOwners (plural) into lib
maurelian Oct 26, 2023
ab4a40c
safe-tools: Refactor to move free functions into SafeTestLib
maurelian Oct 26, 2023
beba38d
safe-tools: Reorder functions in SafeTestLib
maurelian Oct 26, 2023
e3ac851
safe-tools: Add owner management methods to SafeTestLib
maurelian Oct 26, 2023
2f3965f
test(ctb): Refactor tests to use owner management lib utils
maurelian Oct 26, 2023
41c9a3d
refactor(ctb): Simplify require statements by nesting in an if()
maurelian Oct 26, 2023
71bb67b
feat: Address feedback
maurelian Oct 27, 2023
d925a35
safe-tools: Fix address label string concatenation
maurelian Oct 27, 2023
2469eb3
safe-tools: Break up getPrevOwner() into multiple functions
maurelian Oct 27, 2023
30377e2
refactor(ctb): Move getters to just after constructor
maurelian Oct 27, 2023
7b5dfee
docs(ctb): Improved comments in SafeSigners.sol
maurelian Oct 27, 2023
a2b4bae
specs: Document deployment and updating of the liveness checking system
maurelian Oct 27, 2023
f2cf018
refactor(ctb): Extract module tests vm.warp into _warpPastLivenesInte…
maurelian Oct 27, 2023
24e9a03
refactor(ctb): Make canRemove a public function
maurelian Oct 27, 2023
81a8c10
refactor(ctb): Standardize on not caching the length in a for-loop
maurelian Oct 27, 2023
ec882b1
refactor(ctb): Fix placement of ownersCount
maurelian Oct 27, 2023
d1f965f
fix(ctb): Remove remaining entries from ownersBefore
maurelian Oct 27, 2023
d759e6f
fix(ctb): Module constructor allows higher than minimum threshold in …
maurelian Oct 27, 2023
8fd7b65
specs: Document deployment and updating of liveness module
maurelian Oct 27, 2023
ba0c2ac
test(ctb): Add multi-step add/remove/swap test
maurelian Oct 27, 2023
a1c2987
safe-tools: Make address label prefix configurable
maurelian Oct 27, 2023
5f56bd2
safe-tools: Add changeThreshold method
maurelian Oct 27, 2023
774dd1b
safe-tools: Fix bug in getPrevOwners
maurelian Oct 27, 2023
33c7c8b
test(ctb): Fuzz test removing an arbitrary number of owners
maurelian Oct 27, 2023
eb0e133
test(ctb): Add test for incomplete emptying below minOwners
maurelian Oct 28, 2023
5c0d322
test(ctb): Add test for not giving to fallback owner
maurelian Oct 28, 2023
2cb5443
test(ctb): Check all topics in guard.OwnerRecorded
maurelian Oct 28, 2023
dcd5a0f
test(ctb): Clean up and add assertions to testFuzz_removeOwners
maurelian Oct 28, 2023
ae90133
test(ctb): Ensure lastLive increments on signing
maurelian Oct 28, 2023
1873257
test(ctb): testFuzz_OwnerManagement increases timestamp on each action
maurelian Oct 28, 2023
43cb263
bind and lock and snap
maurelian Oct 28, 2023
cfc08e2
Merge pull request #7911 from ethereum-optimism/cl/revert-ver-pin
tynes Oct 28, 2023
0dab5fc
build(deps): bump viem from 1.17.1 to 1.18.0
dependabot[bot] Oct 28, 2023
96a7781
Merge pull request #7540 from ethereum-optimism/jm/safe-liveness
tynes Oct 28, 2023
1bc3691
Merge pull request #7915 from ethereum-optimism/dependabot/npm_and_ya…
tynes Oct 29, 2023
2d0895f
Merge pull request #78 from owen-reorg/ha-0.2.0
owen-reorg Oct 30, 2023
53a60ce
Persist Rust toolchain in final `ci-builder` image
clabby Oct 30, 2023
72ac254
Merge branch 'develop' into tushar/client-pod-issue-131/initializer-c…
mslipper Oct 30, 2023
06e048c
Merge pull request #7874 from ethereum-optimism/tushar/client-pod-iss…
tynes Oct 30, 2023
9599375
Merge pull request #7888 from ethereum-optimism/fix/ci-builder-go-ver…
mslipper Oct 30, 2023
db016e6
op-e2e: Remove manual test code.
ajsutton Oct 30, 2023
4bc28da
Merge pull request #7621 from ethereum-optimism/span-batch-derivation
protolambda Oct 30, 2023
9a6ed52
ci-builder: include solc 0.8.19
tynes Oct 30, 2023
381bbb8
derive: remove outdated channel-out TODOs
protolambda Oct 30, 2023
ea8ffec
op-batcher: remove outdated comment
protolambda Oct 30, 2023
515de0e
Merge pull request #7290 from testinprod-io/tip/span-batch-batcher
protolambda Oct 30, 2023
dbdcde3
Make MaxSpanBatchFieldSize equal to MaxRLPBytesPerChannel
pcw109550 Oct 16, 2023
177b78c
Harden Span batch field size check
pcw109550 Oct 16, 2023
c6d3901
Add tests for span batch field size check
pcw109550 Oct 16, 2023
c0d92e6
Add comments for l1Blocks field of batch queue
pcw109550 Oct 16, 2023
51866cd
Update spec for span batch field limit
pcw109550 Oct 16, 2023
f4e2450
Rename variable and explanations span batch limit
pcw109550 Oct 17, 2023
70e060c
op-node/derive: use require instead of assert in span-batch tests
pcw109550 Oct 20, 2023
4606212
Merge pull request #7925 from ethereum-optimism/ci-builder/include-so…
tynes Oct 30, 2023
5b3f8b0
Merge pull request #7751 from testinprod-io/tip/span-batch-limit
protolambda Oct 30, 2023
72cd648
op-node: Span Batch type/encoding/decoding refactor
pcw109550 Oct 10, 2023
9f9cf61
op-node: reduce batch inner type encode/decode methods to just one way
protolambda Oct 30, 2023
4cc340a
ci: disable codecov comments on zero diff
Inphi Oct 30, 2023
8ac11e3
Merge pull request #7926 from ethereum-optimism/inphi/cc
trianglesphere Oct 30, 2023
babe5e7
Merge pull request #7752 from testinprod-io/tip/span-batch-types-refa…
protolambda Oct 30, 2023
6600e97
header traversal nits
hamdiallam Oct 30, 2023
c3efa31
Merge pull request #7858 from ethereum-optimism/10-25-indexer.metric.…
hamdiallam Oct 30, 2023
0f49412
Merge pull request #7908 from ethereum-optimism/felipe/proxyd-eip1898
felipe-op Oct 30, 2023
3f3ad34
op-node: Hide rethDB option
trianglesphere Oct 30, 2023
81a04c1
Merge pull request #7918 from ethereum-optimism/cl/rustc-ci
mslipper Oct 30, 2023
006ed38
Merge pull request #7894 from ethereum-optimism/aj/e2e-groups
protolambda Oct 30, 2023
0d93adc
Merge pull request #7934 from ethereum-optimism/jg/hide_rethdb
trianglesphere Oct 30, 2023
a51fd20
op-batcher: fix test RNG data flake
protolambda Oct 30, 2023
19fc020
Merge pull request #7944 from ethereum-optimism/fix-batcher-flake
sebastianst Oct 30, 2023
8a33c02
Merge pull request #7856 from ethereum-optimism/extra-networks
trianglesphere Oct 30, 2023
53f54e4
op-node: Enable Canyon on Goerli & Sepolia via superchain registry
trianglesphere Oct 30, 2023
96a24cc
Merge pull request #7946 from ethereum-optimism/jg/enable_canyon
trianglesphere Oct 30, 2023
515ebd5
doc: add v0.2.1 changelog (#80)
owen-reorg Oct 31, 2023
b87483c
doc: add Quantstamp audit report (#81)
owen-reorg Oct 31, 2023
afa3cac
feat: support AWS key manager (#72)
xuan-cu Nov 6, 2023
5ce8a9c
feat: add opbnb mainnet Fermat fork height (#83)
owen-reorg Nov 7, 2023
9505ae8
fix: change fallback client threshold to 10 from 20 (#88)
welkin22 Nov 21, 2023
226eb0b
fix(op-node): not do sequence action instantly (#90)
bnoieh Dec 1, 2023
5e5fe2c
doc: add v0.2.3 changelog (#91)
owen-reorg Dec 1, 2023
2af9192
Merge branch 'op-develop' into merge-upstream-v1.3.0
bnoieh Dec 6, 2023
2bcb794
fix: merge upstream v1.3.0
bnoieh Dec 8, 2023
302fa00
fix: regenerate op-binding
bnoieh Dec 11, 2023
3711711
fix(op-node/op-batcher): fallbackClient should ignore ethereum.NotFou…
welkin22 Dec 12, 2023
e7a00cf
fix(ci): fix labeler fail (#95)
welkin22 Dec 12, 2023
429e20b
feat(op-node): add opBNB bootnodes (#89)
redhdx Dec 12, 2023
3ebf4c9
feat(op-node): update genesis to adapt to opBNB (#86)
redhdx Dec 12, 2023
111ab38
optimize(op-node): make block produce stable when L1 latency unstable…
bnoieh Dec 13, 2023
53572b9
fix(op-bnb): fix dockerfiles (#96)
redhdx Dec 13, 2023
9b2cc99
doc: add v0.2.4 changelog (#97)
owen-reorg Dec 13, 2023
5ab6a32
fix(ci): upgrade actions/setup-go@v2 to v4
bnoieh Dec 13, 2023
0744059
fix: dockerfile runtime dep (#98)
redhdx Dec 13, 2023
e62988a
fix: add env to fix blst error (#99)
owen-reorg Dec 13, 2023
56be93a
Merge branch 'opbnb-devel' into merge-upstream-v1.3.0
bnoieh Dec 14, 2023
7947c25
feature(op-node): pre-fetch receipts concurrently (#100)
welkin22 Dec 21, 2023
5f592b5
opt(op-node): refactor sequencer step schedule (#101)
bnoieh Jan 2, 2024
387eb6c
optimize: extended expire time for sequencer block broadcasting (#106)
krish-nr Jan 2, 2024
e8d466b
feat(op-node): pre-fetch receipts concurrently round 2 (#104)
welkin22 Jan 2, 2024
40b39d3
doc: update v0.2.4 changelog (#107)
owen-reorg Jan 3, 2024
635e668
optimize(op-node): increase catching up speed when sequencer lagging …
bnoieh Jan 5, 2024
ffec6c8
feat(op-batcher/op-proposer): add InstrumentedClient (#109)
welkin22 Jan 9, 2024
71b17cc
fix(op-node): remove 3s stepCtx for sequencer (#111)
bnoieh Jan 11, 2024
8f623e6
doc: update v0.2.4 changelog (#113)
owen-reorg Jan 17, 2024
a4e7213
fix(op-node): pre-fetching handle L1 reOrg (#115)
welkin22 Jan 26, 2024
5c5bf63
fix(op-node): pre-fetching handle L1 reOrg round 2 (#117)
welkin22 Jan 30, 2024
7c6c489
Merge branch opbnb/develop into merge-upstream-v1.3.0
bnoieh Feb 8, 2024
0bd19a9
fix: merge opbnb/develop build failure
bnoieh Feb 8, 2024
bdd43ef
op-node: Check withdrawals hash in P2P validation
trianglesphere Nov 7, 2023
25c7805
refactor: rename NewInstrumentedClient in client.go
bnoieh Feb 9, 2024
8fa7eae
fix(ops): remove * in Dockerfile.dockerignore
bnoieh Feb 9, 2024
5911a3b
fix: op-signer was removed in Dockerfile
bnoieh Feb 9, 2024
480dac4
feat(devnet): fix devent after merge 1.3.0 (#123)
welkin22 Feb 21, 2024
72449b9
fix(op-node): fix basefee when start new chain with fermat
redhdx Feb 26, 2024
6ab3225
Merge pull request #127 from redhdx/fix/new_chain_with_fermat
redhdx Feb 27, 2024
36d34ab
op-program: rm op-program-client-mips in Makefile due to bls not supp…
bnoieh Mar 7, 2024
2fbabc7
fix(op-node/op-batcher/op-proposer): the fallback client should alway…
welkin22 Mar 7, 2024
ba7fb82
Merge branch opbnb/develep into merge-upstream-v1.3.0
bnoieh Mar 8, 2024
0d298b1
fix(ci): fix e2e test failures after merge (#125)
welkin22 Mar 8, 2024
111bd56
chore: update op-geth deps to v0.3.0-alpha
bnoieh Mar 8, 2024
e2c37b8
Merge branch 'merge-upstream-v1.3.0' of github.com:bnb-chain/opbnb in…
bnoieh Mar 8, 2024
ce2627c
Merge pull request #121 from bnb-chain/merge-upstream-v1.3.0
owen-reorg Mar 8, 2024
bfe7401
chore: rm .github/dependabot.yml
bnoieh Mar 8, 2024
e3c9ac5
Merge pull request #162 from bnoieh/rm-dependabot
bnoieh Mar 8, 2024
190c53c
chore: add v0.3.0 changelog (#166)
bnoieh Mar 19, 2024
eb9e0c4
feat(op-node): pre-fetch block info and transaction (#163)
welkin22 Mar 19, 2024
a066481
chore: update v0.3.0 changelog.md (#167)
bnoieh Mar 19, 2024
595048e
feat: optimize l1 gas price calculation after snow hardfork (#169)
redhdx Mar 26, 2024
ea04d49
chore: add bootnode to docker-release.yml workflow (#168)
bnoieh Mar 27, 2024
666140a
chore: adjust stale action and fix issue template typo (#171)
owen-reorg Apr 1, 2024
d5eb70e
feat: add snow hardfork mainnet time (#174)
owen-reorg Apr 1, 2024
3f4904f
chore: add sequencer step metrics (#164)
bnoieh Apr 8, 2024
426eea2
postpone snowfork time (#176)
owen-reorg Apr 8, 2024
633e57c
Merge upstream v1.7.2
bnoieh Apr 23, 2024
e720f6e
fix: op-node in merge upstream v1.7.2
bnoieh Apr 23, 2024
5799648
fix: merge upstream v1.7.2
bnoieh Apr 24, 2024
69e21a8
fix: go.mod
bnoieh Apr 24, 2024
053083f
fix: build error
bnoieh Apr 24, 2024
79487d1
feature(op-node): simplify op-node start (#179)
redhdx Apr 25, 2024
954d6dc
4844: derivate blobs from bsc rather than beacon chain
bnoieh Apr 25, 2024
7165ef0
merge opbnb develop
bnoieh Apr 25, 2024
99c7c57
fix: fmt and Dockerfile
bnoieh Apr 25, 2024
f4e5a66
doc: update v0.3.3 changelog (#185)
owen-reorg Apr 26, 2024
b1fe334
fix: set MaxConcurrency config to fallback client
bnoieh Apr 26, 2024
1f7054c
feature(op-node): update opBNB qanet config
redhdx Apr 28, 2024
bc4359f
Merge pull request #187 from redhdx/feature/update_qanet_info
bnoieh Apr 28, 2024
dfa91fa
cherry pick: https://github.com/ethereum-optimism/optimism/pull/10146
ajsutton Apr 15, 2024
02b1ede
fix: op-node sync default value
bnoieh Apr 28, 2024
baec0e4
feature(op-node): update opBNB qanet config
redhdx Apr 28, 2024
f618e0c
Merge pull request #188 from redhdx/feature/update_qanet_info
bnoieh Apr 28, 2024
e8191ab
feature(op-node): add opBNB qanet hard fork config
redhdx Apr 29, 2024
8f4c61c
Merge pull request #189 from redhdx/feature/add_hardfork_config
bnoieh Apr 29, 2024
1b1a90f
fix: remove beacon config check
bnoieh Apr 29, 2024
d6e26db
fix: cannot unmarshal blob sidecar (#190)
welkin22 Apr 30, 2024
31ff1c8
chore: fork config for 4844-2 qanet (#191)
welkin22 May 6, 2024
ae3ba34
Merge branch 'develop' into merge-upstream-v1.7.2
bnoieh May 7, 2024
06558e5
Merge pull request #184 from bnb-chain/merge-upstream-v1.7.2
owen-reorg May 7, 2024
dbe7645
config: Testnet 4844 fork time (#192)
welkin22 May 7, 2024
0b40e25
fix: fix devnet after 1.7.2 upstream merge (#194)
welkin22 May 13, 2024
fefabbf
op-batcher: optimize tx submitting and add metrics (#195)
bnoieh May 13, 2024
dc43753
feature: update deployment script for opBNB (#196)
redhdx May 16, 2024
c7157c0
fix: fix CI after 4844 merge (#198)
welkin22 May 20, 2024
c258877
op-node: set finalityDelay to 15 to speed up finality update
bnoieh May 23, 2024
777fd9b
Merge pull request #200 from bnb-chain/config-final-delay
krish-nr May 24, 2024
7b9db84
config: Mainnet canyon/delta/ecotone fork time (#203)
welkin22 May 27, 2024
9b79463
Merge branch 'upstream_v0.4.2' into merge-upstream_v0.4.2
2129zxl Jun 18, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 8 additions & 0 deletions .changeset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changesets

Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it [in our repository](https://github.com/changesets/changesets)

We have a quick list of common questions to get you started engaging with this project in
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
12 changes: 12 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": ["@changesets/changelog-github", { "repo": "ethereum-optimism/optimism" }],
"commit": false,
"fixed": [],
"linked": [["@eth-optimism/contracts-bedrock", "@eth-optimism/contracts-ts"]],
"access": "public",
"baseBranch": "develop",
"updateInternalDependencies": "patch",
"privatePackages": { "version": true, "tag": true },
"ignore": []
}
5 changes: 5 additions & 0 deletions .changeset/neat-carrots-camp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@eth-optimism/sdk': patch
---

Minor optimizations and improvements to FPAC functions.
Loading
Loading