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

Update main with all changes #29

Merged
merged 108 commits into from
Jan 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
108 commits
Select commit Hold shift + click to select a range
484bc48
first attempt no testing yet
mtgnoah Jun 8, 2024
98cab07
it builds
mtgnoah Jun 11, 2024
11143da
fix run script
mtgnoah Jun 12, 2024
9f68cbd
fix PackingBlock
bianyuanop Jun 13, 2024
9508f74
orm archiver
bianyuanop Jun 13, 2024
47e78d7
add relayer ID to seq Msg action && minor fixes
manojkgorle Jun 13, 2024
cc4056a
NMT e2e tests
bianyuanop Jun 14, 2024
879329e
fix rpc:SubmitMsgTx
bianyuanop Jun 17, 2024
7892b4f
fix: relayerID unpacking
bianyuanop Jun 17, 2024
acc3b20
updated e2e tests CI
bianyuanop Jun 19, 2024
b1ece93
fix e2e tests CI
bianyuanop Jun 19, 2024
aa09a16
multi-actions SubmitMsgTx rpc method
bianyuanop Jul 12, 2024
2aa2d9f
add SubmitMsgTx rpc test
bianyuanop Jul 12, 2024
55ef269
e2e tests update: SubmitMsgTx test
bianyuanop Jul 12, 2024
3916b6c
upgrade hypersdk to v0.9.4-alpha.2
bianyuanop Jul 12, 2024
400d13e
e2e tests update & hypersdk fix
bianyuanop Jul 12, 2024
1879163
orm archiver methods & jsonrpc server migrate to db based
bianyuanop Jul 18, 2024
6053831
upgrade run.sh
bianyuanop Jul 18, 2024
2878209
avalanche-network-runner to 1.8.1
bianyuanop Jul 18, 2024
3babd75
e2e wait more time for block
bianyuanop Jul 18, 2024
2514a2c
fix on commitment blocks rpc method
bianyuanop Jul 18, 2024
adb9930
fix on next block for a batch of blocks
bianyuanop Jul 18, 2024
50f9875
more e2e tests & archiver fix
bianyuanop Jul 18, 2024
be15ea7
Merge pull request #17 from AnomalyFi/rpc-db
mtgnoah Jul 19, 2024
6be4eb9
fix: nmt tree ordering issue
bianyuanop Jul 22, 2024
2a87966
fix: not include failed tx & sequencerMsg actual size
bianyuanop Jul 26, 2024
89e1e67
upgrade hypersdk to v0.9.5 & avalanchego to v1.11.10
bianyuanop Jul 29, 2024
aa98036
hypersdk update to v0.9.5-alpha.1
bianyuanop Jul 30, 2024
09c9d2d
upgrade: [email protected]
bianyuanop Jul 30, 2024
fe7bade
upgrade hypersdk to v0.9.5-alpha.4
bianyuanop Aug 6, 2024
363ea7e
[Fees] Add fee market
manojkgorle Aug 28, 2024
637b0ee
Hypersdk v0.9.5-fee.1
manojkgorle Aug 28, 2024
f0932bf
MultiJSONRPCClient for submitting Actions
manojkgorle Sep 6, 2024
be77dcf
moves all rpc types to types package
manojkgorle Sep 6, 2024
2ec0a00
Updates:
manojkgorle Sep 6, 2024
33423cc
more fixes
manojkgorle Sep 6, 2024
bb81254
More fixes
manojkgorle Sep 6, 2024
fd2dee2
duhhh
manojkgorle Sep 6, 2024
16c5b0a
dughh tests
manojkgorle Sep 7, 2024
47fcbe2
fix symbol
manojkgorle Sep 7, 2024
c5a1bdd
more fixes to rpc and reintroducing SubmitMsgTx
manojkgorle Sep 7, 2024
1e5da9a
lint fixes
manojkgorle Sep 7, 2024
104f596
ash script fix & stable e2e test
bianyuanop Sep 9, 2024
da3b99b
Merge pull request #22 from AnomalyFi/rpc-fix
bianyuanop Sep 9, 2024
55e2b4a
Merge pull request #21 from AnomalyFi/priorityFee
bianyuanop Sep 9, 2024
244068a
archiver fix for e2e tests
bianyuanop Sep 14, 2024
6d6a3ba
anchor registry
bianyuanop Aug 22, 2024
a69337c
upgrade [email protected]
bianyuanop Aug 26, 2024
af33642
tested anchor chunk flow
bianyuanop Aug 26, 2024
97749aa
run script fix
bianyuanop Sep 14, 2024
3ecf860
no local dependency
bianyuanop Sep 20, 2024
a2ece61
fixes
bianyuanop Oct 2, 2024
66b309c
config on anchor manager & [email protected]
bianyuanop Oct 4, 2024
e6cd2e3
first try at epoch exits
mtgnoah Oct 10, 2024
a3d6d26
opt-out action
mtgnoah Oct 11, 2024
581f477
added action + delete functionality for epoch
mtgnoah Oct 11, 2024
7885c0b
added epoch
mtgnoah Oct 11, 2024
e1f7878
opt-out method
mtgnoah Oct 14, 2024
0feb66b
fixed rpc method
mtgnoah Oct 14, 2024
8cc4cf2
Merge pull request #24 from AnomalyFi/sidecar
manojkgorle Oct 22, 2024
253a93d
add auction action
manojkgorle Oct 28, 2024
4a7d266
add auction action, whitelisted address and GetBuilder() RPC method
manojkgorle Oct 28, 2024
1c521b2
restructure
manojkgorle Oct 29, 2024
eda6149
Arcadia Registration
manojkgorle Oct 30, 2024
e5a6695
fix epoch duration
manojkgorle Oct 30, 2024
e04fb7f
fixes, upgrades, tests and new rpc methods
manojkgorle Oct 31, 2024
71ccf27
fixes
manojkgorle Oct 31, 2024
24015da
add start epoch
manojkgorle Nov 1, 2024
77aeb0f
fixes2
manojkgorle Nov 1, 2024
38d7ba5
Merge pull request #25 from AnomalyFi/arcadia
mtgnoah Nov 1, 2024
336b2a4
changes
manojkgorle Nov 15, 2024
fd6147d
update config and storage(allocate) maxblockunits
manojkgorle Nov 15, 2024
887de88
dusk till dawn
manojkgorle Nov 24, 2024
e66e7bc
trace
manojkgorle Nov 25, 2024
28a8c87
fixes
manojkgorle Nov 25, 2024
0535476
bump
manojkgorle Nov 25, 2024
714451a
fix tests?
manojkgorle Nov 25, 2024
8d0a092
phew
manojkgorle Nov 25, 2024
22bcb05
remove anchor
manojkgorle Nov 26, 2024
74be5fa
mini storage cleanup
manojkgorle Nov 29, 2024
cb1e4f9
arcadia switch
manojkgorle Dec 16, 2024
3dee388
val server
manojkgorle Dec 17, 2024
159a733
lint
manojkgorle Dec 17, 2024
4623175
move epoch to RollupInfo struct
bianyuanop Dec 17, 2024
77e3a07
hypersdk update
bianyuanop Dec 17, 2024
4901100
GetAllRollupInfo client rpc method
bianyuanop Dec 17, 2024
62b4804
rollup registry to record valid rollups
bianyuanop Dec 18, 2024
19fe8c9
registry test & fix
bianyuanop Dec 18, 2024
87b80c5
go.mod update
bianyuanop Dec 18, 2024
a7ba8af
custom allocation
bianyuanop Dec 19, 2024
092bcbc
Merge pull request #28 from AnomalyFi/arcadia-rollup
bianyuanop Dec 19, 2024
23d883a
add arcadia.md
manojkgorle Dec 22, 2024
6b5ae55
fix
manojkgorle Dec 22, 2024
f7172c5
Update arcadia.md
manojkgorle Dec 22, 2024
8e9e0d5
fix go.mod and lint
manojkgorle Dec 27, 2024
888a578
Merge pull request #26 from AnomalyFi/arcadia
manojkgorle Jan 7, 2025
aaac24c
Update arcadia.md
mtgnoah Jan 7, 2025
5d493a9
fix
manojkgorle Jan 7, 2025
13adad4
fixes
manojkgorle Jan 8, 2025
b06d68a
e2e test fix?
manojkgorle Jan 8, 2025
942384a
fix
manojkgorle Jan 8, 2025
6dda3ff
auction update
bianyuanop Dec 30, 2024
074b7c4
rollup registration, CreateRollup works for creation & update
bianyuanop Jan 8, 2025
2cd08f3
update
bianyuanop Jan 9, 2025
f16ec0f
Merge pull request #30 from AnomalyFi/arcadia-devnet
bianyuanop Jan 10, 2025
527eda5
hypersdk to v0.9.7-arcadia.16
bianyuanop Jan 10, 2025
6070065
fix e2e tests
manojkgorle Jan 21, 2025
04d7ff5
lint fix
manojkgorle Jan 21, 2025
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
40 changes: 40 additions & 0 deletions .github/workflows/seq-e2e-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name: SEQ e2e tests

on:
push:
branches:
- '*'
pull_request:
types: [labeled,synchronize,reopened]

jobs:
seq-e2e-tests:
runs-on: ubuntu-20.04
steps:
- name: Git checkout
uses: actions/checkout@v3
- name: Install killall
run: |
sudo apt-get update
sudo apt-get install psmisc
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.21"
check-latest: true
cache: true
cache-dependency-path: |
go.sum
- name: Run ETH L1
uses: hoverkraft-tech/[email protected]
with:
compose-file: "./compose.yml"
down-flags: |
-v
services: |
l1
- name: Run e2e tests
run: |
chmod +x ./scripts/run.sh
MODE="test" ./scripts/run.sh
shell: bash
38 changes: 0 additions & 38 deletions .github/workflows/seq-load-tests.yml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/workflows/seq-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,32 +13,6 @@ on:
types: [labeled,synchronize,reopened]

jobs:
# token-wallet-release:
# runs-on: macos-latest-xl
# if: ${{ github.ref == 'refs/heads/main' || startsWith(github.event.ref, 'refs/tags/v') || contains(github.event.pull_request.labels.*.name, 'run release') }}
# steps:
# - name: Checkout
# uses: actions/checkout@v3
# - name: Set up Go
# uses: actions/setup-go@v4
# with:
# go-version: "1.20"
# check-latest: true
# cache: true
# cache-dependency-path: |
# go.sum
# examples/tokenvm/go.sum
# - name: Build wallet
# working-directory: ./cmd/token-wallet
# shell: bash
# run: scripts/build.sh
# env:
# PUBLISH: false
# - name: Archive Builds
# uses: actions/upload-artifact@v3
# with:
# name: token-wallet
# path: ./cmd/token-wallet/token-wallet.zip

seq-release:
# We build with 20.04 to maintain max compatibility: https://github.com/golang/go/issues/57328
Expand Down
37 changes: 0 additions & 37 deletions .github/workflows/seq-sync-tests.yml

This file was deleted.

5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*.log
*~
.DS_Store
.token_cli/
.seq_cli/
awscpu

# Binaries for programs and plugins
Expand Down Expand Up @@ -43,6 +43,7 @@ awscpu
*.fls
*.gz
*.pdf
*.db

.coverage

Expand All @@ -57,7 +58,7 @@ genesis.json
dist/
*.pk
tmp-storage-testing
.token-cli*
.seq-cli*
deploys/
.morpheus-cli*
*.coverage.html
Expand Down
72 changes: 8 additions & 64 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

# ref. https://goreleaser.com/customization/build/
builds:
- id: token-cli
main: ./cmd/token-cli
binary: token-cli
- id: seq-cli
main: ./cmd/seq-cli
binary: seq-cli
flags:
- -v
goos:
Expand All @@ -31,65 +31,9 @@ builds:
goamd64: v1
env:
- CC=o64-clang
- id: tokenvm
main: ./cmd/tokenvm
binary: tokenvm
flags:
- -v
goos:
- linux
- darwin
goarch:
- amd64
- arm64
env:
- CGO_ENABLED=1
- CGO_CFLAGS=-O -D__BLST_PORTABLE__ # Set the CGO flags to use the portable version of BLST
overrides:
- goos: linux
goarch: arm64
env:
- CC=aarch64-linux-gnu-gcc
- goos: darwin
goarch: arm64
env:
- CC=oa64-clang
- goos: darwin
goarch: amd64
goamd64: v1
env:
- CC=o64-clang
- id: token-faucet
main: ./cmd/token-faucet
binary: token-faucet
flags:
- -v
goos:
- linux
- darwin
goarch:
- amd64
- arm64
env:
- CGO_ENABLED=1
- CGO_CFLAGS=-O -D__BLST_PORTABLE__ # Set the CGO flags to use the portable version of BLST
overrides:
- goos: linux
goarch: arm64
env:
- CC=aarch64-linux-gnu-gcc
- goos: darwin
goarch: arm64
env:
- CC=oa64-clang
- goos: darwin
goarch: amd64
goamd64: v1
env:
- CC=o64-clang
- id: token-feed
main: ./cmd/token-feed
binary: token-feed
- id: seqvm
main: ./cmd/seqvm
binary: seqvm
flags:
- -v
goos:
Expand Down Expand Up @@ -117,11 +61,11 @@ builds:
- CC=o64-clang

checksum:
name_template: "tokenvm_{{ .Version }}_checksums.txt"
name_template: "seqvm_{{ .Version }}_checksums.txt"

archives:
- id: default
name_template: 'tokenvm_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
name_template: 'seqvm_{{ .Version }}_{{ .Os }}_{{ .Arch }}'

release:
make_latest: false # Should be done manually
Expand Down
Loading
Loading