Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
92 commits
Select commit Hold shift + click to select a range
19f93f5
complete flow
May 30, 2024
fcdc70f
convert fendermint to cometbft genesis
Jun 3, 2024
3d8f00f
remove deprecated fields
Jun 3, 2024
8a8efd6
fix cursor
Jun 3, 2024
3890de4
fix genesis app bytes
Jun 3, 2024
14e6dea
fmt
Jun 3, 2024
4dc0482
minor changes
Jun 4, 2024
02b183f
Fix cicd (#1023)
cryptoAtwill Jun 5, 2024
d88face
Fix cicd (#1025)
cryptoAtwill Jun 6, 2024
2a4d428
Fix cicd (#1027)
cryptoAtwill Jun 10, 2024
0e31699
Merge branch 'main' of protocol-github:consensus-shipyard/ipc into si…
Jun 10, 2024
0d1c55c
Merge branch 'simple-genesis' of protocol-github:consensus-shipyard/i…
Jun 10, 2024
d551aed
Merge branch 'main' into simple-genesis
cryptoAtwill Aug 5, 2024
01c8bf1
add block gas limit
Aug 5, 2024
dd2832d
check gas limit in deliver
Aug 6, 2024
2ea9203
review feedback
Aug 7, 2024
b686131
demote mod to file
Aug 7, 2024
22219f1
Update fendermint/vm/interpreter/src/genesis.rs
cryptoAtwill Aug 7, 2024
6a1b4dd
Update fendermint/vm/interpreter/src/genesis.rs
cryptoAtwill Aug 7, 2024
7c6276b
review feedbacks
Aug 7, 2024
c4b7e66
Merge branch 'simple-genesis' of protocol-github:consensus-shipyard/i…
Aug 7, 2024
fa0f330
add genesis app state schema
Aug 7, 2024
b0038cc
update infra and simplify genesis
Aug 8, 2024
22e5958
fmt
Aug 8, 2024
0319141
fix infra
Aug 8, 2024
672ed23
update gas usage
Aug 9, 2024
a57a7df
Merge branch 'simple-genesis' into block-gas-limit
cryptoAtwill Aug 12, 2024
05d79e1
review feedback
Aug 12, 2024
5438147
Update fendermint/vm/interpreter/src/fvm/gas/actor.rs
cryptoAtwill Aug 12, 2024
99926b3
review feedbacks
Aug 13, 2024
7a86832
Merge branch 'main' of protocol-github:consensus-shipyard/ipc into si…
Aug 13, 2024
79d1264
merge with main
Aug 13, 2024
6d15ea6
update based on review
Aug 13, 2024
e7b3e06
update base fee logic
Aug 13, 2024
0ae95c8
Update fevm-contract-tests.yaml
cryptoAtwill Aug 14, 2024
169bc36
fix tests
Aug 14, 2024
fa372d6
Update fevm-contract-tests.yaml
cryptoAtwill Aug 14, 2024
5332a31
Update testnode.toml
cryptoAtwill Aug 14, 2024
ed66780
skip fendermint build
Aug 14, 2024
272c29c
remove pull
Aug 14, 2024
29cda12
prepare and process
Aug 15, 2024
0db23d2
Merge branch 'main' into simple-genesis
raulk Aug 16, 2024
ef2740c
rename to genesis builder
Aug 19, 2024
4ba0219
Merge branch 'simple-genesis' of protocol-github:consensus-shipyard/i…
Aug 19, 2024
b074530
Update fendermint/vm/interpreter/src/fvm/state/exec.rs
cryptoAtwill Aug 20, 2024
5b4d061
update bail to logging
Aug 20, 2024
ca9ba85
add header
Aug 20, 2024
eabc77d
Merge branch 'simple-genesis' of protocol-github:consensus-shipyard/i…
Aug 20, 2024
f04e987
init gas market in genesis
Aug 20, 2024
cc36665
Merge branch 'simple-genesis' into block-gas-limit
cryptoAtwill Aug 20, 2024
a33c4b9
fmt
Aug 20, 2024
2b4318a
Merge branch 'block-gas-limit' into block-gas-limit-review
cryptoAtwill Aug 20, 2024
7a3b914
Merge branch 'block-gas-limit-review' into gas-market-genesis
cryptoAtwill Aug 20, 2024
9f96896
add gas_market to custom actor build
Aug 20, 2024
391d596
Merge branch 'gas-market-genesis' of protocol-github:consensus-shipya…
Aug 20, 2024
5b72dc5
format code
Aug 20, 2024
4de6eac
feat(node): block gas limit PR review changes (#1107)
cryptoAtwill Aug 20, 2024
a732872
Update fendermint/vm/interpreter/src/fvm/exec.rs
cryptoAtwill Aug 20, 2024
7e6e2ca
Update fendermint/vm/interpreter/src/fvm/exec.rs
cryptoAtwill Aug 20, 2024
cf0228a
Update fendermint/actors/gas_market/src/lib.rs
cryptoAtwill Aug 20, 2024
b00bf39
Update fendermint/vm/interpreter/src/fvm/gas/actor.rs
cryptoAtwill Aug 20, 2024
88090ac
Update fendermint/vm/interpreter/src/fvm/gas/actor.rs
cryptoAtwill Aug 20, 2024
ca9b0af
Update fendermint/vm/interpreter/src/fvm/gas/actor.rs
cryptoAtwill Aug 20, 2024
7ffaa0c
feedbacks
Aug 20, 2024
1a6fb21
more customization params
Aug 20, 2024
7b9c1de
resolve conflicts
Aug 20, 2024
cd90e98
up gas limit
Aug 21, 2024
47556e9
fix(node): remove genesis interpreter (#1118)
cryptoAtwill Aug 21, 2024
e5fb277
update gas market actor
Aug 22, 2024
cac495c
Merge branch 'simple-genesis' into block-gas-limit
cryptoAtwill Aug 22, 2024
8eae194
Merge branch 'block-gas-limit' into gas-market-genesis
cryptoAtwill Aug 22, 2024
53ca9f2
unit tests
Aug 22, 2024
d3bbb35
end block
Aug 22, 2024
65a6802
add validator tracking and gas premium distribution
Aug 26, 2024
05ec86b
distribute validator reward
Aug 27, 2024
7fc7df0
rename methods
Aug 27, 2024
ae6277b
use read only block store
Aug 27, 2024
46f8e2b
add more tests
Sep 11, 2024
f681494
fmt
Sep 11, 2024
706e44e
base fee rotation
Sep 12, 2024
4ff965b
more tests
Sep 12, 2024
7b3e127
Merge branch 'block-gas-limit' into integration/gas-market
raulk Oct 3, 2024
2265aed
Merge branch 'gas-market-genesis' into integration/gas-market
raulk Oct 3, 2024
d9f3cf1
Merge branch 'prepare_process_gas' into integration/gas-market
raulk Oct 3, 2024
1bfc60f
Merge branch 'rotate-base-fee' into integration/gas-market
raulk Oct 3, 2024
4b2eb9e
fix: tracing deserialization (#1163)
sanderpick Oct 3, 2024
5b8c2da
fix Cargo.lock.
raulk Oct 4, 2024
d0892f2
fix(cli): subnet get-validator: add support for 0x Eth addrs. (#1164)
raulk Oct 5, 2024
37b6cd3
skeleton implementation
Oct 7, 2024
4ba4dbe
Merge branch 'main' into integration/gas-market
raulk Oct 8, 2024
80eabcb
merkle proof
Oct 8, 2024
2928bb7
integrate with solidity merkle proof
Oct 9, 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
46 changes: 46 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ members = [
"fendermint/vm/*",
"fendermint/actors",
"fendermint/actors/chainmetadata",
"fendermint/actors/gas_market",
"fendermint/actors/activity-tracker",
]

[workspace.package]
Expand Down Expand Up @@ -217,6 +219,7 @@ fil_actor_eam = { git = "https://github.com/filecoin-project/builtin-actors", ta
fil_actors_runtime = { git = "https://github.com/filecoin-project/builtin-actors", tag = "v12.0.0" }

fendermint_actor_eam = { path = "./fendermint/actors/eam" }
fendermint_actor_activity_tracker= { path = "./fendermint/actors/activity-tracker" }

cid = { version = "0.10.1", default-features = false, features = [
"serde-codec",
Expand Down
Loading