Commit 60d54e3
authored
pkg/bindings/mcms bindings + e2e integration test (#103)
* Init timelock pkg Go bindings
* Add timelock outgoing msgs (Go bindings)
* Add pkg/bindings/lib/access/rbac
* Add pkg/bindings/mcms/mcms
* Add mcms Go bindings error constants and proxy data
* Add wrappers/mcms/RBACTimelock.ts error codes
* Use common.SnakeData for MCMS Go bindings
* Fix ac.Errors import
* Polish timelock bindings, remove old duplicated tests
* Add cell.Dictionary usage to mcms Go bindings1 parent b17ab70 commit 60d54e3
File tree
29 files changed
+881
-593
lines changed- contracts
- contracts
- lib/access
- mcms
- tests/mcms
- wrappers
- lib/access
- mcms
- integration-tests/tracetracking/async/wrappers
- requestreplywithtwodependencies
- requestreply
- twomsgchain
- twophasecommit
- pkg/bindings
- examples/counter
- jetton
- lib/access/rbac
- mcms
- mcms
- proxy
- timelock
- test/examples/jetton
29 files changed
+881
-593
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
| 181 | + | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
| 194 | + | |
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
322 | | - | |
| 322 | + | |
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments