-
Notifications
You must be signed in to change notification settings - Fork 14
[M4] combined updates after review #64
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
Merged
Merged
Changes from all commits
Commits
Show all changes
72 commits
Select commit
Hold shift + click to select a range
adb7f23
filecoin-fvm-localnet added
wertikalk f77e2a0
localnet init
wertikalk e47beaa
test env regroup
wertikalk 72d4040
hh-test package versions update and refactor
wertikalk 8e8dd6b
stash
wertikalk a8935f2
market test - done
wertikalk 03203cd
dev. env setup
wertikalk 96e423c
hh config update
wertikalk 730b70b
fil localnet submodule removed
wertikalk 006c82c
localnet restart script added
wertikalk 894f44a
hh-tests: verifreg.t started
wertikalk 4b83cc7
hh-test: verifreg update
wertikalk e155c07
hh localnet setup cleanup
wertikalk f7c9d59
hh: init cmt
wertikalk c7e330c
hh: added localnet tests - account
wertikalk 60caf55
hh: added localnet tests - address
wertikalk 79ca71a
hh: added localnet tests - bigints
wertikalk 5c02698
hh: utils update
wertikalk df0ca64
dev-env: update
wertikalk 7e05b40
hh: localnet test add - marketcbor
wertikalk 61aa147
hh: localnet market test update
wertikalk dc53c9a
contracts: update helpers
wertikalk caf96f9
hh: localnet tests add: send, deserializeParams, cbordecode
wertikalk e2a5c80
hh: localnet, added leb128 test
wertikalk 601e811
hh: localnet verifreg update
wertikalk 456be22
hh: calibnet init
wertikalk d2e61e2
hh: calibnet add tests: account and address
wertikalk c08a77e
hh: added calibnet test versions
wertikalk 618d0ae
hh: localnet, added tests: datacap, miner, power - still wip
wertikalk 3320631
wip: cmt
wertikalk 72ecb24
hh-test: dep. update
wertikalk 10b872c
hh-tests: calibnet done
wertikalk 6a9e2ae
hh-tests: localnet done
wertikalk 8bb0dff
hh-test: dep. update
wertikalk d93284c
hh-test: cleanup
wertikalk 950b206
datacap: update
wertikalk 5b2fad0
market api: update
wertikalk ae40e4d
miner api: update
wertikalk f7bf869
optim. update
wertikalk 3767f6e
optims update
wertikalk a318f0a
package version bump
wertikalk 431a383
fix #55
wertikalk 00f8cab
hh-test: update
wertikalk 6fb257f
stack too deep - fix
wertikalk 7c7f3ea
hh-test: cleanup
wertikalk 9e5502e
localnet env: update
wertikalk 93d436e
hh-test: update
wertikalk cda4eeb
fix: removing faulty test
wertikalk 3683237
fix: integration tests
vaniiiii 4374425
keep bugfix in merge conflict
snissn 34cae2c
Merge branch 'master' into m4-combined
snissn 697a0d2
Merge branch 'm4-combined' of https://github.com/filecoin-project/fil…
wertikalk 4e7f6b2
hh-test: network node localhost added
wertikalk 57e4004
hh-test: upgradeable tests update
wertikalk 7499bc5
sc: unused vars removed
wertikalk 0b3387c
hh-test: utils update
wertikalk b7fdf78
hh-test: calibnet upgradeable updates
wertikalk b48b4a5
hh-test: upgradeable uups - cleanup
wertikalk 6004bc9
hh-test: calibnet tx wait time update
wertikalk bd06734
hh-test: removed .only modifier
wertikalk 1f15eba
gh-actions: update
wertikalk c846007
gh actions: update
wertikalk 7ff9a02
hh-test: cleanup
wertikalk 6b3cb7d
.gitignore update
wertikalk c594fea
package: version bump
wertikalk e9e93b5
empty commit to trigger ci
snissn 4437d31
hh-test: update
wertikalk 2027e80
.env.example update
wertikalk 80eaf0b
Merge branch 'master' into m4-combined-updates
wertikalk ad54288
.env.example description update
wertikalk ac41d9c
Merge branch 'm4-combined-updates' of https://github.com/filecoin-pro…
wertikalk 79c63ce
hh-test: market.t fix
wertikalk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,17 @@ | ||
DEPLOYER_PK="" | ||
# Name of the Docker image used by Developer Env. (./lib-dev/dev-env/) | ||
FIL_SOL_DOCKER_IMG="fil-sol-dev-env:latest-amd64" | ||
|
||
# Private key for the "master" (F4-type) account on Calibration network | ||
# - this account is used to fund further all necessary accounts (deployers/actors/...) | ||
# - faucet: https://faucet.calibnet.chainsafe-fil.io/send | ||
ETH_PK="" | ||
|
||
# Generated dummy F3-type account on Calibration network using Lotus CLI | ||
# - IMPORTANT: do not add real funds !!! | ||
# - note: | ||
# - actor IDs don't have to be same on different networks | ||
# while the F3_ADDR, F3_PK would remain still the same | ||
# - F3_ID is the actor id on the Calibration network | ||
F3_ADDR="t3wybme2dab6l3h4zuuzxxteztmtq7jyh6qgrko3urkvhjfqdr33vsus4x5s2ccpuhhc5xscpx3bcpufsf6vzq" | ||
F3_PK="7b2254797065223a22626c73222c22507269766174654b6579223a22484651356a783635315a2f5470734332763846373148746f52706459684e52316b2f577135793968316a673d227d" | ||
F3_ID="112484" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,4 +19,8 @@ yarn.lock | |
typechain-types | ||
|
||
.openzeppelin/ | ||
.env | ||
.env | ||
.vscode | ||
|
||
lib-dev/dev-env/.internal | ||
.wip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you include a recipe/methodology for how to specifically create these values? Is it specifically any f3 account that you fund? Just the lotus commands would be good.