Merge branch 'master' into next-v5.0

This commit is contained in:
Francisco Giordano
2022-12-19 18:17:33 -03:00
76 changed files with 513 additions and 16452 deletions

View File

@ -151,7 +151,7 @@ contract('Checkpoints', function (accounts) {
});
it('cannot push values in the past', async function () {
await expectRevert(this.contract.push(last(this.checkpoints).key - 1, '0'), 'Checkpoint: invalid key');
await expectRevert(this.contract.push(last(this.checkpoints).key - 1, '0'), 'Checkpoint: decreasing keys');
});
it('can update last value', async function () {