Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
ff3c364
support fast finality
Jun 16, 2025
8cf4c81
support agent
Jul 1, 2025
457f777
add tests for existing features
Mar 29, 2025
f53543b
add test cases for bep126
kevin9936 Jun 17, 2025
67a2fee
add test cases for bep410
kevin9936 Jul 8, 2025
696962c
fix audit suggestions
Jul 14, 2025
a550f8c
support node maintenance and validator candidate
Jul 17, 2025
8a46645
Remove BitcoinLST
charles2022wood Jul 17, 2025
382de5a
add test cases for bep127 & bep131
kevin9936 Jul 9, 2025
1ee6f4d
Remove BitcoinLST test cases
kevin9936 Jul 25, 2025
8ceaab9
initial impl - commission
charles2022wood Jul 22, 2025
31a3a18
fix audit suggestions
Aug 18, 2025
b2e1fb2
add tests for delegate commission
eric0x01 Aug 18, 2025
aff83a4
Remove data migration tests; fix dual staking tests
kevin9936 Aug 2, 2025
dc1ec78
Optimize algorithm for distributing reward when partner is unregistered
charles2022wood Sep 2, 2025
16aedc1
Remove channel id permission when undelegateCoin from channel
charles2022wood Sep 9, 2025
bc9dfa2
Remove code of moving data in PledgeAgent
charles2022wood Sep 12, 2025
2f1bde5
update config
Sep 16, 2025
7eb6270
fix audit feedback
Sep 16, 2025
b8ab831
add tests for bug in 1.1.11
eric0x01 Sep 3, 2025
bc19647
remove moveData tests; fix tests after audit
kevin9936 Sep 10, 2025
39f99f4
fix audit feedback
Sep 18, 2025
ab52141
adjusting test cases based on audit feedback
eric0x01 Sep 18, 2025
46f6b03
Fix issue of member storage offset
charles2022wood Sep 24, 2025
b37234a
Fix issue of member storage offset
falcon2048 Sep 29, 2025
eec3201
fix tests for storage offset change
kevin9936 Sep 25, 2025
576e42e
fix gas errors in tests
kevin9936 Nov 7, 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
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ build/
.idea
pids
logs
.idea/
contracts/.prettierrc
contracts/flattened/*.sol
contracts/artifacts
Expand All @@ -15,6 +14,7 @@ abi/Address.abi
abi/BytesLib.abi
abi/BytesToTypes.abi
abi/BitcoinHelper.abi
abi/Context.abi
abi/I*.abi
abi/Memory.abi
abi/Ownable.abi
Expand Down
2 changes: 1 addition & 1 deletion abi/BitcoinAgent.abi

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion abi/BitcoinLSTStake.abi

This file was deleted.

Loading