tokamak-network / ton-staking-v2

8 stars 3 forks source link

Test the Titan(Thanos) pause on 'the simple staking' sepolia #12

Closed Zena-park closed 1 month ago

Zena-park commented 4 months ago
Zena-park commented 1 month ago
  1. test update seigniorage of Layer2Candidate and DAOCandidate code npx hardhat test test/layer2/sepolia_test/1.updateSeigs.ts 스크린샷 2024-09-12 오후 7 09 25
Zena-park commented 1 month ago
  1. test withdrawAndDepositL2 function of Layer2Candidate code npx hardhat test test/layer2/sepolia_test/2.withdrawAndDepositL2.ts 스크린샷 2024-09-12 오후 7 11 22
Zena-park commented 1 month ago
  1. test to execute updateSeignorage and Claim concurrently of OperatorManager(sequencer) code npx hardhat test test/layer2/sepolia_test/3.updateSeigsAndClaim.ts 스크린샷 2024-09-12 오후 7 13 00
Zena-park commented 1 month ago
  1. test to execute updateSeignorage and Staking concurrently of OperatorManager(sequencer) code npx hardhat test test/layer2/sepolia_test/4.updateSeigsAndStake.ts 스크린샷 2024-09-12 오후 7 14 46
Zena-park commented 1 month ago

Pause test of sequencer seigniorage Check if sequencer seigniorage is not issued when sequencer seigniorage is paused.

npx hardhat test test/layer2/sepolia_test/6.pauseSequencerSeigs.ts

스크린샷 2024-09-13 오후 12 10 06