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

[REG-1273] - create seaport proxy buyer smart contract #338

Merged
merged 23 commits into from
May 28, 2024
Merged
Show file tree
Hide file tree
Changes from 19 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
6363787
[REG-1273] - Init
DeRain May 9, 2024
9ca710f
[REG-1273] - Add tests
DeRain May 9, 2024
4f91871
Merge branch 'main' into kiryl/reg-1273-create-seaport-proxy-buyer-sm…
DeRain May 10, 2024
146239b
[REG-1237] - Code review fixes
DeRain May 16, 2024
52a4627
[REG-1273] - return dist directory
DeRain May 16, 2024
f5c5017
[REG-1273] - Finish contract updates. Migrate sandbox RPC to support …
DeRain May 21, 2024
bf52f1d
Merge branch 'refs/heads/main' into kiryl/reg-1273-create-seaport-pro…
DeRain May 21, 2024
9792496
[REG-1273] - Resolve conflicts with main
DeRain May 21, 2024
4ffae0c
[REG-1273] - Remove old sandbox db from dist
DeRain May 21, 2024
4555110
[REG-1273] - Update package version
DeRain May 21, 2024
e0fcc99
[REG-1273] - Update UNS and ENS configs versions
DeRain May 21, 2024
ff1d829
[REG-1273] - Fix foundry installer for CI
DeRain May 21, 2024
d17b541
[REG-1273] - Fix foundry installer for CI
DeRain May 21, 2024
e9c961b
[REG-1273] - Rework foundry-cli
DeRain May 21, 2024
133fd99
[REG-1273] - Rework foundry-cli
DeRain May 21, 2024
3879028
[REG-1273] - Move foundry-cli and anvil binaries into the package itself
DeRain May 22, 2024
993aaa1
[REG-1273] - Fix sandbox tests
DeRain May 22, 2024
98fa117
[REG-1273] - Update sandbox CHANGELOG.md
DeRain May 22, 2024
70287c1
[REG-1273] - Fix foundry version
DeRain May 22, 2024
4393d22
[REG-1273] - Rollback to stable nightly build for Anvil. Fix ENS cont…
DeRain May 23, 2024
aa14f49
[REG-1273] - Fix assets copy command
DeRain May 23, 2024
64e7eb5
[REG-1273] - Code review fixes
DeRain May 24, 2024
b6771e1
[REG-1273] - Code review fixes
DeRain May 28, 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
File renamed without changes.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.9.15

- Add SeaportProxyBuyer contract
- Update sandbox RPC server to Foundry Anvil to support cancun hardfork
- Add Seaport contracts to sandbox

## v0.9.14

- Added `scripts/util/deploy_ERC1271SimpleWallet.ts` utility script
Expand Down
16 changes: 16 additions & 0 deletions artifacts/AmountDerivationErrors.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"_format": "hh-sol-artifact-1",
"contractName": "AmountDerivationErrors",
"sourceName": "seaport-types/src/interfaces/AmountDerivationErrors.sol",
"abi": [
{
"inputs": [],
"name": "InexactFraction",
"type": "error"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}
16 changes: 16 additions & 0 deletions artifacts/AmountDeriver.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"_format": "hh-sol-artifact-1",
"contractName": "AmountDeriver",
"sourceName": "seaport-core/src/lib/AmountDeriver.sol",
"abi": [
{
"inputs": [],
"name": "InexactFraction",
"type": "error"
}
],
"bytecode": "0x6080604052348015600e575f80fd5b50601580601a5f395ff3fe60806040525f80fdfea164736f6c6343000818000a",
"deployedBytecode": "0x60806040525f80fdfea164736f6c6343000818000a",
"linkReferences": {},
"deployedLinkReferences": {}
}
Loading
Loading